[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 04:16:54
  Author: andrea
Revision: 162534

No more required

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 06:55:58 UTC (rev 162533)
+++ PKGBUILD2012-06-27 08:16:54 UTC (rev 162534)
@@ -56,8 +56,6 @@
 -DWITH_Xmms=OFF \
 -DWITH_Googlegadgets=OFF \
 -DWITH_libgps=OFF \
--DWITH_OpenGLES=ON \
--DKWIN_BUILD_WITH_OPENGLES=ON \
 -DPYTHON_EXECUTABLE=/usr/bin/python2
make
 }



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

2012-06-27 Thread Thomas Bächler
Date: Wednesday, June 27, 2012 @ 04:19:33
  Author: thomas
Revision: 162535

db-move: moved linux-firmware from [testing] to [core] ( any)

Added:
  linux-firmware/repos/core-any/PKGBUILD
(from rev 162534, linux-firmware/repos/testing-any/PKGBUILD)
Deleted:
  linux-firmware/repos/core-any/PKGBUILD
  linux-firmware/repos/testing-any/

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-06-27 08:16:54 UTC (rev 162534)
+++ core-any/PKGBUILD   2012-06-27 08:19:33 UTC (rev 162535)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-#
-# Create a new tarball from the linux-firmware git tree with the following 
command:
-# git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
-# git archive --format=tar --prefix linux-firmware-$(date +%Y%m%d)/ master | 
xz -9 > linux-firmware-$(date +%Y%m%d).tar.xz
-#
-
-pkgname=linux-firmware
-pkgver=20120227
-pkgrel=2
-pkgdesc="Firmware files for Linux"
-arch=('any')
-url="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary";
-license=('GPL2' 'GPL3' 'custom')
-provides=('kernel26-firmware=2.6.34.99')
-conflicts=('linux-firmware-git'
-   'kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw')
-replaces=('kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw')
-options=(!strip)
-source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc1cbee23ab8be8478be66e5486008d81b91fbf6de50347fd1be58b5e56bc6b7')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -d -m755 "${pkgdir}/usr/lib/firmware"
-  cp -a * "${pkgdir}/usr/lib/firmware/"
-  install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/"
-  rm -f "${pkgdir}/usr/lib/firmware/GPL*"
-  mv "${pkgdir}/usr/lib/firmware"/{LICEN*,WHENCE} 
"${pkgdir}/usr/share/licenses/linux-firmware/"
-}
-# vim:set ts=2 sw=2 et:

Copied: linux-firmware/repos/core-any/PKGBUILD (from rev 162534, 
linux-firmware/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-06-27 08:19:33 UTC (rev 162535)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+#
+# Create a new tarball from the linux-firmware git tree with the following 
command:
+# git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
+# git archive --format=tar --prefix linux-firmware-$(date +%Y%m%d)/ master | 
xz -9 > linux-firmware-$(date +%Y%m%d).tar.xz
+#
+
+pkgname=linux-firmware
+pkgver=20120625
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary";
+license=('GPL2' 'GPL3' 'custom')
+provides=('kernel26-firmware=2.6.34.99')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw')
+replaces=('kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw')
+options=(!strip)
+source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
+sha256sums=('2061a054155380721b7ccca6ff71b3f6832cc5a2992d8b1b9536f8365786d65b')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -d -m755 "${pkgdir}/usr/lib/firmware"
+  cp -a * "${pkgdir}/usr/lib/firmware/"
+  install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/"
+  rm -f "${pkgdir}/usr/lib/firmware/"{configure,GPL*}
+  mv "${pkgdir}/usr/lib/firmware"/{LICEN*,WHENCE} 
"${pkgdir}/usr/share/licenses/linux-firmware/"
+}
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in soprano/kde-unstable (PKGBUILD)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 04:34:30
  Author: andrea
Revision: 162536

upgpkg: soprano 2.8.0-1

Upstream release

Modified:
  soprano/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 08:19:33 UTC (rev 162535)
+++ PKGBUILD2012-06-27 08:34:30 UTC (rev 162536)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=soprano
-pkgver=2.7.57
+pkgver=2.8.0
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6' 'doxygen')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('c40f6b6b6e36ed725101b8cf47e42ff0')
+md5sums=('273c3403aeb6d8a43e78a4887f50a385')
 
 build() {
   cd "${srcdir}"



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 04:34:59
  Author: andrea
Revision: 162537

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  soprano/repos/kde-unstable-i686/PKGBUILD
(from rev 162536, soprano/kde-unstable/PKGBUILD)
  soprano/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162536, soprano/kde-unstable/PKGBUILD)
