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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:45:07
  Author: fyan
Revision: 229067

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

Added:
  digikam/repos/staging-i686/
  digikam/repos/staging-i686/PKGBUILD
(from rev 229066, digikam/trunk/PKGBUILD)
  digikam/repos/staging-i686/digikam.install
(from rev 229066, digikam/trunk/digikam.install)
  digikam/repos/staging-i686/kipi-plugins.install
(from rev 229066, digikam/trunk/kipi-plugins.install)
  digikam/repos/staging-i686/libkexiv2.patch
(from rev 229066, digikam/trunk/libkexiv2.patch)
  digikam/repos/staging-x86_64/
  digikam/repos/staging-x86_64/PKGBUILD
(from rev 229066, digikam/trunk/PKGBUILD)
  digikam/repos/staging-x86_64/digikam.install
(from rev 229066, digikam/trunk/digikam.install)
  digikam/repos/staging-x86_64/kipi-plugins.install
(from rev 229066, digikam/trunk/kipi-plugins.install)
  digikam/repos/staging-x86_64/libkexiv2.patch
(from rev 229066, digikam/trunk/libkexiv2.patch)

-+
 staging-i686/PKGBUILD   |  118 ++
 staging-i686/digikam.install|   12 +++
 staging-i686/kipi-plugins.install   |   12 +++
 staging-i686/libkexiv2.patch|   10 ++
 staging-x86_64/PKGBUILD |  118 ++
 staging-x86_64/digikam.install  |   12 +++
 staging-x86_64/kipi-plugins.install |   12 +++
 staging-x86_64/libkexiv2.patch  |   10 ++
 8 files changed, 304 insertions(+)