Deleted:
  soprano/repos/kde-unstable-i686/PKGBUILD
  soprano/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   68 -
 kde-unstable-x86_64/PKGBUILD |   68 -
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 08:34:30 UTC (rev 162536)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 08:34:59 UTC (rev 162537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=soprano
-pkgver=2.7.57
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('c40f6b6b6e36ed725101b8cf47e42ff0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: soprano/repos/kde-unstable-i686/PKGBUILD (from rev 162536, 
soprano/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 08:34:59 UTC (rev 162537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=soprano
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
+makedepends=('cmake' 'openjdk6' 'doxygen')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('273c3403aeb6d8a43e78a4887f50a385')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  . /etc/profile.d/openjdk6.sh
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 08:34:30 UTC (rev 162536)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 08:34:59 UTC (rev 162537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=soprano
-pkgver=2.7.57
-pkgrel=1
-pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
-arch=('i686' 'x86_64')
-url='http://soprano.sourceforge.net/'
-license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
-makedepends=('cmake' 'openjdk6' 'doxygen')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('c40f6b6b6e36ed725101b8cf47e42ff0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  . /etc/profile.d/openjdk6.sh
-  # we need the rpath
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSOPRANO_DISABLE_CLUCENE_INDEX=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: soprano/repos/kde-unstable-x86_64/PKGBUILD (from rev 162536, 
soprano/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 08:34:59 UTC (rev 162537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=soprano
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt' 'redland-storage-virtuo

[arch-commits] Commit in kdebindings-python/kde-unstable (PKGBUILD)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 07:09:15
  Author: andrea
Revision: 162538

Re-enable Nepomuk bindings

Modified:
  kdebindings-python/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 08:34:59 UTC (rev 162537)
+++ PKGBUILD2012-06-27 11:09:15 UTC (rev 162538)
@@ -23,8 +23,7 @@
   cmake ../pykde4-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0 \
--DWITH_Soprano=OFF
+-DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
   make
   cd ..
 
@@ -33,8 +32,7 @@
   cmake ../pykde4-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DWITH_Soprano=OFF
+-DPYTHON_EXECUTABLE=/usr/bin/python2
   make
 }
 



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:18:26
  Author: andrea
Revision: 162539

upgpkg: calligra-l10n 2.4.3-1

Upstream release

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 11:09:15 UTC (rev 162538)
+++ PKGBUILD2012-06-27 12:18:26 UTC (rev 162539)
@@ -28,7 +28,7 @@
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="Localization for Calligra"
 arch=('any')
@@ -61,32 +61,32 @@
   
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2";
   
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2";
   
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2";)
-md5sums=('19b2d9303359fbf803eeb2b5ac9ba7d6'
- '8b205d30f175562dd040c9695db63f16'
- 'afb89f1bb1465c53355d9da1b6b443a6'
- 'dad86109399f608c7e799453d851dee9'
- '0d1fd6ea4678c2ed958a00eda18bcda0'
- 'b0ed65ef0d7fe5bfaf413680dba771cc'
- 'bbd61ad2b2a66599604064002366e262'
- '0368c7a252f2f61bb313cae9fcd728d9'
- 'd393802e152048fe5109d754506feaf8'
- '6614374d6e97d1c9ff81df09f8c49abb'
- 'a713a8319d3e761bb9088b5a8e7430fc'
- 'c636d180f8e06c720bf6f89a0f67c578'
- '93775c3d35b5a3f885f658aad33242dd'
- '9e8bcfef0053d5f5d0b64c218aff8f84'
- 'b20f4f4e9abf58c9d2458506d3b77a2f'
- 'd70e1ca3b84da49c4d1f19d5b21005c9'
- '6ad53b16a440672db22076a8637870a2'
- 'c8a17172519657321b5ea556d45fba98'
- 'edf38714d75b42791740286aff024e6f'
- '43694b65a3960424aa90349301bc90fa'
- 'e62a9b7a49b3ae556b09e8ee47e893a6'
- '7ab5a48469fbbd74c8942413bed146cf'
- '46c399d6d1530da365fcc02df706774c'
- 'e5b6462883f85f0857df461d9447d329'
- '05770b95c09b440902e2f971555dcc7c'
- 'b8864c77a6663a7b7d37e9c9eedb1fa5')
+md5sums=('d849066b90fe81a58952095a0569ff43'
+ 'c8ba3391d124932605ed8006214e964e'
+ '7e7bd4ce905fd90645cd4245d229bf94'
+ '216d59c79d629fea1ef83f00e252ddd9'
+ '3dcbebdc6ff2cac81ac7d3708d1d8684'
+ '3845a567946c529022e1adb63aaab6eb'
+ '59388afe3530c175421a6f84b93e1202'
+ '7c55e27fb72f0be80af76b88f255bd26'
+ 'b7e8156a9824b415b8d45e2d8f6fcd08'
+ 'a22a69555926aedbbce6d8d4f32a8612'
+ 'e434db8ad9a450a57ffcde9f829cb3a8'
+ 'ed5c8a9e696c3a51c381d7292d44c286'
+ 'ed31f4fcf36495d55400e6c05f357410'
+ 'a8eb2d00569d8567ec8495671421d5bf'
+ 'bd0fd6c130463bac2f95a4e629962153'
+ '08891176960a44b842e75029a64a8a3f'
+ '019a1b0130b6ec068ebd2dad99ad30f9'
+ 'ffc8bb5e57b564b4095d82434d47c459'
+ '4858c4f12993324455465fbbf39ff429'
+ '2ec89a38afb45d8d06550f759571ffe9'
+ 'fd4b352473095b26c888b7263c9fa6c9'
+ '0477b449a0ed248e01688a4ab428'
+ '6ec4bf58fb918edc735a7038b0089bb6'
+ '965b5b1bc131f43cb83e8ddb739ff09d'
+ 'ee541da9f1ac4838cad5261341a1a007'
+ '4d2477225d446d39f97260756a5bf221')
 
 build() {
   cd "${srcdir}"



[arch-commits] Commit in calligra-l10n/repos/extra-any (PKGBUILD PKGBUILD)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:18:45
  Author: andrea
Revision: 162540

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 162539, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  572 ++---
 1 file changed, 286 insertions(+), 286 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-27 12:18:26 UTC (rev 162539)
+++ PKGBUILD2012-06-27 12:18:45 UTC (rev 162540)
@@ -1,286 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=calligra-l10n
-pkgname=('calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
-   'calligra-l10n-cs'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-en_gb'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nds'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sv'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Localization for Calligra"
-arch=('any')
-url="www.calligra-suite.org/"
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-source=("http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2";)
-md5sums=('19b2d9303359fbf803eeb2b5ac9ba7d6'
- '8b205d30f175562dd040c9695db63f16'
- 'afb89f1bb1465c53355d9da1b6b443a6'
- 'dad86109399f608c7e799453d851dee9'
- '0d1fd6ea4678c2ed958a00eda18bcda0'
- 'b0ed65ef0d7fe5bfaf413680dba771cc'
- 'bbd61ad2b2a66599604064002366e262'
- '0368c7a252f2f61bb313cae9fcd728d9'
- 'd393802e152048fe5109d754506feaf8'
- '6614374d6e97d1c9ff81df09f8c49abb'
- 'a713a8319d3e761bb9088b5a8e7430fc'
- 'c636d180f8e06c720bf6f89a0f67c578'
- '93775c3d35b5a3f885f658aad33242dd'
- '9e8bcfef0053d5f5d0b64c218aff8f84'
- 'b20f4f4e9abf58c9d2458506d3b77a2f'
- 'd70e1ca3b84da49c4d1f19d5b21005c9'
- '6ad53b16a440672db22076a8637870a2'
- 'c8a17172519657321b5ea556d45fba98'
- 'edf38714d75b42791740286aff024e6f'
- '43694b65a396

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:20:33
  Author: andrea
Revision: 162541

upgpkg: calligra 2.4.3-1

Upstream release

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 12:18:45 UTC (rev 162540)
+++ PKGBUILD2012-06-27 12:20:33 UTC (rev 162541)
@@ -22,8 +22,8 @@
  'calligra-handbook'
  'calligra-braindump'
  'calligra-flow')
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -34,7 +34,7 @@
  'fftw' 'opengtl' 'lcms2' 'libkdcraw' 'wv2')
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2";)
-md5sums=('31b0c44ad4ee27017580c7c2fc8e87a9')
+md5sums=('469d639f17e3d6a186baabd899147e39')
 
 build() {
   cd "${srcdir}"
@@ -254,7 +254,7 @@
 
 package_calligra-flow() {
   pkgdesc="Flowchart & Diagram Editing"
-  depends=('calligra-libs' 'kdebase-runtime')
+  depends=('calligra-words' 'kdebase-runtime')
   conflicts=('calligra-flow-doc')
   replaces=('calligra-flow-doc')
   install=calligra-flow.install



[arch-commits] Commit in calligra/repos (52 files)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:21:57
  Author: andrea
Revision: 162542

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 162541, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 162541, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 162541, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 162541, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 162541, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 162541, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 162541, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 162541, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 162541, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 162541, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-tools.install
(from rev 162541, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 162541, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 162541, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 162541, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 162541, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 162541, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 162541, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 162541, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 162541, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 162541, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 162541, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 162541, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 162541, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-tools.install
(from rev 162541, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 162541, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 162541, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-tools.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-tools.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install

-+
 extra-i686/PKGBUILD |  528 +++---
 extra-i686/calligra-braindump.install   |   24 -
 extra-i686/calligra-filters.install |   22 -
 extra-i686/calligra-flow.install|   24 -
 extra-i686/calligra-karbon.install  |   24 -
 extra-i686/calligra-kexi.install|   22 -
 extra-i686/calligra-krita.install   |   26 -
 extra-i686/calligra-plan.install|   24 -
 extra-i686/calligra-sheets.install  |   24 -
 extra-i686/calligra-stage.install   |   24 -
 extra-i686/calligra-tools.install   |   24 -
 extra-i686/calligra-words

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:45:40
  Author: andrea
Revision: 162543

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
(from rev 162542, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
(from rev 162542, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
(from rev 162542, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-i686/kdelibs.install
(from rev 162542, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch
(from rev 162542, kdelibs/kde-unstable/use-pythondontwritebytecode.patch)
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162542, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 162542, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 162542, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 162542, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch
(from rev 162542, kdelibs/kde-unstable/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-i686/kdelibs.install
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch

---+
 kde-unstable-i686/PKGBUILD|  124 ++--
 kde-unstable-i686/archlinux-menu.patch|   44 ++--
 kde-unstable-i686/kde-applications-menu.patch |   44 ++--
 kde-unstable-i686/kdelibs.install |   26 +-
 kde-unstable-i686/use-pythondontwritebytecode.patch   |  160 
 kde-unstable-x86_64/PKGBUILD  |  124 ++--
 kde-unstable-x86_64/archlinux-menu.patch  |   44 ++--
 kde-unstable-x86_64/kde-applications-menu.patch   |   44 ++--
 kde-unstable-x86_64/kdelibs.install   |   26 +-
 kde-unstable-x86_64/use-pythondontwritebytecode.patch |  160 
 10 files changed, 398 insertions(+), 398 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:21:57 UTC (rev 162542)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:45:40 UTC (rev 162543)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdelibs
-pkgver=4.8.90
-pkgrel=3
-pkgdesc="KDE Core Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch')
-sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
-
-build() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i "${srcdir}"/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i "${srcdir}"/archlinux-menu.patch
-
-   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
-   patch -p0 -i "${srcdir}"/use-pythondontwritebytecode.patch
-   
-   cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF
-   make
-}
-
-package() {
-   cd "

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:46:34
  Author: andrea
Revision: 162544

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 162543, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
(from rev 162543, kdepimlibs/kde-unstable/kdepimlibs.install)
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162543, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install
(from rev 162543, kdepimlibs/kde-unstable/kdepimlibs.install)
Deleted:
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
  kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
  kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install

+
 kde-unstable-i686/PKGBUILD |   62 +++
 kde-unstable-i686/kdepimlibs.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD   |   62 +++
 kde-unstable-x86_64/kdepimlibs.install |   22 +--
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:45:40 UTC (rev 162543)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:46:34 UTC (rev 162544)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepimlibs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8505d8c8a4b47e517d77c93e6fab2c38164038aa')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 162543, 
kdepimlibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:46:34 UTC (rev 162544)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepimlibs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('224fe4bb1a5eb6f51dd96e70259ee5bfb60d03ac')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdepimlibs.install
===
--- kde-unstable-i686/kdepimlibs.install2012-06-27 12:45:40 UTC (rev 
162543)
+++ kde-unstable-i686/kdepimlibs.install2012-06-27 12:46:34 UTC (rev 
162544)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 162543, 
kdepimlibs/kde-unstable/kdepimlibs.install)
===
--- kde-unstable-i686/kdepimlibs.install(rev 0)
+++ kde-unstable-i686/kdepimlibs.install2012-06-27 12:46:34 UTC (rev 
162544)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:45:40 UTC (rev 162543)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:46:34 UTC (rev 162544)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepimlibs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'lib

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:47:05
  Author: andrea
Revision: 162545

archrelease: copy kde-unstable to kde-unstable-any

Added:
  oxygen-icons/repos/kde-unstable-any/PKGBUILD
(from rev 162544, oxygen-icons/kde-unstable/PKGBUILD)
Deleted:
  oxygen-icons/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-27 12:46:34 UTC (rev 162544)
+++ PKGBUILD2012-06-27 12:47:05 UTC (rev 162545)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0b03dcbdbb3a77008111d332604557f5d26bce49')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
-}

Copied: oxygen-icons/repos/kde-unstable-any/PKGBUILD (from rev 162544, 
oxygen-icons/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-27 12:47:05 UTC (rev 162545)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6a6a9a778ba3100ce4529ca47ce3d741c0368782')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:52:08
  Author: andrea
Revision: 162546

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  nepomuk-core/repos/kde-unstable-i686/PKGBUILD
(from rev 162545, nepomuk-core/kde-unstable/PKGBUILD)
  nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162545, nepomuk-core/kde-unstable/PKGBUILD)
Deleted:
  nepomuk-core/repos/kde-unstable-i686/PKGBUILD
  nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   66 -
 kde-unstable-x86_64/PKGBUILD |   66 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:47:05 UTC (rev 162545)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:52:08 UTC (rev 162546)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=nepomuk-core
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries"
-url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8ec945efa41a6e10ed75d71b55722e4baced8025')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix the python shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/nepomuk-simpleresource-rcgen
-}

Copied: nepomuk-core/repos/kde-unstable-i686/PKGBUILD (from rev 162545, 
nepomuk-core/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:52:08 UTC (rev 162546)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=nepomuk-core
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries"
+url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'doxygen')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4c1653adff9104afdd9297d735b3b90f8060d3ba')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix the python shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/nepomuk-simpleresource-rcgen
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:47:05 UTC (rev 162545)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:52:08 UTC (rev 162546)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=nepomuk-core
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries"
-url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8ec945efa41a6e10ed75d71b55722e4baced8025')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix the python shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/nepomuk-simpleresource-rcgen
-}

Copied: nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD (from rev 162545, 
nepomuk-core/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:52:08 UTC (rev 162546)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=nepomuk-core
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries"
+url="https://projects.kd

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:52:39
  Author: andrea
Revision: 162547

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kactivities/repos/kde-unstable-i686/PKGBUILD
(from rev 162546, kactivities/kde-unstable/PKGBUILD)
  kactivities/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162546, kactivities/kde-unstable/PKGBUILD)
Deleted:
  kactivities/repos/kde-unstable-i686/PKGBUILD
  kactivities/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   58 -
 kde-unstable-x86_64/PKGBUILD |   58 -
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:52:08 UTC (rev 162546)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:52:39 UTC (rev 162547)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kactivities
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('beebf59b956193728a384e28b9e786e331c6690b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kactivities/repos/kde-unstable-i686/PKGBUILD (from rev 162546, 
kactivities/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:52:39 UTC (rev 162547)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=4.8.95
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('681157b54742cfccc5b77a71054dbe397863304b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:52:08 UTC (rev 162546)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:52:39 UTC (rev 162547)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kactivities
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('beebf59b956193728a384e28b9e786e331c6690b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kactivities/repos/kde-unstable-x86_64/PKGBUILD (from rev 162546, 
kactivities/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:52:39 UTC (rev 162547)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=4.8.95
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('681157b54742cfccc5b77a71054dbe397863304b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:53:06
  Author: andrea
Revision: 162548

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 162547, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 162547, kdebase-runtime/kde-unstable/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162547, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 162547, kdebase-runtime/kde-unstable/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 kde-unstable-i686/PKGBUILD  |   82 +-
 kde-unstable-i686/kdebase-runtime.install   |   26 
 kde-unstable-x86_64/PKGBUILD|   82 +-
 kde-unstable-x86_64/kdebase-runtime.install |   26 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:52:39 UTC (rev 162547)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:53:06 UTC (rev 162548)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=4.8.90
-pkgrel=3
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
-'xorg-xauth' 'kactivities')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
-optdepends=('htdig: to build the search index in khelpcenter'
-'rarian: needed by khelpcenter'
-'gdb: drkonq crash handler')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('30b2915d7c376a67efbb46e225ce6abd881b2879')
-
-build() {
-cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
-   make
-}
-
-package() {
-   cd "$srcdir/build"
-   make DESTDIR="$pkgdir" install
-   rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme"
-
-ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 162547, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:53:06 UTC (rev 162548)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
+'xorg-xauth' 'kactivities')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
+sha1sums=('3337f5ae6e2cd18e444a71b32875b7a39097b507')
+
+build() {
+cd "${srcdir}"
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd "$srcdir/build"
+   make DESTDIR="$pkgdir" install
+   rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme"
+
+ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
+}

Deleted: kde-unstable-i686/kdebase-runtime.install
===
--- kde-unstable-i686/kdebase-runtime.install   2012-06-27 12:52:39 UTC (rev 
162547)
+++ kde-unstable-i686/kdebase-runtime.install   2012-06-27 12:53:06 UTC (rev 
162548)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:53:52
  Author: andrea
Revision: 162549

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 162548, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 162548, kdepim-runtime/kde-unstable/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162548, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 162548, kdepim-runtime/kde-unstable/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-i686/libkgapi.patch
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-x86_64/libkgapi.patch

+
 kde-unstable-i686/PKGBUILD |   62 
 kde-unstable-i686/kdepim-runtime.install   |   26 
 kde-unstable-i686/libkgapi.patch   | 1742 ---
 kde-unstable-x86_64/PKGBUILD   |   62 
 kde-unstable-x86_64/kdepim-runtime.install |   26 
 kde-unstable-x86_64/libkgapi.patch | 1742 ---
 6 files changed, 88 insertions(+), 3572 deletions(-)

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


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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:54:28
  Author: andrea
Revision: 162550

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD
(from rev 162549, kdebindings-smokegen/kde-unstable/PKGBUILD)
  kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162549, kdebindings-smokegen/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:53:52 UTC (rev 162549)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:54:28 UTC (rev 162550)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokegen
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A general purpose C++ parser with a plugin infrastructure"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz";)
-sha1sums=('18c69f3ae1432176fba03c6a1d3b8fc208491a2e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD (from rev 162549, 
kdebindings-smokegen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:54:28 UTC (rev 162550)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokegen
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A general purpose C++ parser with a plugin infrastructure"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz";)
+sha1sums=('e0d26ff3d58848b01800779d4777aca86c10d31d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:53:52 UTC (rev 162549)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:54:28 UTC (rev 162550)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokegen
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A general purpose C++ parser with a plugin infrastructure"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz";)
-sha1sums=('18c69f3ae1432176fba03c6a1d3b8fc208491a2e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162549, kdebindings-smokegen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:54:28 UTC (rev 162550)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokegen
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A general purpose C++ parser with a plugin infrastructure"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz";)
+sha1sums=('e0d26ff3d58848b01800779d4777aca86c10d31d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Relea

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:55:00
  Author: andrea
Revision: 162551

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
(from rev 162550, kdebindings-smokeqt/kde-unstable/PKGBUILD)
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162550, kdebindings-smokeqt/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-x86_64/PKGBUILD |   64 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:54:28 UTC (rev 162550)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:55:00 UTC (rev 162551)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokeqt
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Language independent library for Qt bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";)
-sha1sums=('11642ce086b1ab2e928de637124d12e2eb6e4f92')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD (from rev 162550, 
kdebindings-smokeqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:55:00 UTC (rev 162551)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokeqt
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Language independent library for Qt bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";)
+sha1sums=('3a94b897c74b99be55050ffeff53b1354fcc400e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:54:28 UTC (rev 162550)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:55:00 UTC (rev 162551)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokeqt
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Language independent library for Qt bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz";)
-sha1sums=('11642ce086b1ab2e928de637124d12e2eb6e4f92')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162550, kdebindings-smokeqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:55:00 UTC (rev 162551)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokeqt
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Language independent library for Qt bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/$

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:55:36
  Author: andrea
Revision: 162552

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
(from rev 162551, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
(from rev 162551, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162551, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install
(from rev 162551, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install

+
 kde-unstable-i686/PKGBUILD |   66 +++
 kde-unstable-i686/kdegraphics-okular.install   |   24 
 kde-unstable-x86_64/PKGBUILD   |   66 +++
 kde-unstable-x86_64/kdegraphics-okular.install |   24 
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:55:00 UTC (rev 162551)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:55:36 UTC (rev 162552)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-okular
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url="http://kde.org/applications/graphics/okular/";
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
- 'ebook-tools' 'libspectre')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdegraphics-mobipocket: mobipocket support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz";)
-sha1sums=('14fc4f71ec3c18c5d2ae45f20024986acacda0dd')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD (from rev 162551, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:55:36 UTC (rev 162552)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-okular
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url="http://kde.org/applications/graphics/okular/";
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
+ 'ebook-tools' 'libspectre')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdegraphics-mobipocket: mobipocket support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz";)
+sha1sums=('5c01107a9ec9a521999e4236283277f814d139de')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-okular.install
===
--- kde-unstable-i686/kdegraphics-okular.install2012-06-27 12:55:00 UTC 
(rev 162551)
+++ kde-unstable-i686/kdegraphics-okular.install2012-06-27 12:55:36 UTC 
(rev 162552)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install 
(from rev 162551, kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
===
--- kde-unstable-i686/kdegraphics-okular.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-okular.install2012-06-27 12:55:36 UTC 
(rev 162552)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--

[arch-commits] Commit in kdesdk-kate/repos (20 files)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:56:27
  Author: andrea
Revision: 162553

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdesdk-kate/repos/kde-unstable-i686/PKGBUILD
(from rev 162552, kdesdk-kate/kde-unstable/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install
(from rev 162552, kdesdk-kate/kde-unstable/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install
(from rev 162552, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install
(from rev 162552, kdesdk-kate/kde-unstable/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch
(from rev 162552, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162552, kdesdk-kate/kde-unstable/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install
(from rev 162552, kdesdk-kate/kde-unstable/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install
(from rev 162552, kdesdk-kate/kde-unstable/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install
(from rev 162552, kdesdk-kate/kde-unstable/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch
(from rev 162552, kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/kde-unstable-i686/PKGBUILD
  kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install
  kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install
  kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install
  kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch
  kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install
  kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install
  kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch

-+
 kde-unstable-i686/PKGBUILD  |  136 +-
 kde-unstable-i686/kdebase-katepart.install  |   22 +-
 kde-unstable-i686/kdebase-kwrite.install|   24 +--
 kde-unstable-i686/kdesdk-kate.install   |   26 +--
 kde-unstable-i686/pkgbuild-syntax-highlight.patch   |   22 +-
 kde-unstable-x86_64/PKGBUILD|  136 +-
 kde-unstable-x86_64/kdebase-katepart.install|   22 +-
 kde-unstable-x86_64/kdebase-kwrite.install  |   24 +--
 kde-unstable-x86_64/kdesdk-kate.install |   26 +--
 kde-unstable-x86_64/pkgbuild-syntax-highlight.patch |   22 +-
 10 files changed, 230 insertions(+), 230 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:55:36 UTC (rev 162552)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:56:27 UTC (rev 162553)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
- 'kdebase-kwrite'
- 'kdesdk-kate')
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz";
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('b5576e83dafe412cb32e6dcecf8c0043f1046914'
-  '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
-
-build() {
-  cd "${srcdir}"/kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-katepart() {
-  pkgdesc="A fast and feature-rich text editor component"
-  depends=('kdelibs')
-  url="http://kate-editor.org/about-katepart/";
-  install='kdebase-katepart.install'
-
-  cd "${srcdir}"/build/part
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdebase-kwrite() {
-  pkgdesc="Text Editor"
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/";
-  install='kdebase-kwrite.install'
-
-  cd "${srcdir}"/build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd "${srcdir}"/build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdesdk-kate() {
-  pkgdesc="Advanced Text Editor"
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdesdk')
-  url="http://www.kde.org/applications/utilities/kate/";
-  install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate')
-
-  cd "${srcdir}"/build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd "${srcdir}"/build/doc/kate
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesdk-kate/repos/kde-unstable-i6

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:57:03
  Author: andrea
Revision: 162554

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 162553, kdebindings-smokekde/kde-unstable/PKGBUILD)
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162553, kdebindings-smokekde/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   68 -
 kde-unstable-x86_64/PKGBUILD |   68 -
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:56:27 UTC (rev 162553)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:57:03 UTC (rev 162554)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.90
-pkgrel=2
-pkgdesc="Language independent library for KDE bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz";)
-sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 162553, 
kdebindings-smokekde/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:57:03 UTC (rev 162554)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Language independent library for KDE bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz";)
+sha1sums=('0bee4ca382834d1d4a88c14a6a810c1f974155f6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:56:27 UTC (rev 162553)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:57:03 UTC (rev 162554)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.90
-pkgrel=2
-pkgdesc="Language independent library for KDE bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz";)
-sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162553, kdebindings-smokekde/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:57:03 UTC (rev 162554)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:57:37
  Author: andrea
Revision: 162555

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD
(from rev 162554, kdebindings-perlqt/kde-unstable/PKGBUILD)
  kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162554, kdebindings-perlqt/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD
  kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:57:03 UTC (rev 162554)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:57:37 UTC (rev 162555)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-perlqt
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Perl bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'perl-list-moreutils')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=("http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz";)
-sha1sums=('2a226f8783f7165ccec70a796a9a3980c52e831b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../perlqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD (from rev 162554, 
kdebindings-perlqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:57:37 UTC (rev 162555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-perlqt
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Perl bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=("http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz";)
+sha1sums=('4eb3f12bde0b1a0bc1bc07ec9c11fb057e8ce9bc')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:57:03 UTC (rev 162554)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:57:37 UTC (rev 162555)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-perlqt
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Perl bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'perl-list-moreutils')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=("http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz";)
-sha1sums=('2a226f8783f7165ccec70a796a9a3980c52e831b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../perlqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 162554, 
kdebindings-perlqt/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:57:37 UTC (rev 162555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-perlqt
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Perl bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=("http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz";)
+sha1sums=('4eb3f12bde0b1a0bc1bc07ec9c11fb057e8ce9bc')
+
+build() {
+  cd 

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:58:08
  Author: andrea
Revision: 162556

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
(from rev 162555, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162555, kdebindings-python/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |  138 -
 kde-unstable-x86_64/PKGBUILD |  138 -
 2 files changed, 136 insertions(+), 140 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:57:37 UTC (rev 162555)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:58:08 UTC (rev 162556)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2')
-pkgver=4.8.90
-pkgrel=1
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
-source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz";)
-sha1sums=('5e61dc43f78a5127486217120ba6c9f06744232a')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE="TRUE"
-
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0 \
--DWITH_Soprano=OFF
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DWITH_Soprano=OFF
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdebindings-python2() {
-  pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
-  conflicts=('kdebindings-python<4.8.1-2')
- 
-  cd "${srcdir}"/build-python2
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts
-  rm "${pkgdir}"/usr/bin/pykdeuic4
-  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
-"${pkgdir}"/usr/bin/python2-pykdeuic4
-
-  mv "${pkgdir}"/usr/share/apps/pykde4/examples \
-"${pkgdir}"/usr/share/apps/pykde4/python2-examples
-
-  mv "${pkgdir}"/usr/share/sip/PyKDE4 \
-"${pkgdir}"/usr/share/sip/python2-PyKDE4
-
-  # Use the python2 executable
-  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 162555, 
kdebindings-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:58:08 UTC (rev 162556)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2')
+pkgver=4.8.95
+pkgrel=1
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
+source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz";)
+sha1sums=('e0b674d266f679d9dc36b28bff46767cba97f280')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE="TRUE"
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc="A set of Python 3.x bindings for KDE"
+  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdebindings-python2() {
+  pkgdesc="A set of Python 2.x bindings for KDE"
+  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
+  conflicts=('kdebindings-python<4.8.1-2')
+ 
+  cd "${srcdir}"/build-python2
+  make DESTDIR="${pkgdir}" install
+
+  # Fix conflicts
+  rm "${pkgdir}"/usr/bin/pykdeuic4
+  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
+"${pkgdir}"/usr/bin/python2-pykdeuic4
+
+  

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:58:56
  Author: andrea
Revision: 162557

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 162556, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162556, kdebindings-qyoto/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:58:08 UTC (rev 162556)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:58:56 UTC (rev 162557)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz";)
-sha1sums=('edb88ebce52cf3aee1e2eda244142562f0c8d2f7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 162556, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:58:56 UTC (rev 162557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.95
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz";)
+sha1sums=('6760d580bc3fd8ee3dff377f1b72aae2d93a6a77')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:58:08 UTC (rev 162556)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:58:56 UTC (rev 162557)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz";)
-sha1sums=('edb88ebce52cf3aee1e2eda244142562f0c8d2f7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 162556, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:58:56 UTC (rev 162557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.95
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz";)
+sha1sums=('6760d580bc3fd8ee3dff377f1b72aae2d93a6a77')
+
+build() {
+  cd "${srcdi

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:59:30
  Author: andrea
Revision: 162558

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD
(from rev 162557, kdebindings-qtruby/kde-unstable/PKGBUILD)
  kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162557, kdebindings-qtruby/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD
  kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   66 -
 kde-unstable-x86_64/PKGBUILD |   66 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:58:56 UTC (rev 162557)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:59:30 UTC (rev 162558)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-qtruby
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Ruby bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'ruby')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-ruby')
-source=("http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz";)
-sha1sums=('7a8e87a3b781622ee5871e19c0fb18f05b115d89')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../qtruby-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]')
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD (from rev 162557, 
kdebindings-qtruby/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:59:30 UTC (rev 162558)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-qtruby
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Ruby bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=("http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz";)
+sha1sums=('2a336acd84308fbbb54c8d63da54c136edc7c8a7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]')
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:58:56 UTC (rev 162557)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:59:30 UTC (rev 162558)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-qtruby
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Ruby bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'ruby')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-ruby')
-source=("http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz";)
-sha1sums=('7a8e87a3b781622ee5871e19c0fb18f05b115d89')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../qtruby-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]')
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD (from rev 162557, 
kdebindings-qtruby/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:59:30 UTC (rev 162558)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-qtruby
+pk

[arch-commits] Commit in kde-base-artwork/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:59:52
  Author: andrea
Revision: 162559

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD
(from rev 162558, kde-base-artwork/kde-unstable/PKGBUILD)
Deleted:
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-27 12:59:30 UTC (rev 162558)
+++ PKGBUILD2012-06-27 12:59:52 UTC (rev 162559)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kde-base-artwork
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE KSplash theme"
-arch=('any')
-url='http://www.kde.org/'
-license=('LGPL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('de44e0d2d32c35ab46015163fc9340bb0907fee4')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 162558, 
kde-base-artwork/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-27 12:59:52 UTC (rev 162559)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kde-base-artwork
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="KDE KSplash theme"
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('97d44b874fd0f2d525123df2b331201437e86cf9')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdebase-workspace/repos (40 files)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:01:22
  Author: andrea
Revision: 162560

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 162559, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
(from rev 162559, kdebase-workspace/kde-unstable/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
(from rev 162559, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
(from rev 162559, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
(from rev 162559, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-i686/kdm
(from rev 162559, kdebase-workspace/kde-unstable/kdm)
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
(from rev 162559, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
(from rev 162559, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
(from rev 162559, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
(from rev 162559, kdebase-workspace/kde-unstable/terminate-server.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162559, kdebase-workspace/kde-unstable/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
(from rev 162559, kdebase-workspace/kde-unstable/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
(from rev 162559, kdebase-workspace/kde-unstable/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 162559, kdebase-workspace/kde-unstable/kde.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
(from rev 162559, kdebase-workspace/kde-unstable/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
(from rev 162559, kdebase-workspace/kde-unstable/kdm)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
(from rev 162559, kdebase-workspace/kde-unstable/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
(from rev 162559, kdebase-workspace/kde-unstable/kdm.service)
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
(from rev 162559, kdebase-workspace/kde-unstable/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch
(from rev 162559, kdebase-workspace/kde-unstable/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-i686/kdm
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch

---+
 kde-unstable-i686/PKGBUILD|  162 +++-
 kde-unstable-i686/fixpath.patch   |   68 +-
 kde-unstable-i686/kde-np.pam  |   18 +-
 kde-unstable-i686/kde.pam |   18 +-
 kde-unstable-i686/kdebase-workspace.install   |   50 +++
 kde-unstable-i686/kdm |   72 +-
 kde-unstable-i686/kdm-xinitrd.patch   |   36 ++---
 kde-unstable-i686/kdm.service |   18 +-
 kde-unstable-i686/kscreensaver.pam|2 
 kde-unstable-i686/terminate-server.patch  |   22 +--
 kde-unstable-x86_64/PKGBUILD  |  162 +++-
 kde-unstable-x86_64/fixpath.patch |   68 +-
 kde-unstable-x86_64/kde-np.pam|   18 +-
 kde-unstable-x86_64/kde.pam   |   18 +-
 kde-unstable-x86_64/kdebase-workspace.install |   50 +++
 kde-unstable-x86_64/kdm   |   72 +-
 kde-unstable-x86_64/kdm-xinitrd.patch

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:02:48
  Author: andrea
Revision: 162561

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 162560, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 162560, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 162560, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 162560, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162560, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 162560, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 162560, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 162560, kdebase/kde-unstable/kdebase.install)
Deleted:
  kdebase/repos/kde-unstable-i686/PKGBUILD
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
  kdebase/repos/kde-unstable-i686/kdebase.install
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
  kdebase/repos/kde-unstable-x86_64/kdebase.install

---+
 kde-unstable-i686/PKGBUILD|  240 
 kde-unstable-i686/kdebase-dolphin.install |   22 +-
 kde-unstable-i686/kdebase-konqueror.install   |   24 +-
 kde-unstable-i686/kdebase.install |   22 +-
 kde-unstable-x86_64/PKGBUILD  |  240 
 kde-unstable-x86_64/kdebase-dolphin.install   |   22 +-
 kde-unstable-x86_64/kdebase-konqueror.install |   24 +-
 kde-unstable-x86_64/kdebase.install   |   22 +-
 8 files changed, 308 insertions(+), 308 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:01:22 UTC (rev 162560)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:02:48 UTC (rev 162561)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=("http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('010525738f73f79aa333cc359214f357676708f1')
-
-build() {
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-'kdegraphics-thumbnailers: thumbnailers for graphics file'
-'ruby: servicemenu installation')
-   url="http://kde.org/applications/system/dolphin/";
-install=kdebase-dolphin.install
-   cd $srcdir/build/dolphin
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dolphin
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-   pkgdesc='Change Password'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   cd $srcdir/build/kdepasswd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdepasswd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-   pkgdesc='A utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/kdialog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-keditbookmarks() {
-   pkgdesc='Bookmark Organizer and Editor'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/keditbookmarks
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kfind() {
-   pkgdesc='Find Files/Folders'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   url="http://kde.org/applications/utilities/kfind/";
-   install='kdebase.install'
-   cd $srcdir/build/kfind
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfind
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konq-plugins() {
-   pkgdesc='Extra plugins

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:03:24
  Author: andrea
Revision: 162562

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkdeedu/repos/kde-unstable-i686/PKGBUILD
(from rev 162561, libkdeedu/kde-unstable/PKGBUILD)
  libkdeedu/repos/kde-unstable-i686/libkdeedu.install
(from rev 162561, libkdeedu/kde-unstable/libkdeedu.install)
  libkdeedu/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162561, libkdeedu/kde-unstable/PKGBUILD)
  libkdeedu/repos/kde-unstable-x86_64/libkdeedu.install
(from rev 162561, libkdeedu/kde-unstable/libkdeedu.install)
Deleted:
  libkdeedu/repos/kde-unstable-i686/PKGBUILD
  libkdeedu/repos/kde-unstable-i686/libkdeedu.install
  libkdeedu/repos/kde-unstable-x86_64/PKGBUILD
  libkdeedu/repos/kde-unstable-x86_64/libkdeedu.install

---+
 kde-unstable-i686/PKGBUILD|   62 
 kde-unstable-i686/libkdeedu.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD  |   62 
 kde-unstable-x86_64/libkdeedu.install |   22 +--
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:02:48 UTC (rev 162561)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:03:24 UTC (rev 162562)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkdeedu
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Libraries used by KDE Education applications"
-url="https://projects.kde.org/projects/kde/kdeedu/libkdeedu";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-replaces=('kdeedu-libkdeedu' 'kdeedu-data')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4dbdf73fcb6a1da184dfec37dbf3052c60f401f3')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdeedu/repos/kde-unstable-i686/PKGBUILD (from rev 162561, 
libkdeedu/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:03:24 UTC (rev 162562)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkdeedu
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Libraries used by KDE Education applications"
+url="https://projects.kde.org/projects/kde/kdeedu/libkdeedu";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('55d37b387f972dc68d5f416c83d4522d03a5bea6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/libkdeedu.install
===
--- kde-unstable-i686/libkdeedu.install 2012-06-27 13:02:48 UTC (rev 162561)
+++ kde-unstable-i686/libkdeedu.install 2012-06-27 13:03:24 UTC (rev 162562)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdeedu/repos/kde-unstable-i686/libkdeedu.install (from rev 162561, 
libkdeedu/kde-unstable/libkdeedu.install)
===
--- kde-unstable-i686/libkdeedu.install (rev 0)
+++ kde-unstable-i686/libkdeedu.install 2012-06-27 13:03:24 UTC (rev 162562)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:02:48 UTC (rev 162561)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:03:24 UTC (rev 162562)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkdeedu
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Libraries used by KDE Education applications"
-url="https://projects.kde.org/projects/kde/kdeedu/libkdeedu";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-replaces=('kdeedu-libkdeedu' 'kdeedu-data')
-source=("http://downl

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:03:51
  Author: andrea
Revision: 162563

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-marble/repos/kde-unstable-i686/PKGBUILD
(from rev 162562, kdeedu-marble/kde-unstable/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install
(from rev 162562, kdeedu-marble/kde-unstable/kdeedu-marble.install)
  kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162562, kdeedu-marble/kde-unstable/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install
(from rev 162562, kdeedu-marble/kde-unstable/kdeedu-marble.install)
Deleted:
  kdeedu-marble/repos/kde-unstable-i686/PKGBUILD
  kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install
  kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install

---+
 kde-unstable-i686/PKGBUILD|   64 ++--
 kde-unstable-i686/kdeedu-marble.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD  |   64 ++--
 kde-unstable-x86_64/kdeedu-marble.install |   24 +-
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:03:24 UTC (rev 162562)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:03:51 UTC (rev 162563)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-marble
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Desktop Globe"
-url="http://kde.org/applications/education/marble/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'gpsd')
-optdepends=('gpsd: gps support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz";)
-sha1sums=('ac78b82f1101bd6af351cbc69802fc6e45fe48be')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-marble/repos/kde-unstable-i686/PKGBUILD (from rev 162562, 
kdeedu-marble/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:03:51 UTC (rev 162563)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-marble
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Desktop Globe"
+url="http://kde.org/applications/education/marble/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: gps support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz";)
+sha1sums=('621fd58567c43f73fdb0ae3b078efa9e8e9eb56e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-marble.install
===
--- kde-unstable-i686/kdeedu-marble.install 2012-06-27 13:03:24 UTC (rev 
162562)
+++ kde-unstable-i686/kdeedu-marble.install 2012-06-27 13:03:51 UTC (rev 
162563)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install (from rev 
162562, kdeedu-marble/kde-unstable/kdeedu-marble.install)
===
--- kde-unstable-i686/kdeedu-marble.install (rev 0)
+++ kde-unstable-i686/kdeedu-marble.install 2012-06-27 13:03:51 UTC (rev 
162563)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:03:24 UTC (rev 162562)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:03:51 UTC (rev 162563)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-marble
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Desktop Globe"
-url="http://kde.org/applications/education/marble/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:04:52
  Author: andrea
Revision: 162564

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkdcraw/repos/kde-unstable-i686/PKGBUILD
(from rev 162563, libkdcraw/kde-unstable/PKGBUILD)
  libkdcraw/repos/kde-unstable-i686/libkdcraw.install
(from rev 162563, libkdcraw/kde-unstable/libkdcraw.install)
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162563, libkdcraw/kde-unstable/PKGBUILD)
  libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install
(from rev 162563, libkdcraw/kde-unstable/libkdcraw.install)
Deleted:
  libkdcraw/repos/kde-unstable-i686/PKGBUILD
  libkdcraw/repos/kde-unstable-i686/libkdcraw.install
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
  libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install

---+
 kde-unstable-i686/PKGBUILD|   64 
 kde-unstable-i686/libkdcraw.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD  |   64 
 kde-unstable-x86_64/libkdcraw.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:03:51 UTC (rev 162563)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:04:52 UTC (rev 162564)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fa00e69ac62a3f9bd955ad60d081db5f40480cca')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdcraw/repos/kde-unstable-i686/PKGBUILD (from rev 162563, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:04:52 UTC (rev 162564)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f75867e177fb7dd292d38155afcee651a28832c0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/libkdcraw.install
===
--- kde-unstable-i686/libkdcraw.install 2012-06-27 13:03:51 UTC (rev 162563)
+++ kde-unstable-i686/libkdcraw.install 2012-06-27 13:04:52 UTC (rev 162564)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdcraw/repos/kde-unstable-i686/libkdcraw.install (from rev 162563, 
libkdcraw/kde-unstable/libkdcraw.install)
===
--- kde-unstable-i686/libkdcraw.install (rev 0)
+++ kde-unstable-i686/libkdcraw.install 2012-06-27 13:04:52 UTC (rev 162564)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:03:51 UTC (rev 162563)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:04:52 UTC (rev 162564)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms')
-makedepends=('cmake' 'automoc4')
-replaces=('kd

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:05:28
  Author: andrea
Revision: 162565

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkexiv2/repos/kde-unstable-i686/PKGBUILD
(from rev 162564, libkexiv2/kde-unstable/PKGBUILD)
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162564, libkexiv2/kde-unstable/PKGBUILD)
Deleted:
  libkexiv2/repos/kde-unstable-i686/PKGBUILD
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:04:52 UTC (rev 162564)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:05:28 UTC (rev 162565)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkexiv2
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A library to manipulate pictures metadata"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('28932c4f01016c6e4d68ac6ff9e571da6282bca2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkexiv2/repos/kde-unstable-i686/PKGBUILD (from rev 162564, 
libkexiv2/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:05:28 UTC (rev 162565)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('769453952634967ee8fc987b2bec226b2e9c2c66')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:04:52 UTC (rev 162564)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:05:28 UTC (rev 162565)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkexiv2
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A library to manipulate pictures metadata"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('28932c4f01016c6e4d68ac6ff9e571da6282bca2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 162564, 
libkexiv2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:05:28 UTC (rev 162565)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('769453952634967ee8fc987b2bec226b2e9c2c66')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:05:55
  Author: andrea
Revision: 162566

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 162565, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 162565, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162565, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 162565, libkipi/kde-unstable/libkipi.install)
Deleted:
  libkipi/repos/kde-unstable-i686/PKGBUILD
  libkipi/repos/kde-unstable-i686/libkipi.install
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
  libkipi/repos/kde-unstable-x86_64/libkipi.install

-+
 kde-unstable-i686/PKGBUILD  |   64 +-
 kde-unstable-i686/libkipi.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD|   64 +-
 kde-unstable-x86_64/libkipi.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:05:28 UTC (rev 162565)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:05:55 UTC (rev 162566)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b63785eec494dcbe6af0acaebcf3c5df4c2c5471')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 162565, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:05:55 UTC (rev 162566)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('b81bb608fad6d906579539b3cdddec72e1727baa')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/libkipi.install
===
--- kde-unstable-i686/libkipi.install   2012-06-27 13:05:28 UTC (rev 162565)
+++ kde-unstable-i686/libkipi.install   2012-06-27 13:05:55 UTC (rev 162566)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 162565, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2012-06-27 13:05:55 UTC (rev 162566)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:05:28 UTC (rev 162565)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:05:55 UTC (rev 162566)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi";
-arch=('i686' 'x86_64')
-license=('

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:06:22
  Author: andrea
Revision: 162567

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 162566, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 162566, libksane/kde-unstable/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162566, libksane/kde-unstable/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 162566, libksane/kde-unstable/libksane.install)
Deleted:
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:05:55 UTC (rev 162566)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:06:22 UTC (rev 162567)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('129d5b10e9cc7926e4ad2f60786209ac9d7479f4')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 162566, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:06:22 UTC (rev 162567)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('25e023081c77cd7ba82c0e8ae449378164aec7b2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/libksane.install
===
--- kde-unstable-i686/libksane.install  2012-06-27 13:05:55 UTC (rev 162566)
+++ kde-unstable-i686/libksane.install  2012-06-27 13:06:22 UTC (rev 162567)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 162566, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2012-06-27 13:06:22 UTC (rev 162567)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:05:55 UTC (rev 162566)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:06:22 UTC (rev 162567)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:06:51
  Author: andrea
Revision: 162568

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD
(from rev 162567, kdeedu-analitza/kde-unstable/PKGBUILD)
  kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162567, kdeedu-analitza/kde-unstable/PKGBUILD)
Deleted:
  kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD
  kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:06:22 UTC (rev 162567)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:06:51 UTC (rev 162568)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-analitza
-pkgver=4.8.90
-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')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz";)
-sha1sums=('00e7837542caa3992c84b658fcf368f45faefb82')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD (from rev 162567, 
kdeedu-analitza/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:06:51 UTC (rev 162568)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-analitza
+pkgver=4.8.95
+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')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz";)
+sha1sums=('21666a0120ec71d2096970440e46f1516f19ea62')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:06:22 UTC (rev 162567)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:06:51 UTC (rev 162568)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-analitza
-pkgver=4.8.90
-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')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz";)
-sha1sums=('00e7837542caa3992c84b658fcf368f45faefb82')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD (from rev 162567, 
kdeedu-analitza/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:06:51 UTC (rev 162568)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-analitza
+pkgver=4.8.95
+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')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz";)
+sha1sums=('21666a0120ec71d2096970440e46f1516f19ea62')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:07:21
  Author: andrea
Revision: 162569

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkcddb/repos/kde-unstable-i686/PKGBUILD
(from rev 162568, libkcddb/kde-unstable/PKGBUILD)
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162568, libkcddb/kde-unstable/PKGBUILD)
Deleted:
  libkcddb/repos/kde-unstable-i686/PKGBUILD
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:06:51 UTC (rev 162568)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:07:21 UTC (rev 162569)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=4.8.90
-pkgrel=2
-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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('3e34cf3166d273511c6a4500deec2ffcabbc3bf9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcddb/repos/kde-unstable-i686/PKGBUILD (from rev 162568, 
libkcddb/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:07:21 UTC (rev 162569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=4.8.95
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('48be5e7df49e830b0908621a1be7a54cd3bc7c3a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:06:51 UTC (rev 162568)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:07:21 UTC (rev 162569)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=4.8.90
-pkgrel=2
-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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('3e34cf3166d273511c6a4500deec2ffcabbc3bf9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcddb/repos/kde-unstable-x86_64/PKGBUILD (from rev 162568, 
libkcddb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:07:21 UTC (rev 162569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=4.8.95
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('48be5e7df49e830b0908621a1be7a54cd3bc7c3a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:07:55
  Author: andrea
Revision: 162570

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkcompactdisc/repos/kde-unstable-i686/PKGBUILD
(from rev 162569, libkcompactdisc/kde-unstable/PKGBUILD)
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162569, libkcompactdisc/kde-unstable/PKGBUILD)
Deleted:
  libkcompactdisc/repos/kde-unstable-i686/PKGBUILD
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:07:21 UTC (rev 162569)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:07:55 UTC (rev 162570)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=4.8.90
-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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8710d98308c64950c3c1ea2de17c6599628c52ac')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcompactdisc/repos/kde-unstable-i686/PKGBUILD (from rev 162569, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:07:55 UTC (rev 162570)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=4.8.95
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6820663a15ee6a668db3ca11cd678c2ca8525426')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:07:21 UTC (rev 162569)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:07:55 UTC (rev 162570)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=4.8.90
-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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8710d98308c64950c3c1ea2de17c6599628c52ac')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 162569, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:07:55 UTC (rev 162570)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=4.8.95
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6820663a15ee6a668db3ca11cd678c2ca8525426')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:08:22
  Author: andrea
Revision: 162571

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
(from rev 162570, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
(from rev 162570, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162570, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install
(from rev 162570, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
Deleted:
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install

+
 kde-unstable-i686/PKGBUILD |   68 +--
 kde-unstable-i686/kdeaccessibility-jovie.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD   |   68 +--
 kde-unstable-x86_64/kdeaccessibility-jovie.install |   22 +++---
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:07:55 UTC (rev 162570)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:08:22 UTC (rev 162571)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeaccessibility-jovie
-pkgver=4.8.90
-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/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz";)
-sha1sums=('258b72ea71d929338bb08bea2e13af7a8e12a785')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../jovie-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD (from rev 
162570, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:08:22 UTC (rev 162571)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeaccessibility-jovie
+pkgver=4.8.95
+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/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz";)
+sha1sums=('c979886f9c240de02c1906bb0eed85e94ef20cf4')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-jovie.install
===
--- kde-unstable-i686/kdeaccessibility-jovie.install2012-06-27 13:07:55 UTC 
(rev 162570)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2012-06-27 13:08:22 UTC 
(rev 162571)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install 
(from rev 162570, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
===
--- kde-unstable-i686/kdeaccessibility-jovie.install
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2012-06-27 13:08:22 UTC 
(rev 162571)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:08:52
  Author: andrea
Revision: 162572

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
(from rev 162571, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162571, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
Deleted:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:08:22 UTC (rev 162571)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:08:52 UTC (rev 162572)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='http://accessibility.kde.org/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
-sha1sums=('f36478bf6797393c1f6435bf99a91f1f241b75be')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD (from rev 
162571, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:08:52 UTC (rev 162572)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.8.95
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='http://accessibility.kde.org/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
+sha1sums=('d213142697ba9c8e7d062e4fd479d46ba0d98d90')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:08:22 UTC (rev 162571)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:08:52 UTC (rev 162572)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='http://accessibility.kde.org/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
-sha1sums=('f36478bf6797393c1f6435bf99a91f1f241b75be')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 162571, kdeaccessibility-kaccessible/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:08:52 UTC (rev 162572)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.8.95
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='http://accessibility.kde.org/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
+sha1sums=('d213142697ba9c8e7d062e4fd479d46ba0d98d90')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../k

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:09:23
  Author: andrea
Revision: 162573

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
(from rev 162572, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
(from rev 162572, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162572, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install
(from rev 162572, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
Deleted:
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install

---+
 kde-unstable-i686/PKGBUILD|   66 ++--
 kde-unstable-i686/kdeaccessibility-kmag.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD  |   66 ++--
 kde-unstable-x86_64/kdeaccessibility-kmag.install |   22 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:08:52 UTC (rev 162572)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:09:23 UTC (rev 162573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmag
-pkgver=4.8.90
-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/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz";)
-sha1sums=('98590340d450d991241dd957972cc52e1268fb99')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmag-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD (from rev 
162572, kdeaccessibility-kmag/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:09:23 UTC (rev 162573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmag
+pkgver=4.8.95
+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/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz";)
+sha1sums=('8e62bf64dd0499dc5e2bb91623dbd9ea41c8dde1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmag.install
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 2012-06-27 13:08:52 UTC 
(rev 162572)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2012-06-27 13:09:23 UTC 
(rev 162573)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 162572, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2012-06-27 13:09:23 UTC 
(rev 162573)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:08:52 UTC (rev 162572)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:09:23 UTC (rev 162573)
@@ -1,33 +0,0 @@
-# $Id$
-# Ma

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:09:50
  Author: andrea
Revision: 162574

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 162573, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
(from rev 162573, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162573, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
(from rev 162573, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install

-+
 kde-unstable-i686/PKGBUILD  |   66 +++---
 kde-unstable-i686/kdeaccessibility-kmousetool.install   |   22 ++--
 kde-unstable-x86_64/PKGBUILD|   66 +++---
 kde-unstable-x86_64/kdeaccessibility-kmousetool.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:09:23 UTC (rev 162573)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:09:50 UTC (rev 162574)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=4.8.90
-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/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz";)
-sha1sums=('f447f5a9f006fc067edde485b4e84bacfef208f5')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
162573, kdeaccessibility-kmousetool/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:09:50 UTC (rev 162574)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.8.95
+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/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz";)
+sha1sums=('96bfecd0e7359e622bb336d7b20a24446a013379')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmousetool.install
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   2012-06-27 
13:09:23 UTC (rev 162573)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2012-06-27 
13:09:50 UTC (rev 162574)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 162573, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2012-06-27 
13:09:50 UTC (rev 162574)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remo

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:10:16
  Author: andrea
Revision: 162575

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
(from rev 162574, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
(from rev 162574, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162574, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
(from rev 162574, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
Deleted:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install

-+
 kde-unstable-i686/PKGBUILD  |   66 +-
 kde-unstable-i686/kdeaccessibility-kmouth.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD|   66 +-
 kde-unstable-x86_64/kdeaccessibility-kmouth.install |   22 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:09:50 UTC (rev 162574)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:10:16 UTC (rev 162575)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmouth
-pkgver=4.8.90
-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/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
-sha1sums=('c56c1b03d8cf100305cedd71adab8f540012467f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmouth-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD (from rev 
162574, kdeaccessibility-kmouth/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:10:16 UTC (rev 162575)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.8.95
+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/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
+sha1sums=('5dc66f0b762584b9e595ae84c1bc1e861f9a8c29')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmouth.install
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   2012-06-27 13:09:50 UTC 
(rev 162574)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2012-06-27 13:10:16 UTC 
(rev 162575)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(from rev 162574, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2012-06-27 13:10:16 UTC 
(rev 162575)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:09:50 UTC (rev 162574)
+++ kde-u

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:10:49
  Author: andrea
Revision: 162576

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeadmin/repos/kde-unstable-i686/PKGBUILD
(from rev 162575, kdeadmin/kde-unstable/PKGBUILD)
  kdeadmin/repos/kde-unstable-i686/kdeadmin.install
(from rev 162575, kdeadmin/kde-unstable/kdeadmin.install)
  kdeadmin/repos/kde-unstable-i686/syslog-path.patch
(from rev 162575, kdeadmin/kde-unstable/syslog-path.patch)
  kdeadmin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162575, kdeadmin/kde-unstable/PKGBUILD)
  kdeadmin/repos/kde-unstable-x86_64/kdeadmin.install
(from rev 162575, kdeadmin/kde-unstable/kdeadmin.install)
  kdeadmin/repos/kde-unstable-x86_64/syslog-path.patch
(from rev 162575, kdeadmin/kde-unstable/syslog-path.patch)
Deleted:
  kdeadmin/repos/kde-unstable-i686/PKGBUILD
  kdeadmin/repos/kde-unstable-i686/kdeadmin.install
  kdeadmin/repos/kde-unstable-i686/syslog-path.patch
  kdeadmin/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin/repos/kde-unstable-x86_64/kdeadmin.install
  kdeadmin/repos/kde-unstable-x86_64/syslog-path.patch

---+
 kde-unstable-i686/PKGBUILD|  160 
 kde-unstable-i686/kdeadmin.install|   22 ++--
 kde-unstable-i686/syslog-path.patch   |   22 ++--
 kde-unstable-x86_64/PKGBUILD  |  160 
 kde-unstable-x86_64/kdeadmin.install  |   22 ++--
 kde-unstable-x86_64/syslog-path.patch |   22 ++--
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:10:16 UTC (rev 162575)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:10:49 UTC (rev 162576)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeadmin
-pkgname=('kdeadmin-kcron'
- 'kdeadmin-ksystemlog'
- 'kdeadmin-kuser'
- 'kdeadmin-system-config-printer-kde')
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
-'syslog-path.patch')
-sha1sums=('9bcd5293faa72029d348cc24acf9811046790a85'
-  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-build() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   patch -p1 -i ${srcdir}/syslog-path.patch
-
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DBUILD_strigi-analyzer=OFF \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-   make
-}
-
-package_kdeadmin-kcron() {
-   pkgdesc='Configure and schedule tasks'
-   depends=('kdelibs')
-   cd $srcdir/build/kcron
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kcron
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-ksystemlog() {
-   pkgdesc='System log viewer tool'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/system/ksystemlog/";
-   cd $srcdir/build/ksystemlog
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/ksystemlog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-kuser() {
-   pkgdesc='User Manager'
-   depends=('kdebase-runtime' 'kdepimlibs')
-   url="http://kde.org/applications/system/kuser/";
-   install='kdeadmin.install'
-   cd $srcdir/build/kuser
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kuser
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-system-config-printer-kde() {
-   pkgdesc='Configure local and remote Printers'
-   depends=('kdebindings-python2' 'system-config-printer-common' 'cups' 
'python2-gobject2')
-   url="http://kde.org/applications/system/printerapplet/";
-   cd $srcdir/build/system-config-printer-kde
-   make DESTDIR=$pkgdir install
-
-# Use the python2 executable
-sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"${pkgdir}"/usr/share/apps/system-config-printer-kde/{system-config-printer-kde,authconn}.py
-sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-"${pkgdir}"/usr/share/apps/system-config-printer-kde/pysmb.py
-}

Copied: kdeadmin/repos/kde-unstable-i686/PKGBUILD (from rev 162575, 
kdeadmin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:10:49 UTC (rev 162576)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeadmin
+pkgname=

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:11:26
  Author: andrea
Revision: 162577

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
(from rev 162576, kdeartwork/kde-unstable/PKGBUILD)
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162576, kdeartwork/kde-unstable/PKGBUILD)
Deleted:
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |  208 -
 kde-unstable-x86_64/PKGBUILD |  208 -
 2 files changed, 208 insertions(+), 208 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:10:49 UTC (rev 162576)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:11:26 UTC (rev 162577)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-aurorae'
- 'kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.8.90
-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/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('02898df40e89b4f4fb44317a02b693e420856c18')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-aurorae() {
-   pkgdesc='An Aurorae theme based on the Oxygen plasma theme'
-   cd $srcdir/build/aurorae
-   make DESTDIR=$pkgdir install
-}
-
-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-sounds() {
-   pkgdesc='KDE sounds'
-   cd $srcdir/build/sounds
-   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/kde-unstable-i686/PKGBUILD (from rev 162576, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:11:26 UTC (rev 162577)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-aurorae'
+ 'kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.8.95
+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/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('e5

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:16:12
  Author: andrea
Revision: 162578

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-konsole/repos/kde-unstable-i686/PKGBUILD
(from rev 162577, kdebase-konsole/kde-unstable/PKGBUILD)
  kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162577, kdebase-konsole/kde-unstable/PKGBUILD)
Deleted:
  kdebase-konsole/repos/kde-unstable-i686/PKGBUILD
  kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:11:26 UTC (rev 162577)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:16:12 UTC (rev 162578)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebase-konsole
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz";)
-sha1sums=('bb1be3e2207537f4b8eb7cc7db1b283edf7a6b5a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebase-konsole/repos/kde-unstable-i686/PKGBUILD (from rev 162577, 
kdebase-konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:16:12 UTC (rev 162578)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebase-konsole
+pkgver=4.8.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz";)
+sha1sums=('1f6d8719fa9c82f3239e3ceb2c1e40f05fc835a0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:11:26 UTC (rev 162577)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:16:12 UTC (rev 162578)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebase-konsole
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz";)
-sha1sums=('bb1be3e2207537f4b8eb7cc7db1b283edf7a6b5a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 162577, 
kdebase-konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:16:12 UTC (rev 162578)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebase-konsole
+pkgver=4.8.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz";)
+sha1sums=('1f6d8719fa9c82f3239e3ceb2c1e40f05fc835a0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:16:42
  Author: andrea
Revision: 162579

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD
(from rev 162578, kdebindings-kimono/kde-unstable/PKGBUILD)
  kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162578, kdebindings-kimono/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD
  kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-x86_64/PKGBUILD |   64 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:16:12 UTC (rev 162578)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:16:42 UTC (rev 162579)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-kimono
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the KDE libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qyoto' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
-conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz";)
-sha1sums=('decb7e6426ee5d620e380730e64f10d58b83a5d6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kimono-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Soprano=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD (from rev 162578, 
kdebindings-kimono/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:16:42 UTC (rev 162579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-kimono
+pkgver=4.8.95
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the KDE libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qyoto' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz";)
+sha1sums=('3acb4568a0d66fcc6246a728945bf2eb63fd4db9')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kimono-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:16:12 UTC (rev 162578)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:16:42 UTC (rev 162579)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-kimono
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the KDE libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qyoto' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
-conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz";)
-sha1sums=('decb7e6426ee5d620e380730e64f10d58b83a5d6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kimono-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Soprano=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD (from rev 162578, 
kdebindings-kimono/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:16:42 UTC (rev 162579)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-kimono
+pkgver=4.8.95
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the KDE libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/kimono";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qyoto' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:17:11
  Author: andrea
Revision: 162580

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 162579, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 162579, kdebindings-korundum/kde-unstable/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162579, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 162579, kdebindings-korundum/kde-unstable/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   84 ++---
 kde-unstable-i686/ruby19.patch   |   60 +-
 kde-unstable-x86_64/PKGBUILD |   84 ++---
 kde-unstable-x86_64/ruby19.patch |   60 +-
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:16:42 UTC (rev 162579)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:17:11 UTC (rev 162580)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-korundum
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Ruby bindings for libraries created by the KDE community"
-url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-options=('!makeflags')
-source=("http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz";
-'ruby19.patch')
-sha1sums=('376d54caf842f69b8f03e9ac9aca3a7166344486'
-  '73299f56a891d8a5475ac07dd485619859312f70')
-
-build() {
-  cd "${srcdir}/korundum-${pkgver}"
-  patch -p1 -i "${srcdir}/ruby19.patch"
-
-  cd "${srcdir}"
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]')
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 162579, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:17:11 UTC (rev 162580)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-korundum
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Ruby bindings for libraries created by the KDE community"
+url="https://projects.kde.org/projects/kde/kdebindings/ruby/korundum";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+options=('!makeflags')
+source=("http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz";
+'ruby19.patch')
+sha1sums=('10d25abd06c81a4bda3335ced345014fa5cb8e2b'
+  '73299f56a891d8a5475ac07dd485619859312f70')
+
+build() {
+  cd "${srcdir}/korundum-${pkgver}"
+  patch -p1 -i "${srcdir}/ruby19.patch"
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorlibdir"]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG["vendorarchdir"]')
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/ruby19.patch
===
--- kde-unstable-i686/ruby19.patch  2012-06-27 13:16:42 UTC (rev 162579)
+++ kde-unstable-i686/ruby19.patch  2012-06-27 13:17:11 UTC (rev 162580)
@@ -1,30 +0,0 @@
-diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
 korundum-4.8.0/src/krubypluginfactory.cpp.ruby19   2011-07-27 
13:37:29.0 -0500
-+++ korundum-4.8.0/src/krubypluginfactory.cpp  2012-02-17 08:30:3

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:17:43
  Author: andrea
Revision: 162581

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-kross/repos/kde-unstable-i686/PKGBUILD
(from rev 162580, kdebindings-kross/kde-unstable/PKGBUILD)
  kdebindings-kross/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162580, kdebindings-kross/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-kross/repos/kde-unstable-i686/PKGBUILD
  kdebindings-kross/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |  104 -
 kde-unstable-x86_64/PKGBUILD |  104 -
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:17:11 UTC (rev 162580)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:17:43 UTC (rev 162581)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=kdebindings-kross
-pkgname=('kdebindings-kross-python'
-# 'kdebindings-kross-ruby'
- 'kdebindings-kross-java')
-pkgver=4.8.90
-pkgrel=1
-url="https://projects.kde.org/projects/kde/kdebindings/kross-interpreters";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
-source=("http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz";)
-sha1sums=('18470e58fdc755915019248a9a569e7fa932706f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kross-interpreters-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_ruby=OFF \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package_kdebindings-kross-python() {
-  pkgdesc="Python2 language interpreters to enable in-process scripting with 
Kross"
-  depends=('kdelibs' 'python2')
-
-  cd "${srcdir}"/build/python
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdebindings-kross-java() {
-  pkgdesc="Java language interpreters to enable in-process scripting with 
Kross"
-  depends=('kdelibs' 'java-environment')
-
-  cd "${srcdir}"/build/java
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdebindings-kross-ruby() {
-  pkgdesc="Ruby language interpreters to enable in-process scripting with 
Kross"
-  depends=('kdelibs' 'ruby')
-
-  cd "${srcdir}"/build/ruby
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-kross/repos/kde-unstable-i686/PKGBUILD (from rev 162580, 
kdebindings-kross/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:17:43 UTC (rev 162581)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=kdebindings-kross
+pkgname=('kdebindings-kross-python'
+# 'kdebindings-kross-ruby'
+ 'kdebindings-kross-java')
+pkgver=4.8.95
+pkgrel=1
+url="https://projects.kde.org/projects/kde/kdebindings/kross-interpreters";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
+source=("http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz";)
+sha1sums=('533e2149ca31cb501cc1d9400c42511ed31c3abb')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kross-interpreters-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ruby=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-kross-python() {
+  pkgdesc="Python2 language interpreters to enable in-process scripting with 
Kross"
+  depends=('kdelibs' 'python2')
+
+  cd "${srcdir}"/build/python
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdebindings-kross-java() {
+  pkgdesc="Java language interpreters to enable in-process scripting with 
Kross"
+  depends=('kdelibs' 'java-environment')
+
+  cd "${srcdir}"/build/java
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdebindings-kross-ruby() {
+  pkgdesc="Ruby language interpreters to enable in-process scripting with 
Kross"
+  depends=('kdelibs' 'ruby')
+
+  cd "${srcdir}"/build/ruby
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:17:11 UTC (rev 162580)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:17:43 UTC (rev 162581)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=kdebindings-kross
-pkgname=('kdebindings-kross-python'
-# 'kdebindings-kross-ruby'
- 'kdebindings-kross-java')
-pkgver=4.8.90
-pkgrel=1
-url="https://projects.kde.org/projects/kde/kdebindings/kross-interpreters";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-gr

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:18:12
  Author: andrea
Revision: 162582

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD
(from rev 162581, kdebindings-perlkde/kde-unstable/PKGBUILD)
  kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162581, kdebindings-perlkde/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD
  kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:17:43 UTC (rev 162581)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:18:12 UTC (rev 162582)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-perlkde
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Perl bindings for the KDE libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-perlqt' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
-'kdegraphics-okular' 'kdesdk-kate')
-source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz";)
-sha1sums=('0d54fdb3be727178a5ade3842f2ddf13cc4a0a37')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../perlkde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD (from rev 162581, 
kdebindings-perlkde/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:18:12 UTC (rev 162582)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-perlkde
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Perl bindings for the KDE libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+'kdegraphics-okular' 'kdesdk-kate')
+source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz";)
+sha1sums=('bd7a711808c14df81e6a3e4d3198a88936a9a086')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:17:43 UTC (rev 162581)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:18:12 UTC (rev 162582)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdebindings-perlkde
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Perl bindings for the KDE libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-perlqt' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
-'kdegraphics-okular' 'kdesdk-kate')
-source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz";)
-sha1sums=('0d54fdb3be727178a5ade3842f2ddf13cc4a0a37')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../perlkde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162581, kdebindings-perlkde/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:18:12 UTC (rev 162582)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdebindings-perlkde
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Perl bindings for the KDE libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+'kdegraph

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:18:38
  Author: andrea
Revision: 162583

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD
(from rev 162582, kdeedu-blinken/kde-unstable/PKGBUILD)
  kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install
(from rev 162582, kdeedu-blinken/kde-unstable/kdeedu-blinken.install)
  kdeedu-blinken/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162582, kdeedu-blinken/kde-unstable/PKGBUILD)
  kdeedu-blinken/repos/kde-unstable-x86_64/kdeedu-blinken.install
(from rev 162582, kdeedu-blinken/kde-unstable/kdeedu-blinken.install)
Deleted:
  kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD
  kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install
  kdeedu-blinken/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-blinken/repos/kde-unstable-x86_64/kdeedu-blinken.install

+
 kde-unstable-i686/PKGBUILD |   62 +--
 kde-unstable-i686/kdeedu-blinken.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   62 +--
 kde-unstable-x86_64/kdeedu-blinken.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:18:12 UTC (rev 162582)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:18:38 UTC (rev 162583)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-blinken
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/";
-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/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz";)
-sha1sums=('0300defb0b5c40743b4a1e4b4fc29cd5699d0ea2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../blinken-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD (from rev 162582, 
kdeedu-blinken/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:18:38 UTC (rev 162583)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-blinken
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/";
+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/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz";)
+sha1sums=('c55c39d8659431d96e96be288b08abe03c35ff19')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-blinken.install
===
--- kde-unstable-i686/kdeedu-blinken.install2012-06-27 13:18:12 UTC (rev 
162582)
+++ kde-unstable-i686/kdeedu-blinken.install2012-06-27 13:18:38 UTC (rev 
162583)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install (from rev 
162582, kdeedu-blinken/kde-unstable/kdeedu-blinken.install)
===
--- kde-unstable-i686/kdeedu-blinken.install(rev 0)
+++ kde-unstable-i686/kdeedu-blinken.install2012-06-27 13:18:38 UTC (rev 
162583)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:18:12 UTC (rev 162582)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:18:38 UTC (rev 162583)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-blinken
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:19:08
  Author: andrea
Revision: 162584

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
(from rev 162583, kdeedu-cantor/kde-unstable/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
(from rev 162583, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
  kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162583, kdeedu-cantor/kde-unstable/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install
(from rev 162583, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
Deleted:
  kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
  kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
  kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install

---+
 kde-unstable-i686/PKGBUILD|   68 ++--
 kde-unstable-i686/kdeedu-cantor.install   |   24 -
 kde-unstable-x86_64/PKGBUILD  |   68 ++--
 kde-unstable-x86_64/kdeedu-cantor.install |   24 -
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:18:38 UTC (rev 162583)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:19:08 UTC (rev 162584)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-cantor
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="http://kde.org/applications/education/cantor/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
-makedepends=('cmake' 'automoc4' 'r')
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz";)
-sha1sums=('3041a98d5dc52ec230acb79e551909b238be0ed8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../cantor-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD (from rev 162583, 
kdeedu-cantor/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:19:08 UTC (rev 162584)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-cantor
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz";)
+sha1sums=('6931d2027caaaff77f32658b2c033f8123e1c994')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../cantor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-cantor.install
===
--- kde-unstable-i686/kdeedu-cantor.install 2012-06-27 13:18:38 UTC (rev 
162583)
+++ kde-unstable-i686/kdeedu-cantor.install 2012-06-27 13:19:08 UTC (rev 
162584)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install (from rev 
162583, kdeedu-cantor/kde-unstable/kdeedu-cantor.install)
===
--- kde-unstable-i686/kdeedu-cantor.install (rev 0)
+++ kde-unstable-i686/kdeedu-cantor.install 2012-06-27 13:19:08 UTC (rev 
162584)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:18:38 UTC (rev 162583)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:19:43
  Author: andrea
Revision: 162585

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 162584, kdeedu-kalgebra/kde-unstable/PKGBUILD)
  kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install
(from rev 162584, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
  kdeedu-kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162584, kdeedu-kalgebra/kde-unstable/PKGBUILD)
  kdeedu-kalgebra/repos/kde-unstable-x86_64/kdeedu-kalgebra.install
(from rev 162584, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
Deleted:
  kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install
  kdeedu-kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kalgebra/repos/kde-unstable-x86_64/kdeedu-kalgebra.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-kalgebra.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-kalgebra.install |   24 +-
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:19:08 UTC (rev 162584)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:19:43 UTC (rev 162585)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kalgebra
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('8fb15608fef46f24509aa95a74f4f372f41d95da')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kalgebra-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD (from rev 162584, 
kdeedu-kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:19:43 UTC (rev 162585)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kalgebra
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Graph Calculator"
+url="http://kde.org/applications/education/kalgebra/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('da21d2d35f9e46871527d4abc22aa78a0f275863')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kalgebra.install
===
--- kde-unstable-i686/kdeedu-kalgebra.install   2012-06-27 13:19:08 UTC (rev 
162584)
+++ kde-unstable-i686/kdeedu-kalgebra.install   2012-06-27 13:19:43 UTC (rev 
162585)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install (from 
rev 162584, kdeedu-kalgebra/kde-unstable/kdeedu-kalgebra.install)
===
--- kde-unstable-i686/kdeedu-kalgebra.install   (rev 0)
+++ kde-unstable-i686/kdeedu-kalgebra.install   2012-06-27 13:19:43 UTC (rev 
162585)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:19:08 UTC (rev 162584)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:19:43 UTC (rev 162585)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kalgebra
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/"

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:20:11
  Author: andrea
Revision: 162586

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
(from rev 162585, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
(from rev 162585, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162585, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
(from rev 162585, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
Deleted:
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install

+
 kde-unstable-i686/PKGBUILD |   62 +--
 kde-unstable-i686/kdeedu-kalzium.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   62 +--
 kde-unstable-x86_64/kdeedu-kalzium.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:19:43 UTC (rev 162585)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:20:11 UTC (rev 162586)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
-sha1sums=('5a8a5f56135f05fcc2ff244f07a7eee9a14f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kalzium-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD (from rev 162585, 
kdeedu-kalzium/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:20:11 UTC (rev 162586)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kalzium
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
+sha1sums=('dae1ce57f929a545dce1064bcdd11404e25ac688')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kalzium.install
===
--- kde-unstable-i686/kdeedu-kalzium.install2012-06-27 13:19:43 UTC (rev 
162585)
+++ kde-unstable-i686/kdeedu-kalzium.install2012-06-27 13:20:11 UTC (rev 
162586)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 
162585, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-i686/kdeedu-kalzium.install(rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install2012-06-27 13:20:11 UTC (rev 
162586)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:19:43 UTC (rev 162585)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:20:11 UTC (rev 162586)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kd

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:20:49
  Author: andrea
Revision: 162587

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD
(from rev 162586, kdeedu-kanagram/kde-unstable/PKGBUILD)
  kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install
(from rev 162586, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install)
  kdeedu-kanagram/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162586, kdeedu-kanagram/kde-unstable/PKGBUILD)
  kdeedu-kanagram/repos/kde-unstable-x86_64/kdeedu-kanagram.install
(from rev 162586, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install)
Deleted:
  kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install
  kdeedu-kanagram/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kanagram/repos/kde-unstable-x86_64/kdeedu-kanagram.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-kanagram.install   |   22 -
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-kanagram.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:20:11 UTC (rev 162586)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:20:49 UTC (rev 162587)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kanagram
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Letter Order Game"
-url="http://kde.org/applications/education/kanagram/";
-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/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz";)
-sha1sums=('a45c3c4f451690ada065e894380518499e9f4622')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kanagram-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 162586, 
kdeedu-kanagram/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:20:49 UTC (rev 162587)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kanagram
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Letter Order Game"
+url="http://kde.org/applications/education/kanagram/";
+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/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz";)
+sha1sums=('afc181dcb6684420d028661b0885a23947475854')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kanagram.install
===
--- kde-unstable-i686/kdeedu-kanagram.install   2012-06-27 13:20:11 UTC (rev 
162586)
+++ kde-unstable-i686/kdeedu-kanagram.install   2012-06-27 13:20:49 UTC (rev 
162587)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from 
rev 162586, kdeedu-kanagram/kde-unstable/kdeedu-kanagram.install)
===
--- kde-unstable-i686/kdeedu-kanagram.install   (rev 0)
+++ kde-unstable-i686/kdeedu-kanagram.install   2012-06-27 13:20:49 UTC (rev 
162587)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:20:11 UTC (rev 162586)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:20:49 UTC (rev 162587)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kanagram
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Letter Order Game"
-url="http://kde.org/applications/education/kanagram/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:21:18
  Author: andrea
Revision: 162588

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD
(from rev 162587, kdeedu-kbruch/kde-unstable/PKGBUILD)
  kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install
(from rev 162587, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
  kdeedu-kbruch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162587, kdeedu-kbruch/kde-unstable/PKGBUILD)
  kdeedu-kbruch/repos/kde-unstable-x86_64/kdeedu-kbruch.install
(from rev 162587, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
Deleted:
  kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install
  kdeedu-kbruch/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kbruch/repos/kde-unstable-x86_64/kdeedu-kbruch.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeedu-kbruch.install   |   22 -
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeedu-kbruch.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:20:49 UTC (rev 162587)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:21:18 UTC (rev 162588)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kbruch
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Exercise Fractions"
-url="http://kde.org/applications/education/kbruch/";
-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/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
-sha1sums=('0e66c345237d05146d319c8878589650afcd8ac0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kbruch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD (from rev 162587, 
kdeedu-kbruch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:21:18 UTC (rev 162588)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kbruch
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Exercise Fractions"
+url="http://kde.org/applications/education/kbruch/";
+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/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
+sha1sums=('29901160e135b6c970ab8ef745307a14182d560c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kbruch.install
===
--- kde-unstable-i686/kdeedu-kbruch.install 2012-06-27 13:20:49 UTC (rev 
162587)
+++ kde-unstable-i686/kdeedu-kbruch.install 2012-06-27 13:21:18 UTC (rev 
162588)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install (from rev 
162587, kdeedu-kbruch/kde-unstable/kdeedu-kbruch.install)
===
--- kde-unstable-i686/kdeedu-kbruch.install (rev 0)
+++ kde-unstable-i686/kdeedu-kbruch.install 2012-06-27 13:21:18 UTC (rev 
162588)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:20:49 UTC (rev 162587)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:21:18 UTC (rev 162588)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kbruch
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Exercise Fractions"
-url="http://kde.org/applications/education/kbruch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://downloa

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:21:47
  Author: andrea
Revision: 162589

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD
(from rev 162588, kdeedu-kgeography/kde-unstable/PKGBUILD)
  kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install
(from rev 162588, kdeedu-kgeography/kde-unstable/kdeedu-kgeography.install)
  kdeedu-kgeography/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162588, kdeedu-kgeography/kde-unstable/PKGBUILD)
  kdeedu-kgeography/repos/kde-unstable-x86_64/kdeedu-kgeography.install
(from rev 162588, kdeedu-kgeography/kde-unstable/kdeedu-kgeography.install)
Deleted:
  kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install
  kdeedu-kgeography/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kgeography/repos/kde-unstable-x86_64/kdeedu-kgeography.install

---+
 kde-unstable-i686/PKGBUILD|   62 
 kde-unstable-i686/kdeedu-kgeography.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   62 
 kde-unstable-x86_64/kdeedu-kgeography.install |   22 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:21:18 UTC (rev 162588)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:21:47 UTC (rev 162589)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kgeography
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Geography Trainer"
-url="http://kde.org/applications/education/kgeography/";
-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/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz";)
-sha1sums=('792ad4eed59468e3ba65687ccf64f39aa1daaa1f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgeography-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD (from rev 162588, 
kdeedu-kgeography/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:21:47 UTC (rev 162589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kgeography
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Geography Trainer"
+url="http://kde.org/applications/education/kgeography/";
+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/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz";)
+sha1sums=('939ae363cea92721c23a9dfbf4c952fff9a978b8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kgeography.install
===
--- kde-unstable-i686/kdeedu-kgeography.install 2012-06-27 13:21:18 UTC (rev 
162588)
+++ kde-unstable-i686/kdeedu-kgeography.install 2012-06-27 13:21:47 UTC (rev 
162589)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install 
(from rev 162588, kdeedu-kgeography/kde-unstable/kdeedu-kgeography.install)
===
--- kde-unstable-i686/kdeedu-kgeography.install (rev 0)
+++ kde-unstable-i686/kdeedu-kgeography.install 2012-06-27 13:21:47 UTC (rev 
162589)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:21:18 UTC (rev 162588)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:21:47 UTC (rev 162589)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kgeography
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Geography Trainer"
-url="http://kde.org/applications/education/kgeography/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:22:27
  Author: andrea
Revision: 162590

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD
(from rev 162589, kdeedu-khangman/kde-unstable/PKGBUILD)
  kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install
(from rev 162589, kdeedu-khangman/kde-unstable/kdeedu-khangman.install)
  kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162589, kdeedu-khangman/kde-unstable/PKGBUILD)
  kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install
(from rev 162589, kdeedu-khangman/kde-unstable/kdeedu-khangman.install)
Deleted:
  kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD
  kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install
  kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-khangman.install   |   22 -
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-khangman.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:21:47 UTC (rev 162589)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:22:27 UTC (rev 162590)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-khangman
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Hangman Game"
-url="http://kde.org/applications/education/khangman/";
-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/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz";)
-sha1sums=('40ebbb84ef9eeeffedd52e677e5452cc3ad9bc94')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../khangman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD (from rev 162589, 
kdeedu-khangman/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:22:27 UTC (rev 162590)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-khangman
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Hangman Game"
+url="http://kde.org/applications/education/khangman/";
+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/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz";)
+sha1sums=('e6bb2e51cf9ee6333f84207c1a0f41a179faf8c0')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-khangman.install
===
--- kde-unstable-i686/kdeedu-khangman.install   2012-06-27 13:21:47 UTC (rev 
162589)
+++ kde-unstable-i686/kdeedu-khangman.install   2012-06-27 13:22:27 UTC (rev 
162590)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install (from 
rev 162589, kdeedu-khangman/kde-unstable/kdeedu-khangman.install)
===
--- kde-unstable-i686/kdeedu-khangman.install   (rev 0)
+++ kde-unstable-i686/kdeedu-khangman.install   2012-06-27 13:22:27 UTC (rev 
162590)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:21:47 UTC (rev 162589)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:22:27 UTC (rev 162590)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-khangman
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Hangman Game"
-url="http://kde.org/applications/education/khangman/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libk

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:23:00
  Author: andrea
Revision: 162591

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kig/repos/kde-unstable-i686/PKGBUILD
(from rev 162590, kdeedu-kig/kde-unstable/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install
(from rev 162590, kdeedu-kig/kde-unstable/kdeedu-kig.install)
  kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162590, kdeedu-kig/kde-unstable/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install
(from rev 162590, kdeedu-kig/kde-unstable/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install
  kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install

+
 kde-unstable-i686/PKGBUILD |   68 +++
 kde-unstable-i686/kdeedu-kig.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD   |   68 +++
 kde-unstable-x86_64/kdeedu-kig.install |   24 +-
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:22:27 UTC (rev 162590)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:23:00 UTC (rev 162591)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-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/unstable/${pkgver}/src/kig-${pkgver}.tar.xz";)
-sha1sums=('20389f6015f9986ef6120efe6c5c76d63bbf0a25')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kdeedu-kig/repos/kde-unstable-i686/PKGBUILD (from rev 162590, 
kdeedu-kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:23:00 UTC (rev 162591)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kig
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+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/unstable/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('afd895d7a1ca1d9570d7c27ab20f98bf1aea3d57')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: kde-unstable-i686/kdeedu-kig.install
===
--- kde-unstable-i686/kdeedu-kig.install2012-06-27 13:22:27 UTC (rev 
162590)
+++ kde-unstable-i686/kdeedu-kig.install2012-06-27 13:23:00 UTC (rev 
162591)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install (from rev 162590, 
kdeedu-kig/kde-unstable/kdeedu-kig.install)
===
--- kde-unstable-i686/kdeedu-kig.install(rev 0)
+++ kde-unstable-i686/kdeedu-kig.install2012-06-27 13:23:00 UTC (rev 
162591)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:22:27 UTC (rev 162590)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:23:00 UTC (rev 162591)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/educa

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:23:38
  Author: andrea
Revision: 162592

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD
(from rev 162591, kdeedu-kiten/kde-unstable/PKGBUILD)
  kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install
(from rev 162591, kdeedu-kiten/kde-unstable/kdeedu-kiten.install)
  kdeedu-kiten/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162591, kdeedu-kiten/kde-unstable/PKGBUILD)
  kdeedu-kiten/repos/kde-unstable-x86_64/kdeedu-kiten.install
(from rev 162591, kdeedu-kiten/kde-unstable/kdeedu-kiten.install)
Deleted:
  kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install
  kdeedu-kiten/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kiten/repos/kde-unstable-x86_64/kdeedu-kiten.install

--+
 kde-unstable-i686/PKGBUILD   |   62 ++---
 kde-unstable-i686/kdeedu-kiten.install   |   22 +-
 kde-unstable-x86_64/PKGBUILD |   62 ++---
 kde-unstable-x86_64/kdeedu-kiten.install |   22 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:23:00 UTC (rev 162591)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:23:38 UTC (rev 162592)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kiten
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Japanese Reference/Study Tool"
-url="http://kde.org/applications/education/kiten/";
-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/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz";)
-sha1sums=('0830055ac9b51c1b6a3464761c7b57f4ec4e973e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kiten-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD (from rev 162591, 
kdeedu-kiten/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:23:38 UTC (rev 162592)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kiten
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Japanese Reference/Study Tool"
+url="http://kde.org/applications/education/kiten/";
+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/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz";)
+sha1sums=('c8a127a407296232fbc27c1d45220f1f1fbe2684')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kiten.install
===
--- kde-unstable-i686/kdeedu-kiten.install  2012-06-27 13:23:00 UTC (rev 
162591)
+++ kde-unstable-i686/kdeedu-kiten.install  2012-06-27 13:23:38 UTC (rev 
162592)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install (from rev 
162591, kdeedu-kiten/kde-unstable/kdeedu-kiten.install)
===
--- kde-unstable-i686/kdeedu-kiten.install  (rev 0)
+++ kde-unstable-i686/kdeedu-kiten.install  2012-06-27 13:23:38 UTC (rev 
162592)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:23:00 UTC (rev 162591)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:23:38 UTC (rev 162592)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kiten
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Japanese Reference/Study Tool"
-url="http://kde.org/applications/education/kiten/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.k

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:24:29
  Author: andrea
Revision: 162593

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD
(from rev 162592, kdeedu-klettres/kde-unstable/PKGBUILD)
  kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install
(from rev 162592, kdeedu-klettres/kde-unstable/kdeedu-klettres.install)
  kdeedu-klettres/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162592, kdeedu-klettres/kde-unstable/PKGBUILD)
  kdeedu-klettres/repos/kde-unstable-x86_64/kdeedu-klettres.install
(from rev 162592, kdeedu-klettres/kde-unstable/kdeedu-klettres.install)
Deleted:
  kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD
  kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install
  kdeedu-klettres/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-klettres/repos/kde-unstable-x86_64/kdeedu-klettres.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-klettres.install   |   22 -
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-klettres.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:23:38 UTC (rev 162592)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:24:29 UTC (rev 162593)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-klettres
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="http://kde.org/applications/education/klettres/";
-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/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz";)
-sha1sums=('5444b28b2ba70d5c037d2f08e16e2499fbfa75c7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../klettres-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD (from rev 162592, 
kdeedu-klettres/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:24:29 UTC (rev 162593)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-klettres
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Learn The Alphabet"
+url="http://kde.org/applications/education/klettres/";
+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/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz";)
+sha1sums=('4b5799abb659c2fee1e82781a6296841d650d4d6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-klettres.install
===
--- kde-unstable-i686/kdeedu-klettres.install   2012-06-27 13:23:38 UTC (rev 
162592)
+++ kde-unstable-i686/kdeedu-klettres.install   2012-06-27 13:24:29 UTC (rev 
162593)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install (from 
rev 162592, kdeedu-klettres/kde-unstable/kdeedu-klettres.install)
===
--- kde-unstable-i686/kdeedu-klettres.install   (rev 0)
+++ kde-unstable-i686/kdeedu-klettres.install   2012-06-27 13:24:29 UTC (rev 
162593)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:23:38 UTC (rev 162592)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:24:29 UTC (rev 162593)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-klettres
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="http://kde.org/applications/education/klettres/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepen

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:25:08
  Author: andrea
Revision: 162594

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
(from rev 162593, kdeedu-kmplot/kde-unstable/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
(from rev 162593, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
  kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162593, kdeedu-kmplot/kde-unstable/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install
(from rev 162593, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
Deleted:
  kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
  kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeedu-kmplot.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeedu-kmplot.install |   24 +-
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:24:29 UTC (rev 162593)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:25:08 UTC (rev 162594)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kmplot
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/";
-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/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
-sha1sums=('6cc98ad87ce19c9ffe7c664ddf5db9384db90504')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmplot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 162593, 
kdeedu-kmplot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:25:08 UTC (rev 162594)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kmplot
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/";
+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/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
+sha1sums=('19f3075d5b2026c6226cc816ab9880d64ba2e455')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kmplot.install
===
--- kde-unstable-i686/kdeedu-kmplot.install 2012-06-27 13:24:29 UTC (rev 
162593)
+++ kde-unstable-i686/kdeedu-kmplot.install 2012-06-27 13:25:08 UTC (rev 
162594)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install (from rev 
162593, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
===
--- kde-unstable-i686/kdeedu-kmplot.install (rev 0)
+++ kde-unstable-i686/kdeedu-kmplot.install 2012-06-27 13:25:08 UTC (rev 
162594)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:24:29 UTC (rev 162593)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:25:08 UTC (rev 162594)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kmplot
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdeba

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:25:42
  Author: andrea
Revision: 162595

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD
(from rev 162594, kdeedu-kstars/kde-unstable/PKGBUILD)
  kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install
(from rev 162594, kdeedu-kstars/kde-unstable/kdeedu-kstars.install)
  kdeedu-kstars/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162594, kdeedu-kstars/kde-unstable/PKGBUILD)
  kdeedu-kstars/repos/kde-unstable-x86_64/kdeedu-kstars.install
(from rev 162594, kdeedu-kstars/kde-unstable/kdeedu-kstars.install)
Deleted:
  kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install
  kdeedu-kstars/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kstars/repos/kde-unstable-x86_64/kdeedu-kstars.install

---+
 kde-unstable-i686/PKGBUILD|   64 ++--
 kde-unstable-i686/kdeedu-kstars.install   |   22 -
 kde-unstable-x86_64/PKGBUILD  |   64 ++--
 kde-unstable-x86_64/kdeedu-kstars.install |   22 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:25:08 UTC (rev 162594)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:25:42 UTC (rev 162595)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kstars
-pkgver=4.8.90
-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' 'libindi')
-makedepends=('cmake' 'automoc4' 'eigen')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz";)
-sha1sums=('a7f2ea9805ece8f21a69a2002adfa2b0cb07c42d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kstars-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Xplanet=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD (from rev 162594, 
kdeedu-kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:25:42 UTC (rev 162595)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kstars
+pkgver=4.8.95
+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' 'libindi')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz";)
+sha1sums=('71b2d1a6e662f36094bc9d65fd896e1d4342e334')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kstars.install
===
--- kde-unstable-i686/kdeedu-kstars.install 2012-06-27 13:25:08 UTC (rev 
162594)
+++ kde-unstable-i686/kdeedu-kstars.install 2012-06-27 13:25:42 UTC (rev 
162595)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install (from rev 
162594, kdeedu-kstars/kde-unstable/kdeedu-kstars.install)
===
--- kde-unstable-i686/kdeedu-kstars.install (rev 0)
+++ kde-unstable-i686/kdeedu-kstars.install 2012-06-27 13:25:42 UTC (rev 
162595)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:25:08 UTC (rev 162594)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:25:42 UTC (rev 162595)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kstars
-pkgver=4.8.90
-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-runti

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:26:39
  Author: andrea
Revision: 162596

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
(from rev 162595, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
(from rev 162595, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162595, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install
(from rev 162595, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
Deleted:
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeedu-ktouch.install   |   22 -
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeedu-ktouch.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:25:42 UTC (rev 162595)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:26:39 UTC (rev 162596)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-ktouch
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="http://kde.org/applications/education/ktouch/";
-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/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
-sha1sums=('99fe6a0b5ccc58ad7850a075a01f418233fdd7e4')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ktouch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 162595, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:26:39 UTC (rev 162596)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/";
+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/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
+sha1sums=('8508cb5be8cad22fe78952f57c6c26e3ab6b04e1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-ktouch.install
===
--- kde-unstable-i686/kdeedu-ktouch.install 2012-06-27 13:25:42 UTC (rev 
162595)
+++ kde-unstable-i686/kdeedu-ktouch.install 2012-06-27 13:26:39 UTC (rev 
162596)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
162595, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2012-06-27 13:26:39 UTC (rev 
162596)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:25:42 UTC (rev 162595)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:26:39 UTC (rev 162596)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-ktouch
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="http://kde.org/applications/education/ktouch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://downloa

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:27:14
  Author: andrea
Revision: 162597

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD
(from rev 162596, kdeedu-kturtle/kde-unstable/PKGBUILD)
  kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install
(from rev 162596, kdeedu-kturtle/kde-unstable/kdeedu-kturtle.install)
  kdeedu-kturtle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162596, kdeedu-kturtle/kde-unstable/PKGBUILD)
  kdeedu-kturtle/repos/kde-unstable-x86_64/kdeedu-kturtle.install
(from rev 162596, kdeedu-kturtle/kde-unstable/kdeedu-kturtle.install)
Deleted:
  kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install
  kdeedu-kturtle/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kturtle/repos/kde-unstable-x86_64/kdeedu-kturtle.install

+
 kde-unstable-i686/PKGBUILD |   62 +--
 kde-unstable-i686/kdeedu-kturtle.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   62 +--
 kde-unstable-x86_64/kdeedu-kturtle.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:26:39 UTC (rev 162596)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:27:14 UTC (rev 162597)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kturtle
-pkgver=4.8.90
-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/unstable/${pkgver}/src/kturtle-${pkgver}.tar.xz";)
-sha1sums=('9c7d792975138d5d19e0fc18017a21072a4e89bc')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kturtle-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 162596, 
kdeedu-kturtle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:27:14 UTC (rev 162597)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kturtle
+pkgver=4.8.95
+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/unstable/${pkgver}/src/kturtle-${pkgver}.tar.xz";)
+sha1sums=('c390050248bed85215d07bc4d5c2c27195603fbd')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kturtle.install
===
--- kde-unstable-i686/kdeedu-kturtle.install2012-06-27 13:26:39 UTC (rev 
162596)
+++ kde-unstable-i686/kdeedu-kturtle.install2012-06-27 13:27:14 UTC (rev 
162597)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install (from rev 
162596, kdeedu-kturtle/kde-unstable/kdeedu-kturtle.install)
===
--- kde-unstable-i686/kdeedu-kturtle.install(rev 0)
+++ kde-unstable-i686/kdeedu-kturtle.install2012-06-27 13:27:14 UTC (rev 
162597)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:26:39 UTC (rev 162596)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:27:14 UTC (rev 162597)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kturtle
-pkgver=4.8.90
-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

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:27:43
  Author: andrea
Revision: 162598

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD
(from rev 162597, kdeedu-kwordquiz/kde-unstable/PKGBUILD)
  kdeedu-kwordquiz/repos/kde-unstable-i686/kdeedu-kwordquiz.install
(from rev 162597, kdeedu-kwordquiz/kde-unstable/kdeedu-kwordquiz.install)
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162597, kdeedu-kwordquiz/kde-unstable/PKGBUILD)
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/kdeedu-kwordquiz.install
(from rev 162597, kdeedu-kwordquiz/kde-unstable/kdeedu-kwordquiz.install)
Deleted:
  kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kwordquiz/repos/kde-unstable-i686/kdeedu-kwordquiz.install
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/kdeedu-kwordquiz.install

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-i686/kdeedu-kwordquiz.install   |   24 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 kde-unstable-x86_64/kdeedu-kwordquiz.install |   24 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:27:14 UTC (rev 162597)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:27:43 UTC (rev 162598)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kwordquiz
-pkgver=4.8.90
-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/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
-sha1sums=('b26d15cea504749c1f4e6d6d607fe1b525622b9e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kwordquiz-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD (from rev 162597, 
kdeedu-kwordquiz/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:27:43 UTC (rev 162598)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kwordquiz
+pkgver=4.8.95
+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/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
+sha1sums=('73f8815178c06fb7e7e7a4058afe87d41cb5bf37')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kwordquiz.install
===
--- kde-unstable-i686/kdeedu-kwordquiz.install  2012-06-27 13:27:14 UTC (rev 
162597)
+++ kde-unstable-i686/kdeedu-kwordquiz.install  2012-06-27 13:27:43 UTC (rev 
162598)
@@ -1,12 +0,0 @@
-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/kde-unstable-i686/kdeedu-kwordquiz.install (from 
rev 162597, kdeedu-kwordquiz/kde-unstable/kdeedu-kwordquiz.install)
===
--- kde-unstable-i686/kdeedu-kwordquiz.install  (rev 0)
+++ kde-unstable-i686/kdeedu-kwordquiz.install  2012-06-27 13:27:43 UTC (rev 
162598)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:27:14 UTC (rev 162597)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:27:43 UTC (rev 162598)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kwordquiz
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Flash Card Trainer"
-url="http://kde.org/applications/education/kword

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:28:15
  Author: andrea
Revision: 162599

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD
(from rev 162598, kdeedu-pairs/kde-unstable/PKGBUILD)
  kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install
(from rev 162598, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
  kdeedu-pairs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162598, kdeedu-pairs/kde-unstable/PKGBUILD)
  kdeedu-pairs/repos/kde-unstable-x86_64/kdeedu-pairs.install
(from rev 162598, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
Deleted:
  kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD
  kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install
  kdeedu-pairs/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-pairs/repos/kde-unstable-x86_64/kdeedu-pairs.install

--+
 kde-unstable-i686/PKGBUILD   |   62 ++---
 kde-unstable-i686/kdeedu-pairs.install   |   24 +--
 kde-unstable-x86_64/PKGBUILD |   62 ++---
 kde-unstable-x86_64/kdeedu-pairs.install |   24 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:27:43 UTC (rev 162598)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:28:15 UTC (rev 162599)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-pairs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A memory and pairs game for KDE"
-url="https://projects.kde.org/projects/kde/kdeedu/pairs";
-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/unstable/${pkgver}/src/pairs-${pkgver}.tar.xz";)
-sha1sums=('d7cd7469d5bf6ebf3da1024c8e4c510154ab82ee')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../pairs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD (from rev 162598, 
kdeedu-pairs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:28:15 UTC (rev 162599)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-pairs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A memory and pairs game for KDE"
+url="https://projects.kde.org/projects/kde/kdeedu/pairs";
+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/unstable/${pkgver}/src/pairs-${pkgver}.tar.xz";)
+sha1sums=('e9346f591293266274aeda0c5b9a241a8c1d4c5c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-pairs.install
===
--- kde-unstable-i686/kdeedu-pairs.install  2012-06-27 13:27:43 UTC (rev 
162598)
+++ kde-unstable-i686/kdeedu-pairs.install  2012-06-27 13:28:15 UTC (rev 
162599)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install (from rev 
162598, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
===
--- kde-unstable-i686/kdeedu-pairs.install  (rev 0)
+++ kde-unstable-i686/kdeedu-pairs.install  2012-06-27 13:28:15 UTC (rev 
162599)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:27:43 UTC (rev 162598)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:28:15 UTC (rev 162599)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-pairs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A memory and pairs game for KDE"
-url="https://projects.kde.org/projects/kde/kdeedu/pairs";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:28:52
  Author: andrea
Revision: 162600

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-parley/repos/kde-unstable-i686/PKGBUILD
(from rev 162599, kdeedu-parley/kde-unstable/PKGBUILD)
  kdeedu-parley/repos/kde-unstable-i686/kdeedu-parley.install
(from rev 162599, kdeedu-parley/kde-unstable/kdeedu-parley.install)
  kdeedu-parley/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162599, kdeedu-parley/kde-unstable/PKGBUILD)
  kdeedu-parley/repos/kde-unstable-x86_64/kdeedu-parley.install
(from rev 162599, kdeedu-parley/kde-unstable/kdeedu-parley.install)
Deleted:
  kdeedu-parley/repos/kde-unstable-i686/PKGBUILD
  kdeedu-parley/repos/kde-unstable-i686/kdeedu-parley.install
  kdeedu-parley/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-parley/repos/kde-unstable-x86_64/kdeedu-parley.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeedu-parley.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeedu-parley.install |   24 +-
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:28:15 UTC (rev 162599)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:28:52 UTC (rev 162600)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-parley
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="http://kde.org/applications/education/parley/";
-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/unstable/${pkgver}/src/parley-${pkgver}.tar.xz";)
-sha1sums=('61201a71222ba48ded98d7748591ee1912cf9781')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../parley-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-parley/repos/kde-unstable-i686/PKGBUILD (from rev 162599, 
kdeedu-parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:28:52 UTC (rev 162600)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-parley
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://kde.org/applications/education/parley/";
+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/unstable/${pkgver}/src/parley-${pkgver}.tar.xz";)
+sha1sums=('08ca3278bfe8a911cb1974fd12837da9a95d6416')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-parley.install
===
--- kde-unstable-i686/kdeedu-parley.install 2012-06-27 13:28:15 UTC (rev 
162599)
+++ kde-unstable-i686/kdeedu-parley.install 2012-06-27 13:28:52 UTC (rev 
162600)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-parley/repos/kde-unstable-i686/kdeedu-parley.install (from rev 
162599, kdeedu-parley/kde-unstable/kdeedu-parley.install)
===
--- kde-unstable-i686/kdeedu-parley.install (rev 0)
+++ kde-unstable-i686/kdeedu-parley.install 2012-06-27 13:28:52 UTC (rev 
162600)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:28:15 UTC (rev 162599)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:28:52 UTC (rev 162600)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-parley
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="http://kde.org/applications/education/parley/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtim

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:29:35
  Author: andrea
Revision: 162601

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
(from rev 162600, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162600, kdeedu-rocs/kde-unstable/PKGBUILD)
Deleted:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:28:52 UTC (rev 162600)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:29:35 UTC (rev 162601)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-rocs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
-sha1sums=('e9430995ce3547ca2b72a3d92bb28b6b5b6676f0')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 162600, 
kdeedu-rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:29:35 UTC (rev 162601)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('051b1b0c3bf0a844248d157b44a1a5fa0e1b41a6')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:28:52 UTC (rev 162600)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:29:35 UTC (rev 162601)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-rocs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
-sha1sums=('e9430995ce3547ca2b72a3d92bb28b6b5b6676f0')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 162600, 
kdeedu-rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:29:35 UTC (rev 162601)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('051b1b0c3bf0a844248d157b44a1a5fa0e1b41a6')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:30:09
  Author: andrea
Revision: 162602

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-step/repos/kde-unstable-i686/PKGBUILD
(from rev 162601, kdeedu-step/kde-unstable/PKGBUILD)
  kdeedu-step/repos/kde-unstable-i686/kdeedu-step.install
(from rev 162601, kdeedu-step/kde-unstable/kdeedu-step.install)
  kdeedu-step/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162601, kdeedu-step/kde-unstable/PKGBUILD)
  kdeedu-step/repos/kde-unstable-x86_64/kdeedu-step.install
(from rev 162601, kdeedu-step/kde-unstable/kdeedu-step.install)
Deleted:
  kdeedu-step/repos/kde-unstable-i686/PKGBUILD
  kdeedu-step/repos/kde-unstable-i686/kdeedu-step.install
  kdeedu-step/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-step/repos/kde-unstable-x86_64/kdeedu-step.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +++---
 kde-unstable-i686/kdeedu-step.install   |   22 +-
 kde-unstable-x86_64/PKGBUILD|   62 +++---
 kde-unstable-x86_64/kdeedu-step.install |   22 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:29:35 UTC (rev 162601)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:30:09 UTC (rev 162602)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-step
-pkgver=4.8.90
-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' 'eigen')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz";)
-sha1sums=('2ed235b2ad190aa2463abe973c8c776d265d3426')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../step-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-step/repos/kde-unstable-i686/PKGBUILD (from rev 162601, 
kdeedu-step/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:30:09 UTC (rev 162602)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-step
+pkgver=4.8.95
+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' 'eigen')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz";)
+sha1sums=('56782292a440f6dcfda9364ac994646f8f38f5d5')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-step.install
===
--- kde-unstable-i686/kdeedu-step.install   2012-06-27 13:29:35 UTC (rev 
162601)
+++ kde-unstable-i686/kdeedu-step.install   2012-06-27 13:30:09 UTC (rev 
162602)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-step/repos/kde-unstable-i686/kdeedu-step.install (from rev 
162601, kdeedu-step/kde-unstable/kdeedu-step.install)
===
--- kde-unstable-i686/kdeedu-step.install   (rev 0)
+++ kde-unstable-i686/kdeedu-step.install   2012-06-27 13:30:09 UTC (rev 
162602)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:29:35 UTC (rev 162601)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:30:09 UTC (rev 162602)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-step
-pkgver=4.8.90
-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' 'eigen')
-in

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:31:34
  Author: andrea
Revision: 162603

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegames/repos/kde-unstable-i686/PKGBUILD
(from rev 162602, kdegames/kde-unstable/PKGBUILD)
  kdegames/repos/kde-unstable-i686/kdegames-kbattleship.install
(from rev 162602, kdegames/kde-unstable/kdegames-kbattleship.install)
  kdegames/repos/kde-unstable-i686/kdegames-kfourinline.install
(from rev 162602, kdegames/kde-unstable/kdegames-kfourinline.install)
  kdegames/repos/kde-unstable-i686/kdegames-kigo.install
(from rev 162602, kdegames/kde-unstable/kdegames-kigo.install)
  kdegames/repos/kde-unstable-i686/kdegames-kolf.install
(from rev 162602, kdegames/kde-unstable/kdegames-kolf.install)
  kdegames/repos/kde-unstable-i686/kdegames-kpatience.install
(from rev 162602, kdegames/kde-unstable/kdegames-kpatience.install)
  kdegames/repos/kde-unstable-i686/kdegames-kspaceduel.install
(from rev 162602, kdegames/kde-unstable/kdegames-kspaceduel.install)
  kdegames/repos/kde-unstable-i686/kdegames-ktuberling.install
(from rev 162602, kdegames/kde-unstable/kdegames-ktuberling.install)
  kdegames/repos/kde-unstable-i686/kdegames-lskat.install
(from rev 162602, kdegames/kde-unstable/kdegames-lskat.install)
  kdegames/repos/kde-unstable-i686/kdegames-palapeli.install
(from rev 162602, kdegames/kde-unstable/kdegames-palapeli.install)
  kdegames/repos/kde-unstable-i686/kdegames.install
(from rev 162602, kdegames/kde-unstable/kdegames.install)
  kdegames/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162602, kdegames/kde-unstable/PKGBUILD)
  kdegames/repos/kde-unstable-x86_64/kdegames-kbattleship.install
(from rev 162602, kdegames/kde-unstable/kdegames-kbattleship.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-kfourinline.install
(from rev 162602, kdegames/kde-unstable/kdegames-kfourinline.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-kigo.install
(from rev 162602, kdegames/kde-unstable/kdegames-kigo.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-kolf.install
(from rev 162602, kdegames/kde-unstable/kdegames-kolf.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-kpatience.install
(from rev 162602, kdegames/kde-unstable/kdegames-kpatience.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-kspaceduel.install
(from rev 162602, kdegames/kde-unstable/kdegames-kspaceduel.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-ktuberling.install
(from rev 162602, kdegames/kde-unstable/kdegames-ktuberling.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-lskat.install
(from rev 162602, kdegames/kde-unstable/kdegames-lskat.install)
  kdegames/repos/kde-unstable-x86_64/kdegames-palapeli.install
(from rev 162602, kdegames/kde-unstable/kdegames-palapeli.install)
  kdegames/repos/kde-unstable-x86_64/kdegames.install
(from rev 162602, kdegames/kde-unstable/kdegames.install)
Deleted:
  kdegames/repos/kde-unstable-i686/PKGBUILD
  kdegames/repos/kde-unstable-i686/kdegames-kbattleship.install
  kdegames/repos/kde-unstable-i686/kdegames-kfourinline.install
  kdegames/repos/kde-unstable-i686/kdegames-kigo.install
  kdegames/repos/kde-unstable-i686/kdegames-kolf.install
  kdegames/repos/kde-unstable-i686/kdegames-kpatience.install
  kdegames/repos/kde-unstable-i686/kdegames-kspaceduel.install
  kdegames/repos/kde-unstable-i686/kdegames-ktuberling.install
  kdegames/repos/kde-unstable-i686/kdegames-lskat.install
  kdegames/repos/kde-unstable-i686/kdegames-palapeli.install
  kdegames/repos/kde-unstable-i686/kdegames.install
  kdegames/repos/kde-unstable-x86_64/PKGBUILD
  kdegames/repos/kde-unstable-x86_64/kdegames-kbattleship.install
  kdegames/repos/kde-unstable-x86_64/kdegames-kfourinline.install
  kdegames/repos/kde-unstable-x86_64/kdegames-kigo.install
  kdegames/repos/kde-unstable-x86_64/kdegames-kolf.install
  kdegames/repos/kde-unstable-x86_64/kdegames-kpatience.install
  kdegames/repos/kde-unstable-x86_64/kdegames-kspaceduel.install
  kdegames/repos/kde-unstable-x86_64/kdegames-ktuberling.install
  kdegames/repos/kde-unstable-x86_64/kdegames-lskat.install
  kdegames/repos/kde-unstable-x86_64/kdegames-palapeli.install
  kdegames/repos/kde-unstable-x86_64/kdegames.install

--+
 kde-unstable-i686/PKGBUILD   | 1020 ++---
 kde-unstable-i686/kdegames-kbattleship.install   |   24 
 kde-unstable-i686/kdegames-kfourinline.install   |   24 
 kde-unstable-i686/kdegames-kigo.install  |   24 
 kde-unstable-i686/kdegames-kolf.install  |   24 
 kde-unstable-i686/kdegames-kpatience.install |   26 
 kde-unstable-i686/kdegames-kspaceduel.install|   24 
 kde-unstable-i686/kdegames-ktuberling.install|   24 
 kde-unstable-i686/kdegames-lskat.install |   24 
 kde-unstable-i686/kdegames-palapeli.install  |   26 
 kde-unstable-i686/kdegames.install 

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:33:48
  Author: andrea
Revision: 162604

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD
(from rev 162603, kdegraphics-gwenview/kde-unstable/PKGBUILD)
  kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install
(from rev 162603, 
kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install)
  kdegraphics-gwenview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162603, kdegraphics-gwenview/kde-unstable/PKGBUILD)
  kdegraphics-gwenview/repos/kde-unstable-x86_64/kdegraphics-gwenview.install
(from rev 162603, 
kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install)
Deleted:
  kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install
  kdegraphics-gwenview/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-gwenview/repos/kde-unstable-x86_64/kdegraphics-gwenview.install

--+
 kde-unstable-i686/PKGBUILD   |   64 ++---
 kde-unstable-i686/kdegraphics-gwenview.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD |   64 ++---
 kde-unstable-x86_64/kdegraphics-gwenview.install |   24 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:31:34 UTC (rev 162603)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:33:48 UTC (rev 162604)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-gwenview
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer for KDE"
-url="http://kde.org/applications/graphics/gwenview/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-lib' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins: extra plugins to share photos')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
-sha1sums=('4293bcd53bbee643c40f703a408edf11ca2117ec')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../gwenview-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD (from rev 162603, 
kdegraphics-gwenview/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:33:48 UTC (rev 162604)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-gwenview
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url="http://kde.org/applications/graphics/gwenview/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
+sha1sums=('253b4d7aa3daa46bb49bcdb3308cecf4bd45c073')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-gwenview.install
===
--- kde-unstable-i686/kdegraphics-gwenview.install  2012-06-27 13:31:34 UTC 
(rev 162603)
+++ kde-unstable-i686/kdegraphics-gwenview.install  2012-06-27 13:33:48 UTC 
(rev 162604)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install (from 
rev 162603, kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install)
===
--- kde-unstable-i686/kdegraphics-gwenview.install  
(rev 0)
+++ kde-unstable-i686/kdegraphics-gwenview.install  2012-06-27 13:33:48 UTC 
(rev 162604)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD   

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:34:24
  Author: andrea
Revision: 162605

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD
(from rev 162604, kdegraphics-kamera/kde-unstable/PKGBUILD)
  kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162604, kdegraphics-kamera/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:33:48 UTC (rev 162604)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:34:24 UTC (rev 162605)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'gphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('6eded29e81bb3d1ae25edee1e253b8bb998b360b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD (from rev 162604, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:34:24 UTC (rev 162605)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'gphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('d1ff14f499952b17b8a6fdeb6976329d7ec6b368')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:33:48 UTC (rev 162604)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:34:24 UTC (rev 162605)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'gphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('6eded29e81bb3d1ae25edee1e253b8bb998b360b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 162604, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:34:24 UTC (rev 162605)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'gphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('d1ff14f499952b17b8a6fdeb6976329d7ec6b368')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:34:54
  Author: andrea
Revision: 162606

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD
(from rev 162605, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
  
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
(from rev 162605, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
  kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162605, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
  
kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/kdegraphics-kcolorchooser.install
(from rev 162605, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
Deleted:
  kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD
  
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
  kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-kcolorchooser/repos/kde-unstable-x86_64/kdegraphics-kcolorchooser.install

---+
 kde-unstable-i686/PKGBUILD|   62 
 kde-unstable-i686/kdegraphics-kcolorchooser.install   |   22 ++---
 kde-unstable-x86_64/PKGBUILD  |   62 
 kde-unstable-x86_64/kdegraphics-kcolorchooser.install |   22 ++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:34:24 UTC (rev 162605)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:34:54 UTC (rev 162606)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kcolorchooser
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Color Chooser"
-url="http://kde.org/applications/graphics/kcolorchooser/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
-sha1sums=('6db1c2fe514dcf7da47beb7d91ca6c5fde8d19df')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcolorchooser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD (from rev 
162605, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:34:54 UTC (rev 162606)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Color Chooser"
+url="http://kde.org/applications/graphics/kcolorchooser/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
+sha1sums=('69cbf6a3308d002b600a27b07929773252e97606')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kcolorchooser.install
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 2012-06-27 13:34:24 UTC 
(rev 162605)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2012-06-27 13:34:54 UTC 
(rev 162606)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
 (from rev 162605, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2012-06-27 13:34:54 UTC 
(rev 162606)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:34:24 UTC (rev 162605)
+++ kde-unstable-x86_64/PKGBU

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:35:22
  Author: andrea
Revision: 162607

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD
(from rev 162606, kdegraphics-kgamma/kde-unstable/PKGBUILD)
  kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162606, kdegraphics-kgamma/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   66 -
 kde-unstable-x86_64/PKGBUILD |   66 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:34:54 UTC (rev 162606)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:35:22 UTC (rev 162607)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('99f48b2ca6890cd59b9b201281542d7577fa2efb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD (from rev 162606, 
kdegraphics-kgamma/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:35:22 UTC (rev 162607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A monitor calibration tool"
+url="http://kde.org/applications/graphics/kgamma/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
+sha1sums=('a3f3bad239b010b363d961fe7aff2a210bad2102')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kgamma-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:34:54 UTC (rev 162606)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:35:22 UTC (rev 162607)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('99f48b2ca6890cd59b9b201281542d7577fa2efb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD (from rev 162606, 
kdegraphics-kgamma/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:35:22 UTC (rev 162607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A monitor calibration tool"
+url="http://kde.org/applications/graphics/kgamma/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   bu

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:35:48
  Author: andrea
Revision: 162608

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
(from rev 162607, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
(from rev 162607, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162607, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install
(from rev 162607, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
Deleted:
  kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
  
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdegraphics-kolourpaint.install   |   24 +++---
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdegraphics-kolourpaint.install |   24 +++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:35:22 UTC (rev 162607)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:35:48 UTC (rev 162608)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kolourpaint
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
-sha1sums=('42083ff9bec2c31f34c4f18776b324ecf9349c44')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
162607, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:35:48 UTC (rev 162608)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('e1d82356f80f50860614a2903391ef5551a9125f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kolourpaint.install
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   2012-06-27 13:35:22 UTC 
(rev 162607)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2012-06-27 13:35:48 UTC 
(rev 162608)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 162607, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2012-06-27 13:35:48 UTC 
(rev 162608)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:35:22 UTC (rev 162607)
+++ kde

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:36:18
  Author: andrea
Revision: 162609

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD
(from rev 162608, kdegraphics-kruler/kde-unstable/PKGBUILD)
  kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install
(from rev 162608, 
kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install)
  kdegraphics-kruler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162608, kdegraphics-kruler/kde-unstable/PKGBUILD)
  kdegraphics-kruler/repos/kde-unstable-x86_64/kdegraphics-kruler.install
(from rev 162608, 
kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install)
Deleted:
  kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install
  kdegraphics-kruler/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-kruler/repos/kde-unstable-x86_64/kdegraphics-kruler.install

+
 kde-unstable-i686/PKGBUILD |   62 +++
 kde-unstable-i686/kdegraphics-kruler.install   |   24 
 kde-unstable-x86_64/PKGBUILD   |   62 +++
 kde-unstable-x86_64/kdegraphics-kruler.install |   24 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:35:48 UTC (rev 162608)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:36:18 UTC (rev 162609)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kruler
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="http://kde.org/applications/graphics/kruler/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz";)
-sha1sums=('2665dab5cb7d4f5fc9de649667b06a1665b16c84')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kruler-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD (from rev 162608, 
kdegraphics-kruler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:36:18 UTC (rev 162609)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kruler
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Screen Ruler"
+url="http://kde.org/applications/graphics/kruler/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz";)
+sha1sums=('1b7dc38c4834fda53d984f7a760f9f9f9fc668ac')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kruler.install
===
--- kde-unstable-i686/kdegraphics-kruler.install2012-06-27 13:35:48 UTC 
(rev 162608)
+++ kde-unstable-i686/kdegraphics-kruler.install2012-06-27 13:36:18 UTC 
(rev 162609)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install 
(from rev 162608, kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install)
===
--- kde-unstable-i686/kdegraphics-kruler.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-kruler.install2012-06-27 13:36:18 UTC 
(rev 162609)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:35:48 UTC (rev 162608)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:36:18 UTC (rev 162609)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kruler
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:36:47
  Author: andrea
Revision: 162610

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 162609, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162609, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:36:18 UTC (rev 162609)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:36:47 UTC (rev 162610)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('596a4bdb1f364d181eecf7c02ab3005ca91eee73')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
162609, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:36:47 UTC (rev 162610)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
+sha1sums=('c77a2a588901845f4c91b101ad6169f94a45a938')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:36:18 UTC (rev 162609)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:36:47 UTC (rev 162610)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('596a4bdb1f364d181eecf7c02ab3005ca91eee73')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162609, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:36:47 UTC (rev 162610)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
+sha1sums=('c77a2a588901845f4c91b101ad6169f94a45a938')
+
+build() {
+  cd "${srcdir}"
+  mkd

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:37:13
  Author: andrea
Revision: 162611

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD
(from rev 162610, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install
(from rev 162610, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162610, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install
(from rev 162610, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
Deleted:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install

---+
 kde-unstable-i686/PKGBUILD|   64 ++--
 kde-unstable-i686/kdegraphics-ksnapshot.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD  |   64 ++--
 kde-unstable-x86_64/kdegraphics-ksnapshot.install |   24 +++
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:36:47 UTC (rev 162610)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:37:13 UTC (rev 162611)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Screen Capture Program"
-url="http://kde.org/applications/graphics/ksnapshot/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdelibs' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
-sha1sums=('126a4d9c19fb954e9dbb3776a6547dde917554a1')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksnapshot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD (from rev 
162610, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:37:13 UTC (rev 162611)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdelibs' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('ae27d8f92f8f95f1fe23269922247bdce8c935a3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-ksnapshot.install
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 2012-06-27 13:36:47 UTC 
(rev 162610)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2012-06-27 13:37:13 UTC 
(rev 162611)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install 
(from rev 162610, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2012-06-27 13:37:13 UTC 
(rev 162611)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:36:47 UTC (rev 162610)
+++ kde-unstable-x86_64/PKGBU

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:37:41
  Author: andrea
Revision: 162612

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
(from rev 162611, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
(from rev 162611, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162611, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install
(from rev 162611, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install

+
 kde-unstable-i686/PKGBUILD |   66 +--
 kde-unstable-i686/kdegraphics-mobipocket.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD   |   66 +--
 kde-unstable-x86_64/kdegraphics-mobipocket.install |   22 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:37:13 UTC (rev 162611)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:37:41 UTC (rev 162612)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-mobipocket
-pkgver=4.8.90
-pkgrel=2
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
-groups=('kde' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4d69e580a013cd5bd746d631454b35b828a7efb9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 
162611, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:37:41 UTC (rev 162612)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('1c0f7491849097417a61730047a4c6b6a70f1a8c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-mobipocket.install
===
--- kde-unstable-i686/kdegraphics-mobipocket.install2012-06-27 13:37:13 UTC 
(rev 162611)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2012-06-27 13:37:41 UTC 
(rev 162612)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 162611, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2012-06-27 13:37:41 UTC 
(rev 162612)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_6

[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:38:10
  Author: andrea
Revision: 162613

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD
(from rev 162612, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
  kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162612, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:37:41 UTC (rev 162612)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:38:10 UTC (rev 162613)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4ea09bda94633aa685fd645a9c90a025f3543573')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 
162612, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:38:10 UTC (rev 162613)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('669af472c013a36bb3d83da280dc9636e105b145')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:37:41 UTC (rev 162612)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:38:10 UTC (rev 162613)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4ea09bda94633aa685fd645a9c90a025f3543573')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 162612, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:38:10 UTC (rev 162613)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unsta

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:38:39
  Author: andrea
Revision: 162614

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
(from rev 162613, kdegraphics-svgpart/kde-unstable/PKGBUILD)
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162613, kdegraphics-svgpart/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:38:10 UTC (rev 162613)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:38:39 UTC (rev 162614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A KPart for viewving SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('636753395f2b8b9754f9c9118da984b9dda4c158')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 162613, 
kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:38:39 UTC (rev 162614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A KPart for viewving SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('b746419776ee3c5dbd956de86bb6417675771114')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:38:10 UTC (rev 162613)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:38:39 UTC (rev 162614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A KPart for viewving SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('636753395f2b8b9754f9c9118da984b9dda4c158')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162613, kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:38:39 UTC (rev 162614)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A KPart for viewving SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('b746419776ee3c5dbd956de86bb6417675771114')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+ 

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:39:13
  Author: andrea
Revision: 162615

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD
(from rev 162614, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162614, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:38:39 UTC (rev 162614)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:39:13 UTC (rev 162615)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('cb7ade2a0ed6c204b3b37a7c925149c5f4267825')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
162614, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:39:13 UTC (rev 162615)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('037aeff675ef40e5118421473ac6abaa4833e075')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:38:39 UTC (rev 162614)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:39:13 UTC (rev 162615)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('cb7ade2a0ed6c204b3b37a7c925149c5f4267825')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162614, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:39:13 UTC (rev 162615)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:39:42
  Author: andrea
Revision: 162616

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
(from rev 162615, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162615, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-x86_64/PKGBUILD |   64 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:39:13 UTC (rev 162615)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:39:42 UTC (rev 162616)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('b7dd0abfd6ffa1c6a9fb6d7b2c2078233a02ae91')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 
162615, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:39:42 UTC (rev 162616)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
+sha1sums=('7178d74a90a9257e5386f6f9eba4e5b675296e48')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:39:13 UTC (rev 162615)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:39:42 UTC (rev 162616)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('b7dd0abfd6ffa1c6a9fb6d7b2c2078233a02ae91')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162615, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:39:42 UTC (rev 162616)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kdemultimedia')
+replaces=('

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:40:08
  Author: andrea
Revision: 162617

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD
(from rev 162616, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
(from rev 162616, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
  kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162616, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install
(from rev 162616, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
Deleted:
  kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD
  
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
  kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/PKGBUILD
  
kdemultimedia-dragonplayer/repos/kde-unstable-x86_64/kdemultimedia-dragonplayer.install

+
 kde-unstable-i686/PKGBUILD |   62 +++
 kde-unstable-i686/kdemultimedia-dragonplayer.install   |   24 ++---
 kde-unstable-x86_64/PKGBUILD   |   62 +++
 kde-unstable-x86_64/kdemultimedia-dragonplayer.install |   24 ++---
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:39:42 UTC (rev 162616)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:40:08 UTC (rev 162617)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-dragonplayer
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="A multimedia player where the focus is on simplicity, instead of
-features"
-url='http://kde.org/applications/multimedia/dragonplayer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz";)
-sha1sums=('61b9172249b91d9c18ed310a71c655f38ef23cd8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../dragon-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD (from rev 
162616, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:40:08 UTC (rev 162617)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="A multimedia player where the focus is on simplicity, instead of
+features"
+url='http://kde.org/applications/multimedia/dragonplayer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz";)
+sha1sums=('c0b7befb13112114e463d4fa6c2fc1953ef9235e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-dragonplayer.install
===
--- kde-unstable-i686/kdemultimedia-dragonplayer.install2012-06-27 
13:39:42 UTC (rev 162616)
+++ kde-unstable-i686/kdemultimedia-dragonplayer.install2012-06-27 
13:40:08 UTC (rev 162617)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
 (from rev 162616, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
===
--- kde-unstable-i686/kdemultimedia-dragonplayer.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-dragonplayer.install2012-06-27 
13:40:08 UTC (rev 162617)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:40:37
  Author: andrea
Revision: 162618

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 162617, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162617, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   58 -
 kde-unstable-x86_64/PKGBUILD |   58 -
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:40:08 UTC (rev 162617)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:40:37 UTC (rev 162618)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('5497a89e9e3a8be5376e644fc42500e43b3e4e52')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
162617, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:40:37 UTC (rev 162618)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('e4546523cd1335833b47d9cedb479fa8a9296fe8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:40:08 UTC (rev 162617)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:40:37 UTC (rev 162618)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('5497a89e9e3a8be5376e644fc42500e43b3e4e52')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162617, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:40:37 UTC (rev 162618)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('e4546523cd1335833b47d9cedb479fa8a9296fe8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:41:03
  Author: andrea
Revision: 162619

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
(from rev 162618, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
(from rev 162618, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162618, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install
(from rev 162618, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
Deleted:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install

---+
 kde-unstable-i686/PKGBUILD|   62 
 kde-unstable-i686/kdemultimedia-juk.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   62 
 kde-unstable-x86_64/kdemultimedia-juk.install |   22 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:40:37 UTC (rev 162618)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:41:03 UTC (rev 162619)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/juk-${pkgver}.tar.xz";)
-sha1sums=('429a6ebd1da1c14c16ce0880372a693cc323a900')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 162618, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:41:03 UTC (rev 162619)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/juk-${pkgver}.tar.xz";)
+sha1sums=('94cdd8493f7751d2f69729aa735e68bc9b06be1f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-juk.install
===
--- kde-unstable-i686/kdemultimedia-juk.install 2012-06-27 13:40:37 UTC (rev 
162618)
+++ kde-unstable-i686/kdemultimedia-juk.install 2012-06-27 13:41:03 UTC (rev 
162619)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install 
(from rev 162618, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
===
--- kde-unstable-i686/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install 2012-06-27 13:41:03 UTC (rev 
162619)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:40:37 UTC (rev 162618)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:41:03 UTC (rev 162619)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:41:32
  Author: andrea
Revision: 162620

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
(from rev 162619, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
(from rev 162619, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162619, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
(from rev 162619, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
Deleted:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install

+
 kde-unstable-i686/PKGBUILD |   60 +++
 kde-unstable-i686/kdemultimedia-kmix.install   |   22 
 kde-unstable-x86_64/PKGBUILD   |   60 +++
 kde-unstable-x86_64/kdemultimedia-kmix.install |   22 
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:41:03 UTC (rev 162619)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:41:32 UTC (rev 162620)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
-sha1sums=('7a40df92d3cf2694925f3be847159ef9e426b6cb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 162619, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:41:32 UTC (rev 162620)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kmix
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
+sha1sums=('ddd0f8723f20c1e847302d4ea69b585abf4b7698')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-kmix.install
===
--- kde-unstable-i686/kdemultimedia-kmix.install2012-06-27 13:41:03 UTC 
(rev 162619)
+++ kde-unstable-i686/kdemultimedia-kmix.install2012-06-27 13:41:32 UTC 
(rev 162620)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install 
(from rev 162619, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
===
--- kde-unstable-i686/kdemultimedia-kmix.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kmix.install2012-06-27 13:41:32 UTC 
(rev 162620)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:41:03 UTC (rev 162619)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:41:32 UTC (rev 162620)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depen

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:41:59
  Author: andrea
Revision: 162621

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
(from rev 162620, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
(from rev 162620, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162620, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install
(from rev 162620, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install

+
 kde-unstable-i686/PKGBUILD |   60 +++
 kde-unstable-i686/kdemultimedia-kscd.install   |   22 
 kde-unstable-x86_64/PKGBUILD   |   60 +++
 kde-unstable-x86_64/kdemultimedia-kscd.install |   22 
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:41:32 UTC (rev 162620)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:41:59 UTC (rev 162621)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
-sha1sums=('11f4f84f1904b60ef540d63f8bbb12c30640ac56')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 162620, 
kdemultimedia-kscd/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:41:59 UTC (rev 162621)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
+sha1sums=('a7664847d85aa1b673de207dcf27d899fd8b02c2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-kscd.install
===
--- kde-unstable-i686/kdemultimedia-kscd.install2012-06-27 13:41:32 UTC 
(rev 162620)
+++ kde-unstable-i686/kdemultimedia-kscd.install2012-06-27 13:41:59 UTC 
(rev 162621)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install 
(from rev 162620, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
===
--- kde-unstable-i686/kdemultimedia-kscd.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kscd.install2012-06-27 13:41:59 UTC 
(rev 162621)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:41:32 UTC (rev 162620)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:41:59 UTC (rev 162621)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:42:28
  Author: andrea
Revision: 162622

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 162621, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162621, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   58 -
 kde-unstable-x86_64/PKGBUILD |   58 -
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:41:59 UTC (rev 162621)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:42:28 UTC (rev 162622)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('fb6d818ca743da7e2eaa02e69c905a03d8781473')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
162621, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:42:28 UTC (rev 162622)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('5d426085810a799b152d4559f162e46cb71d1e53')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:41:59 UTC (rev 162621)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:42:28 UTC (rev 162622)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.8.90
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('fb6d818ca743da7e2eaa02e69c905a03d8781473')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 162621, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:42:28 UTC (rev 162622)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.8.95
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('5d426085810a799b152d4559f162e46cb71d1e53')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BU

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:43:11
  Author: andrea
Revision: 162623

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
(from rev 162622, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162622, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
(from rev 162622, kdenetwork/kde-unstable/kdenetwork.install)
Deleted:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install

---+
 kde-unstable-i686/PKGBUILD|  226 
 kde-unstable-i686/kdenetwork-kget.install |   24 +-
 kde-unstable-i686/kdenetwork-kopete.install   |   24 +-
 kde-unstable-i686/kdenetwork-kppp.install |   24 +-
 kde-unstable-i686/kdenetwork.install  |   22 +-
 kde-unstable-x86_64/PKGBUILD  |  226 
 kde-unstable-x86_64/kdenetwork-kget.install   |   24 +-
 kde-unstable-x86_64/kdenetwork-kopete.install |   24 +-
 kde-unstable-x86_64/kdenetwork-kppp.install   |   24 +-
 kde-unstable-x86_64/kdenetwork.install|   22 +-
 10 files changed, 320 insertions(+), 320 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:42:28 UTC (rev 162622)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:43:11 UTC (rev 162623)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('adf57ca920dbaa12b784b39a7f89b88ac708f67e')
-
-build() {
-cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   pkgdesc='Konqueror properties dialog plugin to share a directory with 
the local network'
-   depends=('kdelibs' 'smbclient')
-   install='kdenetwork.install'
-   cd $srcdir/build/filesharing
-   make DESTDIR=$pkgdir install
-}
-
-package_kdenetwork-kdnssd() {
-   pkgdesc='Monitors the network for DNS-SD services'
-   depends=('kdelibs')
-   cd $srcdir/build/kdnssd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdenetwork-kget() {
-   pkgdesc='Download Manager'
-   depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
-   url="http://kde.org/applications/internet/kget/";
-   install='kdenetwork-kget.install'
-   cd $srcd

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:44:31
  Author: andrea
Revision: 162624

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdepim/repos/kde-unstable-i686/PKGBUILD
(from rev 162623, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-i686/kdepim-kleopatra.install
(from rev 162623, kdepim/kde-unstable/kdepim-kleopatra.install)
  kdepim/repos/kde-unstable-i686/kdepim-kmail.install
(from rev 162623, kdepim/kde-unstable/kdepim-kmail.install)
  kdepim/repos/kde-unstable-i686/kdepim-knode.install
(from rev 162623, kdepim/kde-unstable/kdepim-knode.install)
  kdepim/repos/kde-unstable-i686/kdepim-korganizer.install
(from rev 162623, kdepim/kde-unstable/kdepim-korganizer.install)
  kdepim/repos/kde-unstable-i686/kdepim.install
(from rev 162623, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162623, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-x86_64/kdepim-kleopatra.install
(from rev 162623, kdepim/kde-unstable/kdepim-kleopatra.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-kmail.install
(from rev 162623, kdepim/kde-unstable/kdepim-kmail.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-knode.install
(from rev 162623, kdepim/kde-unstable/kdepim-knode.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-korganizer.install
(from rev 162623, kdepim/kde-unstable/kdepim-korganizer.install)
  kdepim/repos/kde-unstable-x86_64/kdepim.install
(from rev 162623, kdepim/kde-unstable/kdepim.install)
Deleted:
  kdepim/repos/kde-unstable-i686/PKGBUILD
  kdepim/repos/kde-unstable-i686/kdepim-kleopatra.install
  kdepim/repos/kde-unstable-i686/kdepim-kmail.install
  kdepim/repos/kde-unstable-i686/kdepim-knode.install
  kdepim/repos/kde-unstable-i686/kdepim-korganizer.install
  kdepim/repos/kde-unstable-i686/kdepim.install
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
  kdepim/repos/kde-unstable-x86_64/kdepim-kleopatra.install
  kdepim/repos/kde-unstable-x86_64/kdepim-kmail.install
  kdepim/repos/kde-unstable-x86_64/kdepim-knode.install
  kdepim/repos/kde-unstable-x86_64/kdepim-korganizer.install
  kdepim/repos/kde-unstable-x86_64/kdepim.install

---+
 kde-unstable-i686/PKGBUILD|  488 
 kde-unstable-i686/kdepim-kleopatra.install|   24 -
 kde-unstable-i686/kdepim-kmail.install|   24 -
 kde-unstable-i686/kdepim-knode.install|   24 -
 kde-unstable-i686/kdepim-korganizer.install   |   24 -
 kde-unstable-i686/kdepim.install  |   22 -
 kde-unstable-x86_64/PKGBUILD  |  488 
 kde-unstable-x86_64/kdepim-kleopatra.install  |   24 -
 kde-unstable-x86_64/kdepim-kmail.install  |   24 -
 kde-unstable-x86_64/kdepim-knode.install  |   24 -
 kde-unstable-x86_64/kdepim-korganizer.install |   24 -
 kde-unstable-x86_64/kdepim.install|   22 -
 12 files changed, 606 insertions(+), 606 deletions(-)

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


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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:45:42
  Author: andrea
Revision: 162625

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 162624, kdeplasma-addons/kde-unstable/PKGBUILD)
  
kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons-applets-lancelot.install
(from rev 162624, 
kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
(from rev 162624, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162624, kdeplasma-addons/kde-unstable/PKGBUILD)
  
kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 162624, 
kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
(from rev 162624, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
  
kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
  
kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install

---+
 kde-unstable-i686/PKGBUILD| 1288 +-
 kde-unstable-i686/kdeplasma-addons-applets-lancelot.install   |   24 
 kde-unstable-i686/kdeplasma-addons.install|   22 
 kde-unstable-x86_64/PKGBUILD  | 1288 +-
 kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install |   24 
 kde-unstable-x86_64/kdeplasma-addons.install  |   22 
 6 files changed, 1334 insertions(+), 1334 deletions(-)

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


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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:47:06
  Author: andrea
Revision: 162626

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdesdk/repos/kde-unstable-i686/PKGBUILD
(from rev 162625, kdesdk/kde-unstable/PKGBUILD)
  kdesdk/repos/kde-unstable-i686/fix-python2-path.patch
(from rev 162625, kdesdk/kde-unstable/fix-python2-path.patch)
  kdesdk/repos/kde-unstable-i686/kdesdk-cervisia.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-cervisia.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kcachegrind.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kompare.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-kompare.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-kuiviewer.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-kuiviewer.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-lokalize.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-lokalize.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-okteta.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-okteta.install)
  kdesdk/repos/kde-unstable-i686/kdesdk-umbrello.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-umbrello.install)
  kdesdk/repos/kde-unstable-i686/kdesdk.install
(from rev 162625, kdesdk/kde-unstable/kdesdk.install)
  kdesdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162625, kdesdk/kde-unstable/PKGBUILD)
  kdesdk/repos/kde-unstable-x86_64/fix-python2-path.patch
(from rev 162625, kdesdk/kde-unstable/fix-python2-path.patch)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-cervisia.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-cervisia.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kompare.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-kompare.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kuiviewer.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-kuiviewer.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-lokalize.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-lokalize.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-okteta.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-okteta.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk-umbrello.install
(from rev 162625, kdesdk/kde-unstable/kdesdk-umbrello.install)
  kdesdk/repos/kde-unstable-x86_64/kdesdk.install
(from rev 162625, kdesdk/kde-unstable/kdesdk.install)
Deleted:
  kdesdk/repos/kde-unstable-i686/PKGBUILD
  kdesdk/repos/kde-unstable-i686/fix-python2-path.patch
  kdesdk/repos/kde-unstable-i686/kdesdk-cervisia.install
  kdesdk/repos/kde-unstable-i686/kdesdk-kcachegrind.install
  kdesdk/repos/kde-unstable-i686/kdesdk-kompare.install
  kdesdk/repos/kde-unstable-i686/kdesdk-kuiviewer.install
  kdesdk/repos/kde-unstable-i686/kdesdk-lokalize.install
  kdesdk/repos/kde-unstable-i686/kdesdk-okteta.install
  kdesdk/repos/kde-unstable-i686/kdesdk-umbrello.install
  kdesdk/repos/kde-unstable-i686/kdesdk.install
  kdesdk/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk/repos/kde-unstable-x86_64/fix-python2-path.patch
  kdesdk/repos/kde-unstable-x86_64/kdesdk-cervisia.install
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kompare.install
  kdesdk/repos/kde-unstable-x86_64/kdesdk-kuiviewer.install
  kdesdk/repos/kde-unstable-x86_64/kdesdk-lokalize.install
  kdesdk/repos/kde-unstable-x86_64/kdesdk-okteta.install
  kdesdk/repos/kde-unstable-x86_64/kdesdk-umbrello.install
  kdesdk/repos/kde-unstable-x86_64/kdesdk.install

+
 kde-unstable-i686/PKGBUILD |  496 +++
 kde-unstable-i686/fix-python2-path.patch   |   64 +-
 kde-unstable-i686/kdesdk-cervisia.install  |   24 -
 kde-unstable-i686/kdesdk-kcachegrind.install   |   24 -
 kde-unstable-i686/kdesdk-kompare.install   |   24 -
 kde-unstable-i686/kdesdk-kuiviewer.install |   24 -
 kde-unstable-i686/kdesdk-lokalize.install  |   24 -
 kde-unstable-i686/kdesdk-okteta.install|   24 -
 kde-unstable-i686/kdesdk-umbrello.install  |   24 -
 kde-unstable-i686/kdesdk.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |  496 +++
 kde-unstable-x86_64/fix-python2-path.patch |   64 +-
 kde-unstable-x86_64/kdesdk-cervisia.install|   24 -
 kde-unstable-x86_64/kdesdk-kcachegrind.install |   24 -
 kde-unstable-x86_64/kdesdk-kompare.install |   24 -
 kde-unstable-x86_64/kdesdk-kuiviewer.install   |   24 -
 kde-unstable-x86_64/kdesdk-lokalize.install|   24 -
 kde-unstable-x86_64/kdesdk-okteta.install  |   24 -
 kde-unstable-x86_64/kdesdk-umbrello.install|   24 -
 kde-unstable-x86_64/kdesdk.install |   22 -
 20 files changed, 750 insertions(+), 750 deletions(-)

The diff is longer 

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:47:51
  Author: andrea
Revision: 162627

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdetoys/repos/kde-unstable-i686/PKGBUILD
(from rev 162626, kdetoys/kde-unstable/PKGBUILD)
  kdetoys/repos/kde-unstable-i686/kdetoys.install
(from rev 162626, kdetoys/kde-unstable/kdetoys.install)
  kdetoys/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162626, kdetoys/kde-unstable/PKGBUILD)
  kdetoys/repos/kde-unstable-x86_64/kdetoys.install
(from rev 162626, kdetoys/kde-unstable/kdetoys.install)
Deleted:
  kdetoys/repos/kde-unstable-i686/PKGBUILD
  kdetoys/repos/kde-unstable-i686/kdetoys.install
  kdetoys/repos/kde-unstable-x86_64/PKGBUILD
  kdetoys/repos/kde-unstable-x86_64/kdetoys.install

-+
 kde-unstable-i686/PKGBUILD  |  112 +-
 kde-unstable-i686/kdetoys.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD|  112 +-
 kde-unstable-x86_64/kdetoys.install |   22 +++---
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:47:06 UTC (rev 162626)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:47:51 UTC (rev 162627)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdetoys
-pkgname=('kdetoys-amor'
- 'kdetoys-kteatime'
- 'kdetoys-ktux')
-pkgver=4.8.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-makedepends=('cmake' 'automoc4' 'kdebase-workspace')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('ba5e8b9386e65cbaf23221f64ba85e2329ab17a0')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdetoys-amor() {
-   pkgdesc='On-Screen Creature'
-   depends=('kdebase-runtime')
-   install='kdetoys.install'
-   cd $srcdir/build/amor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/amor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-kteatime() {
-   pkgdesc='Tea Cooker'
-   depends=('kdebase-runtime')
-   install='kdetoys.install'
-   cd $srcdir/build/kteatime
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kteatime
-   make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-ktux() {
-   pkgdesc='KTux'
-   depends=('kdebase-workspace' )
-   install='kdetoys.install'
-   cd $srcdir/build/ktux
-   make DESTDIR=$pkgdir install
-}

Copied: kdetoys/repos/kde-unstable-i686/PKGBUILD (from rev 162626, 
kdetoys/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:47:51 UTC (rev 162627)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdetoys
+pkgname=('kdetoys-amor'
+ 'kdetoys-kteatime'
+ 'kdetoys-ktux')
+pkgver=4.8.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+makedepends=('cmake' 'automoc4' 'kdebase-workspace')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('d45ac37b5476a421d83d7b24f8c5476ed9cf85c1')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdetoys-amor() {
+   pkgdesc='On-Screen Creature'
+   depends=('kdebase-runtime')
+   install='kdetoys.install'
+   cd $srcdir/build/amor
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/amor
+   make DESTDIR=$pkgdir install
+}
+
+package_kdetoys-kteatime() {
+   pkgdesc='Tea Cooker'
+   depends=('kdebase-runtime')
+   install='kdetoys.install'
+   cd $srcdir/build/kteatime
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kteatime
+   make DESTDIR=$pkgdir install
+}
+
+package_kdetoys-ktux() {
+   pkgdesc='KTux'
+   depends=('kdebase-workspace' )
+   install='kdetoys.install'
+   cd $srcdir/build/ktux
+   make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdetoys.install
===
--- kde-unstable-i686/kdetoys.install   2012-06-27 13:47:06 UTC (rev 162626)
+++ kde-unstable-i686/kdetoys.install   2012-06-27 13:47:51 UTC (rev 162627)
@@ -1,11 +0,0 @@
-

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:48:19
  Author: andrea
Revision: 162628

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
(from rev 162627, kdeutils-ark/kde-unstable/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
(from rev 162627, kdeutils-ark/kde-unstable/kdeutils-ark.install)
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162627, kdeutils-ark/kde-unstable/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install
(from rev 162627, kdeutils-ark/kde-unstable/kdeutils-ark.install)
Deleted:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install

--+
 kde-unstable-i686/PKGBUILD   |   68 ++---
 kde-unstable-i686/kdeutils-ark.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   68 ++---
 kde-unstable-x86_64/kdeutils-ark.install |   22 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:47:51 UTC (rev 162627)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:48:19 UTC (rev 162628)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz";)
-sha1sums=('18f61aab177cf673ba8e5cad09f347b58408ff70')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/PKGBUILD (from rev 162627, 
kdeutils-ark/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:48:19 UTC (rev 162628)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-ark
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz";)
+sha1sums=('9b08a101409335ecfe99e1621553d7e6b0ef0336')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-ark.install
===
--- kde-unstable-i686/kdeutils-ark.install  2012-06-27 13:47:51 UTC (rev 
162627)
+++ kde-unstable-i686/kdeutils-ark.install  2012-06-27 13:48:19 UTC (rev 
162628)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install (from rev 
162627, kdeutils-ark/kde-unstable/kdeutils-ark.install)
===
--- kde-unstable-i686/kdeutils-ark.install  (rev 0)
+++ kde-unstable-i686/kdeutils-ark.install  2012-06-27 13:48:19 UTC (rev 
162628)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:47:51 UTC (rev 162627)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:48:19 UTC (rev 162628)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depen

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:48:46
  Author: andrea
Revision: 162629

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
(from rev 162628, kdeutils-filelight/kde-unstable/PKGBUILD)
  kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
(from rev 162628, 
kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
  kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162628, kdeutils-filelight/kde-unstable/PKGBUILD)
  kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install
(from rev 162628, 
kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
Deleted:
  kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
  kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
  kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install

+
 kde-unstable-i686/PKGBUILD |   70 +++
 kde-unstable-i686/kdeutils-filelight.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD   |   70 +++
 kde-unstable-x86_64/kdeutils-filelight.install |   24 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:48:19 UTC (rev 162628)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:48:46 UTC (rev 162629)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-filelight
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('filelight')
-conflicts=('filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
-sha1sums=('ac9515f2c06fb05b37b427f7d787f866e0a94b62')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../filelight-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD (from rev 162628, 
kdeutils-filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:48:46 UTC (rev 162629)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-filelight
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
+sha1sums=('d572a5f64650ad8be09ab032aace0943fbdfcb2f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-filelight.install
===
--- kde-unstable-i686/kdeutils-filelight.install2012-06-27 13:48:19 UTC 
(rev 162628)
+++ kde-unstable-i686/kdeutils-filelight.install2012-06-27 13:48:46 UTC 
(rev 162629)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install 
(from rev 162628, kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
===
--- kde-unstable-i686/kdeutils-filelight.install
(rev 0)
+++ kde-unstable-i686/kdeutils-filelight.install2012-06-27 13:48:46 UTC 
(rev 162629)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:48:19 UTC 

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:49:15
  Author: andrea
Revision: 162630

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
(from rev 162629, kdeutils-kcalc/kde-unstable/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
(from rev 162629, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162629, kdeutils-kcalc/kde-unstable/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install
(from rev 162629, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
Deleted:
  kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
  kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install

+
 kde-unstable-i686/PKGBUILD |   66 +--
 kde-unstable-i686/kdeutils-kcalc.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   66 +--
 kde-unstable-x86_64/kdeutils-kcalc.install |   22 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:48:46 UTC (rev 162629)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:49:15 UTC (rev 162630)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
-sha1sums=('1cd17605bcf2cb0c23084a9f28d2ba27f299ba81')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcalc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 162629, 
kdeutils-kcalc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:49:15 UTC (rev 162630)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcalc
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
+sha1sums=('5ce3fcd0150ca63e184bdef8b9ed562c81360811')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kcalc.install
===
--- kde-unstable-i686/kdeutils-kcalc.install2012-06-27 13:48:46 UTC (rev 
162629)
+++ kde-unstable-i686/kdeutils-kcalc.install2012-06-27 13:49:15 UTC (rev 
162630)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install (from rev 
162629, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
===
--- kde-unstable-i686/kdeutils-kcalc.install(rev 0)
+++ kde-unstable-i686/kdeutils-kcalc.install2012-06-27 13:49:15 UTC (rev 
162630)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:48:46 UTC (rev 162629)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:49:15 UTC (rev 162630)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=(

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:49:45
  Author: andrea
Revision: 162631

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD
(from rev 162630, kdeutils-kcharselect/kde-unstable/PKGBUILD)
  kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162630, kdeutils-kcharselect/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-x86_64/PKGBUILD |   64 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:49:15 UTC (rev 162630)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:49:45 UTC (rev 162631)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('e2690579109647fdb80d7ef49097d42da2138af7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 162630, 
kdeutils-kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:49:45 UTC (rev 162631)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('d0104407fd10629ac43f89de41bb55bd0f97d1d8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:49:15 UTC (rev 162630)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:49:45 UTC (rev 162631)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('e2690579109647fdb80d7ef49097d42da2138af7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162630, kdeutils-kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:49:45 UTC (rev 162631)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('d0104407fd10629ac43f89de41bb55bd0f97d1d8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  c

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:50:11
  Author: andrea
Revision: 162632

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
(from rev 162631, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
(from rev 162631, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162631, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install
(from rev 162631, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
Deleted:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install

--+
 kde-unstable-i686/PKGBUILD   |   66 ++---
 kde-unstable-i686/kdeutils-kdf.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   66 ++---
 kde-unstable-x86_64/kdeutils-kdf.install |   22 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:49:45 UTC (rev 162631)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:50:11 UTC (rev 162632)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.8.90
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/";
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
-sha1sums=('4d663d14434c729f0f2301c6e48a95cc6b22f178')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 162631, 
kdeutils-kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:50:11 UTC (rev 162632)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kdf
+pkgver=4.8.95
+pkgrel=1
+url="http://kde.org/applications/system/kdiskfree/";
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
+sha1sums=('f7907f8c85fbf3113c0e38128daf518d345f7986')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kdf.install
===
--- kde-unstable-i686/kdeutils-kdf.install  2012-06-27 13:49:45 UTC (rev 
162631)
+++ kde-unstable-i686/kdeutils-kdf.install  2012-06-27 13:50:11 UTC (rev 
162632)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 
162631, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
===
--- kde-unstable-i686/kdeutils-kdf.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kdf.install  2012-06-27 13:50:11 UTC (rev 
162632)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:49:45 UTC (rev 162631)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:50:11 UTC (rev 162632)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.8.90
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/";
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-i

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:50:38
  Author: andrea
Revision: 162633

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
(from rev 162632, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
(from rev 162632, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162632, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install
(from rev 162632, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
Deleted:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install

--+
 kde-unstable-i686/PKGBUILD   |   66 -
 kde-unstable-i686/kdeutils-kfloppy.install   |   24 -
 kde-unstable-x86_64/PKGBUILD |   66 -
 kde-unstable-x86_64/kdeutils-kfloppy.install |   24 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:50:11 UTC (rev 162632)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:50:38 UTC (rev 162633)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
-sha1sums=('15a51039b01de9a4098f900d407125eea71aeba7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kfloppy-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 162632, 
kdeutils-kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:50:38 UTC (rev 162633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kfloppy
+pkgver=4.8.95
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
+sha1sums=('2f97331fe311960c3320a9f70b8a414ffe92ef60')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kfloppy.install
===
--- kde-unstable-i686/kdeutils-kfloppy.install  2012-06-27 13:50:11 UTC (rev 
162632)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2012-06-27 13:50:38 UTC (rev 
162633)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install (from 
rev 162632, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
===
--- kde-unstable-i686/kdeutils-kfloppy.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2012-06-27 13:50:38 UTC (rev 
162633)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 13:50:11 UTC (rev 162632)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 13:50:38 UTC (rev 162633)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.8.90
-pkgrel=1
-pkgdesc='Floppy Form

  1   2   >