Copied: digikam/repos/staging-i686/PKGBUILD (from rev 229066, 
digikam/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-15 15:45:07 UTC (rev 229067)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
+pkgver=4.5.0
+pkgrel=5
+pkgdesc=Digital photo management application for KDE
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.digikam.org/;
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
+'libbaloo4' 'libpgf' 'libusb-compat' 'libkface')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+   libkexiv2.patch)
+sha1sums=('ba735f4b7bb0437c1676141ab78ea958e46f135e'
+  '1bcef459bd400a04526aac9adf39d4d0a1c3549c')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/libkexiv2.patch 
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_tests=OFF \
+-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF \
+-DDIGIKAMSC_USE_PRIVATE_SHAREDLIBS=ON
+  make
+}
+
+package_digikam() {
+  pkgdesc=Digital photo management application for KDE
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun' 
+  'libpgf' 'libbaloo4')
+  optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme 
configuration dialog')
+  install=digikam.install
+
+  cd build/core
+  make DESTDIR=${pkgdir} install
+  cd ../../build/doc
+  make DESTDIR=${pkgdir} install
+  cd ../../build/po
+  make DESTDIR=${pkgdir} install
+
+  # Put these in the relevant splitted packages
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap*.mo
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
+}
+
+package_libkgeomap() {
+  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
+  depends=('kdelibs' 'kdeedu-marble')
+
+  cd build/extra/libkgeomap
+  make DESTDIR=${pkgdir} install
+
+  cd ../../../build/po
+  make DESTDIR=${pkgdir} install
+  # Put these in the relevant splitted packages
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/digikam.mo
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
+}
+
+package_libkvkontakte() {
+  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
+  depends=('kdelibs' 'qjson')
+
+  cd build/extra/libkvkontakte
+  make DESTDIR=${pkgdir} install
+}
+
+package_libmediawiki() {
+  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
+  depends=('kdelibs')
+
+  cd build/extra/libmediawiki
+  make 

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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:18:06
  Author: fyan
Revision: 229081

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

Added:
  libkomparediff2/repos/testing-i686/
  libkomparediff2/repos/testing-i686/PKGBUILD
(from rev 229080, libkomparediff2/trunk/PKGBUILD)
  libkomparediff2/repos/testing-x86_64/
  libkomparediff2/repos/testing-x86_64/PKGBUILD
(from rev 229080, libkomparediff2/trunk/PKGBUILD)

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

Copied: libkomparediff2/repos/testing-i686/PKGBUILD (from rev 229080, 
libkomparediff2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:18:06 UTC (rev 229081)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a245f7f6fa775c03c2452d8c7d75b297dc26e1ab')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkomparediff2/repos/testing-x86_64/PKGBUILD (from rev 229080, 
libkomparediff2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 16:18:06 UTC (rev 229081)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a245f7f6fa775c03c2452d8c7d75b297dc26e1ab')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${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-jovie/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:49:25
  Author: fyan
Revision: 229084

upgpkg: kdeaccessibility-jovie 14.12.1-1

Modified:
  kdeaccessibility-jovie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:46:39 UTC (rev 229083)
+++ PKGBUILD2015-01-15 16:49:25 UTC (rev 229084)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-jovie
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A text to speech application'
@@ -13,8 +14,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdeaccessibility-kttsd')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
-sha1sums=('2df0d7f3286dda9b27728d5c54c4cab361c0bf9d')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('aa2072338b9b0b20ee875d301cd86a30bbedcc77')
 
 build() {
   mkdir build


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

2015-01-15 Thread Pierre Schmitz
Date: Thursday, January 15, 2015 @ 17:58:04
  Author: pierre
Revision: 229091

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 229090, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 229090, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 229090, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 229090, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 229090, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 229090, openssl/trunk/no-rpath.patch)

---+
 testing-i686/PKGBUILD |   71 
 testing-i686/ca-dir.patch |   33 ++
 testing-i686/no-rpath.patch   |   11 ++
 testing-x86_64/PKGBUILD   |   71 
 testing-x86_64/ca-dir.patch   |   33 ++
 testing-x86_64/no-rpath.patch |   11 ++
 6 files changed, 230 insertions(+)

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 229090, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:58:04 UTC (rev 229091)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.1l
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('zlib' 'perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
+https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('cdb22925fc9bc97ccbf1e007661f2aa6'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd $srcdir/$pkgname-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ ${CARCH} == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ ${CARCH} == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared zlib ${optflags} \
+   ${openssltarget} \
+   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$pkgname-$_ver
+   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 229090, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2015-01-15 16:58:04 UTC (rev 229091)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509=$openssl x509;
+ $PKCS12=$openssl pkcs12;
+ 
+-$CATOP=./demoCA;
++$CATOP=/etc/ssl;
+ $CAKEY=cakey.pem;
+ $CAREQ=careq.pem;
+ $CACERT=cacert.pem;
+--- apps/CA.sh 2009-10-15 19:27:47.0 +0200
 apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
+@@ -68,7 +68,7 @@
+ X509=$OPENSSL x509
+ PKCS12=openssl pkcs12
+ 
+-if [ -z $CATOP ] ; then CATOP=./demoCA ; fi
++if [ -z $CATOP ] ; then CATOP=/etc/ssl ; fi
+ CAKEY=./cakey.pem
+ CAREQ=./careq.pem
+ CACERT=./cacert.pem
+--- apps/openssl.cnf   2009-04-04 20:09:43.0 +0200
 apps/openssl.cnf   2010-04-01 00:35:02.607220681 +0200
+@@ -39,7 +39,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  

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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:53:35
  Author: fyan
Revision: 229089

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

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

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

Copied: kdeaccessibility-kmag/repos/testing-i686/PKGBUILD (from rev 229088, 
kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:53:35 UTC (rev 229089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('506d00f7170509b1fe7a4b71086998378490393c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kmag/repos/testing-i686/kdeaccessibility-kmag.install 
(from rev 229088, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- testing-i686/kdeaccessibility-kmag.install  (rev 0)
+++ testing-i686/kdeaccessibility-kmag.install  2015-01-15 16:53:35 UTC (rev 
229089)
@@ -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/testing-x86_64/PKGBUILD (from rev 229088, 
kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 16:53:35 UTC (rev 229089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('506d00f7170509b1fe7a4b71086998378490393c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmag/repos/testing-x86_64/kdeaccessibility-kmag.install (from 
rev 229088, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- testing-x86_64/kdeaccessibility-kmag.install
(rev 0)
+++ testing-x86_64/kdeaccessibility-kmag.install2015-01-15 16:53:35 UTC 
(rev 229089)
@@ -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-kaccessible/repos (4 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:52:21
  Author: fyan
Revision: 229087

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

Added:
  kdeaccessibility-kaccessible/repos/testing-i686/
  kdeaccessibility-kaccessible/repos/testing-i686/PKGBUILD
(from rev 229086, kdeaccessibility-kaccessible/trunk/PKGBUILD)
  kdeaccessibility-kaccessible/repos/testing-x86_64/
  kdeaccessibility-kaccessible/repos/testing-x86_64/PKGBUILD
(from rev 229086, kdeaccessibility-kaccessible/trunk/PKGBUILD)

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

Copied: kdeaccessibility-kaccessible/repos/testing-i686/PKGBUILD (from rev 
229086, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:52:21 UTC (rev 229087)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('59a031c5d290e6d521519ce054b814b02acf782f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kaccessible/repos/testing-x86_64/PKGBUILD (from rev 
229086, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 16:52:21 UTC (rev 229087)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('59a031c5d290e6d521519ce054b814b02acf782f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${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 kdeaccessibility-kmag/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:53:03
  Author: fyan
Revision: 229088

upgpkg: kdeaccessibility-kmag 14.12.1-1

Modified:
  kdeaccessibility-kmag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:52:21 UTC (rev 229087)
+++ PKGBUILD2015-01-15 16:53:03 UTC (rev 229088)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmag
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Screen Magnifier'
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('2ec27ba8b380f6a3c8a14908ec1a913f99b8b70f')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('506d00f7170509b1fe7a4b71086998378490393c')
 
 build() {
   cd ${srcdir}


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

2015-01-15 Thread Sergej Pupykin
Date: Thursday, January 15, 2015 @ 17:55:55
  Author: spupykin
Revision: 125970

upgpkg: phpmyadmin 4.3.7-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:01:53 UTC (rev 125969)
+++ PKGBUILD2015-01-15 16:55:55 UTC (rev 125970)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.3.6
+pkgver=4.3.7
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('3d65be570785b11c943c0de116e54e26')
+md5sums=('84174fee67a4814a30f54f34e583a7ef')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


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

2015-01-15 Thread Pierre Schmitz
Date: Thursday, January 15, 2015 @ 17:57:46
  Author: pierre
Revision: 229090

upgpkg: openssl 1.0.1.l-1

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:53:35 UTC (rev 229089)
+++ PKGBUILD2015-01-15 16:57:46 UTC (rev 229090)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openssl
-_ver=1.0.1k
+_ver=1.0.1l
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -19,7 +19,7 @@
 https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
 'no-rpath.patch'
 'ca-dir.patch')
-md5sums=('d4f002bd22a56881340105028842ae1f'
+md5sums=('cdb22925fc9bc97ccbf1e007661f2aa6'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90')


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

2015-01-15 Thread Sergej Pupykin
Date: Thursday, January 15, 2015 @ 17:56:07
  Author: spupykin
Revision: 125971

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 125970, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-15 16:55:55 UTC (rev 125970)
+++ PKGBUILD2015-01-15 16:56:07 UTC (rev 125971)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.3.6
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('3d65be570785b11c943c0de116e54e26')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 125970, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-15 16:56:07 UTC (rev 125971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.3.7
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('84174fee67a4814a30f54f34e583a7ef')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:46:05
  Author: fyan
Revision: 229068

upgpkg: libkcddb 14.12.1-1

Modified:
  libkcddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 15:45:07 UTC (rev 229067)
+++ PKGBUILD2015-01-15 15:46:05 UTC (rev 229068)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.14.3
-pkgrel=2
+pkgver=14.12.1
+pkgrel=1
 pkgdesc=KDE CDDB library
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
 arch=('i686' 'x86_64')
@@ -12,8 +13,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e6728da9420aefe0b2c545ac33f638cede7835a4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2408d11fc7e3d70bc779a54f3e947557ee546263')
 
 build() {
   cd ${srcdir}


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:49:59
  Author: fyan
Revision: 229085

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

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

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

Copied: kdeaccessibility-jovie/repos/testing-i686/PKGBUILD (from rev 229084, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:49:59 UTC (rev 229085)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde' '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=('aa2072338b9b0b20ee875d301cd86a30bbedcc77')
+
+build() {
+  mkdir 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/testing-i686/kdeaccessibility-jovie.install (from 
rev 229084, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- testing-i686/kdeaccessibility-jovie.install (rev 0)
+++ testing-i686/kdeaccessibility-jovie.install 2015-01-15 16:49:59 UTC (rev 
229085)
@@ -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/testing-x86_64/PKGBUILD (from rev 229084, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 16:49:59 UTC (rev 229085)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde' '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=('aa2072338b9b0b20ee875d301cd86a30bbedcc77')
+
+build() {
+  mkdir 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/testing-x86_64/kdeaccessibility-jovie.install 
(from rev 229084, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- testing-x86_64/kdeaccessibility-jovie.install   
(rev 0)
+++ testing-x86_64/kdeaccessibility-jovie.install   2015-01-15 16:49:59 UTC 
(rev 229085)
@@ -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 analitza/repos (4 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:25:35
  Author: fyan
Revision: 229063

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

Added:
  analitza/repos/testing-i686/
  analitza/repos/testing-i686/PKGBUILD
(from rev 229062, analitza/trunk/PKGBUILD)
  analitza/repos/testing-x86_64/
  analitza/repos/testing-x86_64/PKGBUILD
(from rev 229062, analitza/trunk/PKGBUILD)

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

Copied: analitza/repos/testing-i686/PKGBUILD (from rev 229062, 
analitza/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 15:25:35 UTC (rev 229063)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=analitza
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('363c4c8df73eb52b66c24fd263916bc6093f85cc')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${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: analitza/repos/testing-x86_64/PKGBUILD (from rev 229062, 
analitza/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 15:25:35 UTC (rev 229063)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=analitza
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('363c4c8df73eb52b66c24fd263916bc6093f85cc')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${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 digikam/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:44:13
  Author: fyan
Revision: 229066

upgpkg: digikam 4.5.0-5

remove libkface as it's now part of kde applications

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 15:38:10 UTC (rev 229065)
+++ PKGBUILD2015-01-15 15:44:13 UTC (rev 229066)
@@ -4,9 +4,9 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
+pkgname=('digikam' 'kipi-plugins' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
 pkgver=4.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
-'libbaloo4' 'libpgf' 'libusb-compat')
+'libbaloo4' 'libpgf' 'libusb-compat' 'libkface')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
libkexiv2.patch)
 sha1sums=('ba735f4b7bb0437c1676141ab78ea958e46f135e'
@@ -60,14 +60,6 @@
   rm ${pkgdir}/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
 }
 
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
 package_libkgeomap() {
   pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
   depends=('kdelibs' 'kdeedu-marble')


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:46:57
  Author: fyan
Revision: 229069

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

Added:
  libkcddb/repos/testing-i686/
  libkcddb/repos/testing-i686/PKGBUILD
(from rev 229068, libkcddb/trunk/PKGBUILD)
  libkcddb/repos/testing-x86_64/
  libkcddb/repos/testing-x86_64/PKGBUILD
(from rev 229068, libkcddb/trunk/PKGBUILD)

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

Copied: libkcddb/repos/testing-i686/PKGBUILD (from rev 229068, 
libkcddb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 15:46:57 UTC (rev 229069)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2408d11fc7e3d70bc779a54f3e947557ee546263')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkcddb/repos/testing-x86_64/PKGBUILD (from rev 229068, 
libkcddb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 15:46:57 UTC (rev 229069)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2408d11fc7e3d70bc779a54f3e947557ee546263')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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 libkmahjongg/repos (4 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:02:46
  Author: fyan
Revision: 229077

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

Added:
  libkmahjongg/repos/testing-i686/
  libkmahjongg/repos/testing-i686/PKGBUILD
(from rev 229076, libkmahjongg/trunk/PKGBUILD)
  libkmahjongg/repos/testing-x86_64/
  libkmahjongg/repos/testing-x86_64/PKGBUILD
(from rev 229076, libkmahjongg/trunk/PKGBUILD)

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

Copied: libkmahjongg/repos/testing-i686/PKGBUILD (from rev 229076, 
libkmahjongg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:02:46 UTC (rev 229077)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=14.12.1
+pkgrel=1
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ca7bf409bd6f16ecd17996f80f9e62a633e1f9da')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkmahjongg/repos/testing-x86_64/PKGBUILD (from rev 229076, 
libkmahjongg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 16:02:46 UTC (rev 229077)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=14.12.1
+pkgrel=1
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ca7bf409bd6f16ecd17996f80f9e62a633e1f9da')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${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 libkomparediff2/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:17:36
  Author: fyan
Revision: 229080

upgpkg: libkomparediff2 14.12.1-1

Modified:
  libkomparediff2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:16:38 UTC (rev 229079)
+++ PKGBUILD2015-01-15 16:17:36 UTC (rev 229080)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkomparediff2
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=Library to compare files and strings
 url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
@@ -10,8 +11,8 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('eb93b455f897ab1cbec47a64931e8b1f3e83769a')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a245f7f6fa775c03c2452d8c7d75b297dc26e1ab')
 
 prepare() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:46:39
  Author: fyan
Revision: 229083

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

Added:
  kqtquickcharts/repos/testing-i686/
  kqtquickcharts/repos/testing-i686/PKGBUILD
(from rev 229082, kqtquickcharts/trunk/PKGBUILD)
  kqtquickcharts/repos/testing-x86_64/
  kqtquickcharts/repos/testing-x86_64/PKGBUILD
(from rev 229082, kqtquickcharts/trunk/PKGBUILD)

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

Copied: kqtquickcharts/repos/testing-i686/PKGBUILD (from rev 229082, 
kqtquickcharts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:46:39 UTC (rev 229083)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8baa1266d1b7b8f1d4df6dfceb99fdddcdfeaf9a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kqtquickcharts/repos/testing-x86_64/PKGBUILD (from rev 229082, 
kqtquickcharts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 16:46:39 UTC (rev 229083)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8baa1266d1b7b8f1d4df6dfceb99fdddcdfeaf9a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${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 (4 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:30:24
  Author: fyan
Revision: 229064

add libkeduvocdocument

Added:
  libkeduvocdocument/
  libkeduvocdocument/repos/
  libkeduvocdocument/trunk/
  libkeduvocdocument/trunk/PKGBUILD

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

Added: libkeduvocdocument/trunk/PKGBUILD
===
--- libkeduvocdocument/trunk/PKGBUILD   (rev 0)
+++ libkeduvocdocument/trunk/PKGBUILD   2015-01-15 15:30:24 UTC (rev 229064)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkeduvocdocument
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Common libraries for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('094b6ad501b43644a178c2381dc3d7eb7ce14552')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


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


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:38:10
  Author: fyan
Revision: 229065

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

Added:
  libkeduvocdocument/repos/testing-i686/
  libkeduvocdocument/repos/testing-i686/PKGBUILD
(from rev 229064, libkeduvocdocument/trunk/PKGBUILD)
  libkeduvocdocument/repos/testing-x86_64/
  libkeduvocdocument/repos/testing-x86_64/PKGBUILD
(from rev 229064, libkeduvocdocument/trunk/PKGBUILD)

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

Copied: libkeduvocdocument/repos/testing-i686/PKGBUILD (from rev 229064, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 15:38:10 UTC (rev 229065)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkeduvocdocument
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Common libraries for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('094b6ad501b43644a178c2381dc3d7eb7ce14552')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkeduvocdocument/repos/testing-x86_64/PKGBUILD (from rev 229064, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 15:38:10 UTC (rev 229065)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkeduvocdocument
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Common libraries for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('094b6ad501b43644a178c2381dc3d7eb7ce14552')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:51:45
  Author: fyan
Revision: 229073

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

Added:
  libkcompactdisc/repos/testing-i686/
  libkcompactdisc/repos/testing-i686/PKGBUILD
(from rev 229072, libkcompactdisc/trunk/PKGBUILD)
  libkcompactdisc/repos/testing-x86_64/PKGBUILD
(from rev 229072, libkcompactdisc/trunk/PKGBUILD)
Deleted:
  libkcompactdisc/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   33 +
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 -
 3 files changed, 66 insertions(+), 33 deletions(-)

Copied: libkcompactdisc/repos/testing-i686/PKGBUILD (from rev 229072, 
libkcompactdisc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 15:51:45 UTC (rev 229073)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('75be7a25cdc20d9c9a7711e28b50d8e6dc18e27c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-01-15 15:50:53 UTC (rev 229072)
+++ testing-x86_64/PKGBUILD 2015-01-15 15:51:45 UTC (rev 229073)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=14.12.1
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('75be7a25cdc20d9c9a7711e28b50d8e6dc18e27c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/testing-x86_64/PKGBUILD (from rev 229072, 
libkcompactdisc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 15:51:45 UTC (rev 229073)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('75be7a25cdc20d9c9a7711e28b50d8e6dc18e27c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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 kqtquickcharts/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:46:11
  Author: fyan
Revision: 229082

upgpkg: kqtquickcharts 14.12.1-1

Modified:
  kqtquickcharts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:18:06 UTC (rev 229081)
+++ PKGBUILD2015-01-15 16:46:11 UTC (rev 229082)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kqtquickcharts
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A QtQuick plugin to render beautiful and interactive charts
 url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
@@ -10,8 +11,8 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dbc4dd184b33aa46a3ac10072c43b71efd22021e')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8baa1266d1b7b8f1d4df6dfceb99fdddcdfeaf9a')
 
 prepare() {
   mkdir build


[arch-commits] Commit in libkcompactdisc/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:50:53
  Author: fyan
Revision: 229072

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

Added:
  libkcompactdisc/repos/testing-x86_64/PKGBUILD
(from rev 229071, libkcompactdisc/trunk/PKGBUILD)
Deleted:
  libkcompactdisc/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-15 15:50:14 UTC (rev 229071)
+++ PKGBUILD2015-01-15 15:50:53 UTC (rev 229072)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=14.12.1
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('75be7a25cdc20d9c9a7711e28b50d8e6dc18e27c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/testing-x86_64/PKGBUILD (from rev 229071, 
libkcompactdisc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-15 15:50:53 UTC (rev 229072)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('75be7a25cdc20d9c9a7711e28b50d8e6dc18e27c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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 libkcompactdisc/repos (2 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:50:14
  Author: fyan
Revision: 229071

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

Added:
  libkcompactdisc/repos/testing-x86_64/
  libkcompactdisc/repos/testing-x86_64/PKGBUILD
(from rev 229070, libkcompactdisc/trunk/PKGBUILD)

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

Copied: libkcompactdisc/repos/testing-x86_64/PKGBUILD (from rev 229070, 
libkcompactdisc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 15:50:14 UTC (rev 229071)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('75be7a25cdc20d9c9a7711e28b50d8e6dc18e27c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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 firefox-adblock-plus/trunk (PKGBUILD)

2015-01-15 Thread Sergej Pupykin
Date: Thursday, January 15, 2015 @ 17:01:42
  Author: spupykin
Revision: 125968

upgpkg: firefox-adblock-plus 2.6.7-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 12:34:42 UTC (rev 125967)
+++ PKGBUILD2015-01-15 16:01:42 UTC (rev 125968)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-adblock-plus
-pkgver=2.6.6
+pkgver=2.6.7
 pkgrel=1
 pkgdesc=Extension for firefox which block ads and banners
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('unzip')
 noextract=(adblockplus-$pkgver.xpi)
 source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('a1b1bc6a14b437c82ac830116979e9f6')
+md5sums=('e2ffa2355457397d5df135b54d65c726')
 
 package() {
   cd $srcdir


[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2015-01-15 Thread Sergej Pupykin
Date: Thursday, January 15, 2015 @ 17:01:53
  Author: spupykin
Revision: 125969

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 125968, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-15 16:01:42 UTC (rev 125968)
+++ PKGBUILD2015-01-15 16:01:53 UTC (rev 125969)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.6
-pkgrel=1
-pkgdesc=Extension for firefox which block ads and banners
-arch=('any')
-url=http://adblockplus.org/;
-license=('GPL')
-groups=('firefox-addons')
-depends=(firefox)
-makedepends=('unzip')
-noextract=(adblockplus-$pkgver.xpi)
-source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('a1b1bc6a14b437c82ac830116979e9f6')
-
-package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 125968, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-15 16:01:53 UTC (rev 125969)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-adblock-plus
+pkgver=2.6.7
+pkgrel=1
+pkgdesc=Extension for firefox which block ads and banners
+arch=('any')
+url=http://adblockplus.org/;
+license=('GPL')
+groups=('firefox-addons')
+depends=(firefox)
+makedepends=('unzip')
+noextract=(adblockplus-$pkgver.xpi)
+source=(https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
+md5sums=('e2ffa2355457397d5df135b54d65c726')
+
+package() {
+  cd $srcdir
+  unzip adblockplus-$pkgver.xpi
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:01:43
  Author: fyan
Revision: 229075

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

Added:
  libkdegames/repos/testing-i686/
  libkdegames/repos/testing-i686/PKGBUILD
(from rev 229074, libkdegames/trunk/PKGBUILD)
  libkdegames/repos/testing-x86_64/
  libkdegames/repos/testing-x86_64/PKGBUILD
(from rev 229074, libkdegames/trunk/PKGBUILD)

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

Copied: libkdegames/repos/testing-i686/PKGBUILD (from rev 229074, 
libkdegames/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 16:01:43 UTC (rev 229075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdegames
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Common code and data for many KDE games
+url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'openal')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkdegames')
+conflicts=('kdegames-libkdegames')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1ba6f6e0800b75d955b354a31fb71e5ce02d6e3e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdegames/repos/testing-x86_64/PKGBUILD (from rev 229074, 
libkdegames/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 16:01:43 UTC (rev 229075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdegames
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Common code and data for many KDE games
+url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'openal')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkdegames')
+conflicts=('kdegames-libkdegames')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1ba6f6e0800b75d955b354a31fb71e5ce02d6e3e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${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 libkmahjongg/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:02:15
  Author: fyan
Revision: 229076

upgpkg: libkmahjongg 14.12.1-1

Modified:
  libkmahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:01:43 UTC (rev 229075)
+++ PKGBUILD2015-01-15 16:02:15 UTC (rev 229076)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkmahjongg
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
 url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
@@ -12,8 +13,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdegames-libkmahjongg')
 conflicts=('kdegames-libkmahjongg')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('312fa1ff0aaae9915a48ceeb552d09b98d1af0ff')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ca7bf409bd6f16ecd17996f80f9e62a633e1f9da')
 
 prepare() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:04:28
  Author: fyan
Revision: 229061

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

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

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

Copied: libkface/repos/staging-i686/PKGBUILD (from rev 229060, 
libkface/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-15 15:04:28 UTC (rev 229061)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4d81b15fc9d1b56da52be9b938688060329340a5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkface/repos/staging-i686/libkface.install (from rev 229060, 
libkface/trunk/libkface.install)
===
--- staging-i686/libkface.install   (rev 0)
+++ staging-i686/libkface.install   2015-01-15 15:04:28 UTC (rev 229061)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkface/repos/staging-x86_64/PKGBUILD (from rev 229060, 
libkface/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-15 15:04:28 UTC (rev 229061)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4d81b15fc9d1b56da52be9b938688060329340a5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkface/repos/staging-x86_64/libkface.install (from rev 229060, 
libkface/trunk/libkface.install)
===
--- staging-x86_64/libkface.install (rev 0)
+++ staging-x86_64/libkface.install 2015-01-15 15:04:28 UTC (rev 229061)
@@ -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 (5 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:03:52
  Author: fyan
Revision: 229060

add libkface

Added:
  libkface/
  libkface/repos/
  libkface/trunk/
  libkface/trunk/PKGBUILD
  libkface/trunk/libkface.install

--+
 PKGBUILD |   32 
 libkface.install |   11 +++
 2 files changed, 43 insertions(+)

Added: libkface/trunk/PKGBUILD
===
--- libkface/trunk/PKGBUILD (rev 0)
+++ libkface/trunk/PKGBUILD 2015-01-15 15:03:52 UTC (rev 229060)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4d81b15fc9d1b56da52be9b938688060329340a5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: libkface/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: libkface/trunk/libkface.install
===
--- libkface/trunk/libkface.install (rev 0)
+++ libkface/trunk/libkface.install 2015-01-15 15:03:52 UTC (rev 229060)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


Property changes on: libkface/trunk/libkface.install
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in (4 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:25:00
  Author: fyan
Revision: 229062

add analitza

Added:
  analitza/
  analitza/repos/
  analitza/trunk/
  analitza/trunk/PKGBUILD

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

Added: analitza/trunk/PKGBUILD
===
--- analitza/trunk/PKGBUILD (rev 0)
+++ analitza/trunk/PKGBUILD 2015-01-15 15:25:00 UTC (rev 229062)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=analitza
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('363c4c8df73eb52b66c24fd263916bc6093f85cc')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${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
+}


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


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 16:49:48
  Author: fyan
Revision: 229070

upgpkg: libkcompactdisc 14.12.1-1

Modified:
  libkcompactdisc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 15:46:57 UTC (rev 229069)
+++ PKGBUILD2015-01-15 15:49:48 UTC (rev 229070)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A library for interfacing with CDs
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
@@ -12,8 +13,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9ca3913859f9d6feb8df599dcac7d7a273a19f96')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('75be7a25cdc20d9c9a7711e28b50d8e6dc18e27c')
 
 build() {
   cd ${srcdir}


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:01:13
  Author: fyan
Revision: 229074

upgpkg: libkdegames 14.12.1-1

Modified:
  libkdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 15:51:45 UTC (rev 229073)
+++ PKGBUILD2015-01-15 16:01:13 UTC (rev 229074)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdegames
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=Common code and data for many KDE games
 url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
@@ -12,8 +13,8 @@
 makedepends=('cmake' 'automoc4')
 replaces=('kdegames-libkdegames')
 conflicts=('kdegames-libkdegames')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f5e9b0c3ef265be5b0815e1c739f3b260b5a2ad8')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1ba6f6e0800b75d955b354a31fb71e5ce02d6e3e')
 
 build() {
   mkdir build


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

2015-01-15 Thread Ionuț Mircea Bîru
Date: Thursday, January 15, 2015 @ 17:16:38
  Author: ioni
Revision: 229079

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 229078, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 229078, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 229078, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 229078, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 229078, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 229078, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|  104 +
 /flashplugin.install |   28 +
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   52 --
 extra-i686/flashplugin.install   |   14 
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   52 --
 extra-x86_64/flashplugin.install |   14 
 extra-x86_64/mms.cfg |2 
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-15 16:15:55 UTC (rev 229078)
+++ extra-i686/PKGBUILD 2015-01-15 16:16:38 UTC (rev 229079)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.425
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-
-if [ $CARCH = i686 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('3de010fba558cf5d8c66892456b0ed33'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-elif [ $CARCH = x86_64 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('a060430d0900dd98252b9102ec1a32d6'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-fi
-
-package () {
-install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so
-if [ $CARCH = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-fi
-install -Dm755 usr/bin/flash-player-properties 
$pkgdir/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
$pkgdir/usr/share/applications/flash-player-properties.desktop
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop
-install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-install -Dm644 mms.cfg $pkgdir/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 229078, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-15 16:16:38 UTC (rev 229079)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.429
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 

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

2015-01-15 Thread Ionuț Mircea Bîru
Date: Thursday, January 15, 2015 @ 17:15:55
  Author: ioni
Revision: 229078

update

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:02:46 UTC (rev 229077)
+++ PKGBUILD2015-01-15 16:15:55 UTC (rev 229078)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.425
+pkgver=11.2.202.429
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -21,7 +21,7 @@
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('3de010fba558cf5d8c66892456b0ed33'
+md5sums=('3db563d8d2d73109f936e7e92f7b1782'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ $CARCH = x86_64 ]; then
@@ -28,7 +28,7 @@
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('a060430d0900dd98252b9102ec1a32d6'
+md5sums=('7e05effd150ab4430693e467e4c9c404'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi


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

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 17:51:50
  Author: fyan
Revision: 229086

upgpkg: kdeaccessibility-kaccessible 14.12.1-1

Modified:
  kdeaccessibility-kaccessible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:49:59 UTC (rev 229085)
+++ PKGBUILD2015-01-15 16:51:50 UTC (rev 229086)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kaccessible
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
@@ -11,8 +12,8 @@
 groups=('kde' 'kdeaccessibility')
 depends=('kdelibs' 'speech-dispatcher')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('76a036db685b98c031d6f0e746f44f70c2cacfd5')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('59a031c5d290e6d521519ce054b814b02acf782f')
 
 build() {
   cd ${srcdir}


[arch-commits] Commit in lirc/trunk (7 files)

2015-01-15 Thread Lukas Fleischer
Date: Thursday, January 15, 2015 @ 22:08:01
  Author: lfleischer
Revision: 229097

Prepare lirc 0.9.2

Added:
  lirc/trunk/0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch
  lirc/trunk/lirc.install
(from rev 229059, lirc/trunk/lirc-utils.install)
Modified:
  lirc/trunk/PKGBUILD
Deleted:
  lirc/trunk/lirc-0.9.1a-fix-segfaults.patch
  lirc/trunk/lirc-utils.install
  lirc/trunk/lirc.install
  lirc/trunk/wpc8769l-build-fix.patch

---+
 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch |   36 
 PKGBUILD  |   92 ++--
 lirc-0.9.1a-fix-segfaults.patch   |   79 --
 lirc-utils.install|   13 -
 lirc.install  |   27 +--
 wpc8769l-build-fix.patch  |   90 ---
 6 files changed, 70 insertions(+), 267 deletions(-)

Added: 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch
===
--- 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch   
(rev 0)
+++ 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch   2015-01-15 
21:08:01 UTC (rev 229097)
@@ -0,0 +1,36 @@
+From 2628ddc723eb8c9209c3d34bed4752fdfbe88115 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer archli...@cryptocrack.de
+Date: Thu, 15 Jan 2015 21:39:11 +0100
+Subject: [PATCH] make_rel_symlink.py: Fix Python 3 compatibility
+
+---
+ tools/make_rel_symlink.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tools/make_rel_symlink.py b/tools/make_rel_symlink.py
+index 5c89305..ff0403a 100755
+--- a/tools/make_rel_symlink.py
 b/tools/make_rel_symlink.py
+@@ -32,16 +32,16 @@ if sys.argv[1] == -p:
+ sys.argv = sys.argv[ 1:]
+ 
+ if len( sys.argv ) != 3:
+-print USAGE
++print(USAGE)
+ sys.exit( 1 )
+ 
+ if  os.path.isdir(  sys.argv[2] ):
+-print Removing link target dir: +  sys.argv[2]
++print(Removing link target dir: +  sys.argv[2])
+ shutil.rmtree( sys.argv[2])
+ 
+ link_path = relative_ln_s( sys.argv[1], sys.argv[2] )
+ if just_print:
+-print link_path
++print(link_path)
+ else:
+ os.chdir( os.path.dirname( sys.argv[2]))
+ target = os.path.basename( sys.argv[2])
+-- 
+2.2.2
+

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 20:56:23 UTC (rev 229096)
+++ PKGBUILD2015-01-15 21:08:01 UTC (rev 229097)
@@ -1,28 +1,29 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Paul Mattal p...@archlinux.org
 
-pkgbase=lirc
-pkgname=('lirc' 'lirc-utils')
-_pkgver=0.9.1a
+pkgname=lirc
+_pkgver=0.9.2
 [[ $_pkgver =~ [a-z]$ ]]  pkgver=${_pkgver:0:-1}.${_pkgver: -1} || 
pkgver=$_pkgver
-pkgrel=12
+pkgrel=1
 epoch=1
-_extramodules=extramodules-3.18-ARCH
+pkgdesc=Linux Infrared Remote Control utils
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
-# NOTICE: Don't forget to bump version in depends in package_lirc()!
-makedepends=('help2man' 'linux=3.18' 'linux3.19' 'linux-headers=3.18' 
'linux-headers3.19' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
-options=('!makeflags' '!strip')
-source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${_pkgver}.tar.bz2;
-wpc8769l-build-fix.patch
-lirc-0.9.1a-fix-segfaults.patch
+depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'python')
+optdepends=('python: pronto2lirc utility')
+provides=('lirc-utils')
+replaces=('lirc-utils')
+backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
+install=lirc.install
+source=(http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch
 lirc.logrotate
 irexec.service
 lirc.tmpfiles)
-md5sums=('1f1fac162ed309dd50f307e96a292957'
- '9ec33169b3407f74264062d7679dd269'
- 'cd00acf480e82a0bf050032732d0d733'
+md5sums=('3afc84e79c0839823cc20e7a710dd06d'
+ 'bef13bd33bafcba828ec8175652474bc'
  '3deb02604b37811d41816e9b4385fcc3'
  '32df3b9bc859565d6acf5f0e5b747083'
  'febf25c154a7d36f01159e84f26c2d9a')
@@ -29,61 +30,18 @@
 
 prepare() {
   cd ${srcdir}/lirc-${_pkgver}
-
-  patch -Np1 -i ${srcdir}/wpc8769l-build-fix.patch
-  patch -Np1 -i ${srcdir}/lirc-0.9.1a-fix-segfaults.patch
-
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  sed -e 's/@X_CFLAGS@//g' \
-  -e 's/@X_LIBS@//g' \
-  -e 's/@X_PRE_LIBS@//g' \
-  -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am
-
-  libtoolize
-  autoreconf
+  patch -p1 -i ../0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch
 }
 
 build() 

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

2015-01-15 Thread Andreas Radke
Date: Thursday, January 15, 2015 @ 22:37:32
  Author: andyrtr
Revision: 229100

prepare next release

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 21:08:32 UTC (rev 229099)
+++ PKGBUILD2015-01-15 21:37:32 UTC (rev 229100)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('systemd')
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e'
+sha256sums=('57747436ac6a2ed9fe7745093acdd96fdce699bad6074c6e89450367d74192c7'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
 
@@ -23,6 +23,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install


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

2015-01-15 Thread Daniel Micay
Date: Thursday, January 15, 2015 @ 20:10:52
  Author: thestinger
Revision: 125973

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

Added:
  
linux-grsec/repos/community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 125972, 
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 125972, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 125972, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 125972, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 125972, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 125972, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 125972, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
(from rev 125972, 
linux-grsec/trunk/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 125972, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 125972, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 125972, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 125972, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 125972, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 125972, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch   
  |  158 
 /PKGBUILD  
  |  662 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |14716 ++
 /config.x86_64 
  |14138 +
 /linux-grsec.install   
  |  110 
 /linux.preset  
  |   28 
 community-i686/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch 
  |   79 
 community-i686/PKGBUILD
  |  331 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7358 -
 community-i686/config.x86_64   
  | 7069 
 community-i686/linux-grsec.install 
  |   55 
 community-i686/linux.preset
  |   14 
 
community-x86_64/0001-drm-i915-Disallow-pin-ioctl-completely-for-kms-drive.patch
 |   79 
 community-x86_64/PKGBUILD  
  |  331 
 community-x86_64/change-default-console-loglevel.patch 
  |   11 
 community-x86_64/config
  | 7358 -
 community-x86_64/config.x86_64 
  | 7069 
 community-x86_64/linux-grsec.install   
  |   55 
 community-x86_64/linux.preset  
  |   14 
 21 files changed, 29834 insertions(+), 29834 deletions(-)

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


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

2015-01-15 Thread Daniel Isenmann
Date: Thursday, January 15, 2015 @ 21:53:36
  Author: daniel
Revision: 229094

archrelease: copy trunk to extra-any

Added:
  monodevelop/repos/extra-any/PKGBUILD
(from rev 229093, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
(from rev 229093, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-any/monodevelop.install
(from rev 229093, monodevelop/trunk/monodevelop.install)
Deleted:
  monodevelop/repos/extra-any/PKGBUILD
  monodevelop/repos/extra-any/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-any/monodevelop.install

-+
 PKGBUILD|   85 +-
 monodevelop-core-addins.pc.in.patch |   16 +++---
 monodevelop.install |   40 
 3 files changed, 72 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-15 20:53:28 UTC (rev 229093)
+++ PKGBUILD2015-01-15 20:53:36 UTC (rev 229094)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=monodevelop
-pkgver=5.5.4.15
-pkgrel=1
-pkgdesc=An IDE primarily designed for C# and other .NET languages
-arch=('any')
-url=http://www.monodevelop.com;
-license=('GPL')
-depends=('mono=3.2.8' 'mono-addins=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('rsync' 'git')
-options=(!makeflags)
-install=monodevelop.install
-source=(git://github.com/mono/monodevelop.git)
-md5sums=('SKIP')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname
-  git submodule update --init --recursive || return 1
-  git checkout tags/$pkgname-$pkgver
-  git clean -dfx
-  
-  ./configure --prefix=/usr --profile=stable 
-  LD_PRELOAD= make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  
-  LD_PRELOAD= make DESTDIR=$pkgdir install
-  # delete conflicting files
-  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
-  rm -r $MONO_SHARED_DIR
-}
-

Copied: monodevelop/repos/extra-any/PKGBUILD (from rev 229093, 
monodevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-15 20:53:36 UTC (rev 229094)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=5.7.0.661
+pkgrel=1
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+arch=('any')
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=3.2.8' 'mono-addins=0.6.2' 'gnome-sharp' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('rsync' 'git')
+options=(!makeflags)
+install=monodevelop.install
+source=(git://github.com/mono/monodevelop.git)
+md5sums=('SKIP')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname
+  git submodule update --init --recursive || return 1
+  git checkout tags/$pkgname-$pkgver
+  git clean -dfx
+  
+  ./configure --prefix=/usr --profile=stable 
+  LD_PRELOAD= make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  
+  LD_PRELOAD= make DESTDIR=$pkgdir install
+  # delete conflicting files
+  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
+  rm -r $MONO_SHARED_DIR
+
+  # NuGet.exe is missing somehow, fixed FS#43423
+  install -Dm755 ${srcdir}/monodevelop/main/external/nuget-binary/NuGet.exe 
${pkgdir}/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
+}
+

Deleted: monodevelop-core-addins.pc.in.patch
===
--- monodevelop-core-addins.pc.in.patch 2015-01-15 20:53:28 UTC (rev 229093)
+++ monodevelop-core-addins.pc.in.patch 2015-01-15 20:53:36 UTC (rev 229094)
@@ -1,8 +0,0 @@
 monodevelop-core-addins.pc.in  2012-07-27 21:33:41.0 +0200
-+++ monodevelop-core-addins.pc.in.new  2012-08-04 12:42:36.086516667 +0200
-@@ -6,4 +6,4 @@
- Name: MonoDevelop Core Add-ins
- Description: MonoDevelop Core Add-ins
- Version: @VERSION@
--Libs: -r:${libdir}/AddIns/VersionControl/MonoDevelop.VersionControl.dll 
-r:${libdir}/AddIns/NUnit/MonoDevelop.NUnit.dll 
-r:${libdir}/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
-r:${libdir}/AddIns/MonoDevelop.AspNet/MonoDevelop.AspNet.dll 
-r:${libdir}/AddIns/DisplayBindings/Gettext/MonoDevelop.Gettext.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.dll 
-r:${libdir}/AddIns/MonoDevelop.Deployment/MonoDevelop.Deployment.Linux.dll 
-r:${libdir}/AddIns/MonoDevelop.GtkCore/MonoDevelop.GtkCore.dll 
-r:${libdir}/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll 

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

2015-01-15 Thread Daniel Isenmann
Date: Thursday, January 15, 2015 @ 21:53:28
  Author: daniel
Revision: 229093

upgpkg: monodevelop 5.7.0.661-1

New upstream version and fix FS#43423

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 18:58:12 UTC (rev 229092)
+++ PKGBUILD2015-01-15 20:53:28 UTC (rev 229093)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=monodevelop
-pkgver=5.5.4.15
+pkgver=5.7.0.661
 pkgrel=1
 pkgdesc=An IDE primarily designed for C# and other .NET languages
 arch=('any')
@@ -37,5 +37,8 @@
   # delete conflicting files
   find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
   rm -r $MONO_SHARED_DIR
+
+  # NuGet.exe is missing somehow, fixed FS#43423
+  install -Dm755 ${srcdir}/monodevelop/main/external/nuget-binary/NuGet.exe 
${pkgdir}/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
 }
 


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

2015-01-15 Thread Daniel Micay
Date: Thursday, January 15, 2015 @ 20:09:43
  Author: thestinger
Revision: 125972

upgpkg: linux-grsec 3.18.2.201501142325-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 16:56:07 UTC (rev 125971)
+++ PKGBUILD2015-01-15 19:09:43 UTC (rev 125972)
@@ -9,7 +9,7 @@
 _srcname=linux-3.18
 _pkgver=3.18.2
 _grsecver=3.0
-_timestamp=201501132141
+_timestamp=201501142325
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -35,7 +35,7 @@
 'SKIP'
 '927a30c152a193d22242de21b99c9765fb0086b0aa3fabd31938ffc6e1b3f37c'
 'SKIP'
-'7e2e0975d94bca2c0b9e197b2b403a284fb760d3d2733976848342a6f423b589'
+'70c69b3838e487f1a27aafd5de9cf6c7fc37180385f0d506f7946673901ff9eb'
 'SKIP'
 '3730ac2c05934cdfa5f82001c3815b7ea307de2b57f38b4871fd1f73bb3bb0df'
 '8962b42de4526ce7252b51825fd9a9f2518d799b057650a4bbe3fb9cf05977d9'


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

2015-01-15 Thread Andreas Radke
Date: Thursday, January 15, 2015 @ 22:08:18
  Author: andyrtr
Revision: 229098

upgpkg: man-pages 3.77-1

upstream update 3.77

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 21:08:01 UTC (rev 229097)
+++ PKGBUILD2015-01-15 21:08:18 UTC (rev 229098)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.76
+pkgver=3.77
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('d9b1195544cf16d52014a70b6ecf32f43bcedd357aa74dfd68ff48e1fc048acf'
+sha256sums=('fc630f063b4671cece6cffee47d0ad25b871219ffba8bf2784f084512af5954f'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2015-01-15 Thread Andreas Radke
Date: Thursday, January 15, 2015 @ 22:08:32
  Author: andyrtr
Revision: 229099

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 229098, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 229098, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-01-15 21:08:32 UTC (rev 229099)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.77
+_posixver=2013-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL' 'custom')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('fc630f063b4671cece6cffee47d0ad25b871219ffba8bf2784f084512af5954f'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 00:57:59
  Author: fyan
Revision: 229106

upgpkg: kdeaccessibility-kmousetool 14.12.1-1

Modified:
  kdeaccessibility-kmousetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 23:18:24 UTC (rev 229105)
+++ PKGBUILD2015-01-15 23:57:59 UTC (rev 229106)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmousetool
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('5140076edd3cae4ef147d1b0fc9e39f87378ca6f')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('90a839df03e0744379aade4461270e6d1034c5e5')
 
 build() {
   cd ${srcdir}


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

2015-01-15 Thread Anatol Pomozov
Date: Thursday, January 15, 2015 @ 23:32:37
  Author: anatolik
Revision: 229101

upgpkg: vala 0.26.2-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 21:37:32 UTC (rev 229100)
+++ PKGBUILD2015-01-15 22:32:37 UTC (rev 229101)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.26.1
+pkgver=0.26.2
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -11,8 +11,9 @@
 license=('LGPL')
 depends=('glib2')
 makedepends=('libxslt')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8407abb19ab3a58bbfc0d288abb47666ef81f76d0540258c03965e7545f59e6b')
+sha256sums=('37f13f430c56a93b6dac85239084681fd8f31c407d386809c43bc2f2836e03c4')
 
 build() {
 cd $pkgname-$pkgver
@@ -20,6 +21,11 @@
 make
 }
 
+check() {
+cd $pkgname-$pkgver
+make check
+}
+
 package() {
 cd $pkgname-$pkgver
 make DESTDIR=$pkgdir install


[arch-commits] Commit in gnu-efi-libs/repos (6 files)

2015-01-15 Thread Anatol Pomozov
Date: Thursday, January 15, 2015 @ 23:44:04
  Author: anatolik
Revision: 229104

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

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 229103, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 229103, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-i686/build-fix.patch
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/build-fix.patch

--+
 /PKGBUILD|   72 ++
 extra-i686/PKGBUILD  |   45 
 extra-i686/build-fix.patch   |  113 -
 extra-x86_64/PKGBUILD|   45 
 extra-x86_64/build-fix.patch |  113 -
 5 files changed, 72 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-15 22:43:22 UTC (rev 229103)
+++ extra-i686/PKGBUILD 2015-01-15 22:44:04 UTC (rev 229104)
@@ -1,45 +0,0 @@
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-
-[[ ${CARCH} == x86_64 ]]  _EFI_ARCH=x86_64
-[[ ${CARCH} == i686 ]]  _EFI_ARCH=ia32
-
-_pkgver=3.0
-pkgname=gnu-efi-libs
-pkgver=${_pkgver}w
-pkgrel=2
-pkgdesc=Library for building UEFI Applications using GNU toolchain
-url=http://sourceforge.net/projects/gnu-efi/;
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
-makedepends=('pciutils')
-source=(http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz;
-build-fix.patch)
-
-prepare() {
-   cd ${srcdir}/gnu-efi-${_pkgver}/
-
-   patch -p1 -i ${srcdir}/build-fix.patch
-}
-
-build() {
-   cd ${srcdir}/gnu-efi-${_pkgver}/
-
-   make -j1
-   make -j1 -C apps all
-
-}
-
-package() {
-   cd ${srcdir}/gnu-efi-${_pkgver}/
-
-   make INSTALLROOT=${pkgdir} PREFIX=/usr LIBDIR=/usr/lib install
-
-   install -d ${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/
-   install -D -m0644 ${srcdir}/gnu-efi-${_pkgver}/apps/*.efi 
${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/
-}
-
-md5sums=('36d1c5e7b6edd4733700aaf749d9b80c'
- 'c4f8e361fd3e133da1ef8307a302c424')

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 229103, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-15 22:44:04 UTC (rev 229104)
@@ -0,0 +1,36 @@
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+[[ ${CARCH} == x86_64 ]]  _EFI_ARCH=x86_64
+[[ ${CARCH} == i686 ]]  _EFI_ARCH=ia32
+
+_pkgver=3.0.1
+pkgname=gnu-efi-libs
+pkgver=${_pkgver}
+pkgrel=1
+pkgdesc=Library for building UEFI Applications using GNU toolchain
+url=http://sourceforge.net/projects/gnu-efi/;
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
+makedepends=('pciutils')
+source=(http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
+md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
+
+build() {
+   cd ${srcdir}/gnu-efi-${_pkgver}/
+
+   make -j1
+   make -j1 -C apps all
+
+}
+
+package() {
+   cd ${srcdir}/gnu-efi-${_pkgver}/
+
+   make INSTALLROOT=${pkgdir} PREFIX=/usr LIBDIR=/usr/lib install
+
+   install -d ${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/
+   install -D -m0644 ${srcdir}/gnu-efi-${_pkgver}/apps/*.efi 
${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/
+}

Deleted: extra-i686/build-fix.patch
===
--- extra-i686/build-fix.patch  2015-01-15 22:43:22 UTC (rev 229103)
+++ extra-i686/build-fix.patch  2015-01-15 22:44:04 UTC (rev 229104)
@@ -1,113 +0,0 @@
-From 0a69c42779d1d28aa406fa2c435b180156ee3435 Mon Sep 17 00:00:00 2001
-From: Fedora Ninjas pjo...@fedoraproject.org
-Date: Thu, 15 May 2014 21:29:25 -0400
-Subject: [PATCH] Try to make this build.
-

- Make.defaults 
- inc/Makefile  
- 2 files changed, 12 insertions(+), 22 deletion(-)
-
-diff -up a/gnuefi/Makefile b/gnuefi/Makefile
 a/gnuefi/Makefile  2014-05-15 17:15:54.0 -0500
-+++ b/gnuefi/Makefile  2014-05-19 14:02:29.048732554 -0500
-@@ -52,19 +52,6 @@ reloc_aarch64.o: CFLAGS += -fno-jump-tab
- 
- TARGETS   = crt0-efi-$(ARCH).o libgnuefi.a
- 
--INSTALLTARGETS = $(TARGETS)
--ifneq (,$(findstring FreeBSD,$(OS)))
-- ifeq ($(ARCH),x86_64)
--  INSTALLTARGETS += elf_$(ARCH)_fbsd_efi.lds
-- else
--  INSTALLTARGETS += elf_$(ARCH)_efi.lds

[arch-commits] Commit in gnu-efi-libs/trunk (PKGBUILD build-fix.patch)

2015-01-15 Thread Anatol Pomozov
Date: Thursday, January 15, 2015 @ 23:43:22
  Author: anatolik
Revision: 229103

upgpkg: gnu-efi-libs 3.0.1-1

Modified:
  gnu-efi-libs/trunk/PKGBUILD
Deleted:
  gnu-efi-libs/trunk/build-fix.patch

-+
 PKGBUILD|   19 ++---
 build-fix.patch |  113 --
 2 files changed, 5 insertions(+), 127 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 22:33:36 UTC (rev 229102)
+++ PKGBUILD2015-01-15 22:43:22 UTC (rev 229103)
@@ -5,10 +5,10 @@
 [[ ${CARCH} == x86_64 ]]  _EFI_ARCH=x86_64
 [[ ${CARCH} == i686 ]]  _EFI_ARCH=ia32
 
-_pkgver=3.0
+_pkgver=3.0.1
 pkgname=gnu-efi-libs
-pkgver=${_pkgver}w
-pkgrel=2
+pkgver=${_pkgver}
+pkgrel=1
 pkgdesc=Library for building UEFI Applications using GNU toolchain
 url=http://sourceforge.net/projects/gnu-efi/;
 license=('GPL')
@@ -15,15 +15,9 @@
 arch=('x86_64' 'i686')
 options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
 makedepends=('pciutils')
-source=(http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz;
-build-fix.patch)
+source=(http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2;)
+md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
 
-prepare() {
-   cd ${srcdir}/gnu-efi-${_pkgver}/
-
-   patch -p1 -i ${srcdir}/build-fix.patch
-}
-
 build() {
cd ${srcdir}/gnu-efi-${_pkgver}/
 
@@ -40,6 +34,3 @@
install -d ${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/
install -D -m0644 ${srcdir}/gnu-efi-${_pkgver}/apps/*.efi 
${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/
 }
-
-md5sums=('36d1c5e7b6edd4733700aaf749d9b80c'
- 'c4f8e361fd3e133da1ef8307a302c424')

Deleted: build-fix.patch
===
--- build-fix.patch 2015-01-15 22:33:36 UTC (rev 229102)
+++ build-fix.patch 2015-01-15 22:43:22 UTC (rev 229103)
@@ -1,113 +0,0 @@
-From 0a69c42779d1d28aa406fa2c435b180156ee3435 Mon Sep 17 00:00:00 2001
-From: Fedora Ninjas pjo...@fedoraproject.org
-Date: Thu, 15 May 2014 21:29:25 -0400
-Subject: [PATCH] Try to make this build.
-

- Make.defaults 
- inc/Makefile  
- 2 files changed, 12 insertions(+), 22 deletion(-)
-
-diff -up a/gnuefi/Makefile b/gnuefi/Makefile
 a/gnuefi/Makefile  2014-05-15 17:15:54.0 -0500
-+++ b/gnuefi/Makefile  2014-05-19 14:02:29.048732554 -0500
-@@ -52,19 +52,6 @@ reloc_aarch64.o: CFLAGS += -fno-jump-tab
- 
- TARGETS   = crt0-efi-$(ARCH).o libgnuefi.a
- 
--INSTALLTARGETS = $(TARGETS)
--ifneq (,$(findstring FreeBSD,$(OS)))
-- ifeq ($(ARCH),x86_64)
--  INSTALLTARGETS += elf_$(ARCH)_fbsd_efi.lds
-- else
--  INSTALLTARGETS += elf_$(ARCH)_efi.lds
-- endif
--else
--  INSTALLTARGETS += elf_$(ARCH)_efi.lds
--endif
--
--LIBDIRINSTALL = $(INSTALLROOT)/$(LIBDIR)
--
- all:  $(TARGETS)
- 
- libgnuefi.a: $(patsubst %,libgnuefi.a(%),$(OBJS))
-@@ -72,14 +59,17 @@ libgnuefi.a: $(patsubst %,libgnuefi.a(%)
- clean:
-   rm -f $(TARGETS) *~ *.o $(OBJS)
- 
--$(LIBDIRINSTALL):
--  mkdir -p $@
--
--.SECONDEXPANSION:
--
--$(LIBDIRINSTALL)/%: % | $$(dir $$@)
--  $(INSTALL) -m 644 $ $(dir $@)
--
--install: $(addprefix $(LIBDIRINSTALL)/,$(INSTALLTARGETS))
-+install:
-+  mkdir -p $(INSTALLROOT)/$(LIBDIR)
-+  $(INSTALL) -m 644 $(TARGETS) $(INSTALLROOT)/$(LIBDIR)
-+ifneq (,$(findstring FreeBSD,$(OS)))
-+ ifeq ($(ARCH),x86_64)
-+  $(INSTALL) -m 644 elf_$(ARCH)_fbsd_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+ else
-+  $(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+ endif
-+else
-+  $(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
-+endif
- 
- include $(SRCDIR)/../Make.rules
-diff --git a/inc/Makefile b/inc/Makefile
-index 526af22..71fded5 100644
 a/inc/Makefile
-+++ b/inc/Makefile
-@@ -8,34 +8,20 @@ TOPDIR = $(SRCDIR)/..
- 
- CDIR=$(TOPDIR)/..
- 
--INCDIRINSTALL = $(INSTALLROOT)$(PREFIX)/include/efi
--
--SRCHEADERS = $(wildcard $(SRCDIR)/*.h) \
-- $(wildcard $(SRCDIR)/protocol/*.h) \
-- $(wildcard $(SRCDIR)/$(ARCH)/*.h)
--ifeq ($(ARCH),ia64)
-- SRCHEADERS += $(wildcard $(SRCDIR)/protocol/$(ARCH)/*.h)
--endif
--
--HEADERS = $(patsubst $(SRCDIR)/%,%,$(SRCHEADERS))
--
- all:
- 
- clean:
- 
--  rm -f *~
--
--$(INCDIRINSTALL) \
--$(INCDIRINSTALL)/protocol \
--$(INCDIRINSTALL)/$(ARCH) \
--$(INCDIRINSTALL)/protocol/$(ARCH):
--  mkdir -p $@
--
--.SECONDEXPANSION:
--
--$(INCDIRINSTALL)/%.h: %.h | $$(dir $$@)
--  $(INSTALL) -m 644 $ $(dir $@)
--
--install: $(addprefix $(INCDIRINSTALL)/,$(HEADERS))
-+install:
-+  mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi
-+  mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol
-+  mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
-+  $(INSTALL) -m 644 *.h $(INSTALLROOT)$(PREFIX)/include/efi
-+  $(INSTALL) -m 644 protocol/*.h 
$(INSTALLROOT)$(PREFIX)/include/efi/protocol
-+  $(INSTALL) -m 644 $(ARCH)/*.h 

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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:03:18
  Author: fyan
Revision: 229113

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

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

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

Copied: kdeadmin-ksystemlog/repos/testing-i686/PKGBUILD (from rev 229112, 
kdeadmin-ksystemlog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 00:03:18 UTC (rev 229113)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-ksystemlog
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+'syslog-path.patch')
+sha1sums=('2b0a361e9c0b707a63ea6d4b194afc31b9bade3d'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i ${srcdir}/syslog-path.patch
+}
+
+build() {
+  mkdir 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/testing-i686/syslog-path.patch (from rev 
229112, kdeadmin-ksystemlog/trunk/syslog-path.patch)
===
--- testing-i686/syslog-path.patch  (rev 0)
+++ testing-i686/syslog-path.patch  2015-01-16 00:03:18 UTC (rev 229113)
@@ -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 ),
+   QListint()  INFORMATION_LOG_LEVEL_ID
+   ) {
+ 

Copied: kdeadmin-ksystemlog/repos/testing-x86_64/PKGBUILD (from rev 229112, 
kdeadmin-ksystemlog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 00:03:18 UTC (rev 229113)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-ksystemlog
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+'syslog-path.patch')
+sha1sums=('2b0a361e9c0b707a63ea6d4b194afc31b9bade3d'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i ${srcdir}/syslog-path.patch
+}
+
+build() {
+  mkdir 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/testing-x86_64/syslog-path.patch (from rev 
229112, kdeadmin-ksystemlog/trunk/syslog-path.patch)
===
--- testing-x86_64/syslog-path.patch(rev 0)
+++ 

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

2015-01-15 Thread Lukas Fleischer
Date: Friday, January 16, 2015 @ 00:18:24
  Author: lfleischer
Revision: 229105

lirc: Replace custom patch with upstream patch

Added:
  lirc/trunk/0001-tools-Make-make_rel_symlink.py-use-python3.patch
Modified:
  lirc/trunk/PKGBUILD
Deleted:
  lirc/trunk/0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch

---+
 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch |   36 --
 0001-tools-Make-make_rel_symlink.py-use-python3.patch |   42 
 PKGBUILD  |4 -
 3 files changed, 44 insertions(+), 38 deletions(-)

Deleted: 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch
===
--- 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch   2015-01-15 
22:44:04 UTC (rev 229104)
+++ 0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch   2015-01-15 
23:18:24 UTC (rev 229105)
@@ -1,36 +0,0 @@
-From 2628ddc723eb8c9209c3d34bed4752fdfbe88115 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer archli...@cryptocrack.de
-Date: Thu, 15 Jan 2015 21:39:11 +0100
-Subject: [PATCH] make_rel_symlink.py: Fix Python 3 compatibility
-

- tools/make_rel_symlink.py | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tools/make_rel_symlink.py b/tools/make_rel_symlink.py
-index 5c89305..ff0403a 100755
 a/tools/make_rel_symlink.py
-+++ b/tools/make_rel_symlink.py
-@@ -32,16 +32,16 @@ if sys.argv[1] == -p:
- sys.argv = sys.argv[ 1:]
- 
- if len( sys.argv ) != 3:
--print USAGE
-+print(USAGE)
- sys.exit( 1 )
- 
- if  os.path.isdir(  sys.argv[2] ):
--print Removing link target dir: +  sys.argv[2]
-+print(Removing link target dir: +  sys.argv[2])
- shutil.rmtree( sys.argv[2])
- 
- link_path = relative_ln_s( sys.argv[1], sys.argv[2] )
- if just_print:
--print link_path
-+print(link_path)
- else:
- os.chdir( os.path.dirname( sys.argv[2]))
- target = os.path.basename( sys.argv[2])
--- 
-2.2.2
-

Added: 0001-tools-Make-make_rel_symlink.py-use-python3.patch
===
--- 0001-tools-Make-make_rel_symlink.py-use-python3.patch   
(rev 0)
+++ 0001-tools-Make-make_rel_symlink.py-use-python3.patch   2015-01-15 
23:18:24 UTC (rev 229105)
@@ -0,0 +1,42 @@
+From 4c30c6f87dda6614978dfab69d417ef3ca83dccf Mon Sep 17 00:00:00 2001
+From: Alec Leamas leamas.a...@gmail.com
+Date: Thu, 11 Dec 2014 04:44:49 +0100
+Subject: [PATCH] tools: Make make_rel_symlink.py use python3.
+
+---
+ tools/make_rel_symlink.py | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/tools/make_rel_symlink.py b/tools/make_rel_symlink.py
+index 5c89305..896637f 100755
+--- a/tools/make_rel_symlink.py
 b/tools/make_rel_symlink.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ 
+ import os
+ import os.path
+@@ -32,16 +32,16 @@ if sys.argv[1] == -p:
+ sys.argv = sys.argv[ 1:]
+ 
+ if len( sys.argv ) != 3:
+-print USAGE
++print(USAGE)
+ sys.exit( 1 )
+ 
+ if  os.path.isdir(  sys.argv[2] ):
+-print Removing link target dir: +  sys.argv[2]
++print(Removing link target dir: +  sys.argv[2])
+ shutil.rmtree( sys.argv[2])
+ 
+ link_path = relative_ln_s( sys.argv[1], sys.argv[2] )
+ if just_print:
+-print link_path
++print(link_path)
+ else:
+ os.chdir( os.path.dirname( sys.argv[2]))
+ target = os.path.basename( sys.argv[2])
+-- 
+2.2.2
+

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 22:44:04 UTC (rev 229104)
+++ PKGBUILD2015-01-15 23:18:24 UTC (rev 229105)
@@ -18,7 +18,7 @@
 backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
 install=lirc.install
 
source=(http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
-0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch
+0001-tools-Make-make_rel_symlink.py-use-python3.patch
 lirc.logrotate
 irexec.service
 lirc.tmpfiles)
@@ -30,7 +30,7 @@
 
 prepare() {
   cd ${srcdir}/lirc-${_pkgver}
-  patch -p1 -i ../0001-make_rel_symlink.py-Fix-Python-3-compatibility.patch
+  patch -p1 -i 0001-tools-Make-make_rel_symlink.py-use-python3.patch
 }
 
 build() {


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:02:52
  Author: fyan
Revision: 229112

upgpkg: kdeadmin-ksystemlog 14.12.1-1

Modified:
  kdeadmin-ksystemlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 00:01:40 UTC (rev 229111)
+++ PKGBUILD2015-01-16 00:02:52 UTC (rev 229112)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeadmin-ksystemlog
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc='System log viewer tool'
 url='http://kde.org/applications/system/ksystemlog/'
@@ -11,9 +12,9 @@
 groups=('kde' 'kdeadmin')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
 'syslog-path.patch')
-sha1sums=('78a4a45e99d3f6359ddff7cd9a30f12ae812651b'
+sha1sums=('2b0a361e9c0b707a63ea6d4b194afc31b9bade3d'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 prepare() {


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:01:40
  Author: fyan
Revision: 229111

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

Added:
  kdeadmin-kcron/repos/testing-i686/
  kdeadmin-kcron/repos/testing-i686/PKGBUILD
(from rev 229110, kdeadmin-kcron/trunk/PKGBUILD)
  kdeadmin-kcron/repos/testing-x86_64/
  kdeadmin-kcron/repos/testing-x86_64/PKGBUILD
(from rev 229110, kdeadmin-kcron/trunk/PKGBUILD)

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

Copied: kdeadmin-kcron/repos/testing-i686/PKGBUILD (from rev 229110, 
kdeadmin-kcron/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 00:01:40 UTC (rev 229111)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kcron
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('dcc0afa985e5a6acb924bc941a1a9679b87e8858')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kcron/repos/testing-x86_64/PKGBUILD (from rev 229110, 
kdeadmin-kcron/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 00:01:40 UTC (rev 229111)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kcron
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('dcc0afa985e5a6acb924bc941a1a9679b87e8858')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${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 konsole/repos (4 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:31:47
  Author: fyan
Revision: 229119

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

Added:
  konsole/repos/staging-i686/
  konsole/repos/staging-i686/PKGBUILD
(from rev 229118, konsole/trunk/PKGBUILD)
  konsole/repos/staging-x86_64/
  konsole/repos/staging-x86_64/PKGBUILD
(from rev 229118, konsole/trunk/PKGBUILD)

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

Copied: konsole/repos/staging-i686/PKGBUILD (from rev 229118, 
konsole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-16 00:31:47 UTC (rev 229119)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=konsole
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole4.14.3-2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('c046088af65e3c8146d688ac4650996f6a534492')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: konsole/repos/staging-x86_64/PKGBUILD (from rev 229118, 
konsole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-16 00:31:47 UTC (rev 229119)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=konsole
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole4.14.3-2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('c046088af65e3c8146d688ac4650996f6a534492')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


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

2015-01-15 Thread Anatol Pomozov
Date: Thursday, January 15, 2015 @ 23:33:36
  Author: anatolik
Revision: 229102

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

Added:
  vala/repos/testing-i686/
  vala/repos/testing-i686/PKGBUILD
(from rev 229101, vala/trunk/PKGBUILD)
  vala/repos/testing-x86_64/
  vala/repos/testing-x86_64/PKGBUILD
(from rev 229101, vala/trunk/PKGBUILD)

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

Copied: vala/repos/testing-i686/PKGBUILD (from rev 229101, vala/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 22:33:36 UTC (rev 229102)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.26.2
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('37f13f430c56a93b6dac85239084681fd8f31c407d386809c43bc2f2836e03c4')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: vala/repos/testing-x86_64/PKGBUILD (from rev 229101, 
vala/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 22:33:36 UTC (rev 229102)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.26.2
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('37f13f430c56a93b6dac85239084681fd8f31c407d386809c43bc2f2836e03c4')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 00:58:46
  Author: fyan
Revision: 229108

upgpkg: kdeaccessibility-kmouth 14.12.1-1

Modified:
  kdeaccessibility-kmouth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 23:58:25 UTC (rev 229107)
+++ PKGBUILD2015-01-15 23:58:46 UTC (rev 229108)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmouth
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Speech Synthesizer Frontend'
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('1a405f642a0d4b994525e65a6a08849e3f572e46')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('ab41a8f8bae66de82cdb92d88cd836c642ecd6f4')
 
 build() {
   cd ${srcdir}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 00:58:25
  Author: fyan
Revision: 229107

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

Added:
  kdeaccessibility-kmousetool/repos/testing-i686/
  kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD
(from rev 229106, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/testing-i686/kdeaccessibility-kmousetool.install
(from rev 229106, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/testing-x86_64/
  kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD
(from rev 229106, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/testing-x86_64/kdeaccessibility-kmousetool.install
(from rev 229106, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)

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

Copied: kdeaccessibility-kmousetool/repos/testing-i686/PKGBUILD (from rev 
229106, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 23:58:25 UTC (rev 229107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('90a839df03e0744379aade4461270e6d1034c5e5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/testing-i686/kdeaccessibility-kmousetool.install
 (from rev 229106, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- testing-i686/kdeaccessibility-kmousetool.install
(rev 0)
+++ testing-i686/kdeaccessibility-kmousetool.install2015-01-15 23:58:25 UTC 
(rev 229107)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmousetool/repos/testing-x86_64/PKGBUILD (from rev 
229106, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 23:58:25 UTC (rev 229107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('90a839df03e0744379aade4461270e6d1034c5e5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/testing-x86_64/kdeaccessibility-kmousetool.install
 (from rev 229106, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- testing-x86_64/kdeaccessibility-kmousetool.install  
(rev 0)
+++ testing-x86_64/kdeaccessibility-kmousetool.install  2015-01-15 23:58:25 UTC 
(rev 229107)
@@ -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-kmouth/repos (6 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 00:59:11
  Author: fyan
Revision: 229109

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

Added:
  kdeaccessibility-kmouth/repos/testing-i686/
  kdeaccessibility-kmouth/repos/testing-i686/PKGBUILD
(from rev 229108, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-i686/kdeaccessibility-kmouth.install
(from rev 229108, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/testing-x86_64/
  kdeaccessibility-kmouth/repos/testing-x86_64/PKGBUILD
(from rev 229108, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/testing-x86_64/kdeaccessibility-kmouth.install
(from rev 229108, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)

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

Copied: kdeaccessibility-kmouth/repos/testing-i686/PKGBUILD (from rev 229108, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 23:59:11 UTC (rev 229109)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('ab41a8f8bae66de82cdb92d88cd836c642ecd6f4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/testing-i686/kdeaccessibility-kmouth.install 
(from rev 229108, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- testing-i686/kdeaccessibility-kmouth.install
(rev 0)
+++ testing-i686/kdeaccessibility-kmouth.install2015-01-15 23:59:11 UTC 
(rev 229109)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmouth/repos/testing-x86_64/PKGBUILD (from rev 229108, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 23:59:11 UTC (rev 229109)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('ab41a8f8bae66de82cdb92d88cd836c642ecd6f4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/testing-x86_64/kdeaccessibility-kmouth.install 
(from rev 229108, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- testing-x86_64/kdeaccessibility-kmouth.install  
(rev 0)
+++ testing-x86_64/kdeaccessibility-kmouth.install  2015-01-15 23:59:11 UTC 
(rev 229109)
@@ -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 kdeadmin-kuser/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:05:34
  Author: fyan
Revision: 229114

upgpkg: kdeadmin-kuser 14.12.1-1

Modified:
  kdeadmin-kuser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 00:03:18 UTC (rev 229113)
+++ PKGBUILD2015-01-16 00:05:34 UTC (rev 229114)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeadmin-kuser
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc='User Manager'
 url='http://kde.org/applications/system/kuser/'
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'kdepimlibs')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kuser-${pkgver}.tar.xz;)
-sha1sums=('691245fd406fa044453e03f5f38e19575a8f7259')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('77628efa1b98db1e1c627a954841e54ca2ca454b')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:05:59
  Author: fyan
Revision: 229115

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

Added:
  kdeadmin-kuser/repos/testing-i686/
  kdeadmin-kuser/repos/testing-i686/PKGBUILD
(from rev 229114, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/testing-i686/kdeadmin-kuser.install
(from rev 229114, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/testing-x86_64/
  kdeadmin-kuser/repos/testing-x86_64/PKGBUILD
(from rev 229114, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/testing-x86_64/kdeadmin-kuser.install
(from rev 229114, kdeadmin-kuser/trunk/kdeadmin-kuser.install)

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/kdeadmin-kuser.install   |   11 +++
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/kdeadmin-kuser.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeadmin-kuser/repos/testing-i686/PKGBUILD (from rev 229114, 
kdeadmin-kuser/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 00:05:59 UTC (rev 229115)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kuser
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('77628efa1b98db1e1c627a954841e54ca2ca454b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kuser/repos/testing-i686/kdeadmin-kuser.install (from rev 
229114, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
===
--- testing-i686/kdeadmin-kuser.install (rev 0)
+++ testing-i686/kdeadmin-kuser.install 2015-01-16 00:05:59 UTC (rev 229115)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeadmin-kuser/repos/testing-x86_64/PKGBUILD (from rev 229114, 
kdeadmin-kuser/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 00:05:59 UTC (rev 229115)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kuser
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('77628efa1b98db1e1c627a954841e54ca2ca454b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kuser/repos/testing-x86_64/kdeadmin-kuser.install (from rev 
229114, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
===
--- testing-x86_64/kdeadmin-kuser.install   (rev 0)
+++ testing-x86_64/kdeadmin-kuser.install   2015-01-16 00:05:59 UTC (rev 
229115)
@@ -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 kdeadmin-kcron/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:01:14
  Author: fyan
Revision: 229110

upgpkg: kdeadmin-kcron 14.12.1-1

Modified:
  kdeadmin-kcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 23:59:11 UTC (rev 229109)
+++ PKGBUILD2015-01-16 00:01:14 UTC (rev 229110)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeadmin-kcron
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc='Configure and schedule tasks'
 url='http://userbase.kde.org/KCron'
@@ -11,8 +12,8 @@
 groups=('kde' 'kdeadmin')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/kcron-${pkgver}.tar.xz;)
-sha1sums=('b39ad9bb9528a04cead1fff522f70c1d770fb9eb')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('dcc0afa985e5a6acb924bc941a1a9679b87e8858')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:30:14
  Author: fyan
Revision: 229117

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 229116, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 229116, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   91 ++
 testing-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 229116, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 00:30:14 UTC (rev 229117)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4f822e13335798de8d688e03ef15ec8d6ea04898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   replaces=('kdeaccessibility-colorschemes')
+   cd $srcdir/build/ColorSchemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-desktopthemes() {
+   pkgdesc='KDE desktop themes'
+   cd $srcdir/build/desktopthemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-emoticons() {
+   pkgdesc='KDE emoticons'
+   cd $srcdir/build/emoticons
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-iconthemes() {
+   pkgdesc='KDE icon themes'
+   replaces=('kdeaccessibility-iconthemes')
+   cd $srcdir/build/IconThemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-kscreensaver() {
+   pkgdesc='KDE screensaver'
+   depends=('kdebase-workspace' 'libkexiv2')
+   cd $srcdir/build/kscreensaver
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-styles() {
+   pkgdesc='KDE styles'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/styles
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kwin-styles
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-wallpapers() {
+   pkgdesc='KDE wallpapers'
+   cd $srcdir/build/wallpapers
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/HighResolutionWallpapers
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-weatherwallpapers() {
+   pkgdesc='KDE weather wallpapers'
+   cd $srcdir/build/WeatherWallpapers
+   make DESTDIR=$pkgdir install
+}

Copied: kdeartwork/repos/testing-x86_64/PKGBUILD (from rev 229116, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 00:30:14 UTC (rev 229117)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4f822e13335798de8d688e03ef15ec8d6ea04898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   

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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:29:41
  Author: fyan
Revision: 229116

upgpkg: kdeartwork 14.12.1-1

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 00:05:59 UTC (rev 229115)
+++ PKGBUILD2015-01-16 00:29:41 UTC (rev 229116)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeartwork
@@ -11,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -18,8 +19,8 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('78697ddce0fc5b8bbfe6659110a5ba147e3b2fe6')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4f822e13335798de8d688e03ef15ec8d6ea04898')
 
 build() {
cd $srcdir


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:30:50
  Author: fyan
Revision: 229118

rename: kdebase-konsole - konsole

Added:
  konsole/
Modified:
  konsole/trunk/PKGBUILD
Deleted:
  kdebase-konsole/

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

Modified: konsole/trunk/PKGBUILD
===
--- kdebase-konsole/trunk/PKGBUILD  2015-01-15 12:50:20 UTC (rev 229059)
+++ konsole/trunk/PKGBUILD  2015-01-16 00:30:50 UTC (rev 229118)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
-pkgname=kdebase-konsole
-pkgver=4.14.3
+pkgname=konsole
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
@@ -9,10 +10,12 @@
 pkgdesc=Terminal
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('5ae78061f38f06f80ee10f4475ff33d1c0843b4d')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole4.14.3-2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('c046088af65e3c8146d688ac4650996f6a534492')
 
 build() {
   cd ${srcdir}
@@ -20,8 +23,9 @@
   cd build
   cmake ../konsole-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:25:48
  Author: fyan
Revision: 229159

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

Added:
  kdeedu-kwordquiz/repos/testing-i686/
  kdeedu-kwordquiz/repos/testing-i686/PKGBUILD
(from rev 229158, kdeedu-kwordquiz/trunk/PKGBUILD)
  kdeedu-kwordquiz/repos/testing-i686/kdeedu-kwordquiz.install
(from rev 229158, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
  kdeedu-kwordquiz/repos/testing-x86_64/
  kdeedu-kwordquiz/repos/testing-x86_64/PKGBUILD
(from rev 229158, kdeedu-kwordquiz/trunk/PKGBUILD)
  kdeedu-kwordquiz/repos/testing-x86_64/kdeedu-kwordquiz.install
(from rev 229158, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)

-+
 testing-i686/PKGBUILD   |   33 ++
 testing-i686/kdeedu-kwordquiz.install   |   12 ++
 testing-x86_64/PKGBUILD |   33 ++
 testing-x86_64/kdeedu-kwordquiz.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: kdeedu-kwordquiz/repos/testing-i686/PKGBUILD (from rev 229158, 
kdeedu-kwordquiz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 03:25:48 UTC (rev 229159)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kwordquiz
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('100e033c05cbb59041574cebb62ffc82f30c3b96')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kwordquiz/repos/testing-i686/kdeedu-kwordquiz.install (from rev 
229158, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
===
--- testing-i686/kdeedu-kwordquiz.install   (rev 0)
+++ testing-i686/kdeedu-kwordquiz.install   2015-01-16 03:25:48 UTC (rev 
229159)
@@ -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: kdeedu-kwordquiz/repos/testing-x86_64/PKGBUILD (from rev 229158, 
kdeedu-kwordquiz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 03:25:48 UTC (rev 229159)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kwordquiz
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('100e033c05cbb59041574cebb62ffc82f30c3b96')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kwordquiz/repos/testing-x86_64/kdeedu-kwordquiz.install (from 
rev 229158, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
===
--- testing-x86_64/kdeedu-kwordquiz.install (rev 0)
+++ testing-x86_64/kdeedu-kwordquiz.install 2015-01-16 03:25:48 UTC (rev 
229159)
@@ -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 kdeedu-kstars/repos (6 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:20:01
  Author: fyan
Revision: 229153

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

Added:
  kdeedu-kstars/repos/testing-i686/
  kdeedu-kstars/repos/testing-i686/PKGBUILD
(from rev 229152, kdeedu-kstars/trunk/PKGBUILD)
  kdeedu-kstars/repos/testing-i686/kdeedu-kstars.install
(from rev 229152, kdeedu-kstars/trunk/kdeedu-kstars.install)
  kdeedu-kstars/repos/testing-x86_64/
  kdeedu-kstars/repos/testing-x86_64/PKGBUILD
(from rev 229152, kdeedu-kstars/trunk/PKGBUILD)
  kdeedu-kstars/repos/testing-x86_64/kdeedu-kstars.install
(from rev 229152, kdeedu-kstars/trunk/kdeedu-kstars.install)

--+
 testing-i686/PKGBUILD|   39 +
 testing-i686/kdeedu-kstars.install   |   11 +
 testing-x86_64/PKGBUILD  |   39 +
 testing-x86_64/kdeedu-kstars.install |   11 +
 4 files changed, 100 insertions(+)

Copied: kdeedu-kstars/repos/testing-i686/PKGBUILD (from rev 229152, 
kdeedu-kstars/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 03:20:01 UTC (rev 229153)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'wcslib' 'libindi' 'qjson')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('84b779c5e48d57a90b28763c314f75db7d18d1d9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
+}

Copied: kdeedu-kstars/repos/testing-i686/kdeedu-kstars.install (from rev 
229152, kdeedu-kstars/trunk/kdeedu-kstars.install)
===
--- testing-i686/kdeedu-kstars.install  (rev 0)
+++ testing-i686/kdeedu-kstars.install  2015-01-16 03:20:01 UTC (rev 229153)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kstars/repos/testing-x86_64/PKGBUILD (from rev 229152, 
kdeedu-kstars/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 03:20:01 UTC (rev 229153)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'wcslib' 'libindi' 'qjson')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('84b779c5e48d57a90b28763c314f75db7d18d1d9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
+}

Copied: kdeedu-kstars/repos/testing-x86_64/kdeedu-kstars.install (from rev 
229152, kdeedu-kstars/trunk/kdeedu-kstars.install)
===
--- testing-x86_64/kdeedu-kstars.install(rev 0)
+++ testing-x86_64/kdeedu-kstars.install2015-01-16 03:20:01 UTC (rev 
229153)
@@ -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 kdeedu-kstars/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:19:35
  Author: fyan
Revision: 229152

upgpkg: kdeedu-kstars 14.12.1-1

Modified:
  kdeedu-kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 03:14:24 UTC (rev 229151)
+++ PKGBUILD2015-01-16 03:19:35 UTC (rev 229152)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'wcslib' 'libindi' 'qjson')
 makedepends=('cmake' 'automoc4' 'eigen')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('108b204308d464f03f3119b08d2e53c203615c05')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('84b779c5e48d57a90b28763c314f75db7d18d1d9')
 
 prepare() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:23:26
  Author: fyan
Revision: 229157

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

Added:
  kdeedu-kturtle/repos/testing-i686/
  kdeedu-kturtle/repos/testing-i686/PKGBUILD
(from rev 229156, kdeedu-kturtle/trunk/PKGBUILD)
  kdeedu-kturtle/repos/testing-i686/kdeedu-kturtle.install
(from rev 229156, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
  kdeedu-kturtle/repos/testing-x86_64/
  kdeedu-kturtle/repos/testing-x86_64/PKGBUILD
(from rev 229156, kdeedu-kturtle/trunk/PKGBUILD)
  kdeedu-kturtle/repos/testing-x86_64/kdeedu-kturtle.install
(from rev 229156, kdeedu-kturtle/trunk/kdeedu-kturtle.install)

---+
 testing-i686/PKGBUILD |   33 
 testing-i686/kdeedu-kturtle.install   |   11 ++
 testing-x86_64/PKGBUILD   |   33 
 testing-x86_64/kdeedu-kturtle.install |   11 ++
 4 files changed, 88 insertions(+)

Copied: kdeedu-kturtle/repos/testing-i686/PKGBUILD (from rev 229156, 
kdeedu-kturtle/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 03:23:26 UTC (rev 229157)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kturtle
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('a5875ad501722fb3b79ea938a2f3fc16d50063df')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kturtle/repos/testing-i686/kdeedu-kturtle.install (from rev 
229156, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
===
--- testing-i686/kdeedu-kturtle.install (rev 0)
+++ testing-i686/kdeedu-kturtle.install 2015-01-16 03:23:26 UTC (rev 229157)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kturtle/repos/testing-x86_64/PKGBUILD (from rev 229156, 
kdeedu-kturtle/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 03:23:26 UTC (rev 229157)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kturtle
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('a5875ad501722fb3b79ea938a2f3fc16d50063df')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kturtle/repos/testing-x86_64/kdeedu-kturtle.install (from rev 
229156, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
===
--- testing-x86_64/kdeedu-kturtle.install   (rev 0)
+++ testing-x86_64/kdeedu-kturtle.install   2015-01-16 03:23:26 UTC (rev 
229157)
@@ -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 kdeedu-kwordquiz/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:25:23
  Author: fyan
Revision: 229158

upgpkg: kdeedu-kwordquiz 14.12.1-1

Modified:
  kdeedu-kwordquiz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 03:23:26 UTC (rev 229157)
+++ PKGBUILD2015-01-16 03:25:23 UTC (rev 229158)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kwordquiz
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=Flash Card Trainer
 url=http://kde.org/applications/education/kwordquiz/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdeedu')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
-sha1sums=('b341ba88986619307163df28130faa485911bd09')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('100e033c05cbb59041574cebb62ffc82f30c3b96')
 
 build() {
   cd ${srcdir}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:44:00
  Author: fyan
Revision: 229165

upgpkg: kdeedu-step 14.12.1-1

Modified:
  kdeedu-step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 03:42:40 UTC (rev 229164)
+++ PKGBUILD2015-01-16 03:44:00 UTC (rev 229165)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-step
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=Interactive Physical Simulator
 url=http://kde.org/applications/education/step/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libqalculate' 'gsl')
 makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
-sha1sums=('aedf7def1a453e85361b9b5d714ecc126900449d')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('c987b006f4103b7cfc5574abc136d17367ec4ed9')
 
 build() {
   cd ${srcdir}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:45:26
  Author: fyan
Revision: 229167

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

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

---+
 staging-i686/PKGBUILD |   37 +
 staging-i686/parley.install   |   12 
 staging-x86_64/PKGBUILD   |   37 +
 staging-x86_64/parley.install |   12 
 4 files changed, 98 insertions(+)

Copied: parley/repos/staging-i686/PKGBUILD (from rev 229166, 
parley/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-16 03:45:26 UTC (rev 229167)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=parley
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('561b91a9b854ff47fa43387ffc6de18f17528fd4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: parley/repos/staging-i686/parley.install (from rev 229166, 
parley/trunk/parley.install)
===
--- staging-i686/parley.install (rev 0)
+++ staging-i686/parley.install 2015-01-16 03:45:26 UTC (rev 229167)
@@ -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: parley/repos/staging-x86_64/PKGBUILD (from rev 229166, 
parley/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-16 03:45:26 UTC (rev 229167)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=parley
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('561b91a9b854ff47fa43387ffc6de18f17528fd4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: parley/repos/staging-x86_64/parley.install (from rev 229166, 
parley/trunk/parley.install)
===
--- staging-x86_64/parley.install   (rev 0)
+++ staging-x86_64/parley.install   2015-01-16 03:45:26 UTC (rev 229167)
@@ -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 kdeedu-step/repos (6 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:44:26
  Author: fyan
Revision: 229166

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

Added:
  kdeedu-step/repos/testing-i686/
  kdeedu-step/repos/testing-i686/PKGBUILD
(from rev 229165, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/testing-i686/kdeedu-step.install
(from rev 229165, kdeedu-step/trunk/kdeedu-step.install)
  kdeedu-step/repos/testing-x86_64/
  kdeedu-step/repos/testing-x86_64/PKGBUILD
(from rev 229165, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/testing-x86_64/kdeedu-step.install
(from rev 229165, kdeedu-step/trunk/kdeedu-step.install)

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/kdeedu-step.install   |   11 +++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/kdeedu-step.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: kdeedu-step/repos/testing-i686/PKGBUILD (from rev 229165, 
kdeedu-step/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 03:44:26 UTC (rev 229166)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('c987b006f4103b7cfc5574abc136d17367ec4ed9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-step/repos/testing-i686/kdeedu-step.install (from rev 229165, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- testing-i686/kdeedu-step.install(rev 0)
+++ testing-i686/kdeedu-step.install2015-01-16 03:44:26 UTC (rev 229166)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-step/repos/testing-x86_64/PKGBUILD (from rev 229165, 
kdeedu-step/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 03:44:26 UTC (rev 229166)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('c987b006f4103b7cfc5574abc136d17367ec4ed9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-step/repos/testing-x86_64/kdeedu-step.install (from rev 229165, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- testing-x86_64/kdeedu-step.install  (rev 0)
+++ testing-x86_64/kdeedu-step.install  2015-01-16 03:44:26 UTC (rev 229166)
@@ -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-kapman/repos (6 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:04:05
  Author: fyan
Revision: 229177

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

Added:
  kdegames-kapman/repos/testing-i686/
  kdegames-kapman/repos/testing-i686/PKGBUILD
(from rev 229176, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/testing-i686/kdegames-kapman.install
(from rev 229176, kdegames-kapman/trunk/kdegames-kapman.install)
  kdegames-kapman/repos/testing-x86_64/
  kdegames-kapman/repos/testing-x86_64/PKGBUILD
(from rev 229176, kdegames-kapman/trunk/PKGBUILD)
  kdegames-kapman/repos/testing-x86_64/kdegames-kapman.install
(from rev 229176, kdegames-kapman/trunk/kdegames-kapman.install)

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

Copied: kdegames-kapman/repos/testing-i686/PKGBUILD (from rev 229176, 
kdegames-kapman/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:04:05 UTC (rev 229177)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('1f16ff8814d67b32e92f9cc5eed569982e76924e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kapman/repos/testing-i686/kdegames-kapman.install (from rev 
229176, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- testing-i686/kdegames-kapman.install(rev 0)
+++ testing-i686/kdegames-kapman.install2015-01-16 04:04:05 UTC (rev 
229177)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kapman/repos/testing-x86_64/PKGBUILD (from rev 229176, 
kdegames-kapman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:04:05 UTC (rev 229177)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kapman
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A clone of the well known game Pac-Man
+url=http://kde.org/applications/games/kapman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('1f16ff8814d67b32e92f9cc5eed569982e76924e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kapman/repos/testing-x86_64/kdegames-kapman.install (from rev 
229176, kdegames-kapman/trunk/kdegames-kapman.install)
===
--- testing-x86_64/kdegames-kapman.install  (rev 0)
+++ testing-x86_64/kdegames-kapman.install  2015-01-16 04:04:05 UTC (rev 
229177)
@@ -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-kapman/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:03:37
  Author: fyan
Revision: 229176

upgpkg: kdegames-kapman 14.12.1-1

Modified:
  kdegames-kapman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:01:51 UTC (rev 229175)
+++ PKGBUILD2015-01-16 04:03:37 UTC (rev 229176)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kapman
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A clone of the well known game Pac-Man
 url=http://kde.org/applications/games/kapman/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('34a691f58396d3fd6f79801050d58067ab46849a')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz;)
+sha1sums=('1f16ff8814d67b32e92f9cc5eed569982e76924e')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:08:29
  Author: fyan
Revision: 229182

upgpkg: kdegames-kblocks 14.12.1-1

Modified:
  kdegames-kblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:06:33 UTC (rev 229181)
+++ PKGBUILD2015-01-16 04:08:29 UTC (rev 229182)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kblocks
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=The classic falling blocks game
 url=http://kde.org/applications/games/kblocks/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
-sha1sums=('eb8d248036f07766c3812b588dc6e3e4d7462b7e')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
+sha1sums=('c734f1cf16db61e98fd762a034311e7414e8d82c')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:06:05
  Author: fyan
Revision: 229180

upgpkg: kdegames-kblackbox 14.12.1-1

Modified:
  kdegames-kblackbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:05:02 UTC (rev 229179)
+++ PKGBUILD2015-01-16 04:06:05 UTC (rev 229180)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kblackbox
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A game of hide and seek played on a grid of boxes
 url=http://kde.org/applications/games/kblackbox/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('44c9d2701207134c7044721f6bb3eccb9e920750')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('420f7baf5aca45f68486433ade21b33ea1c555db')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:06:33
  Author: fyan
Revision: 229181

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

Added:
  kdegames-kblackbox/repos/testing-i686/
  kdegames-kblackbox/repos/testing-i686/PKGBUILD
(from rev 229180, kdegames-kblackbox/trunk/PKGBUILD)
  kdegames-kblackbox/repos/testing-i686/kdegames-kblackbox.install
(from rev 229180, kdegames-kblackbox/trunk/kdegames-kblackbox.install)
  kdegames-kblackbox/repos/testing-x86_64/
  kdegames-kblackbox/repos/testing-x86_64/PKGBUILD
(from rev 229180, kdegames-kblackbox/trunk/PKGBUILD)
  kdegames-kblackbox/repos/testing-x86_64/kdegames-kblackbox.install
(from rev 229180, kdegames-kblackbox/trunk/kdegames-kblackbox.install)

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

Copied: kdegames-kblackbox/repos/testing-i686/PKGBUILD (from rev 229180, 
kdegames-kblackbox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:06:33 UTC (rev 229181)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kblackbox
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('420f7baf5aca45f68486433ade21b33ea1c555db')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kblackbox/repos/testing-i686/kdegames-kblackbox.install (from 
rev 229180, kdegames-kblackbox/trunk/kdegames-kblackbox.install)
===
--- testing-i686/kdegames-kblackbox.install (rev 0)
+++ testing-i686/kdegames-kblackbox.install 2015-01-16 04:06:33 UTC (rev 
229181)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kblackbox/repos/testing-x86_64/PKGBUILD (from rev 229180, 
kdegames-kblackbox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:06:33 UTC (rev 229181)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kblackbox
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A game of hide and seek played on a grid of boxes
+url=http://kde.org/applications/games/kblackbox/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
+sha1sums=('420f7baf5aca45f68486433ade21b33ea1c555db')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kblackbox-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kblackbox/repos/testing-x86_64/kdegames-kblackbox.install 
(from rev 229180, kdegames-kblackbox/trunk/kdegames-kblackbox.install)
===
--- testing-x86_64/kdegames-kblackbox.install   (rev 0)
+++ testing-x86_64/kdegames-kblackbox.install   2015-01-16 04:06:33 UTC (rev 
229181)
@@ -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 fcitx-qt5/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:13:08
  Author: fyan
Revision: 125977

upgpkg: fcitx-qt5 1.0.0-1

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 03:18:43 UTC (rev 125976)
+++ PKGBUILD2015-01-16 04:13:08 UTC (rev 125977)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=fcitx-qt5
-pkgver=0.1.3
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=Qt5 IM Module for Fcitx
 arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@
 url=http://code.google.com/p/fcitx;
 license=('GPL')
 depends=('fcitx' 'qt5-base')
-makedepends=('cmake')
+makedepends=('extra-cmake-modules')
 source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
-sha512sums=('6b58d71b0d31ac1554883f3d5f1cf7c607e8d1bdcaaf69305b8099c45aac243495a00c433324e226270b3a566a47ea5a76c08ae14013904c180b86dfc1d599c6')
+sha512sums=('12ed93e214ea23e10e129875d2e6faef266d42a3cc8a942e23dd3d41f5df0f570c4523e73c7819553f84c8990ae96a5d951f41c6c40f4b9e06192beee37f591b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:13:36
  Author: fyan
Revision: 125978

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

Added:
  fcitx-qt5/repos/community-testing-i686/
  fcitx-qt5/repos/community-testing-i686/PKGBUILD
(from rev 125977, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-testing-x86_64/
  fcitx-qt5/repos/community-testing-x86_64/PKGBUILD
(from rev 125977, fcitx-qt5/trunk/PKGBUILD)

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

Copied: fcitx-qt5/repos/community-testing-i686/PKGBUILD (from rev 125977, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-01-16 04:13:36 UTC (rev 125978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=fcitx-qt5
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Qt5 IM Module for Fcitx
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx' 'qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha512sums=('12ed93e214ea23e10e129875d2e6faef266d42a3cc8a942e23dd3d41f5df0f570c4523e73c7819553f84c8990ae96a5d951f41c6c40f4b9e06192beee37f591b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Copied: fcitx-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 125977, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-01-16 04:13:36 UTC (rev 125978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=fcitx-qt5
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Qt5 IM Module for Fcitx
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx' 'qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
+sha512sums=('12ed93e214ea23e10e129875d2e6faef266d42a3cc8a942e23dd3d41f5df0f570c4523e73c7819553f84c8990ae96a5d951f41c6c40f4b9e06192beee37f591b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:14:12
  Author: fyan
Revision: 229186

upgpkg: kdegames-kdiamond 14.12.1-1

Modified:
  kdegames-kdiamond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:09:42 UTC (rev 229185)
+++ PKGBUILD2015-01-16 04:14:12 UTC (rev 229186)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kdiamond
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A single player puzzle game
 url=http://kde.org/applications/games/kdiamond/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('500ea2be347f0bf36140f76d3177adc3da1d91b1')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('433101496990ebee0e53eb5d5cfa276141f14364')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:14:40
  Author: fyan
Revision: 229187

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 229186, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 229186, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 229186, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 229186, kdegames-kdiamond/trunk/kdegames-kdiamond.install)

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

Copied: kdegames-kdiamond/repos/testing-i686/PKGBUILD (from rev 229186, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:14:40 UTC (rev 229187)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A single player puzzle game
+url=http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('433101496990ebee0e53eb5d5cfa276141f14364')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install (from 
rev 229186, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2015-01-16 04:14:40 UTC (rev 
229187)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kdiamond/repos/testing-x86_64/PKGBUILD (from rev 229186, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:14:40 UTC (rev 229187)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kdiamond
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A single player puzzle game
+url=http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('433101496990ebee0e53eb5d5cfa276141f14364')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install (from 
rev 229186, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2015-01-16 04:14:40 UTC (rev 
229187)
@@ -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-kbreakout/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:18:13
  Author: fyan
Revision: 229188

upgpkg: kdegames-kbreakout 14.12.1-1

Modified:
  kdegames-kbreakout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:14:40 UTC (rev 229187)
+++ PKGBUILD2015-01-16 04:18:13 UTC (rev 229188)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kbreakout
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A Breakout-like game
 url=http://kde.org/applications/games/kbreakout/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
-sha1sums=('883e1dce8102fec4f8ac778cc7a17629a7e4259f')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
+sha1sums=('9194113ada60c17821110919330fb298368258c7')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:18:40
  Author: fyan
Revision: 229189

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

Added:
  kdegames-kbreakout/repos/testing-i686/
  kdegames-kbreakout/repos/testing-i686/PKGBUILD
(from rev 229188, kdegames-kbreakout/trunk/PKGBUILD)
  kdegames-kbreakout/repos/testing-i686/kdegames-kbreakout.install
(from rev 229188, kdegames-kbreakout/trunk/kdegames-kbreakout.install)
  kdegames-kbreakout/repos/testing-x86_64/
  kdegames-kbreakout/repos/testing-x86_64/PKGBUILD
(from rev 229188, kdegames-kbreakout/trunk/PKGBUILD)
  kdegames-kbreakout/repos/testing-x86_64/kdegames-kbreakout.install
(from rev 229188, kdegames-kbreakout/trunk/kdegames-kbreakout.install)

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

Copied: kdegames-kbreakout/repos/testing-i686/PKGBUILD (from rev 229188, 
kdegames-kbreakout/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:18:40 UTC (rev 229189)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kbreakout
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A Breakout-like game
+url=http://kde.org/applications/games/kbreakout/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
+sha1sums=('9194113ada60c17821110919330fb298368258c7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbreakout-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kbreakout/repos/testing-i686/kdegames-kbreakout.install (from 
rev 229188, kdegames-kbreakout/trunk/kdegames-kbreakout.install)
===
--- testing-i686/kdegames-kbreakout.install (rev 0)
+++ testing-i686/kdegames-kbreakout.install 2015-01-16 04:18:40 UTC (rev 
229189)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kbreakout/repos/testing-x86_64/PKGBUILD (from rev 229188, 
kdegames-kbreakout/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:18:40 UTC (rev 229189)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kbreakout
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A Breakout-like game
+url=http://kde.org/applications/games/kbreakout/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
+sha1sums=('9194113ada60c17821110919330fb298368258c7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kbreakout-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kbreakout/repos/testing-x86_64/kdegames-kbreakout.install 
(from rev 229188, kdegames-kbreakout/trunk/kdegames-kbreakout.install)
===
--- testing-x86_64/kdegames-kbreakout.install   (rev 0)
+++ testing-x86_64/kdegames-kbreakout.install   2015-01-16 04:18:40 UTC (rev 
229189)
@@ -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-kfourinline/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:23:03
  Author: fyan
Revision: 229190

upgpkg: kdegames-kfourinline 14.12.1-1

Modified:
  kdegames-kfourinline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:18:40 UTC (rev 229189)
+++ PKGBUILD2015-01-16 04:23:03 UTC (rev 229190)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kfourinline
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A four-in-a-row game
 url=http://kde.org/applications/games/kfourinline/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
-sha1sums=('70cecb2c6cd8499a8d30487434a0146585c4919c')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
+sha1sums=('beabbe2dd32c3bbebf449441258ad36ef2182955')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:23:30
  Author: fyan
Revision: 229191

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

Added:
  kdegames-kfourinline/repos/testing-i686/
  kdegames-kfourinline/repos/testing-i686/PKGBUILD
(from rev 229190, kdegames-kfourinline/trunk/PKGBUILD)
  kdegames-kfourinline/repos/testing-i686/kdegames-kfourinline.install
(from rev 229190, kdegames-kfourinline/trunk/kdegames-kfourinline.install)
  kdegames-kfourinline/repos/testing-x86_64/
  kdegames-kfourinline/repos/testing-x86_64/PKGBUILD
(from rev 229190, kdegames-kfourinline/trunk/PKGBUILD)
  kdegames-kfourinline/repos/testing-x86_64/kdegames-kfourinline.install
(from rev 229190, kdegames-kfourinline/trunk/kdegames-kfourinline.install)

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

Copied: kdegames-kfourinline/repos/testing-i686/PKGBUILD (from rev 229190, 
kdegames-kfourinline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:23:30 UTC (rev 229191)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kfourinline
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A four-in-a-row game
+url=http://kde.org/applications/games/kfourinline/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
+sha1sums=('beabbe2dd32c3bbebf449441258ad36ef2182955')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kfourinline/repos/testing-i686/kdegames-kfourinline.install 
(from rev 229190, kdegames-kfourinline/trunk/kdegames-kfourinline.install)
===
--- testing-i686/kdegames-kfourinline.install   (rev 0)
+++ testing-i686/kdegames-kfourinline.install   2015-01-16 04:23:30 UTC (rev 
229191)
@@ -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-kfourinline/repos/testing-x86_64/PKGBUILD (from rev 229190, 
kdegames-kfourinline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:23:30 UTC (rev 229191)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kfourinline
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A four-in-a-row game
+url=http://kde.org/applications/games/kfourinline/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
+sha1sums=('beabbe2dd32c3bbebf449441258ad36ef2182955')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kfourinline/repos/testing-x86_64/kdegames-kfourinline.install 
(from rev 229190, kdegames-kfourinline/trunk/kdegames-kfourinline.install)
===
--- testing-x86_64/kdegames-kfourinline.install (rev 0)
+++ testing-x86_64/kdegames-kfourinline.install 2015-01-16 04:23:30 UTC (rev 
229191)
@@ -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-kgoldrunner/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:23:44
  Author: fyan
Revision: 229192

upgpkg: kdegames-kgoldrunner 14.12.1-1

Modified:
  kdegames-kgoldrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:23:30 UTC (rev 229191)
+++ PKGBUILD2015-01-16 04:23:44 UTC (rev 229192)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kgoldrunner
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A game of action and puzzle solving
 url=http://kde.org/applications/games/kgoldrunner/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
-sha1sums=('6a358205c021629412f5aeb057119c16a50528f5')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('1afbb588ee59290f87414d75584a4c37e2b52cde')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:24:10
  Author: fyan
Revision: 229193

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

Added:
  kdegames-kgoldrunner/repos/testing-i686/
  kdegames-kgoldrunner/repos/testing-i686/PKGBUILD
(from rev 229192, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/testing-i686/kdegames-kgoldrunner.install
(from rev 229192, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
  kdegames-kgoldrunner/repos/testing-x86_64/
  kdegames-kgoldrunner/repos/testing-x86_64/PKGBUILD
(from rev 229192, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/testing-x86_64/kdegames-kgoldrunner.install
(from rev 229192, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)

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

Copied: kdegames-kgoldrunner/repos/testing-i686/PKGBUILD (from rev 229192, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:24:10 UTC (rev 229193)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kgoldrunner
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A game of action and puzzle solving
+url=http://kde.org/applications/games/kgoldrunner/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('1afbb588ee59290f87414d75584a4c37e2b52cde')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kgoldrunner/repos/testing-i686/kdegames-kgoldrunner.install 
(from rev 229192, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===
--- testing-i686/kdegames-kgoldrunner.install   (rev 0)
+++ testing-i686/kdegames-kgoldrunner.install   2015-01-16 04:24:10 UTC (rev 
229193)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kgoldrunner/repos/testing-x86_64/PKGBUILD (from rev 229192, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:24:10 UTC (rev 229193)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kgoldrunner
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A game of action and puzzle solving
+url=http://kde.org/applications/games/kgoldrunner/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('1afbb588ee59290f87414d75584a4c37e2b52cde')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kgoldrunner/repos/testing-x86_64/kdegames-kgoldrunner.install 
(from rev 229192, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===
--- testing-x86_64/kdegames-kgoldrunner.install (rev 0)
+++ testing-x86_64/kdegames-kgoldrunner.install 2015-01-16 04:24:10 UTC (rev 
229193)
@@ -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 libsodium/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:26:54
  Author: fyan
Revision: 125979

upgpkg: libsodium 1.0.2-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:13:36 UTC (rev 125978)
+++ PKGBUILD2015-01-16 04:26:54 UTC (rev 125979)
@@ -4,7 +4,7 @@
 # Contributor: Alessio Sergi asergi at archlinux dot us
 
 pkgname=libsodium
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc=P(ortable|ackageable) NaCl-based crypto library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom:ISC')
 depends=('glibc')
 
source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('e8df31fd53251491b23b55ba3bde6bb77d0f271439697120b0b024165cb20ca8a4af9b0b01ca09950a3b3222b0030456978541ff3baae4883718ec37898d2435')
+sha512sums=('15fc47516f0e35906c1c304205fa991e74a273e4e6fc2186b6c16f0e41523de24493e149262b97ef03e4adc221232372ef1f283c4c23f96e4c5d99023d361e14')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:27:26
  Author: fyan
Revision: 125980

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-16 04:26:54 UTC (rev 125979)
+++ community-i686/PKGBUILD 2015-01-16 04:27:26 UTC (rev 125980)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('e8df31fd53251491b23b55ba3bde6bb77d0f271439697120b0b024165cb20ca8a4af9b0b01ca09950a3b3222b0030456978541ff3baae4883718ec37898d2435')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 125979, 
libsodium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-16 04:27:26 UTC (rev 125980)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=P(ortable|ackageable) NaCl-based crypto library
+arch=('i686' 'x86_64')
+url=https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('15fc47516f0e35906c1c304205fa991e74a273e4e6fc2186b6c16f0e41523de24493e149262b97ef03e4adc221232372ef1f283c4c23f96e4c5d99023d361e14')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-16 04:26:54 UTC (rev 125979)
+++ community-x86_64/PKGBUILD   2015-01-16 04:27:26 UTC (rev 125980)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('e8df31fd53251491b23b55ba3bde6bb77d0f271439697120b0b024165cb20ca8a4af9b0b01ca09950a3b3222b0030456978541ff3baae4883718ec37898d2435')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 125979, 
libsodium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-16 04:27:26 UTC (rev 125980)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+

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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:29:11
  Author: fyan
Revision: 229194

upgpkg: kdegames-killbots 14.12.1-1

Modified:
  kdegames-killbots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:24:10 UTC (rev 229193)
+++ PKGBUILD2015-01-16 04:29:11 UTC (rev 229194)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-killbots
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A simple game of evading killer robots
 url=http://kde.org/applications/games/killbots/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
-sha1sums=('a3f93046aeb22001d331abe4a469eea42af14bbf')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('392fc0b32f9309514274dce9a77c7d8281ac6458')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:29:39
  Author: fyan
Revision: 229195

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 229194, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 229194, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)

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

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 229194, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:29:39 UTC (rev 229195)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A simple game of evading killer robots
+url=http://kde.org/applications/games/killbots/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('392fc0b32f9309514274dce9a77c7d8281ac6458')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2015-01-16 04:29:39 UTC (rev 
229195)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 229194, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:29:39 UTC (rev 229195)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A simple game of evading killer robots
+url=http://kde.org/applications/games/killbots/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('392fc0b32f9309514274dce9a77c7d8281ac6458')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2015-01-16 04:29:39 UTC (rev 
229195)
@@ -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-kigo/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:30:10
  Author: fyan
Revision: 229196

upgpkg: kdegames-kigo 14.12.1-1

Modified:
  kdegames-kigo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:29:39 UTC (rev 229195)
+++ PKGBUILD2015-01-16 04:30:10 UTC (rev 229196)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kigo
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=An open-source implementation of the popular Go game
 url=http://kde.org/applications/games/kigo/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames' 'gnugo')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
-sha1sums=('21ae8f4c9f7abee0fbcf8eaa6767405f057507e3')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('131ce0dec4d37dd17c13c365588123aeb661a4ff')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:30:36
  Author: fyan
Revision: 229197

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

Added:
  kdegames-kigo/repos/testing-i686/
  kdegames-kigo/repos/testing-i686/PKGBUILD
(from rev 229196, kdegames-kigo/trunk/PKGBUILD)
  kdegames-kigo/repos/testing-i686/kdegames-kigo.install
(from rev 229196, kdegames-kigo/trunk/kdegames-kigo.install)
  kdegames-kigo/repos/testing-x86_64/
  kdegames-kigo/repos/testing-x86_64/PKGBUILD
(from rev 229196, kdegames-kigo/trunk/PKGBUILD)
  kdegames-kigo/repos/testing-x86_64/kdegames-kigo.install
(from rev 229196, kdegames-kigo/trunk/kdegames-kigo.install)

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

Copied: kdegames-kigo/repos/testing-i686/PKGBUILD (from rev 229196, 
kdegames-kigo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:30:36 UTC (rev 229197)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kigo
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An open-source implementation of the popular Go game
+url=http://kde.org/applications/games/kigo/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('131ce0dec4d37dd17c13c365588123aeb661a4ff')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kigo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kigo/repos/testing-i686/kdegames-kigo.install (from rev 
229196, kdegames-kigo/trunk/kdegames-kigo.install)
===
--- testing-i686/kdegames-kigo.install  (rev 0)
+++ testing-i686/kdegames-kigo.install  2015-01-16 04:30:36 UTC (rev 229197)
@@ -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-kigo/repos/testing-x86_64/PKGBUILD (from rev 229196, 
kdegames-kigo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:30:36 UTC (rev 229197)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kigo
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An open-source implementation of the popular Go game
+url=http://kde.org/applications/games/kigo/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('131ce0dec4d37dd17c13c365588123aeb661a4ff')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kigo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kigo/repos/testing-x86_64/kdegames-kigo.install (from rev 
229196, kdegames-kigo/trunk/kdegames-kigo.install)
===
--- testing-x86_64/kdegames-kigo.install(rev 0)
+++ testing-x86_64/kdegames-kigo.install2015-01-16 04:30:36 UTC (rev 
229197)
@@ -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-kiriki/repos (6 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:32:22
  Author: fyan
Revision: 229199

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

Added:
  kdegames-kiriki/repos/testing-i686/
  kdegames-kiriki/repos/testing-i686/PKGBUILD
(from rev 229198, kdegames-kiriki/trunk/PKGBUILD)
  kdegames-kiriki/repos/testing-i686/kdegames-kiriki.install
(from rev 229198, kdegames-kiriki/trunk/kdegames-kiriki.install)
  kdegames-kiriki/repos/testing-x86_64/
  kdegames-kiriki/repos/testing-x86_64/PKGBUILD
(from rev 229198, kdegames-kiriki/trunk/PKGBUILD)
  kdegames-kiriki/repos/testing-x86_64/kdegames-kiriki.install
(from rev 229198, kdegames-kiriki/trunk/kdegames-kiriki.install)

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

Copied: kdegames-kiriki/repos/testing-i686/PKGBUILD (from rev 229198, 
kdegames-kiriki/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:32:22 UTC (rev 229199)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kiriki
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An addictive and fun dice game
+url=http://kde.org/applications/games/kiriki/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
+sha1sums=('170a058073e802c751d69848d2ca345701a222c6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kiriki-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kiriki/repos/testing-i686/kdegames-kiriki.install (from rev 
229198, kdegames-kiriki/trunk/kdegames-kiriki.install)
===
--- testing-i686/kdegames-kiriki.install(rev 0)
+++ testing-i686/kdegames-kiriki.install2015-01-16 04:32:22 UTC (rev 
229199)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kiriki/repos/testing-x86_64/PKGBUILD (from rev 229198, 
kdegames-kiriki/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:32:22 UTC (rev 229199)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kiriki
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An addictive and fun dice game
+url=http://kde.org/applications/games/kiriki/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
+sha1sums=('170a058073e802c751d69848d2ca345701a222c6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kiriki-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kiriki/repos/testing-x86_64/kdegames-kiriki.install (from rev 
229198, kdegames-kiriki/trunk/kdegames-kiriki.install)
===
--- testing-x86_64/kdegames-kiriki.install  (rev 0)
+++ testing-x86_64/kdegames-kiriki.install  2015-01-16 04:32:22 UTC (rev 
229199)
@@ -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-kiriki/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:31:55
  Author: fyan
Revision: 229198

upgpkg: kdegames-kiriki 14.12.1-1

Modified:
  kdegames-kiriki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:30:36 UTC (rev 229197)
+++ PKGBUILD2015-01-16 04:31:55 UTC (rev 229198)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kiriki
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=An addictive and fun dice game
 url=http://kde.org/applications/games/kiriki/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
-sha1sums=('929b878227e45f58dba10091ebd2a092ce0bcf6d')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
+sha1sums=('170a058073e802c751d69848d2ca345701a222c6')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:33:44
  Author: fyan
Revision: 229200

upgpkg: kdegames-kjumpingcube 14.12.1-1

Modified:
  kdegames-kjumpingcube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:32:22 UTC (rev 229199)
+++ PKGBUILD2015-01-16 04:33:44 UTC (rev 229200)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kjumpingcube
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A simple tactical game
 url=http://kde.org/applications/games/kjumpingcube/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
-sha1sums=('68b967d15ecf5f51224ed4269b48a28e4d5326ab')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('9810c4862ef1fc39553a6b07fad7aa78fe02c62f')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:34:09
  Author: fyan
Revision: 229201

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

Added:
  kdegames-kjumpingcube/repos/testing-i686/
  kdegames-kjumpingcube/repos/testing-i686/PKGBUILD
(from rev 229200, kdegames-kjumpingcube/trunk/PKGBUILD)
  kdegames-kjumpingcube/repos/testing-i686/kdegames-kjumpingcube.install
(from rev 229200, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)
  kdegames-kjumpingcube/repos/testing-x86_64/
  kdegames-kjumpingcube/repos/testing-x86_64/PKGBUILD
(from rev 229200, kdegames-kjumpingcube/trunk/PKGBUILD)
  kdegames-kjumpingcube/repos/testing-x86_64/kdegames-kjumpingcube.install
(from rev 229200, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)

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

Copied: kdegames-kjumpingcube/repos/testing-i686/PKGBUILD (from rev 229200, 
kdegames-kjumpingcube/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:34:09 UTC (rev 229201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kjumpingcube
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('9810c4862ef1fc39553a6b07fad7aa78fe02c62f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kjumpingcube/repos/testing-i686/kdegames-kjumpingcube.install 
(from rev 229200, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)
===
--- testing-i686/kdegames-kjumpingcube.install  (rev 0)
+++ testing-i686/kdegames-kjumpingcube.install  2015-01-16 04:34:09 UTC (rev 
229201)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kjumpingcube/repos/testing-x86_64/PKGBUILD (from rev 229200, 
kdegames-kjumpingcube/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:34:09 UTC (rev 229201)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kjumpingcube
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('9810c4862ef1fc39553a6b07fad7aa78fe02c62f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kjumpingcube/repos/testing-x86_64/kdegames-kjumpingcube.install (from 
rev 229200, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)
===
--- testing-x86_64/kdegames-kjumpingcube.install
(rev 0)
+++ testing-x86_64/kdegames-kjumpingcube.install2015-01-16 04:34:09 UTC 
(rev 229201)
@@ -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-klickety/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:35:57
  Author: fyan
Revision: 229202

upgpkg: kdegames-klickety 14.12.1-1

Modified:
  kdegames-klickety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:34:09 UTC (rev 229201)
+++ PKGBUILD2015-01-16 04:35:57 UTC (rev 229202)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klickety
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=An adaptation of the Clickomania game
 url=http://kde.org/applications/games/klickety/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/klickety-${pkgver}.tar.xz;)
-sha1sums=('4dcc4f91e41a44b4e7794f4d996bcc49b402b3c2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klickety-${pkgver}.tar.xz;)
+sha1sums=('b1af92f2856d1857c9f48720e25264939fee5896')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:36:49
  Author: fyan
Revision: 229203

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

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

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

Copied: kdegames-klickety/repos/testing-i686/PKGBUILD (from rev 229202, 
kdegames-klickety/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:36:49 UTC (rev 229203)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An adaptation of the Clickomania game
+url=http://kde.org/applications/games/klickety/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klickety-${pkgver}.tar.xz;)
+sha1sums=('b1af92f2856d1857c9f48720e25264939fee5896')
+
+build() {
+  mkdir 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/testing-i686/kdegames-klickety.install (from 
rev 229202, kdegames-klickety/trunk/kdegames-klickety.install)
===
--- testing-i686/kdegames-klickety.install  (rev 0)
+++ testing-i686/kdegames-klickety.install  2015-01-16 04:36:49 UTC (rev 
229203)
@@ -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/testing-x86_64/PKGBUILD (from rev 229202, 
kdegames-klickety/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:36:49 UTC (rev 229203)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An adaptation of the Clickomania game
+url=http://kde.org/applications/games/klickety/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klickety-${pkgver}.tar.xz;)
+sha1sums=('b1af92f2856d1857c9f48720e25264939fee5896')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-klickety.install (from 
rev 229202, kdegames-klickety/trunk/kdegames-klickety.install)
===
--- testing-x86_64/kdegames-klickety.install(rev 0)
+++ testing-x86_64/kdegames-klickety.install2015-01-16 04:36:49 UTC (rev 
229203)
@@ -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-klines/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:37:01
  Author: fyan
Revision: 229204

upgpkg: kdegames-klines 14.12.1-1

Modified:
  kdegames-klines/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 04:36:49 UTC (rev 229203)
+++ PKGBUILD2015-01-16 04:37:01 UTC (rev 229204)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klines
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc=A simple but highly addictive, one player game
 url=http://kde.org/applications/games/klines/;
@@ -12,8 +13,8 @@
 depends=('kdebase-runtime' 'libkdegames')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('fcdb5274d1027936a28c831103fafa9517ca8384')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('fb8a2907580241f8a9334696c8a7deb694e76346')
 
 build() {
   mkdir build


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:37:53
  Author: fyan
Revision: 229205

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

Added:
  kdegames-klines/repos/testing-i686/
  kdegames-klines/repos/testing-i686/PKGBUILD
(from rev 229204, kdegames-klines/trunk/PKGBUILD)
  kdegames-klines/repos/testing-i686/kdegames-klines.install
(from rev 229204, kdegames-klines/trunk/kdegames-klines.install)
  kdegames-klines/repos/testing-x86_64/
  kdegames-klines/repos/testing-x86_64/PKGBUILD
(from rev 229204, kdegames-klines/trunk/PKGBUILD)
  kdegames-klines/repos/testing-x86_64/kdegames-klines.install
(from rev 229204, kdegames-klines/trunk/kdegames-klines.install)

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

Copied: kdegames-klines/repos/testing-i686/PKGBUILD (from rev 229204, 
kdegames-klines/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:37:53 UTC (rev 229205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klines
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('fb8a2907580241f8a9334696c8a7deb694e76346')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klines/repos/testing-i686/kdegames-klines.install (from rev 
229204, kdegames-klines/trunk/kdegames-klines.install)
===
--- testing-i686/kdegames-klines.install(rev 0)
+++ testing-i686/kdegames-klines.install2015-01-16 04:37:53 UTC (rev 
229205)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-klines/repos/testing-x86_64/PKGBUILD (from rev 229204, 
kdegames-klines/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:37:53 UTC (rev 229205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klines
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('fb8a2907580241f8a9334696c8a7deb694e76346')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klines/repos/testing-x86_64/kdegames-klines.install (from rev 
229204, kdegames-klines/trunk/kdegames-klines.install)
===
--- testing-x86_64/kdegames-klines.install  (rev 0)
+++ testing-x86_64/kdegames-klines.install  2015-01-16 04:37:53 UTC (rev 
229205)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


  1   2   3   4   >