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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Wednesday, September 11, 2013 @ 08:15:17
  Author: bpiotrowski
Revision: 97034

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-11 06:14:52 UTC (rev 97033)
+++ community-i686/PKGBUILD 2013-09-11 06:15:17 UTC (rev 97034)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.17.1
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion (aria2 automatically installs to a temporary target 
directory)
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 97033, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-11 06:15:17 UTC (rev 97034)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.18.0
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
+sha256sums=('431aa6a1ba1cf992d5ac68c2822854a6c6991f03d025608311b5d99227fc0ab7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion (aria2 automatically installs to a temporary target 
directory)
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-11 06:14:52 UTC (rev 97033)
+++ community-x86_64/PKGBUILD   2013-09-11 06:15:17 UTC (rev 97034)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.17.1
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion (aria2 automatically installs to a temporar

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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Wednesday, September 11, 2013 @ 08:14:52
  Author: bpiotrowski
Revision: 97033

upgpkg: aria2 1.18.0-1

- new upstream release

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-11 02:13:11 UTC (rev 97032)
+++ PKGBUILD2013-09-11 06:14:52 UTC (rev 97033)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.17.1
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
 source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0')
+sha256sums=('431aa6a1ba1cf992d5ac68c2822854a6c6991f03d025608311b5d99227fc0ab7')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 07:36:23
  Author: andrea
Revision: 194228

Add kdebindings-kross-python as optdepends (FS#35817)

Modified:
  kdesdk-lokalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-11 05:27:40 UTC (rev 194227)
+++ PKGBUILD2013-09-11 05:36:23 UTC (rev 194228)
@@ -11,7 +11,8 @@
 groups=('kde' 'kdesdk')
 depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
 makedepends=('cmake' 'automoc4')
-optdepends=('translate-toolkit: enable extra python script')
+optdepends=('translate-toolkit: enable extra scripts'
+'kdebindings-kross-python: enable python scripts')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz";
 'fix-python2-path.patch')
@@ -19,12 +20,13 @@
   '07db42bbcae402c292eebf002e549b04162621c5')
 
 prepare() {
+  mkdir build
+
   cd lokalize-${pkgver}
   patch -p2 -i "${srcdir}"/fix-python2-path.patch
 }
 
 build() {
-  mkdir build
   cd build
   cmake ../lokalize-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \



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

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 07:27:40
  Author: andrea
Revision: 194227

calligra-tools -> calligra-extras

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-11 02:06:50 UTC (rev 194226)
+++ PKGBUILD2013-09-11 05:27:40 UTC (rev 194227)
@@ -90,7 +90,7 @@
   pkgdesc="Create scalable vector drawings"
   depends=('calligra-libs' 'kdebase-runtime' 'pstoedit')
   optdepends=('calligra-filters: import/export filters'
-  'calligra-tools: extra calligra tools')
+  'calligra-extras: extra calligra tools')
   conflicts=('koffice-karbon' 'koffice-karbon-doc' 'calligra-karbon-doc')
   replaces=('koffice-karbon' 'koffice-karbon-doc' 'calligra-karbon-doc')
   install=calligra-karbon.install
@@ -162,7 +162,7 @@
   depends=('calligra-libs' 'gsl' 'kdebase-runtime')
   optdepends=('calligra-filters: import/export filters'
   'calligra-plugins: extra calligra plugins'
-  'calligra-tools: extra calligra tools')
+  'calligra-extras: extra calligra tools')
   conflicts=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 
'calligra-tables')
   replaces=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 
'calligra-tables')
   install=calligra-sheets.install
@@ -176,7 +176,7 @@
 package_calligra-words() {
   pkgdesc="Word Processor"
   depends=('calligra-plugins' 'kdegraphics-okular')
-  optdepends=('calligra-tools: extra calligra tools')
+  optdepends=('calligra-extras: extra calligra tools')
   conflicts=('koffice-kword')
   replaces=('koffice-kword')
   install=calligra-words.install



[arch-commits] Commit in kmess/trunk (PKGBUILD fix-crash-in-contactlistmodel.patch)

2013-09-10 Thread Balló György
Date: Wednesday, September 11, 2013 @ 04:12:51
  Author: bgyorgy
Revision: 97031

upgpkg: kmess 2.0.6.2-4

Fix crash in ContactListModel (FS#32402)

Added:
  kmess/trunk/fix-crash-in-contactlistmodel.patch
Modified:
  kmess/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 fix-crash-in-contactlistmodel.patch |   29 +
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-11 01:28:37 UTC (rev 97030)
+++ PKGBUILD2013-09-11 02:12:51 UTC (rev 97031)
@@ -5,7 +5,7 @@
 
 pkgname=kmess
 pkgver=2.0.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A MSN Messenger client for Linux"
 arch=('i686' 'x86_64')
 url='http://kmess.sourceforge.net/'
@@ -15,9 +15,11 @@
 optdepends=('cabextract: provides winks support')
 install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";
-giflib-5.0.patch)
+giflib-5.0.patch
+fix-crash-in-contactlistmodel.patch)
 md5sums=('a2e57911713308bef81b9347135cc5dd'
- '97734b073bf4a45ed3612d7626541cee')
+ '97734b073bf4a45ed3612d7626541cee'
+ 'fdfe837f4bd64a5123edc63019bd5cf2')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,6 +28,9 @@
   find -name '*.png' -exec optipng -quiet -force -fix {} +
 
   patch -Np1 -i ../giflib-5.0.patch
+
+  # Fix crash in ContactListModel (FS#32402)
+  patch -Np1 -i ../fix-crash-in-contactlistmodel.patch
 }
 
 build() {

Added: fix-crash-in-contactlistmodel.patch
===
--- fix-crash-in-contactlistmodel.patch (rev 0)
+++ fix-crash-in-contactlistmodel.patch 2013-09-11 02:12:51 UTC (rev 97031)
@@ -0,0 +1,29 @@
+commit e10ebb8bd33cf807e2edfa56c465b40f3237102e
+Author: Ruben Vandamme 
+Date:   Sun Jul 8 10:56:37 2012 +0200
+
+Fix crash in ContactListModel.
+
+* Individually delete every child instead of using qDeleteAll.
+* Crash only happens in combination with Qt 4.8.
+* See https://bugs.kde.org/show_bug.cgi?id=285951 for similar issue in 
Amarok.
+* See https://bugreports.qt-project.org/browse/QTBUG-22037 for Qt report.
+* Many thanks to Bob ("badjar" on kmess.org/board) for providing the fix.
+
+diff --git a/src/model/contactlistmodelitem.cpp 
b/src/model/contactlistmodelitem.cpp
+index 462d555..ac5a6ca 100644
+--- a/src/model/contactlistmodelitem.cpp
 b/src/model/contactlistmodelitem.cpp
+@@ -79,7 +79,11 @@ ContactListModelItem::ContactListModelItem( Group *group, 
ContactListModelItem *
+  */
+ ContactListModelItem::~ContactListModelItem()
+ {
+-  qDeleteAll( childItems_ );
++  while( !childItems_.isEmpty() )
++  {
++delete childItems_.takeFirst();
++  }
++
+   childItems_.clear();
+ 
+   // Delete this item from the parent's children



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

2013-09-10 Thread Balló György
Date: Wednesday, September 11, 2013 @ 04:13:11
  Author: bgyorgy
Revision: 97032

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

Added:
  kmess/repos/community-i686/PKGBUILD
(from rev 97031, kmess/trunk/PKGBUILD)
  kmess/repos/community-i686/fix-crash-in-contactlistmodel.patch
(from rev 97031, kmess/trunk/fix-crash-in-contactlistmodel.patch)
  kmess/repos/community-i686/giflib-5.0.patch
(from rev 97031, kmess/trunk/giflib-5.0.patch)
  kmess/repos/community-i686/kmess.install
(from rev 97031, kmess/trunk/kmess.install)
  kmess/repos/community-x86_64/PKGBUILD
(from rev 97031, kmess/trunk/PKGBUILD)
  kmess/repos/community-x86_64/fix-crash-in-contactlistmodel.patch
(from rev 97031, kmess/trunk/fix-crash-in-contactlistmodel.patch)
  kmess/repos/community-x86_64/giflib-5.0.patch
(from rev 97031, kmess/trunk/giflib-5.0.patch)
  kmess/repos/community-x86_64/kmess.install
(from rev 97031, kmess/trunk/kmess.install)
Deleted:
  kmess/repos/community-i686/PKGBUILD
  kmess/repos/community-i686/giflib-5.0.patch
  kmess/repos/community-i686/kmess.install
  kmess/repos/community-x86_64/PKGBUILD
  kmess/repos/community-x86_64/giflib-5.0.patch
  kmess/repos/community-x86_64/kmess.install

--+
 /PKGBUILD|   98 +
 /giflib-5.0.patch|  170 +
 /kmess.install   |   22 ++
 community-i686/PKGBUILD  |   44 
 community-i686/fix-crash-in-contactlistmodel.patch   |   29 ++
 community-i686/giflib-5.0.patch  |   85 
 community-i686/kmess.install |   11 -
 community-x86_64/PKGBUILD|   44 
 community-x86_64/fix-crash-in-contactlistmodel.patch |   29 ++
 community-x86_64/giflib-5.0.patch|   85 
 community-x86_64/kmess.install   |   11 -
 11 files changed, 348 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-11 02:12:51 UTC (rev 97031)
+++ community-i686/PKGBUILD 2013-09-11 02:13:11 UTC (rev 97032)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mateusz Herych 
-# Contributor: Stefano Zamprogno 
-
-pkgname=kmess
-pkgver=2.0.6.2
-pkgrel=3
-pkgdesc="A MSN Messenger client for Linux"
-arch=('i686' 'x86_64')
-url='http://kmess.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-lib')
-makedepends=('automoc4' 'cmake' 'optipng')
-optdepends=('cabextract: provides winks support')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";
-giflib-5.0.patch)
-md5sums=('a2e57911713308bef81b9347135cc5dd'
- '97734b073bf4a45ed3612d7626541cee')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix invalid PNG images to work with libpng 1.6
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  patch -Np1 -i ../giflib-5.0.patch
-}
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmess/repos/community-i686/PKGBUILD (from rev 97031, 
kmess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-11 02:13:11 UTC (rev 97032)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+# Contributor: Mateusz Herych 
+# Contributor: Stefano Zamprogno 
+
+pkgname=kmess
+pkgver=2.0.6.2
+pkgrel=4
+pkgdesc="A MSN Messenger client for Linux"
+arch=('i686' 'x86_64')
+url='http://kmess.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-lib')
+makedepends=('automoc4' 'cmake' 'optipng')
+optdepends=('cabextract: provides winks support')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2";
+giflib-5.0.patch
+fix-crash-in-contactlistmodel.patch)
+md5sums=('a2e57911713308bef81b9347135cc5dd'
+ '97734b073bf4a45ed3612d7626541cee'
+ 'fdfe837f4bd64a5123edc63019bd5cf2')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Fix invalid PNG images to work with libpng 1.6
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  patch -Np1 -i ../giflib-5.0.patch
+
+  # Fix crash in ContactListModel (FS#32402)
+  patch -Np1 -i ../fix-crash-in-contactlistmodel.patch
+}
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmess/repos/community-

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

2013-09-10 Thread Eric Bélanger
Date: Wednesday, September 11, 2013 @ 04:06:50
  Author: eric
Revision: 194226

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

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 194225, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 194225, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 194225, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 194225, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 194225, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 194225, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/01_fix_pod_file.patch
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/01_fix_pod_file.patch
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 /PKGBUILD  |  148 +++
 /wireshark-gtk.install |   24 +
 /wireshark.install |   36 
 extra-i686/01_fix_pod_file.patch   |   11 --
 extra-i686/PKGBUILD|   78 --
 extra-i686/wireshark-gtk.install   |   12 --
 extra-i686/wireshark.install   |   18 
 extra-x86_64/01_fix_pod_file.patch |   11 --
 extra-x86_64/PKGBUILD  |   78 --
 extra-x86_64/wireshark-gtk.install |   12 --
 extra-x86_64/wireshark.install |   18 
 11 files changed, 208 insertions(+), 238 deletions(-)

Deleted: extra-i686/01_fix_pod_file.patch
===
--- extra-i686/01_fix_pod_file.patch2013-09-11 02:05:42 UTC (rev 194225)
+++ extra-i686/01_fix_pod_file.patch2013-09-11 02:06:50 UTC (rev 194226)
@@ -1,11 +0,0 @@
 trunk/doc/reordercap.pod   2013/05/20 05:45:32 49435
-+++ trunk/doc/reordercap.pod   2013/05/20 14:56:18 49436
-@@ -40,6 +40,8 @@
- When the B<-n> option is used, B will not write out the output
- file if it finds that the input file is already in order.
- 
-+=back
-+
- =head1 SEE ALSO
- 
- pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), mergecap(1),

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-11 02:05:42 UTC (rev 194225)
+++ extra-i686/PKGBUILD 2013-09-11 02:06:50 UTC (rev 194226)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk3' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua51' 'python')
-url='http://www.wireshark.org/'
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-01_fix_pod_file.patch)
-sha256sums=('06499544f053cc1f73529278ede0ac210d709cada8267e81d908bd346cc0c5bc'
-'18470353d3658814b4925c7fcf07e647e1e400856cdf356555ddf105d12bdd41')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  patch -p1 <${srcdir}/01_fix_pod_file.patch
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua \
-  --with-gtk3=yes
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 
'lua51')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark"
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('gtk3' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
"${pkgdir}/usr/

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

2013-09-10 Thread Eric Bélanger
Date: Wednesday, September 11, 2013 @ 04:05:42
  Author: eric
Revision: 194225

upgpkg: wireshark 1.10.2-1

Upstream update, Clean up depends and makedepends, Update lua51 depends to lua, 
Remove unneeded paths in wireshark.install, Remove old patch

Modified:
  wireshark/trunk/PKGBUILD
  wireshark/trunk/wireshark.install
Deleted:
  wireshark/trunk/01_fix_pod_file.patch

---+
 01_fix_pod_file.patch |   11 ---
 PKGBUILD  |   26 +++---
 wireshark.install |   12 ++--
 3 files changed, 17 insertions(+), 32 deletions(-)

Deleted: 01_fix_pod_file.patch
===
--- 01_fix_pod_file.patch   2013-09-10 22:47:54 UTC (rev 194224)
+++ 01_fix_pod_file.patch   2013-09-11 02:05:42 UTC (rev 194225)
@@ -1,11 +0,0 @@
 trunk/doc/reordercap.pod   2013/05/20 05:45:32 49435
-+++ trunk/doc/reordercap.pod   2013/05/20 14:56:18 49436
-@@ -40,6 +40,8 @@
- When the B<-n> option is used, B will not write out the output
- file if it finds that the input file is already in order.
- 
-+=back
-+
- =head1 SEE ALSO
- 
- pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), mergecap(1),

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 22:47:54 UTC (rev 194224)
+++ PKGBUILD2013-09-11 02:05:42 UTC (rev 194225)
@@ -3,24 +3,20 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('bison' 'flex' 'gtk3' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua51' 'python')
+makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls'
+ 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-01_fix_pod_file.patch)
-sha256sums=('06499544f053cc1f73529278ede0ac210d709cada8267e81d908bd346cc0c5bc'
-'18470353d3658814b4925c7fcf07e647e1e400856cdf356555ddf105d12bdd41')
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('b7a83314424e13639c591de924aa240bc5f3d9cae01dde69bf858fa04b22a33d')
 
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd ${pkgbase}-${pkgver}
 
-  patch -p1 <${srcdir}/01_fix_pod_file.patch
-
   ./autogen.sh
   ./configure \
   --prefix=/usr \
@@ -33,11 +29,11 @@
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 
'lua51')
+  depends=('krb5' 'libpcap' 'bash' 'gnutls'  'glib2' 'lua')
   install=wireshark.install
   conflicts=(wireshark)
 
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd ${pkgbase}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 
@@ -47,11 +43,11 @@
   rm "${pkgdir}/usr/bin/wireshark"
 
   # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
+  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
 
   install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
   for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
+install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
   done
 }
 
@@ -62,7 +58,7 @@
   replaces=(wireshark)
   conflicts=(wireshark)
 
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd ${pkgbase}-${pkgver}
 
   install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
   for d in 16 32 48; do

Modified: wireshark.install
===
--- wireshark.install   2013-09-10 22:47:54 UTC (rev 194224)
+++ wireshark.install   2013-09-11 02:05:42 UTC (rev 194225)
@@ -1,18 +1,18 @@
 post_install() {
-/usr/bin/getent group wireshark >/dev/null 2>&1 ||  usr/sbin/groupadd -g 
150 wireshark &>/dev/null
+getent group wireshark >/dev/null 2>&1 ||  groupadd -g 150 wireshark 
&>/dev/null
 
-/usr/bin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
+setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
 echo "NOTE: To run wireshark as normal user you have to add yourself into 
wireshark group"
 }
 
 post_upgrade() {
-/usr/bin/getent group wireshark >/dev/null 2>&1 ||  usr/sbin/groupadd -g 
150 wireshark &>/dev/null
+getent group wireshark >/dev/null 2>&1 ||  groupadd -g 150 wireshark 
&>/dev/null
 
-/usr/bin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
+setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
 }
 
 post_remove() {
-if /usr/bin/getent group wireshark >/dev/null 2>&1; then
-/usr/sbin/groupdel wireshark
+if getent 

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

2013-09-10 Thread Balló György
Date: Wednesday, September 11, 2013 @ 03:28:29
  Author: bgyorgy
Revision: 97029

upgpkg: ttf-inconsolata 20090215-4

- Move OTF file to /usr/share/fonts/OTF (FS#31828)
- Add fontconfig file (FS#32489)

Added:
  ttf-inconsolata/trunk/75-ttf-inconsolata.conf
Modified:
  ttf-inconsolata/trunk/PKGBUILD
  ttf-inconsolata/trunk/ttf-inconsolata.install

-+
 75-ttf-inconsolata.conf |1 +
 PKGBUILD|7 +--
 ttf-inconsolata.install |9 +++--
 3 files changed, 13 insertions(+), 4 deletions(-)

Added: 75-ttf-inconsolata.conf
===
(Binary files differ)

Index: ttf-inconsolata/trunk/75-ttf-inconsolata.conf
===
--- 75-ttf-inconsolata.conf 2013-09-10 21:06:49 UTC (rev 97028)
+++ 75-ttf-inconsolata.conf 2013-09-11 01:28:29 UTC (rev 97029)

Property changes on: ttf-inconsolata/trunk/75-ttf-inconsolata.conf
___
Added: svn:mime-type
## -0,0 +1 ##
+application/xml
\ No newline at end of property
Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 21:06:49 UTC (rev 97028)
+++ PKGBUILD2013-09-11 01:28:29 UTC (rev 97029)
@@ -3,7 +3,7 @@
 
 pkgname=ttf-inconsolata
 pkgver=20090215
-pkgrel=3
+pkgrel=4
 pkgdesc="Monospace font for pretty code listings and for the terminal"
 arch=('any')
 url="http://levien.com/type/myfonts/inconsolata.html";
@@ -10,12 +10,15 @@
 license=('custom:OFL')
 depends=('fontconfig' 'xorg-font-utils')
 source=('http://levien.com/type/myfonts/Inconsolata.otf'
+   '75-ttf-inconsolata.conf'
'OFL.txt')
 install=${pkgname}.install
 md5sums=('0fbe014c1f0fb5e3c71140ff0dc63edf'
+ '36fde7a83dc4f9d76f25242b761b46b8'
  '6ed93967ff0dc6dd9c8d31c17f817a06')
  
 package() {
-  install -Dm644 ${srcdir}/Inconsolata.otf 
${pkgdir}/usr/share/fonts/TTF/ttf-inconsolata.otf
+  install -Dm644 ${srcdir}/Inconsolata.otf 
${pkgdir}/usr/share/fonts/OTF/Inconsolata.otf
+  install -Dm644 ${srcdir}/75-ttf-inconsolata.conf 
${pkgdir}/etc/fonts/conf.avail/75-ttf-inconsolata.conf
   install -Dm644 ${srcdir}/OFL.txt 
${pkgdir}/usr/share/licenses/ttf-inconsolata/OFL.txt
 }

Modified: ttf-inconsolata.install
===
--- ttf-inconsolata.install 2013-09-10 21:06:49 UTC (rev 97028)
+++ ttf-inconsolata.install 2013-09-11 01:28:29 UTC (rev 97029)
@@ -1,13 +1,18 @@
 post_install() {
   echo -n "Updating font cache... "
   fc-cache -f > /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
+  mkfontscale /usr/share/fonts/OTF
+  mkfontdir /usr/share/fonts/OTF
   echo "done."
 }
 
 post_upgrade() {
   post_install
+
+  if [ "$(vercmp 20090215-4 "$2")" -eq 1 ]; then
+mkfontscale /usr/share/fonts/TTF
+mkfontdir /usr/share/fonts/TTF
+  fi
 }
 
 post_remove() {



[arch-commits] Commit in ttf-inconsolata/repos/community-any (7 files)

2013-09-10 Thread Balló György
Date: Wednesday, September 11, 2013 @ 03:28:37
  Author: bgyorgy
Revision: 97030

archrelease: copy trunk to community-any

Added:
  ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf
(from rev 97029, ttf-inconsolata/trunk/75-ttf-inconsolata.conf)
  ttf-inconsolata/repos/community-any/OFL.txt
(from rev 97029, ttf-inconsolata/trunk/OFL.txt)
  ttf-inconsolata/repos/community-any/PKGBUILD
(from rev 97029, ttf-inconsolata/trunk/PKGBUILD)
  ttf-inconsolata/repos/community-any/ttf-inconsolata.install
(from rev 97029, ttf-inconsolata/trunk/ttf-inconsolata.install)
Deleted:
  ttf-inconsolata/repos/community-any/OFL.txt
  ttf-inconsolata/repos/community-any/PKGBUILD
  ttf-inconsolata/repos/community-any/ttf-inconsolata.install

-+
 OFL.txt |  194 +++---
 PKGBUILD|   45 +-
 ttf-inconsolata.install |   35 
 3 files changed, 141 insertions(+), 133 deletions(-)

Copied: ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf (from rev 
97029, ttf-inconsolata/trunk/75-ttf-inconsolata.conf)
===
(Binary files differ)

Deleted: OFL.txt
===
--- OFL.txt 2013-09-11 01:28:29 UTC (rev 97029)
+++ OFL.txt 2013-09-11 01:28:37 UTC (rev 97030)
@@ -1,97 +0,0 @@
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  ().
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-

-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part 

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

2013-09-10 Thread Sergej Pupykin
Date: Tuesday, September 10, 2013 @ 17:53:57
  Author: spupykin
Revision: 97025

upgpkg: prosody 0.9.1-1

upd

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:59:22 UTC (rev 97024)
+++ PKGBUILD2013-09-10 15:53:57 UTC (rev 97025)
@@ -5,8 +5,8 @@
 # Contributor: Timothée Ravier 
 
 pkgname=prosody
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('i686' 'x86_64')
 url="http://prosody.im/";
@@ -28,6 +28,12 @@
 '1b461d860b584c09ba4c16300a245f2580f1d0b74d774ae7567b7aac0f249587'
 '3f5cc5db2cfe74c4edf91f60e692e04c3504025e893d0880114d52728a2c4bc4'
 '16fbfb54bf21bb73ce9d9acacb60d47f237c35e842c5a00f1153f72f0d2f7f6b')
+sha256sums=('6cdea6fd6027bec621f7995709ca825a29aa5e066b321bfbb7785925c9f32cd5'
+'SKIP'
+'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
+'db37b1b6bcd648f264164c5db5e754fc077671c74df6079c101384e146f4d6da'
+'3f5cc5db2cfe74c4edf91f60e692e04c3504025e893d0880114d52728a2c4bc4'
+'16fbfb54bf21bb73ce9d9acacb60d47f237c35e842c5a00f1153f72f0d2f7f6b')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2013-09-10 Thread Sergej Pupykin
Date: Tuesday, September 10, 2013 @ 17:54:28
  Author: spupykin
Revision: 97026

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

Added:
  prosody/repos/community-i686/ChangeLog
(from rev 97025, prosody/trunk/ChangeLog)
  prosody/repos/community-i686/PKGBUILD
(from rev 97025, prosody/trunk/PKGBUILD)
  prosody/repos/community-i686/fix-config.patch
(from rev 97025, prosody/trunk/fix-config.patch)
  prosody/repos/community-i686/prosody.install
(from rev 97025, prosody/trunk/prosody.install)
  prosody/repos/community-i686/prosody.logrotated
(from rev 97025, prosody/trunk/prosody.logrotated)
  prosody/repos/community-i686/prosody.service
(from rev 97025, prosody/trunk/prosody.service)
  prosody/repos/community-i686/prosody.tmpfile.d
(from rev 97025, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/ChangeLog
(from rev 97025, prosody/trunk/ChangeLog)
  prosody/repos/community-x86_64/PKGBUILD
(from rev 97025, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/fix-config.patch
(from rev 97025, prosody/trunk/fix-config.patch)
  prosody/repos/community-x86_64/prosody.install
(from rev 97025, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 97025, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 97025, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 97025, prosody/trunk/prosody.tmpfile.d)
Deleted:
  prosody/repos/community-i686/ChangeLog
  prosody/repos/community-i686/PKGBUILD
  prosody/repos/community-i686/fix-config.patch
  prosody/repos/community-i686/prosody.install
  prosody/repos/community-i686/prosody.logrotated
  prosody/repos/community-i686/prosody.service
  prosody/repos/community-i686/prosody.tmpfile.d
  prosody/repos/community-x86_64/ChangeLog
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/fix-config.patch
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d

-+
 /ChangeLog  |  796 ++
 /PKGBUILD   |  144 ++
 /fix-config.patch   |   68 ++
 /prosody.install|   76 +++
 /prosody.logrotated |   18 
 /prosody.service|   26 +
 /prosody.tmpfile.d  |2 
 community-i686/ChangeLog|  398 -
 community-i686/PKGBUILD |   59 --
 community-i686/fix-config.patch |   34 -
 community-i686/prosody.install  |   38 -
 community-i686/prosody.logrotated   |9 
 community-i686/prosody.service  |   13 
 community-i686/prosody.tmpfile.d|1 
 community-x86_64/ChangeLog  |  398 -
 community-x86_64/PKGBUILD   |   59 --
 community-x86_64/fix-config.patch   |   34 -
 community-x86_64/prosody.install|   38 -
 community-x86_64/prosody.logrotated |9 
 community-x86_64/prosody.service|   13 
 community-x86_64/prosody.tmpfile.d  |1 
 21 files changed, 1130 insertions(+), 1104 deletions(-)

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


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

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 00:47:54
  Author: andrea
Revision: 194224

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

Added:
  kdebase/repos/extra-i686/PKGBUILD
(from rev 194223, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 194223, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 194223, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-i686/kdebase.install
(from rev 194223, kdebase/trunk/kdebase.install)
  kdebase/repos/extra-i686/kdebug-324511.patch
(from rev 194223, kdebase/trunk/kdebug-324511.patch)
  kdebase/repos/extra-x86_64/PKGBUILD
(from rev 194223, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 194223, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 194223, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-x86_64/kdebase.install
(from rev 194223, kdebase/trunk/kdebase.install)
  kdebase/repos/extra-x86_64/kdebug-324511.patch
(from rev 194223, kdebase/trunk/kdebug-324511.patch)
Deleted:
  kdebase/repos/extra-i686/PKGBUILD
  kdebase/repos/extra-i686/kdebase-dolphin.install
  kdebase/repos/extra-i686/kdebase-konqueror.install
  kdebase/repos/extra-i686/kdebase.install
  kdebase/repos/extra-x86_64/PKGBUILD
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
  kdebase/repos/extra-x86_64/kdebase.install

+
 /PKGBUILD  |  264 +++
 /kdebase-dolphin.install   |   22 ++
 /kdebase-konqueror.install |   24 ++
 /kdebase.install   |   22 ++
 extra-i686/PKGBUILD|  125 --
 extra-i686/kdebase-dolphin.install |   11 -
 extra-i686/kdebase-konqueror.install   |   12 -
 extra-i686/kdebase.install |   11 -
 extra-i686/kdebug-324511.patch |   25 ++
 extra-x86_64/PKGBUILD  |  125 --
 extra-x86_64/kdebase-dolphin.install   |   11 -
 extra-x86_64/kdebase-konqueror.install |   12 -
 extra-x86_64/kdebase.install   |   11 -
 extra-x86_64/kdebug-324511.patch   |   25 ++
 14 files changed, 382 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 22:40:15 UTC (rev 194223)
+++ extra-i686/PKGBUILD 2013-09-10 22:47:54 UTC (rev 194224)
@@ -1,125 +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.11.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('a8781b2d7d431024cd5355a1e57d387d5945e12f')
-
-build() {
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
-'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
-'kdemultimedia-mplayerthumbs: thumbnailers for video files'
-'kdesdk-thumbnailers: thumbnailers for development files'
-'icoutils: thumbnailers for MS files'
-   '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-k

[arch-commits] Commit in kdeplasma-addons/trunk (PKGBUILD kdebug-324661.patch)

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 00:37:20
  Author: andrea
Revision: 194221

upgpkg: kdeplasma-addons 4.11.1-2

Fix broken launchers in icontasks (FS#36853)

Added:
  kdeplasma-addons/trunk/kdebug-324661.patch
Modified:
  kdeplasma-addons/trunk/PKGBUILD

-+
 PKGBUILD|   16 +++---
 kdebug-324661.patch |   76 ++
 2 files changed, 88 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 22:36:09 UTC (rev 194220)
+++ PKGBUILD2013-09-10 22:37:20 UTC (rev 194221)
@@ -78,7 +78,7 @@
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
 pkgver=4.11.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdeplasma-addons'
 license=('GPL' 'LGPL')
@@ -85,11 +85,19 @@
 groups=('kde' 'kdeplasma-addons')
 makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen'
  'scim' 'qwt' 'boost' 'libkexiv2' 'ibus' 'qoauth' 'mesa')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('ac6cc243fe0bacce77b9286269dde9b342eb5ddd')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
+'kdebug-324661.patch')
+sha1sums=('ac6cc243fe0bacce77b9286269dde9b342eb5ddd'
+  'fc274d87f7e39cde2c19570b6e38666b95050a9d')
 
+prepare() {
+  mkdir build
+
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i "${srcdir}"/kdebug-324661.patch
+}
+
 build() {
-   mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \

Added: kdebug-324661.patch
===
--- kdebug-324661.patch (rev 0)
+++ kdebug-324661.patch 2013-09-10 22:37:20 UTC (rev 194221)
@@ -0,0 +1,76 @@
+commit 7c3011e0a6459c00cf9d06d74da3a32f87f1a2f6
+Author: Eike Hein 
+Date:   Mon Sep 9 23:12:45 2013 +0200
+
+Spin the event loop before destroying the menu.
+
+This allows the menu implementation to complete toggling the
+launcher before the instance is destroyed. It's extremely un-
+fortunate that the library currently requires this careful
+handling; see e944d7ae in kde-workspace for a note on what
+needs to be cleaned up there.
+
+BUG:324661
+
+diff --git a/applets/icontasks/windowtaskitem.cpp 
b/applets/icontasks/windowtaskitem.cpp
+index 970c19f..61b39ef 100644
+--- a/applets/icontasks/windowtaskitem.cpp
 b/applets/icontasks/windowtaskitem.cpp
+@@ -406,17 +406,18 @@ void WindowTaskItem::showContextMenu(const QPoint &pos, 
bool showAppMenu)
+ actionList.append(configAction);
+ }
+ 
+-TaskManager::BasicMenu menu(0, m_task.data(), &m_applet->groupManager(), 
actionList, showAppMenu ? getAppMenu() : QList ());
+-menu.adjustSize();
++TaskManager::BasicMenu * menu = new TaskManager::BasicMenu(0, 
m_task.data(), &m_applet->groupManager(), actionList, showAppMenu ? 
getAppMenu() : QList ());
++menu->adjustSize();
+ 
+ if (m_applet->formFactor() != Plasma::Vertical) {
+-menu.setMinimumWidth(size().width());
++menu->setMinimumWidth(size().width());
+ }
+ 
+ Q_ASSERT(m_applet->containment());
+ Q_ASSERT(m_applet->containment()->corona());
+ stopWindowHoverEffect();
+-menu.exec(pos.isNull() ? 
m_applet->containment()->corona()->popupPosition(this, menu.size()) : pos);
++menu->exec(pos.isNull() ? 
m_applet->containment()->corona()->popupPosition(this, menu->size()) : pos);
++menu->deleteLater();
+ delete a;
+ }
+ 
+commit b56d1552e9a8f8efe8fb8fd641126e78627c61a9
+Author: Eike Hein 
+Date:   Mon Sep 9 23:33:30 2013 +0200
+
+Fix it for non-running items too.
+
+BUG:324661
+
+diff --git a/applets/icontasks/applauncheritem.cpp 
b/applets/icontasks/applauncheritem.cpp
+index b5f646c..f721b5a 100644
+--- a/applets/icontasks/applauncheritem.cpp
 b/applets/icontasks/applauncheritem.cpp
+@@ -100,17 +100,18 @@ void 
AppLauncherItem::contextMenuEvent(QGraphicsSceneContextMenuEvent *e)
+ actionList.append(configAction);
+ }
+ 
+-TaskManager::BasicMenu menu(0, m_launcher, &m_applet->groupManager(), 
actionList, getAppMenu());
+-menu.adjustSize();
++TaskManager::BasicMenu *menu = new TaskManager::BasicMenu(0, m_launcher, 
&m_applet->groupManager(), actionList, getAppMenu());
++menu->adjustSize();
+ 
+ if (m_applet->formFactor() != Plasma::Vertical) {
+-menu.setMinimumWidth(size().width());
++menu->setMinimumWidth(size().width());
+ }
+ 
+ Q_ASSERT(m_applet->containment());
+ Q_ASSERT(m_applet->containment()->corona());
+ stopWindowHoverEffect();
+-menu.exec(m_applet->containment()->corona()->popupPosition(this, 
menu.size()));
++menu->exec(m_applet->containment()->corona()->popupPosition(this, 
menu->size()

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

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 00:40:15
  Author: andrea
Revision: 194223

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

Added:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
(from rev 194222, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-i686/kdebug-324661.patch
(from rev 194222, kdeplasma-addons/trunk/kdebug-324661.patch)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
(from rev 194222, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
(from rev 194222, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
(from rev 194222, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-x86_64/kdebug-324661.patch
(from rev 194222, kdeplasma-addons/trunk/kdebug-324661.patch)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 194222, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install
(from rev 194222, kdeplasma-addons/trunk/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install

+
 /PKGBUILD  | 1304 +++
 /kdeplasma-addons-applets-lancelot.install |   24 
 /kdeplasma-addons.install  |   22 
 extra-i686/PKGBUILD|  644 ---
 extra-i686/kdebug-324661.patch |   76 
 extra-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 extra-i686/kdeplasma-addons.install|   11 
 extra-x86_64/PKGBUILD  |  644 ---
 extra-x86_64/kdebug-324661.patch   |   76 
 extra-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 extra-x86_64/kdeplasma-addons.install  |   11 
 11 files changed, 1502 insertions(+), 1334 deletions(-)

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


[arch-commits] Commit in kdebase/trunk (PKGBUILD kdebug-324511.patch)

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 00:37:57
  Author: andrea
Revision: 194222

Fix bookmarks not shown in toolbar
(FS#36852)

Added:
  kdebase/trunk/kdebug-324511.patch
Modified:
  kdebase/trunk/PKGBUILD

-+
 PKGBUILD|   17 -
 kdebug-324511.patch |   25 +
 2 files changed, 37 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 22:37:20 UTC (rev 194221)
+++ PKGBUILD2013-09-10 22:37:57 UTC (rev 194222)
@@ -13,18 +13,25 @@
  'kdebase-lib'
  'kdebase-plasma')
 pkgver=4.11.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('a8781b2d7d431024cd5355a1e57d387d5945e12f')
+source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";
+'kdebug-324511.patch')
+sha1sums=('a8781b2d7d431024cd5355a1e57d387d5945e12f'
+  'ff32bee8ef0ee154f1885fa4cd91a6754d980343')
 
+prepare() {
+  mkdir build
+
+  cd kde-baseapps-${pkgver}
+  patch -p1 -i "${srcdir}"/kdebug-324511.patch
+}
+
 build() {
-   cd ${srcdir}
-   mkdir build
cd build
cmake ../kde-baseapps-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \

Added: kdebug-324511.patch
===
--- kdebug-324511.patch (rev 0)
+++ kdebug-324511.patch 2013-09-10 22:37:57 UTC (rev 194222)
@@ -0,0 +1,25 @@
+commit 43a981481ab9161a83dd200db39c093e2502f68a
+Author: Bernd Buschinski 
+Date:   Wed Sep 4 16:23:35 2013 +0200
+
+Fix toplevel bookmarks not showing in toolbar
+regression from d1963e23
+
+diff --git a/konqueror/src/konqbookmarkbar.cpp 
b/konqueror/src/konqbookmarkbar.cpp
+index 2141575..199e15f 100644
+--- a/konqueror/src/konqbookmarkbar.cpp
 b/konqueror/src/konqbookmarkbar.cpp
+@@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup 
& parent)
+ 
+ if (!bm.isGroup())
+ {
+-  if ( bm.isSeparator() )
++if ( bm.isSeparator() )
++{
+ if (m_toolBar) {
+ m_toolBar->addSeparator();
+ }
++}
+ else
+ {
+ KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );



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

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 00:36:09
  Author: andrea
Revision: 194220

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

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 194219, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 194219, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/extra-i686/kdebug-324470.patch
(from rev 194219, kdebase-runtime/trunk/kdebug-324470.patch)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 194219, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 194219, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/kdebug-324470.patch
(from rev 194219, kdebase-runtime/trunk/kdebug-324470.patch)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install

--+
 /PKGBUILD|  112 +
 /kdebase-runtime.install |   26 +++
 extra-i686/PKGBUILD  |   51 ---
 extra-i686/kdebase-runtime.install   |   13 ---
 extra-i686/kdebug-324470.patch   |   49 ++
 extra-x86_64/PKGBUILD|   51 ---
 extra-x86_64/kdebase-runtime.install |   13 ---
 extra-x86_64/kdebug-324470.patch |   49 ++
 8 files changed, 236 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 22:35:14 UTC (rev 194219)
+++ extra-i686/PKGBUILD 2013-09-10 22:36:09 UTC (rev 194220)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=4.11.1
-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=("kdelibs>=${pkgver}" 'kactivities' 'smbclient' 'libssh' 'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager')
-optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace'
-'htdig: to build the search index in the KHelpCenter'
-'rarian: needed by KHelpCenter')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('3457ffdbd1921bc6bc78cd8a9a463822d515b079')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "${pkgdir}"/usr/share/icons/hicolor/index.theme
-
-  ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
-
-  # FS#36668
-  chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 194219, 
kdebase-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 22:36:09 UTC (rev 194220)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=4.11.1
+pkgrel=2
+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=("kdelibs>=${pkgver}" 'kactivities' 'smbclient' 'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";
+'kdebug-324470.patch')
+sha1sums=('3457ffdbd1921bc6bc78cd8a9a463822d515b079'
+  '80db2d34f9e62dbea5d7e94b7bef93d2cf46f6d7')
+
+prepare() {
+  mkdir build
+
+  cd kde-runtime-${pkgver}
+  patch -p1 -i "${srcdir}"/kdebug-324470.patch
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-D

[arch-commits] Commit in kdebase-runtime/trunk (PKGBUILD kdebug-324470.patch)

2013-09-10 Thread Andrea Scarpino
Date: Wednesday, September 11, 2013 @ 00:35:14
  Author: andrea
Revision: 194219

upgpkg: kdebase-runtime 4.11.1-2

Fix Minimize/maximize by clicking taskbar entries requires double click 
(FS#36854)

Added:
  kdebase-runtime/trunk/kdebug-324470.patch
Modified:
  kdebase-runtime/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 kdebug-324470.patch |   49 +
 2 files changed, 57 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 16:08:34 UTC (rev 194218)
+++ PKGBUILD2013-09-10 22:35:14 UTC (rev 194219)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -18,11 +18,16 @@
 'htdig: to build the search index in the KHelpCenter'
 'rarian: needed by KHelpCenter')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('3457ffdbd1921bc6bc78cd8a9a463822d515b079')
+source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";
+'kdebug-324470.patch')
+sha1sums=('3457ffdbd1921bc6bc78cd8a9a463822d515b079'
+  '80db2d34f9e62dbea5d7e94b7bef93d2cf46f6d7')
 
 prepare() {
   mkdir build
+
+  cd kde-runtime-${pkgver}
+  patch -p1 -i "${srcdir}"/kdebug-324470.patch
 }
 
 build() {

Added: kdebug-324470.patch
===
--- kdebug-324470.patch (rev 0)
+++ kdebug-324470.patch 2013-09-10 22:35:14 UTC (rev 194219)
@@ -0,0 +1,49 @@
+commit be1a5d484c70f4f6a383150810afbfbb367db2ac
+Author: Eike Hein 
+Date:   Tue Sep 3 20:29:23 2013 +0200
+
+Discard the recorded events in the item-local handlers.
+
+Solves problems with identical events being ignored due to
+QGraphicsView's reuse of QGraphicsSceneMouseEvent instances.
+
+CCMAIL:rdie...@fedoraproject.org
+BUG:324470
+BUG:324471
+
+diff --git 
a/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp 
b/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp
+index b534845..36530e0 100644
+--- a/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp
 b/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp
+@@ -90,6 +90,7 @@ bool MouseEventListener::containsMouse() const
+ void MouseEventListener::mousePressEvent(QGraphicsSceneMouseEvent *me)
+ {
+ if (m_lastEvent == me) {
++m_lastEvent = 0;
+ return;
+ }
+ 
+@@ -112,6 +113,7 @@ void 
MouseEventListener::mousePressEvent(QGraphicsSceneMouseEvent *me)
+ void MouseEventListener::mouseMoveEvent(QGraphicsSceneMouseEvent *me)
+ {
+ if (m_lastEvent == me) {
++m_lastEvent = 0;
+ return;
+ }
+ 
+@@ -122,6 +124,7 @@ void 
MouseEventListener::mouseMoveEvent(QGraphicsSceneMouseEvent *me)
+ void MouseEventListener::mouseReleaseEvent(QGraphicsSceneMouseEvent *me)
+ {
+ if (m_lastEvent == me) {
++m_lastEvent = 0;
+ return;
+ }
+ 
+@@ -138,6 +141,7 @@ void 
MouseEventListener::mouseReleaseEvent(QGraphicsSceneMouseEvent *me)
+ void MouseEventListener::wheelEvent(QGraphicsSceneWheelEvent *we)
+ {
+ if (m_lastEvent == we) {
++m_lastEvent = 0;
+ return;
+ }
+ 



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

2013-09-10 Thread Eric Bélanger
Date: Tuesday, September 10, 2013 @ 23:06:49
  Author: eric
Revision: 97028

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 97027, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-10 21:05:59 UTC (rev 97027)
+++ PKGBUILD2013-09-10 21:06:49 UTC (rev 97028)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.09.07
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('a6e54de9329ee7b06dc114b63fe74d9c9d697c01'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 97027, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-10 21:06:49 UTC (rev 97028)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.09.10
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('04dfa711258d54738a33dc56b8389bb03b787002'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-09-10 Thread Eric Bélanger
Date: Tuesday, September 10, 2013 @ 23:05:59
  Author: eric
Revision: 97027

upgpkg: youtube-dl 2013.09.10-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 15:54:28 UTC (rev 97026)
+++ PKGBUILD2013-09-10 21:05:59 UTC (rev 97027)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.09.07
+pkgver=2013.09.10
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -11,8 +11,9 @@
 depends=('python')
 makedepends=('python-setuptools')
 optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('a6e54de9329ee7b06dc114b63fe74d9c9d697c01'
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('04dfa711258d54738a33dc56b8389bb03b787002'
   'SKIP')
 
 prepare() {



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 17:50:04
  Author: bpiotrowski
Revision: 194214

upgpkg: flashplugin 11.2.202.310-1

- new upstream release

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 15:28:33 UTC (rev 194213)
+++ PKGBUILD2013-09-10 15:50:04 UTC (rev 194214)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.297
+pkgver=11.2.202.310
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -21,7 +21,7 @@
 
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
 mms.cfg)
-md5sums=('686fc9363d94213460f389581ca7ba3b'
+md5sums=('26ca132fa0e20f78c5d80e0c33fa6d81'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ "$CARCH" = "x86_64" ]; then
@@ -28,7 +28,7 @@
 
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
 mms.cfg)
-md5sums=('9685134de6de24ca9ebd40f14e2ebb01'
+md5sums=('34b436d5c9c4e681bd619a6efad84148'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 17:50:17
  Author: bpiotrowski
Revision: 194215

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

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

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

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

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 194214, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 15:50:17 UTC (rev 194215)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.310
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('li

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 18:04:50
  Author: andrea
Revision: 194216

upgpkg: telepathy-gabble 0.18.1-1

Upstream relase

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 15:50:17 UTC (rev 194215)
+++ PKGBUILD2013-09-10 16:04:50 UTC (rev 194216)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro 
 # Contributor: Rodrigo L. M. Flores 
 pkgname=telepathy-gabble
-pkgver=0.17.5
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('57d7778e58f82a43dba1311cece0d4e3')
+md5sums=('a5384758df829b80d47fbc8a672609ad')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 18:04:59
  Author: andrea
Revision: 194217

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 194216, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 194216, telepathy-gabble/trunk/telepathy-gabble.install)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 194216, telepathy-gabble/trunk/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 194216, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install

---+
 /PKGBUILD |   62 
 /telepathy-gabble.install |   26 +
 extra-i686/PKGBUILD   |   31 
 extra-i686/telepathy-gabble.install   |   13 --
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/telepathy-gabble.install |   13 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 16:04:50 UTC (rev 194216)
+++ extra-i686/PKGBUILD 2013-09-10 16:04:59 UTC (rev 194217)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Daniel Balieiro 
-# Contributor: Rodrigo L. M. Flores 
-pkgname=telepathy-gabble
-pkgver=0.17.5
-pkgrel=1
-pkgdesc="A Jabber/XMPP connection manager for Telepathy"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org";
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
-makedepends=('libxslt' 'python2')
-options=('!libtool' '!emptydirs')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-install=telepathy-gabble.install
-md5sums=('57d7778e58f82a43dba1311cece0d4e3')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 194216, 
telepathy-gabble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 16:04:59 UTC (rev 194217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Daniel Balieiro 
+# Contributor: Rodrigo L. M. Flores 
+pkgname=telepathy-gabble
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org";
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('a5384758df829b80d47fbc8a672609ad')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2013-09-10 16:04:50 UTC (rev 194216)
+++ extra-i686/telepathy-gabble.install 2013-09-10 16:04:59 UTC (rev 194217)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 2>&1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
194216, telepathy-gabble/trunk/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2013-09-10 16:04:59 UTC (rev 194217)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 16:04:50 UTC (rev 194216)
+++ extra-x86_64/PKGBUILD   2013-09-10 16:04:59 UTC (rev 194217)
@@ -1,31 +0

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

2013-09-10 Thread Pierre Schmitz
Date: Tuesday, September 10, 2013 @ 17:28:33
  Author: pierre
Revision: 194213

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

Added:
  php-xcache/repos/extra-i686/PKGBUILD
(from rev 194212, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-i686/xcache.ini
(from rev 194212, php-xcache/trunk/xcache.ini)
  php-xcache/repos/extra-x86_64/PKGBUILD
(from rev 194212, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-x86_64/xcache.ini
(from rev 194212, php-xcache/trunk/xcache.ini)
Deleted:
  php-xcache/repos/extra-i686/PKGBUILD
  php-xcache/repos/extra-i686/xcache.ini
  php-xcache/repos/extra-x86_64/PKGBUILD
  php-xcache/repos/extra-x86_64/xcache.ini

-+
 /PKGBUILD   |   86 ++
 /xcache.ini |6 +++
 extra-i686/PKGBUILD |   43 ---
 extra-i686/xcache.ini   |3 -
 extra-x86_64/PKGBUILD   |   43 ---
 extra-x86_64/xcache.ini |3 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 15:28:25 UTC (rev 194212)
+++ extra-i686/PKGBUILD 2013-09-10 15:28:33 UTC (rev 194213)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=3.1.0dev
-_svnrev=1341
-pkgrel=12
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-makedepends=('subversion')
-license=('custom')
-source=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}"
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('SKIP'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
-   cd $srcdir/xcache-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  printf "n\n" | make test
-#  echo
-# }
-
-package() {
-   cd $srcdir/xcache-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-
-   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
-
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
-
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}

Copied: php-xcache/repos/extra-i686/PKGBUILD (from rev 194212, 
php-xcache/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 15:28:33 UTC (rev 194213)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-xcache
+pkgver=3.1.0dev
+_svnrev=1368
+pkgrel=13
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+makedepends=('subversion')
+license=('custom')
+source=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}"
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('SKIP'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  printf "n\n" | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Deleted: extra-i686/xcache.ini
===
--- extra-i686/xcache.ini   2013-09-10 15:28:25 UTC (rev 194212)
+++ extra-i686/xcache.ini   2013-09-10 15:28:33 UTC (rev 194213)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/extra-i686/xcache.ini (from rev 194212, 
php-xcache/trunk/xcache.ini)
===
--- extra-i686/xcache.ini   (rev 0)
+++ extra-i686/xcache.ini   2013-09-10 15:28:33 UTC (rev 194213)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 15:28:25 UTC (rev 194212)
+++ extra-x86_64/PKGBUILD   2013-09-10 15:28:33 UTC (rev 194213)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-xcache
-pkgver=3.1.0dev
-_svnrev=1341
-pkgrel=12
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-makedepends=('subversion')
-license=('custom')
-source=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}"
-'xcache.ini')
-ba

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

2013-09-10 Thread Pierre Schmitz
Date: Tuesday, September 10, 2013 @ 17:28:25
  Author: pierre
Revision: 194212

upgpkg: php-xcache 3.1.0dev-13

Modified:
  php-xcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:40:23 UTC (rev 194211)
+++ PKGBUILD2013-09-10 15:28:25 UTC (rev 194212)
@@ -3,8 +3,8 @@
 
 pkgname=php-xcache
 pkgver=3.1.0dev
-_svnrev=1341
-pkgrel=12
+_svnrev=1368
+pkgrel=13
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'



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

2013-09-10 Thread Felix Yan
Date: Tuesday, September 10, 2013 @ 16:59:22
  Author: fyan
Revision: 97024

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

Added:
  ibus-kkc/repos/community-i686/PKGBUILD
(from rev 97023, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-x86_64/PKGBUILD
(from rev 97023, ibus-kkc/trunk/PKGBUILD)
Deleted:
  ibus-kkc/repos/community-i686/PKGBUILD
  ibus-kkc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-10 14:57:25 UTC (rev 97023)
+++ community-i686/PKGBUILD 2013-09-10 14:59:22 UTC (rev 97024)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgname=ibus-kkc
-pkgver=1.5.16
-pkgrel=1
-pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc";
-license=('GPL')
-options=(!libtool)
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('e4106f4e40c5de807489f7c27b730dc7f29db6c89c30207d797e1bcced75a195fedd9ae48a5c70821d7357a2b2fad66748f75c74d959f3cdea9444bd1305e267')

Copied: ibus-kkc/repos/community-i686/PKGBUILD (from rev 97023, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-10 14:59:22 UTC (rev 97024)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgname=ibus-kkc
+pkgver=1.5.17
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc";
+license=('GPL')
+options=(!libtool)
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('74b8518aa0f0f04aa81a964ce99d6647fda1ea58fae72a6734067f3c59a4806cdd8eb06df1f1825af556dcbbce182ce89dfa4d1c7d5955c2c7c730d6abc859a4')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-10 14:57:25 UTC (rev 97023)
+++ community-x86_64/PKGBUILD   2013-09-10 14:59:22 UTC (rev 97024)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgname=ibus-kkc
-pkgver=1.5.16
-pkgrel=1
-pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc";
-license=('GPL')
-options=(!libtool)
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('e4106f4e40c5de807489f7c27b730dc7f29db6c89c30207d797e1bcced75a195fedd9ae48a5c70821d7357a2b2fad66748f75c74d959f3cdea9444bd1305e267')

Copied: ibus-kkc/repos/community-x86_64/PKGBUILD (from rev 97023, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-10 14:59:22 UTC (rev 97024)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgname=ibus-kkc
+pkgver=1.5.17
+pkgrel=1
+pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc";
+license=('GPL')
+options=(!libtool)
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('74b8518aa0f0f04aa81a964ce99d6647fda1ea58fae72a6734067f3c59a4806cdd8eb06df1f1825af556dcbbce182ce89dfa4d1c7d5955c2c7c730d6abc

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

2013-09-10 Thread Felix Yan
Date: Tuesday, September 10, 2013 @ 16:57:25
  Author: fyan
Revision: 97023

upgpkg: ibus-kkc 1.5.17-1

Modified:
  ibus-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:32:02 UTC (rev 97022)
+++ PKGBUILD2013-09-10 14:57:25 UTC (rev 97023)
@@ -2,7 +2,7 @@
 # Contributor: ponsfoot 
 
 pkgname=ibus-kkc
-pkgver=1.5.16
+pkgver=1.5.17
 pkgrel=1
 pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   make DESTDIR="$pkgdir" install
 }
 
-sha512sums=('e4106f4e40c5de807489f7c27b730dc7f29db6c89c30207d797e1bcced75a195fedd9ae48a5c70821d7357a2b2fad66748f75c74d959f3cdea9444bd1305e267')
+sha512sums=('74b8518aa0f0f04aa81a964ce99d6647fda1ea58fae72a6734067f3c59a4806cdd8eb06df1f1825af556dcbbce182ce89dfa4d1c7d5955c2c7c730d6abc859a4')



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:40:08
  Author: bpiotrowski
Revision: 194210

upgpkg: libzrtpcpp 2.3.4-1

- new upstream release

Modified:
  libzrtpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:36:48 UTC (rev 194209)
+++ PKGBUILD2013-09-10 14:40:08 UTC (rev 194210)
@@ -5,7 +5,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=libzrtpcpp
-pkgver=2.3.2
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('ccrtp')
 makedepends=('cmake')
 source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('b5f0a72252785862133e9cbc9cbbd3f8'
+md5sums=('3aac59472c5649736e24de30080e2efd'
  'SKIP')
 
 prepare() {



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:40:23
  Author: bpiotrowski
Revision: 194211

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 14:40:08 UTC (rev 194210)
+++ extra-i686/PKGBUILD 2013-09-10 14:40:23 UTC (rev 194211)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: Michel Brabants 
-
-pkgname=libzrtpcpp
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
-arch=('i686' 'x86_64')
-url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
-license=('GPL3')
-depends=('ccrtp')
-makedepends=('cmake')
-source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('b5f0a72252785862133e9cbc9cbbd3f8'
- 'SKIP')
-
-prepare() {
-  sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libzrtpcpp/repos/extra-i686/PKGBUILD (from rev 194210, 
libzrtpcpp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 14:40:23 UTC (rev 194211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Michel Brabants 
+
+pkgname=libzrtpcpp
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
+arch=('i686' 'x86_64')
+url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
+license=('GPL3')
+depends=('ccrtp')
+makedepends=('cmake')
+source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3aac59472c5649736e24de30080e2efd'
+ 'SKIP')
+
+prepare() {
+  sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 14:40:08 UTC (rev 194210)
+++ extra-x86_64/PKGBUILD   2013-09-10 14:40:23 UTC (rev 194211)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: Michel Brabants 
-
-pkgname=libzrtpcpp
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
-arch=('i686' 'x86_64')
-url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
-license=('GPL3')
-depends=('ccrtp')
-makedepends=('cmake')
-source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('b5f0a72252785862133e9cbc9cbbd3f8'
- 'SKIP')
-
-prepare() {
-  sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libzrtpcpp/repos/extra-x86_64/PKGBUILD (from rev 194210, 
libzrtpcpp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 14:40:23 UTC (rev 194211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Michel Brabants 
+
+pkgname=libzrtpcpp
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
+arch=('i686' 'x86_64')
+url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
+license=('GPL3')
+depends=('ccrtp')
+makedepends=('cmake')
+source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3aac59472c5649736e24de30080e2efd'
+ 'SKIP')
+
+prepare() {
+  sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pk

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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:36:48
  Author: bpiotrowski
Revision: 194209

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 14:36:35 UTC (rev 194208)
+++ extra-i686/PKGBUILD 2013-09-10 14:36:48 UTC (rev 194209)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=ucommon
-pkgver=6.0.5
-pkgrel=1
-pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
-arch=('i686' 'x86_64')
-url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('afbcf89264e9c96dccf4104bab52a9c0'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 194208, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 14:36:48 UTC (rev 194209)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=ucommon
+pkgver=6.0.7
+pkgrel=1
+pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+arch=('i686' 'x86_64')
+url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+options=('!libtool')
+source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('0774a0315beac7b26ec75d44d925f208'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 14:36:35 UTC (rev 194208)
+++ extra-x86_64/PKGBUILD   2013-09-10 14:36:48 UTC (rev 194209)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=ucommon
-pkgver=6.0.5
-pkgrel=1
-pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
-arch=('i686' 'x86_64')
-url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('afbcf89264e9c96dccf4104bab52a9c0'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 194208, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 14:36:48 UTC (rev 194209)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=ucommon
+pkgver=6.0.7
+pkgrel=1
+pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+arch=('i686' 'x86_64')
+url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+options=('!libtool')
+source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('0774a0315beac7b26ec75d44d925f208'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:36:35
  Author: bpiotrowski
Revision: 194208

upgpkg: ucommon 6.0.7-1

- new upstream release

Modified:
  ucommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:31:24 UTC (rev 194207)
+++ PKGBUILD2013-09-10 14:36:35 UTC (rev 194208)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=ucommon
-pkgver=6.0.5
+pkgver=6.0.7
 pkgrel=1
 pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('openssl')
 options=('!libtool')
 source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('afbcf89264e9c96dccf4104bab52a9c0'
+md5sums=('0774a0315beac7b26ec75d44d925f208'
  'SKIP')
 
 build() {



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:26:57
  Author: bpiotrowski
Revision: 97020

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

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

+
 /PKGBUILD  |   76 +++
 /libfm.install |   30 +++
 community-i686/PKGBUILD|   38 ---
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   38 ---
 community-x86_64/libfm.install |   15 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-10 14:26:41 UTC (rev 97019)
+++ community-i686/PKGBUILD 2013-09-10 14:26:57 UTC (rev 97020)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-options=('!libtool')
-install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('c09072e26b9688a7d171843c0da9b33f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-udisks \
---with-gnu-ld 
-  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Temporary fix to FS#32361
-  rm "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 97019, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-10 14:26:57 UTC (rev 97020)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.2.2
+pkgrel=1
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+options=('!libtool')
+install=libfm.install
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('ea3d09b23ef4c37cb84ae57ea16b8f08')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-udisks \
+--with-gnu-ld 
+  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Temporary fix to FS#32361
+  rm "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2013-09-10 14:26:41 UTC (rev 97019)
+++ community-i686/libfm.install2013-09-10 14:26:57 UTC (rev 97020)
@@ -1,15 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime > /dev/null
-  update-desktop-database -q
-  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-

Copied: libfm/repos/community-i686/libfm.install (from rev 97019, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-09-10 14:26:57 UTC (rev 97020)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database /usr/share/mime > /dev/null
+  update-desktop-database -q
+  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-10 14:26:41 UTC (rev 97019)
+++ community-x86_64/PKGBUILD   2013-09-10 14:26:57 UTC (rev 97020)
@@ -

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

2013-09-10 Thread Tobias Powalowski
Date: Tuesday, September 10, 2013 @ 16:24:25
  Author: tpowa
Revision: 194205

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

Added:
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 194204, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 194204, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 194204, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 194204, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 194204, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 194204, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 194204, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 194204, gummiboot/trunk/loader.conf)
Deleted:
  gummiboot/repos/testing-i686/PKGBUILD
  gummiboot/repos/testing-i686/arch.conf
  gummiboot/repos/testing-i686/gummiboot.install
  gummiboot/repos/testing-i686/loader.conf
  gummiboot/repos/testing-x86_64/PKGBUILD
  gummiboot/repos/testing-x86_64/arch.conf
  gummiboot/repos/testing-x86_64/gummiboot.install
  gummiboot/repos/testing-x86_64/loader.conf

--+
 /PKGBUILD|   90 +
 /arch.conf   |   14 +
 /gummiboot.install   |   26 ++
 /loader.conf |4 +
 testing-i686/PKGBUILD|   45 --
 testing-i686/arch.conf   |7 --
 testing-i686/gummiboot.install   |   13 -
 testing-i686/loader.conf |2 
 testing-x86_64/PKGBUILD  |   45 --
 testing-x86_64/arch.conf |7 --
 testing-x86_64/gummiboot.install |   13 -
 testing-x86_64/loader.conf   |2 
 12 files changed, 134 insertions(+), 134 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-09-10 14:24:09 UTC (rev 194204)
+++ testing-i686/PKGBUILD   2013-09-10 14:24:25 UTC (rev 194205)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
-# Contributor:  Mantas Mikulėnas 
-
-pkgname="gummiboot"
-pkgver="36"
-pkgrel="1"
-pkgdesc="Simple text-mode UEFI Boot Manager"
-url="http://freedesktop.org/wiki/Software/gummiboot";
-arch=('x86_64' 'i686')
-license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip' '!makeflags')
-source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
-'loader.conf'
-'arch.conf')
-install="gummiboot.install"
-md5sums=('SKIP'
- '6ea803e5179d623716e3be0b636de658'
- '82bda9612e3a361a74cf8de2a0134b15')
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   ./autogen.sh
-   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
-   
-   make
-}
-
-package() {
-   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
-   install -D -m0644 "${srcdir}/loader.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
-   install -D -m0644 "${srcdir}/arch.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
-
-   cd ${srcdir}/${pkgname}
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 194204, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-10 14:24:25 UTC (rev 194205)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor:  Mantas Mikulėnas 
+
+pkgname="gummiboot"
+pkgver="37"
+pkgrel="1"
+pkgdesc="Simple text-mode UEFI Boot Manager"
+url="http://freedesktop.org/wiki/Software/gummiboot";
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
+'loader.conf'
+'arch.conf')
+install="gummiboot.install"
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-in

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

2013-09-10 Thread Tobias Powalowski
Date: Tuesday, September 10, 2013 @ 16:24:09
  Author: tpowa
Revision: 194204

upgpkg: gummiboot 37-1

bump to latest version

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:07:21 UTC (rev 194203)
+++ PKGBUILD2013-09-10 14:24:09 UTC (rev 194204)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas 
 
 pkgname="gummiboot"
-pkgver="36"
+pkgver="37"
 pkgrel="1"
 pkgdesc="Simple text-mode UEFI Boot Manager"
 url="http://freedesktop.org/wiki/Software/gummiboot";
@@ -21,9 +21,6 @@
 'loader.conf'
 'arch.conf')
 install="gummiboot.install"
-md5sums=('SKIP'
- '6ea803e5179d623716e3be0b636de658'
- '82bda9612e3a361a74cf8de2a0134b15')
 
 build() {
cd ${srcdir}/${pkgname}
@@ -43,3 +40,6 @@
 
make DESTDIR="${pkgdir}" install
 }
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:32:02
  Author: bpiotrowski
Revision: 97022

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

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

--+
 /PKGBUILD|   68 +
 /pcmanfm.install |   22 +++
 community-i686/PKGBUILD  |   33 -
 community-i686/pcmanfm.install   |   11 -
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/pcmanfm.install |   11 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-10 14:31:51 UTC (rev 97021)
+++ community-i686/PKGBUILD 2013-09-10 14:32:02 UTC (rev 97022)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="An extremely fast and lightweight file manager"
-arch=('i686' 'x86_64')
-url="http://pcmanfm.sourceforge.net/";
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool' 'pkgconfig')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --sysconfdir=/etc --prefix=/usr 
-  make LDFLAGS+=' -lm'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install 
-
-  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 97021, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-10 14:32:02 UTC (rev 97022)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=pcmanfm
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="An extremely fast and lightweight file manager"
+arch=('i686' 'x86_64')
+url="http://pcmanfm.sourceforge.net/";
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
+md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --sysconfdir=/etc --prefix=/usr 
+  make LDFLAGS+=' -lm'
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install 
+
+  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2013-09-10 14:31:51 UTC (rev 97021)
+++ community-i686/pcmanfm.install  2013-09-10 14:32:02 UTC (rev 97022)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 97021, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2013-09-10 14:32:02 UTC (rev 97022)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-10 14:31:51 UTC (rev 97021)
+++ community-x86_64/PKGBUILD   2013-09-10 14:32:02 UTC (rev 97022)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="An extremely fast and lightweight

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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:31:51
  Author: bpiotrowski
Revision: 97021

upgpkg: pcmanfm 1.1.2-2

- rebuild against libfm 1.1.2.2

Modified:
  pcmanfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:26:57 UTC (rev 97020)
+++ PKGBUILD2013-09-10 14:31:51 UTC (rev 97021)
@@ -6,7 +6,7 @@
 
 pkgname=pcmanfm
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An extremely fast and lightweight file manager"
 arch=('i686' 'x86_64')
 url="http://pcmanfm.sourceforge.net/";



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

2013-09-10 Thread Dan McGee
Date: Tuesday, September 10, 2013 @ 16:31:24
  Author: dan
Revision: 194207

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

Added:
  postgresql/repos/testing-i686/PKGBUILD
(from rev 194206, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-i686/postgresql-check-db-dir
(from rev 194206, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-i686/postgresql-run-socket.patch
(from rev 194206, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-i686/postgresql.install
(from rev 194206, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-i686/postgresql.logrotate
(from rev 194206, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-i686/postgresql.pam
(from rev 194206, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-i686/postgresql.service
(from rev 194206, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-i686/postgresql.tmpfiles.conf
(from rev 194206, postgresql/trunk/postgresql.tmpfiles.conf)
  postgresql/repos/testing-x86_64/PKGBUILD
(from rev 194206, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
(from rev 194206, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
(from rev 194206, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-x86_64/postgresql.install
(from rev 194206, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-x86_64/postgresql.logrotate
(from rev 194206, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-x86_64/postgresql.pam
(from rev 194206, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-x86_64/postgresql.service
(from rev 194206, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-x86_64/postgresql.tmpfiles.conf
(from rev 194206, postgresql/trunk/postgresql.tmpfiles.conf)
Deleted:
  postgresql/repos/testing-i686/PKGBUILD
  postgresql/repos/testing-i686/postgresql-check-db-dir
  postgresql/repos/testing-i686/postgresql-run-socket.patch
  postgresql/repos/testing-i686/postgresql.install
  postgresql/repos/testing-i686/postgresql.logrotate
  postgresql/repos/testing-i686/postgresql.pam
  postgresql/repos/testing-i686/postgresql.service
  postgresql/repos/testing-i686/postgresql.tmpfiles.conf
  postgresql/repos/testing-x86_64/PKGBUILD
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
  postgresql/repos/testing-x86_64/postgresql.install
  postgresql/repos/testing-x86_64/postgresql.logrotate
  postgresql/repos/testing-x86_64/postgresql.pam
  postgresql/repos/testing-x86_64/postgresql.service
  postgresql/repos/testing-x86_64/postgresql.tmpfiles.conf

+
 /PKGBUILD  |  320 +++
 /postgresql-check-db-dir   |   98 
 /postgresql-run-socket.patch   |   24 ++
 /postgresql.install|   70 +
 /postgresql.logrotate  |8 
 /postgresql.pam|6 
 /postgresql.service|   52 
 /postgresql.tmpfiles.conf  |2 
 testing-i686/PKGBUILD  |  154 
 testing-i686/postgresql-check-db-dir   |   49 
 testing-i686/postgresql-run-socket.patch   |   12 -
 testing-i686/postgresql.install|   35 --
 testing-i686/postgresql.logrotate  |4 
 testing-i686/postgresql.pam|3 
 testing-i686/postgresql.service|   26 --
 testing-i686/postgresql.tmpfiles.conf  |1 
 testing-x86_64/PKGBUILD|  154 
 testing-x86_64/postgresql-check-db-dir |   49 
 testing-x86_64/postgresql-run-socket.patch |   12 -
 testing-x86_64/postgresql.install  |   35 --
 testing-x86_64/postgresql.logrotate|4 
 testing-x86_64/postgresql.pam  |3 
 testing-x86_64/postgresql.service  |   26 --
 testing-x86_64/postgresql.tmpfiles.conf|1 
 24 files changed, 580 insertions(+), 568 deletions(-)

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


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

2013-09-10 Thread Dan McGee
Date: Tuesday, September 10, 2013 @ 16:30:59
  Author: dan
Revision: 194206

upgpkg: postgresql 9.3.0-2

Implement FS#30980

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:24:25 UTC (rev 194205)
+++ PKGBUILD2013-09-10 14:30:59 UTC (rev 194206)
@@ -64,11 +64,14 @@
   install -D -m644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/postgresql-libs/LICENSE"
 
   # install libs
-  for dir in src/interfaces src/bin/pg_config src/bin/psql; do
+  for dir in src/interfaces src/bin/pg_config src/bin/psql src/bin/pg_dump; do
 make -C ${dir} DESTDIR="${pkgdir}" install
   done
 
   install -D -m644 doc/src/sgml/man1/pg_config.1 
"${pkgdir}/usr/share/man/man1/pg_config.1"
+  install -D -m644 doc/src/sgml/man1/pg_dump.1 
"${pkgdir}/usr/share/man/man1/pg_dump.1"
+  install -D -m644 doc/src/sgml/man1/pg_dumpall.1 
"${pkgdir}/usr/share/man/man1/pg_dumpall.1"
+  install -D -m644 doc/src/sgml/man1/pg_restore.1 
"${pkgdir}/usr/share/man/man1/pg_restore.1"
   install -D -m644 doc/src/sgml/man1/psql.1 
"${pkgdir}/usr/share/man/man1/psql.1"
 
   cd src/include
@@ -124,10 +127,13 @@
   make -C doc/src/sgml DESTDIR="${pkgdir}" install-man
 
   # we don't want these, they are in the -libs package
-  for dir in src/interfaces src/bin/pg_config src/bin/psql; do
+  for dir in src/interfaces src/bin/pg_config src/bin/psql src/bin/pg_dump; do
 make -C ${dir} DESTDIR="${pkgdir}" uninstall
   done
   rm "${pkgdir}/usr/share/man/man1/pg_config.1"
+  rm "${pkgdir}/usr/share/man/man1/pg_dump.1"
+  rm "${pkgdir}/usr/share/man/man1/pg_dumpall.1"
+  rm "${pkgdir}/usr/share/man/man1/pg_restore.1"
   rm "${pkgdir}/usr/share/man/man1/psql.1"
 
   # install license



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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:26:41
  Author: bpiotrowski
Revision: 97019

upgpkg: libfm 1.1.2.2-1

- new upstream release

Modified:
  libfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 13:41:22 UTC (rev 97018)
+++ PKGBUILD2013-09-10 14:26:41 UTC (rev 97019)
@@ -5,7 +5,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=libfm
-pkgver=1.1.2
+pkgver=1.1.2.2
 pkgrel=1
 pkgdesc='Library for file management'
 url='http://pcmanfm.sourceforge.net/'
@@ -17,7 +17,7 @@
 depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('c09072e26b9688a7d171843c0da9b33f')
+md5sums=('ea3d09b23ef4c37cb84ae57ea16b8f08')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 16:07:21
  Author: andrea
Revision: 194203

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

Added:
  libkscreen/repos/extra-i686/PKGBUILD
(from rev 194202, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/extra-x86_64/PKGBUILD
(from rev 194202, libkscreen/trunk/PKGBUILD)
Deleted:
  libkscreen/repos/extra-i686/PKGBUILD
  libkscreen/repos/extra-i686/kdebug-324625.patch
  libkscreen/repos/extra-x86_64/PKGBUILD
  libkscreen/repos/extra-x86_64/kdebug-324625.patch

--+
 /PKGBUILD|   66 +
 extra-i686/PKGBUILD  |   38 ---
 extra-i686/kdebug-324625.patch   |  184 -
 extra-x86_64/PKGBUILD|   38 ---
 extra-x86_64/kdebug-324625.patch |  184 -
 5 files changed, 66 insertions(+), 444 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 14:07:04 UTC (rev 194202)
+++ extra-i686/PKGBUILD 2013-09-10 14:07:21 UTC (rev 194203)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: birdflesh 
-
-pkgname=libkscreen
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="KDE's screen management library"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/libkscreen'
-license=('GPL')
-depends=('kdelibs' 'qjson')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
-'kdebug-324625.patch')
-md5sums=('52aeaf2d987bffd05b111e89b445bd00'
- '2f670035b94c6d61c4a3d1c4230db4b5')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/kdebug-324625.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 194202, 
libkscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 14:07:21 UTC (rev 194203)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: birdflesh 
+
+pkgname=libkscreen
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="KDE's screen management library"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('52aeaf2d987bffd05b111e89b445bd00')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdebug-324625.patch
===
--- extra-i686/kdebug-324625.patch  2013-09-10 14:07:04 UTC (rev 194202)
+++ extra-i686/kdebug-324625.patch  2013-09-10 14:07:21 UTC (rev 194203)
@@ -1,184 +0,0 @@
-From: Dan Vrátil 
-Date: Mon, 09 Sep 2013 16:43:56 +
-Subject: Refresh modes when currentModeId points to unknown mode
-X-Git-Url: 
http://quickgit.kde.org/?p=libkscreen.git&a=commitdiff&h=1d9ac012e857036bb8814cc84c9cf10bb57ca40c

-Refresh modes when currentModeId points to unknown mode
-
-Sometimes drivers insert or remove modes, so when currentModeId points to a 
mode
-that we don't have cached, we must refresh the local cache.
-
-This also fixes a crash that occured when currentModeId would be pointing to a
-mode that we don't have (even after refreshing modes)
-
-REVIEW: 112604
-BUG: 323107
-BUG: 324625
-FIXED-IN: 1.0.2

-
-
 a/backends/xrandr/xrandrconfig.cpp
-+++ b/backends/xrandr/xrandrconfig.cpp
-@@ -163,31 +163,54 @@
- }
- 
- XRandRMode* currentMode = currentOutput->currentMode();
--Q_ASSERT_X(currentMode, "applyKScreenConfig", "currentOutput has 
returned a null XRandRMode*");
--
--QSize size = currentMode->size();
--
--int x, y;
--
--//TODO: Move this code within libkscreen
--y = currentOutput->position().y();
--if (currentOutput->isHorizontal()) {
--y += size.height();
-+
-+// Current output mode can be unlisted - when output size changes to a
-+// resolution that is not listed by xrandr, in some cases the driver 
will
-+// dynamically create a new mode, so we just need to update the list
-+// of modes and try to get a mode matching currentModeId again.
-+// In some cases however re-reading modes from xrandr won't help - in 
that
-+// case we fallback to doing nothing
-+if (!currentMode) {
-+

[arch-commits] Commit in libkscreen/trunk (PKGBUILD kdebug-324625.patch)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 16:07:04
  Author: andrea
Revision: 194202

upgpkg: libkscreen 1.0.1-3

Patch causes more regressions

Modified:
  libkscreen/trunk/PKGBUILD
Deleted:
  libkscreen/trunk/kdebug-324625.patch

-+
 PKGBUILD|   11 --
 kdebug-324625.patch |  184 --
 2 files changed, 3 insertions(+), 192 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 13:44:49 UTC (rev 194201)
+++ PKGBUILD2013-09-10 14:07:04 UTC (rev 194202)
@@ -4,7 +4,7 @@
 
 pkgname=libkscreen
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE's screen management library"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/libkscreen'
@@ -11,16 +11,11 @@
 license=('GPL')
 depends=('kdelibs' 'qjson')
 makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
-'kdebug-324625.patch')
-md5sums=('52aeaf2d987bffd05b111e89b445bd00'
- '2f670035b94c6d61c4a3d1c4230db4b5')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('52aeaf2d987bffd05b111e89b445bd00')
 
 prepare() {
   mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/kdebug-324625.patch
 }
 
 build() {

Deleted: kdebug-324625.patch
===
--- kdebug-324625.patch 2013-09-10 13:44:49 UTC (rev 194201)
+++ kdebug-324625.patch 2013-09-10 14:07:04 UTC (rev 194202)
@@ -1,184 +0,0 @@
-From: Dan Vrátil 
-Date: Mon, 09 Sep 2013 16:43:56 +
-Subject: Refresh modes when currentModeId points to unknown mode
-X-Git-Url: 
http://quickgit.kde.org/?p=libkscreen.git&a=commitdiff&h=1d9ac012e857036bb8814cc84c9cf10bb57ca40c

-Refresh modes when currentModeId points to unknown mode
-
-Sometimes drivers insert or remove modes, so when currentModeId points to a 
mode
-that we don't have cached, we must refresh the local cache.
-
-This also fixes a crash that occured when currentModeId would be pointing to a
-mode that we don't have (even after refreshing modes)
-
-REVIEW: 112604
-BUG: 323107
-BUG: 324625
-FIXED-IN: 1.0.2

-
-
 a/backends/xrandr/xrandrconfig.cpp
-+++ b/backends/xrandr/xrandrconfig.cpp
-@@ -163,31 +163,54 @@
- }
- 
- XRandRMode* currentMode = currentOutput->currentMode();
--Q_ASSERT_X(currentMode, "applyKScreenConfig", "currentOutput has 
returned a null XRandRMode*");
--
--QSize size = currentMode->size();
--
--int x, y;
--
--//TODO: Move this code within libkscreen
--y = currentOutput->position().y();
--if (currentOutput->isHorizontal()) {
--y += size.height();
-+
-+// Current output mode can be unlisted - when output size changes to a
-+// resolution that is not listed by xrandr, in some cases the driver 
will
-+// dynamically create a new mode, so we just need to update the list
-+// of modes and try to get a mode matching currentModeId again.
-+// In some cases however re-reading modes from xrandr won't help - in 
that
-+// case we fallback to doing nothing
-+if (!currentMode) {
-+XRROutputInfo *outputInfo = 
XRandR::XRROutput(currentOutput->id());
-+currentOutput->updateModes(outputInfo);
-+XRRFreeOutputInfo(outputInfo);
-+currentMode = currentOutput->currentMode();
-+}
-+
-+if (currentMode) {
-+const QSize size = currentMode->size();
-+int x, y;
-+
-+//TODO: Move this code within libkscreen
-+y = currentOutput->position().y();
-+if (currentOutput->isHorizontal()) {
-+y += size.height();
-+} else {
-+y += size.width();
-+}
-+
-+x = currentOutput->position().x();
-+if (currentOutput->isHorizontal()) {
-+x += size.width();
-+} else {
-+x += size.height();
-+}
-+
-+if (x > newSize.width() || y > newSize.height()) {
-+if (!toDisable.contains(output->id())) {
-+kDebug(dXndr()) << "Output doesn't fit: " << x << "x" << 
y << newSize;
-+toDisable.insert(output->id(), output);
-+}
-+}
- } else {
--y += size.width();
--}
--
--x = currentOutput->position().x();
--if (currentOutput->isHorizontal()) {
--x += size.width();
--} else {
--x += size.height();
--}
--
--if (x > newSize.width() || y > newSize.height()) {
--if (!toDisable.contains(output->id())) {
--kDebug(dXndr()) << "Output doesn't fit: " << x << "x" << y << 
newSize;
--toDisable.insert(output->id(), output);
-+   

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:07
  Author: andrea
Revision: 194184

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

Added:
  kdetoys-ktux/repos/extra-i686/PKGBUILD
(from rev 194183, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install
(from rev 194183, kdetoys-ktux/trunk/kdetoys-ktux.install)
  kdetoys-ktux/repos/extra-x86_64/PKGBUILD
(from rev 194183, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/extra-x86_64/kdetoys-ktux.install
(from rev 194183, kdetoys-ktux/trunk/kdetoys-ktux.install)
Deleted:
  kdetoys-ktux/repos/extra-i686/PKGBUILD
  kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install
  kdetoys-ktux/repos/extra-x86_64/PKGBUILD
  kdetoys-ktux/repos/extra-x86_64/kdetoys-ktux.install

---+
 /PKGBUILD |   62 
 /kdetoys-ktux.install |   22 
 extra-i686/PKGBUILD   |   31 --
 extra-i686/kdetoys-ktux.install   |   11 --
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/kdetoys-ktux.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:00 UTC (rev 194183)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:07 UTC (rev 194184)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('4f3671599c2c73808e8a25f0dbc9e221f524d12c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktux-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-ktux/repos/extra-i686/PKGBUILD (from rev 194183, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:07 UTC (rev 194184)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdetoys-ktux
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
+sha1sums=('4205ffe7267b1f290eb17280a902006c4d1b65b9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-ktux.install
===
--- extra-i686/kdetoys-ktux.install 2013-09-10 13:42:00 UTC (rev 194183)
+++ extra-i686/kdetoys-ktux.install 2013-09-10 13:42:07 UTC (rev 194184)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install (from rev 194183, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- extra-i686/kdetoys-ktux.install (rev 0)
+++ extra-i686/kdetoys-ktux.install 2013-09-10 13:42:07 UTC (rev 194184)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:00 UTC (rev 194183)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:07 UTC (rev 194184)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('4f3671599c2c73808e8a25f0dbc9e221f524d12c')
-
-build() {
-  mkdir build
-  cd bui

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:00
  Author: andrea
Revision: 194183

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

Added:
  kdetoys-kteatime/repos/extra-i686/PKGBUILD
(from rev 194182, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/extra-i686/kdetoys-kteatime.install
(from rev 194182, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
  kdetoys-kteatime/repos/extra-x86_64/PKGBUILD
(from rev 194182, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/extra-x86_64/kdetoys-kteatime.install
(from rev 194182, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
Deleted:
  kdetoys-kteatime/repos/extra-i686/PKGBUILD
  kdetoys-kteatime/repos/extra-i686/kdetoys-kteatime.install
  kdetoys-kteatime/repos/extra-x86_64/PKGBUILD
  kdetoys-kteatime/repos/extra-x86_64/kdetoys-kteatime.install

---+
 /PKGBUILD |   62 
 /kdetoys-kteatime.install |   22 +++
 extra-i686/PKGBUILD   |   31 
 extra-i686/kdetoys-kteatime.install   |   11 -
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/kdetoys-kteatime.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:41:52 UTC (rev 194182)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:00 UTC (rev 194183)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-kteatime
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
-sha1sums=('e3cccbe39e819e309a0ee6ddf5ccb1130aaa06c3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kteatime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-kteatime/repos/extra-i686/PKGBUILD (from rev 194182, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:00 UTC (rev 194183)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdetoys-kteatime
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
+sha1sums=('9bba5bcd1d891a059b40606fb4fe1c53f1cae60d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-kteatime.install
===
--- extra-i686/kdetoys-kteatime.install 2013-09-10 13:41:52 UTC (rev 194182)
+++ extra-i686/kdetoys-kteatime.install 2013-09-10 13:42:00 UTC (rev 194183)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-kteatime/repos/extra-i686/kdetoys-kteatime.install (from rev 
194182, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- extra-i686/kdetoys-kteatime.install (rev 0)
+++ extra-i686/kdetoys-kteatime.install 2013-09-10 13:42:00 UTC (rev 194183)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:41:52 UTC (rev 194182)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:00 UTC (rev 194183)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-kteatime
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
-sha1sums=('e3cccbe39e819e309a0ee6ddf5c

[arch-commits] Commit in postgresql/trunk (PKGBUILD postgresql-check-db-dir)

2013-09-10 Thread Dan McGee
Date: Tuesday, September 10, 2013 @ 15:44:49
  Author: dan
Revision: 194201

Update versions in postgresql-check-db-dir script

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql-check-db-dir

-+
 PKGBUILD|6 +++---
 postgresql-check-db-dir |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 13:44:18 UTC (rev 194200)
+++ PKGBUILD2013-09-10 13:44:49 UTC (rev 194201)
@@ -5,7 +5,7 @@
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=9.3.0
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/";
 license=('custom:PostgreSQL')
@@ -20,7 +20,7 @@
  'd28e443f9f65a5712c52018b84e27137'
  '89b48774b0dae7c37fbb0e907c3c1db8'
  '1c5a1f99e8e93776c593c468e2612985'
- '505e0e4abfc746cae9558584d471a03c')
+ 'ea7f9f914900e60835d20cb95010e63c')
 sha256sums=('784e5db7d8fd69b08ddb125c4452211e04b089516359a5cf72d292cade7c728e'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -27,7 +27,7 @@
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
 'c69b614731fdd3f4e127540814f5999f423363523c5209e252e19b1d4362ad68'
 '7e086d70e0dcaa6ce45693b4e826ce92d770192b3aff5642319b1ef279d88dc4'
-'3a3279d290f556bf7a362670e32b491794f47ed218f6b8c6acef366a3291f669')
+'b3ed31e5882e5bdf4515d488d3f2db874ff5561be3091eab29810f831038a888')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"

Modified: postgresql-check-db-dir
===
--- postgresql-check-db-dir 2013-09-10 13:44:18 UTC (rev 194200)
+++ postgresql-check-db-dir 2013-09-10 13:44:49 UTC (rev 194201)
@@ -16,9 +16,9 @@
 fi
 
 # PGMAJORVERSION is major version
-PGMAJORVERSION=9.2
+PGMAJORVERSION=9.3
 # PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades
-PREVMAJORVERSION=9.1
+PREVMAJORVERSION=9.2
 
 # Check for the PGDATA structure
 if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]
@@ -35,7 +35,7 @@
 else
 echo $"An old version of the database format was found."
 echo $"You need to dump and reload before using PostgreSQL 
$PGMAJORVERSION."
-echo $"See http://www.postgresql.org/docs/9.2/static/upgrading.html";
+echo $"See 
http://www.postgresql.org/docs/$PGMAJORVERSION/static/upgrading.html";
 exit 1
 fi
 else



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:35:52
  Author: andrea
Revision: 194142

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

Added:
  kdegraphics-kgamma/repos/extra-i686/PKGBUILD
(from rev 194141, kdegraphics-kgamma/trunk/PKGBUILD)
  kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD
(from rev 194141, kdegraphics-kgamma/trunk/PKGBUILD)
Deleted:
  kdegraphics-kgamma/repos/extra-i686/PKGBUILD
  kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:35:43 UTC (rev 194141)
+++ extra-i686/PKGBUILD 2013-09-10 13:35:52 UTC (rev 194142)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=4.11.0
-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/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('14a2f4868664a35ab3685203584fe1673257dba6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/extra-i686/PKGBUILD (from rev 194141, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:35:52 UTC (rev 194142)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=4.11.1
+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/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
+sha1sums=('706a204255586064392038a2cec8824a19cf70e3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kgamma-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:35:43 UTC (rev 194141)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:35:52 UTC (rev 194142)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=4.11.0
-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/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('14a2f4868664a35ab3685203584fe1673257dba6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD (from rev 194141, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:35:52 UTC (rev 194142)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=4.11.1
+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
+de

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:43:38
  Author: andrea
Revision: 194196

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

Added:
  kdeutils-superkaramba/repos/extra-i686/PKGBUILD
(from rev 194195, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/extra-i686/kdeutils-superkaramba.install
(from rev 194195, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
  kdeutils-superkaramba/repos/extra-x86_64/PKGBUILD
(from rev 194195, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/extra-x86_64/kdeutils-superkaramba.install
(from rev 194195, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
Deleted:
  kdeutils-superkaramba/repos/extra-i686/PKGBUILD
  kdeutils-superkaramba/repos/extra-i686/kdeutils-superkaramba.install
  kdeutils-superkaramba/repos/extra-x86_64/PKGBUILD
  kdeutils-superkaramba/repos/extra-x86_64/kdeutils-superkaramba.install

+
 /PKGBUILD  |   64 +++
 /kdeutils-superkaramba.install |   24 ++
 extra-i686/PKGBUILD|   32 -
 extra-i686/kdeutils-superkaramba.install   |   12 -
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/kdeutils-superkaramba.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:43:31 UTC (rev 194195)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:38 UTC (rev 194196)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-superkaramba
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='An engine for cool desktop eyecandy'
-url='http://kde.org/applications/utilities/superkaramba/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
-sha1sums=('125ab6827e322844b934a9606db6cd469f2136c0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../superkaramba-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-superkaramba/repos/extra-i686/PKGBUILD (from rev 194195, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:38 UTC (rev 194196)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-superkaramba
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
+sha1sums=('ff7f59fbb845081202affa9b2c34d1ab8bdc87c2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-superkaramba.install
===
--- extra-i686/kdeutils-superkaramba.install2013-09-10 13:43:31 UTC (rev 
194195)
+++ extra-i686/kdeutils-superkaramba.install2013-09-10 13:43:38 UTC (rev 
194196)
@@ -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-superkaramba/repos/extra-i686/kdeutils-superkaramba.install 
(from rev 194195, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- extra-i686/kdeutils-superkaramba.install(rev 0)
+++ extra-i686/kdeutils-superkaramba.install2013-09-10 13:43:38 UTC (rev 
194196)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:43:31 UTC (rev 194195)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:43:38 UTC (rev 194196)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:43:46
  Author: andrea
Revision: 194197

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

Added:
  kdeutils-sweeper/repos/extra-i686/PKGBUILD
(from rev 194196, kdeutils-sweeper/trunk/PKGBUILD)
  kdeutils-sweeper/repos/extra-x86_64/PKGBUILD
(from rev 194196, kdeutils-sweeper/trunk/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/extra-i686/PKGBUILD
  kdeutils-sweeper/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:43:38 UTC (rev 194196)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:46 UTC (rev 194197)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('696994b80cda4cab6fbe28cee80b0d844dd070ed')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/extra-i686/PKGBUILD (from rev 194196, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:46 UTC (rev 194197)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('72f4f3e3544abc3cd94d2fa04b286e2a0dd15f7e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:43:38 UTC (rev 194196)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:43:46 UTC (rev 194197)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('696994b80cda4cab6fbe28cee80b0d844dd070ed')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/extra-x86_64/PKGBUILD (from rev 194196, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:43:46 UTC (rev 194197)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('72f4f3e3544abc3cd94d2fa04b286e2a0dd15f7e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:44:18
  Author: andrea
Revision: 194200

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-10 13:44:00 UTC (rev 194199)
+++ PKGBUILD2013-09-10 13:44:18 UTC (rev 194200)
@@ -1,513 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-l10n
-pkgname=('kde-l10n-ar'
- 'kde-l10n-bg'
- 'kde-l10n-bs'
- 'kde-l10n-ca'
- 'kde-l10n-ca@valencia'
- 'kde-l10n-cs'
- 'kde-l10n-da'
- 'kde-l10n-de'
- 'kde-l10n-el'
- 'kde-l10n-en_gb'
- 'kde-l10n-es'
- 'kde-l10n-et'
- 'kde-l10n-eu'
- 'kde-l10n-fa'
- 'kde-l10n-fi'
- 'kde-l10n-fr'
- 'kde-l10n-ga'
- 'kde-l10n-gl'
- 'kde-l10n-he'
- 'kde-l10n-hi'
- 'kde-l10n-hr'
- 'kde-l10n-hu'
- 'kde-l10n-ia'
- 'kde-l10n-is'
- 'kde-l10n-it'
- 'kde-l10n-ja'
- 'kde-l10n-kk'
- 'kde-l10n-km'
- 'kde-l10n-ko'
- 'kde-l10n-lt'
- 'kde-l10n-lv'
- 'kde-l10n-mr'
- 'kde-l10n-nb'
- 'kde-l10n-nds'
- 'kde-l10n-nl'
- 'kde-l10n-nn'
- 'kde-l10n-pa'
- 'kde-l10n-pl'
- 'kde-l10n-pt'
- 'kde-l10n-pt_br'
- 'kde-l10n-ro'
- 'kde-l10n-ru'
- 'kde-l10n-sk'
- 'kde-l10n-sl'
- 'kde-l10n-sr'
- 'kde-l10n-sv'
- 'kde-l10n-tg'
- 'kde-l10n-tr'
- 'kde-l10n-ug'
- 'kde-l10n-uk'
- 'kde-l10n-vi'
- 'kde-l10n-wa'
- 'kde-l10n-zh_cn'
- 'kde-l10n-zh_tw')
-pkgver=4.11.0
-pkgrel=1
-arch=('any')
-url='http://www.kde.org/'
-license=('GPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ar-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bg-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-eu-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fa-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ga-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-he-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hi-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hr-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ia-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-is-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-km-${pkgver}.tar.xz";
-
"http://d

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:43:54
  Author: andrea
Revision: 194198

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

Added:
  kdewebdev/repos/extra-i686/PKGBUILD
(from rev 194197, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/extra-i686/kdewebdev-kimagemapeditor.install
(from rev 194197, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/extra-i686/kdewebdev.install
(from rev 194197, kdewebdev/trunk/kdewebdev.install)
  kdewebdev/repos/extra-x86_64/PKGBUILD
(from rev 194197, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/extra-x86_64/kdewebdev-kimagemapeditor.install
(from rev 194197, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/extra-x86_64/kdewebdev.install
(from rev 194197, kdewebdev/trunk/kdewebdev.install)
Deleted:
  kdewebdev/repos/extra-i686/PKGBUILD
  kdewebdev/repos/extra-i686/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/extra-i686/kdewebdev.install
  kdewebdev/repos/extra-x86_64/PKGBUILD
  kdewebdev/repos/extra-x86_64/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/extra-x86_64/kdewebdev.install

+
 /PKGBUILD  |  142 +++
 /kdewebdev-kimagemapeditor.install |   24 +++
 /kdewebdev.install |   22 +++
 extra-i686/PKGBUILD|   71 ---
 extra-i686/kdewebdev-kimagemapeditor.install   |   12 -
 extra-i686/kdewebdev.install   |   11 -
 extra-x86_64/PKGBUILD  |   71 ---
 extra-x86_64/kdewebdev-kimagemapeditor.install |   12 -
 extra-x86_64/kdewebdev.install |   11 -
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:43:46 UTC (rev 194197)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:54 UTC (rev 194198)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdewebdev
-pkgname=('kdewebdev-kfilereplace'
- 'kdewebdev-kimagemapeditor'
- 'kdewebdev-klinkstatus'
- 'kdewebdev-kommander')
-pkgver=4.11.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('97aa1ade44ad1ed6e607d786db7db057a4dad8d8')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdewebdev-kfilereplace() {
-   pkgdesc='Search & Replace Tool'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kfilereplace/";
-   install='kdewebdev.install'
-   cd $srcdir/build/kfilereplace
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfilereplace
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kimagemapeditor() {
-   pkgdesc='HTML Image Map Editor'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kimagemapeditor/";
-   install='kdewebdev-kimagemapeditor.install'
-   cd $srcdir/build/kimagemapeditor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kimagemapeditor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-klinkstatus() {
-   pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
-url="http://www.kde.org/applications/development/klinkstatus/";
-   install='kdewebdev.install'
-   cd $srcdir/build/klinkstatus
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/klinkstatus
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kommander() {
-   pkgdesc='Executor for Kommander dialogs'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kommander/";
-   cd $srcdir/build/kommander
-   make DESTDIR=$pkgdir install
-}

Copied: kdewebdev/repos/extra-i686/PKGBUILD (from rev 194197, 
kdewebdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:54 UTC (rev 194198)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=4.11.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdewebdev')
+makedepends=('cmak

[arch-commits] Commit in kde-wallpapers/repos/extra-any (PKGBUILD PKGBUILD)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:44:00
  Author: andrea
Revision: 194199

archrelease: copy trunk to extra-any

Added:
  kde-wallpapers/repos/extra-any/PKGBUILD
(from rev 194198, kde-wallpapers/trunk/PKGBUILD)
Deleted:
  kde-wallpapers/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-10 13:43:54 UTC (rev 194198)
+++ PKGBUILD2013-09-10 13:44:00 UTC (rev 194199)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kde-wallpapers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="A set of wallpapers for KDE"
-arch=('any')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kde-meta' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('6be0dfc8af044e1cf0d36e5d8911148394ef52c6')
-
-package() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make DESTDIR="${pkgdir}" install
-}

Copied: kde-wallpapers/repos/extra-any/PKGBUILD (from rev 194198, 
kde-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-10 13:44:00 UTC (rev 194199)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kde-wallpapers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('54d5920f51142ffe83f7a36abb0f9108f3544c3a')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+}



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:43:06
  Author: andrea
Revision: 194192

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

Added:
  kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD
(from rev 194191, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/extra-i686/kdeutils-kremotecontrol.install
(from rev 194191, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/extra-x86_64/PKGBUILD
(from rev 194191, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/extra-x86_64/kdeutils-kremotecontrol.install
(from rev 194191, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD
  kdeutils-kremotecontrol/repos/extra-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/extra-x86_64/PKGBUILD
  kdeutils-kremotecontrol/repos/extra-x86_64/kdeutils-kremotecontrol.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:59 UTC (rev 194191)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:06 UTC (rev 194192)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
-sha1sums=('4586cf32c07022f326b30249b48a8d90f0523e90')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD (from rev 194191, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:06 UTC (rev 194192)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
+sha1sums=('96460f26bb716efb72460c5282281afdba40e67f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kremotecontrol.install
===
--- extra-i686/kdeutils-kremotecontrol.install  2013-09-10 13:42:59 UTC (rev 
194191)
+++ extra-i686/kdeutils-kremotecontrol.install  2013-09-10 13:43:06 UTC (rev 
194192)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/extra-i686/kdeutils-kremotecontrol.install (from 
rev 194191, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- extra-i686/kdeutils-kremotecontrol.install  (rev 0)
+++ extra-i686/kdeutils-kremotecontrol.install  2013-09-10 13:43:06 UTC (rev 
194192)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:52
  Author: andrea
Revision: 194190

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

Added:
  kdeutils-kfloppy/repos/extra-i686/PKGBUILD
(from rev 194189, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/extra-i686/kdeutils-kfloppy.install
(from rev 194189, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/extra-x86_64/PKGBUILD
(from rev 194189, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/extra-x86_64/kdeutils-kfloppy.install
(from rev 194189, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
Deleted:
  kdeutils-kfloppy/repos/extra-i686/PKGBUILD
  kdeutils-kfloppy/repos/extra-i686/kdeutils-kfloppy.install
  kdeutils-kfloppy/repos/extra-x86_64/PKGBUILD
  kdeutils-kfloppy/repos/extra-x86_64/kdeutils-kfloppy.install

---+
 /PKGBUILD |   64 
 /kdeutils-kfloppy.install |   24 
 extra-i686/PKGBUILD   |   32 
 extra-i686/kdeutils-kfloppy.install   |   12 --
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/kdeutils-kfloppy.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:45 UTC (rev 194189)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:52 UTC (rev 194190)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.11.0
-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/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
-sha1sums=('c3abdbb0adeca3fa6aaac03b99e6eed1e545a8c2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kfloppy-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kfloppy/repos/extra-i686/PKGBUILD (from rev 194189, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:52 UTC (rev 194190)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kfloppy
+pkgver=4.11.1
+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/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
+sha1sums=('5a54a3ecfafb78e9543aba376564e4b82c292ad8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kfloppy.install
===
--- extra-i686/kdeutils-kfloppy.install 2013-09-10 13:42:45 UTC (rev 194189)
+++ extra-i686/kdeutils-kfloppy.install 2013-09-10 13:42:52 UTC (rev 194190)
@@ -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/extra-i686/kdeutils-kfloppy.install (from rev 
194189, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- extra-i686/kdeutils-kfloppy.install (rev 0)
+++ extra-i686/kdeutils-kfloppy.install 2013-09-10 13:42:52 UTC (rev 194190)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:45 UTC (rev 194189)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:52 UTC (rev 194190)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.11.0
-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')
-insta

[arch-commits] Commit in kdeutils-print-manager/repos (4 files)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:43:31
  Author: andrea
Revision: 194195

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

Added:
  kdeutils-print-manager/repos/extra-i686/PKGBUILD
(from rev 194194, kdeutils-print-manager/trunk/PKGBUILD)
  kdeutils-print-manager/repos/extra-x86_64/PKGBUILD
(from rev 194194, kdeutils-print-manager/trunk/PKGBUILD)
Deleted:
  kdeutils-print-manager/repos/extra-i686/PKGBUILD
  kdeutils-print-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:43:23 UTC (rev 194194)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:31 UTC (rev 194195)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-print-manager
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace' 'libcups')
-makedepends=('cmake' 'automoc4')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('a3c955a5746a0046609790bbd283a0fb06a27933')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeutils-print-manager/repos/extra-i686/PKGBUILD (from rev 194194, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:31 UTC (rev 194195)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-print-manager
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
+sha1sums=('d8c877d526fa6c6648aa16ce7ad5cad2b40fccd4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:43:23 UTC (rev 194194)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:43:31 UTC (rev 194195)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-print-manager
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace' 'libcups')
-makedepends=('cmake' 'automoc4')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('a3c955a5746a0046609790bbd283a0fb06a27933')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeutils-print-manager/repos/extra-x86_64/PKGBUILD (from rev 194194, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:43:31 UTC (rev 194195)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-print-manager
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:45
  Author: andrea
Revision: 194189

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

Added:
  kdeutils-kdf/repos/extra-i686/PKGBUILD
(from rev 194188, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/extra-i686/kdeutils-kdf.install
(from rev 194188, kdeutils-kdf/trunk/kdeutils-kdf.install)
  kdeutils-kdf/repos/extra-x86_64/PKGBUILD
(from rev 194188, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/extra-x86_64/kdeutils-kdf.install
(from rev 194188, kdeutils-kdf/trunk/kdeutils-kdf.install)
Deleted:
  kdeutils-kdf/repos/extra-i686/PKGBUILD
  kdeutils-kdf/repos/extra-i686/kdeutils-kdf.install
  kdeutils-kdf/repos/extra-x86_64/PKGBUILD
  kdeutils-kdf/repos/extra-x86_64/kdeutils-kdf.install

---+
 /PKGBUILD |   64 
 /kdeutils-kdf.install |   22 
 extra-i686/PKGBUILD   |   32 --
 extra-i686/kdeutils-kdf.install   |   11 --
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/kdeutils-kdf.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:37 UTC (rev 194188)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:45 UTC (rev 194189)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.11.0
-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/stable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
-sha1sums=('b571b719efdf633b72065cfa1862ad662a7d81bb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/extra-i686/PKGBUILD (from rev 194188, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:45 UTC (rev 194189)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kdf
+pkgver=4.11.1
+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/stable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
+sha1sums=('4c1986a0e4f43f94f411f15041c16d444b9b6e92')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kdf.install
===
--- extra-i686/kdeutils-kdf.install 2013-09-10 13:42:37 UTC (rev 194188)
+++ extra-i686/kdeutils-kdf.install 2013-09-10 13:42:45 UTC (rev 194189)
@@ -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/extra-i686/kdeutils-kdf.install (from rev 194188, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- extra-i686/kdeutils-kdf.install (rev 0)
+++ extra-i686/kdeutils-kdf.install 2013-09-10 13:42:45 UTC (rev 194189)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:37 UTC (rev 194188)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:45 UTC (rev 194189)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.11.0
-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/stable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
-sha1sums=('b571b719efdf633b72065cfa1862ad662a7d81bb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:43:14
  Author: andrea
Revision: 194193

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

Added:
  kdeutils-ktimer/repos/extra-i686/PKGBUILD
(from rev 194192, kdeutils-ktimer/trunk/PKGBUILD)
  kdeutils-ktimer/repos/extra-i686/kdeutils-ktimer.install
(from rev 194192, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
  kdeutils-ktimer/repos/extra-x86_64/PKGBUILD
(from rev 194192, kdeutils-ktimer/trunk/PKGBUILD)
  kdeutils-ktimer/repos/extra-x86_64/kdeutils-ktimer.install
(from rev 194192, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
Deleted:
  kdeutils-ktimer/repos/extra-i686/PKGBUILD
  kdeutils-ktimer/repos/extra-i686/kdeutils-ktimer.install
  kdeutils-ktimer/repos/extra-x86_64/PKGBUILD
  kdeutils-ktimer/repos/extra-x86_64/kdeutils-ktimer.install

--+
 /PKGBUILD|   64 +
 /kdeutils-ktimer.install |   22 +++
 extra-i686/PKGBUILD  |   32 
 extra-i686/kdeutils-ktimer.install   |   11 -
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/kdeutils-ktimer.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:43:06 UTC (rev 194192)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:14 UTC (rev 194193)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ktimer
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-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/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
-sha1sums=('c43072ad23e231c523fb15d482233daba9fafbc9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ktimer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ktimer/repos/extra-i686/PKGBUILD (from rev 194192, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:14 UTC (rev 194193)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-ktimer
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+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/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
+sha1sums=('013c60540c1f47e434c5b9c67cd8aab2e104dc68')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-ktimer.install
===
--- extra-i686/kdeutils-ktimer.install  2013-09-10 13:43:06 UTC (rev 194192)
+++ extra-i686/kdeutils-ktimer.install  2013-09-10 13:43:14 UTC (rev 194193)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-ktimer/repos/extra-i686/kdeutils-ktimer.install (from rev 
194192, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- extra-i686/kdeutils-ktimer.install  (rev 0)
+++ extra-i686/kdeutils-ktimer.install  2013-09-10 13:43:14 UTC (rev 194193)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:43:06 UTC (rev 194192)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:43:14 UTC (rev 194193)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ktimer
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-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/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz";

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:43:23
  Author: andrea
Revision: 194194

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

Added:
  kdeutils-kwallet/repos/extra-i686/PKGBUILD
(from rev 194193, kdeutils-kwallet/trunk/PKGBUILD)
  kdeutils-kwallet/repos/extra-i686/kdeutils-kwallet.install
(from rev 194193, kdeutils-kwallet/trunk/kdeutils-kwallet.install)
  kdeutils-kwallet/repos/extra-x86_64/PKGBUILD
(from rev 194193, kdeutils-kwallet/trunk/PKGBUILD)
  kdeutils-kwallet/repos/extra-x86_64/kdeutils-kwallet.install
(from rev 194193, kdeutils-kwallet/trunk/kdeutils-kwallet.install)
Deleted:
  kdeutils-kwallet/repos/extra-i686/PKGBUILD
  kdeutils-kwallet/repos/extra-i686/kdeutils-kwallet.install
  kdeutils-kwallet/repos/extra-x86_64/PKGBUILD
  kdeutils-kwallet/repos/extra-x86_64/kdeutils-kwallet.install

---+
 /PKGBUILD |   64 
 /kdeutils-kwallet.install |   24 
 extra-i686/PKGBUILD   |   32 
 extra-i686/kdeutils-kwallet.install   |   12 --
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/kdeutils-kwallet.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:43:14 UTC (rev 194193)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:23 UTC (rev 194194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kwallet
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Wallet Management Tool'
-url='http://kde.org/applications/system/kwalletmanager/'
-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/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz";)
-sha1sums=('a562056d062b6e91905411416c3dd978b1bf3f35')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kwallet-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kwallet/repos/extra-i686/PKGBUILD (from rev 194193, 
kdeutils-kwallet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:43:23 UTC (rev 194194)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kwallet
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+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/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz";)
+sha1sums=('221d9a36ca1d36f266683b74f4dc8d4e02b28aed')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kwallet-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kwallet.install
===
--- extra-i686/kdeutils-kwallet.install 2013-09-10 13:43:14 UTC (rev 194193)
+++ extra-i686/kdeutils-kwallet.install 2013-09-10 13:43:23 UTC (rev 194194)
@@ -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-kwallet/repos/extra-i686/kdeutils-kwallet.install (from rev 
194193, kdeutils-kwallet/trunk/kdeutils-kwallet.install)
===
--- extra-i686/kdeutils-kwallet.install (rev 0)
+++ extra-i686/kdeutils-kwallet.install 2013-09-10 13:43:23 UTC (rev 194194)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:43:14 UTC (rev 194193)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:43:23 UTC (rev 194194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kwallet
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Wallet Management Tool'
-url='http://kde.org/applications/system/kwalletmanager/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeut

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:59
  Author: andrea
Revision: 194191

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

Added:
  kdeutils-kgpg/repos/extra-i686/PKGBUILD
(from rev 194190, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/extra-i686/kdeutils-kgpg.install
(from rev 194190, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/extra-x86_64/PKGBUILD
(from rev 194190, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/extra-x86_64/kdeutils-kgpg.install
(from rev 194190, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/extra-i686/PKGBUILD
  kdeutils-kgpg/repos/extra-i686/kdeutils-kgpg.install
  kdeutils-kgpg/repos/extra-x86_64/PKGBUILD
  kdeutils-kgpg/repos/extra-x86_64/kdeutils-kgpg.install

+
 /PKGBUILD  |   64 +++
 /kdeutils-kgpg.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/kdeutils-kgpg.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/kdeutils-kgpg.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:52 UTC (rev 194190)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:59 UTC (rev 194191)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
-sha1sums=('46c7148a8db7160f606926f1a62062b7345267cf')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/extra-i686/PKGBUILD (from rev 194190, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:59 UTC (rev 194191)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
+sha1sums=('2b8a5d57d061977c32e8d8dfb379d84b05cd66d3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kgpg.install
===
--- extra-i686/kdeutils-kgpg.install2013-09-10 13:42:52 UTC (rev 194190)
+++ extra-i686/kdeutils-kgpg.install2013-09-10 13:42:59 UTC (rev 194191)
@@ -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-kgpg/repos/extra-i686/kdeutils-kgpg.install (from rev 194190, 
kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- extra-i686/kdeutils-kgpg.install(rev 0)
+++ extra-i686/kdeutils-kgpg.install2013-09-10 13:42:59 UTC (rev 194191)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:52 UTC (rev 194190)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:59 UTC (rev 194191)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://downlo

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:15
  Author: andrea
Revision: 194185

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

Added:
  kdeutils-ark/repos/extra-i686/PKGBUILD
(from rev 194184, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/extra-i686/kdeutils-ark.install
(from rev 194184, kdeutils-ark/trunk/kdeutils-ark.install)
  kdeutils-ark/repos/extra-x86_64/PKGBUILD
(from rev 194184, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/extra-x86_64/kdeutils-ark.install
(from rev 194184, kdeutils-ark/trunk/kdeutils-ark.install)
Deleted:
  kdeutils-ark/repos/extra-i686/PKGBUILD
  kdeutils-ark/repos/extra-i686/kdeutils-ark.install
  kdeutils-ark/repos/extra-x86_64/PKGBUILD
  kdeutils-ark/repos/extra-x86_64/kdeutils-ark.install

---+
 /PKGBUILD |   66 
 /kdeutils-ark.install |   24 +
 extra-i686/PKGBUILD   |   33 --
 extra-i686/kdeutils-ark.install   |   12 --
 extra-x86_64/PKGBUILD |   33 --
 extra-x86_64/kdeutils-ark.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:07 UTC (rev 194184)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:15 UTC (rev 194185)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.11.0
-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/stable/${pkgver}/src/ark-${pkgver}.tar.xz";)
-sha1sums=('aa8e91d415096a55ad910dad83f7eb6abdf88f1f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/extra-i686/PKGBUILD (from rev 194184, 
kdeutils-ark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:15 UTC (rev 194185)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-ark
+pkgver=4.11.1
+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/stable/${pkgver}/src/ark-${pkgver}.tar.xz";)
+sha1sums=('591ab1b3825f3646b26bd55484fc7f4291086a63')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-ark.install
===
--- extra-i686/kdeutils-ark.install 2013-09-10 13:42:07 UTC (rev 194184)
+++ extra-i686/kdeutils-ark.install 2013-09-10 13:42:15 UTC (rev 194185)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-ark/repos/extra-i686/kdeutils-ark.install (from rev 194184, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- extra-i686/kdeutils-ark.install (rev 0)
+++ extra-i686/kdeutils-ark.install 2013-09-10 13:42:15 UTC (rev 194185)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:07 UTC (rev 194184)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:15 UTC (rev 194185)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.11.0
-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'

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:37
  Author: andrea
Revision: 194188

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

Added:
  kdeutils-kcharselect/repos/extra-i686/PKGBUILD
(from rev 194187, kdeutils-kcharselect/trunk/PKGBUILD)
  kdeutils-kcharselect/repos/extra-x86_64/PKGBUILD
(from rev 194187, kdeutils-kcharselect/trunk/PKGBUILD)
Deleted:
  kdeutils-kcharselect/repos/extra-i686/PKGBUILD
  kdeutils-kcharselect/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:29 UTC (rev 194187)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:37 UTC (rev 194188)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.11.0
-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/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('1ed1cb584d1cd51603ca3d51d4c1d7f1632ad0e6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/extra-i686/PKGBUILD (from rev 194187, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:37 UTC (rev 194188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.11.1
+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/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('2085cbb9629cf420f1a54e38823dcf6832ee8eb6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:29 UTC (rev 194187)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:37 UTC (rev 194188)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.11.0
-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/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('1ed1cb584d1cd51603ca3d51d4c1d7f1632ad0e6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/extra-x86_64/PKGBUILD (from rev 194187, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:37 UTC (rev 194188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.11.1
+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/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('2085cbb9629cf420f1a54e38823dcf6832ee8eb6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:22
  Author: andrea
Revision: 194186

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

Added:
  kdeutils-filelight/repos/extra-i686/PKGBUILD
(from rev 194185, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/extra-i686/kdeutils-filelight.install
(from rev 194185, kdeutils-filelight/trunk/kdeutils-filelight.install)
  kdeutils-filelight/repos/extra-x86_64/PKGBUILD
(from rev 194185, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/extra-x86_64/kdeutils-filelight.install
(from rev 194185, kdeutils-filelight/trunk/kdeutils-filelight.install)
Deleted:
  kdeutils-filelight/repos/extra-i686/PKGBUILD
  kdeutils-filelight/repos/extra-i686/kdeutils-filelight.install
  kdeutils-filelight/repos/extra-x86_64/PKGBUILD
  kdeutils-filelight/repos/extra-x86_64/kdeutils-filelight.install

-+
 /PKGBUILD   |   68 ++
 /kdeutils-filelight.install |   24 ++
 extra-i686/PKGBUILD |   34 ---
 extra-i686/kdeutils-filelight.install   |   12 -
 extra-x86_64/PKGBUILD   |   34 ---
 extra-x86_64/kdeutils-filelight.install |   12 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:15 UTC (rev 194185)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:22 UTC (rev 194186)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-filelight
-pkgver=4.11.0
-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/stable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
-sha1sums=('9766e00c1bb24cb6663ed2071322b6dfe309')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../filelight-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-filelight/repos/extra-i686/PKGBUILD (from rev 194185, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:22 UTC (rev 194186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-filelight
+pkgver=4.11.1
+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/stable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
+sha1sums=('23b625e7c366963d31d79e94bef7575823f86ab7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-filelight.install
===
--- extra-i686/kdeutils-filelight.install   2013-09-10 13:42:15 UTC (rev 
194185)
+++ extra-i686/kdeutils-filelight.install   2013-09-10 13:42:22 UTC (rev 
194186)
@@ -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/extra-i686/kdeutils-filelight.install (from 
rev 194185, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- extra-i686/kdeutils-filelight.install   (rev 0)
+++ extra-i686/kdeutils-filelight.install   2013-09-10 13:42:22 UTC (rev 
194186)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:15 UTC (rev 194185)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:22 UTC (rev 194186)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-filelight
-pkgver=4.11.0
-pkgrel=1
-pkgd

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:42:29
  Author: andrea
Revision: 194187

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

Added:
  kdeutils-kcalc/repos/extra-i686/PKGBUILD
(from rev 194186, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/extra-i686/kdeutils-kcalc.install
(from rev 194186, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/extra-x86_64/PKGBUILD
(from rev 194186, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/extra-x86_64/kdeutils-kcalc.install
(from rev 194186, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
Deleted:
  kdeutils-kcalc/repos/extra-i686/PKGBUILD
  kdeutils-kcalc/repos/extra-i686/kdeutils-kcalc.install
  kdeutils-kcalc/repos/extra-x86_64/PKGBUILD
  kdeutils-kcalc/repos/extra-x86_64/kdeutils-kcalc.install

-+
 /PKGBUILD   |   64 ++
 /kdeutils-kcalc.install |   22 +++
 extra-i686/PKGBUILD |   32 -
 extra-i686/kdeutils-kcalc.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/kdeutils-kcalc.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:42:22 UTC (rev 194186)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:29 UTC (rev 194187)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.11.0
-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/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
-sha1sums=('e55d9b73c89343f2c2e87b0a53a948393b732953')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcalc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcalc/repos/extra-i686/PKGBUILD (from rev 194186, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:42:29 UTC (rev 194187)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcalc
+pkgver=4.11.1
+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/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
+sha1sums=('20c2e81091418025aa05018ff7d8901f78e63774')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kcalc.install
===
--- extra-i686/kdeutils-kcalc.install   2013-09-10 13:42:22 UTC (rev 194186)
+++ extra-i686/kdeutils-kcalc.install   2013-09-10 13:42:29 UTC (rev 194187)
@@ -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/extra-i686/kdeutils-kcalc.install (from rev 
194186, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- extra-i686/kdeutils-kcalc.install   (rev 0)
+++ extra-i686/kdeutils-kcalc.install   2013-09-10 13:42:29 UTC (rev 194187)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:42:22 UTC (rev 194186)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:42:29 UTC (rev 194187)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.11.0
-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/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
-sha1sums=('e55d9b73c89343f2c

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:41:44
  Author: andrea
Revision: 194181

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

Added:
  kdesdk-umbrello/repos/extra-i686/PKGBUILD
(from rev 194180, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/extra-i686/kdesdk-umbrello.install
(from rev 194180, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/extra-x86_64/PKGBUILD
(from rev 194180, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/extra-x86_64/kdesdk-umbrello.install
(from rev 194180, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
Deleted:
  kdesdk-umbrello/repos/extra-i686/PKGBUILD
  kdesdk-umbrello/repos/extra-i686/kdesdk-umbrello.install
  kdesdk-umbrello/repos/extra-x86_64/PKGBUILD
  kdesdk-umbrello/repos/extra-x86_64/kdesdk-umbrello.install

--+
 /PKGBUILD|   64 +
 /kdesdk-umbrello.install |   24 
 extra-i686/PKGBUILD  |   32 
 extra-i686/kdesdk-umbrello.install   |   12 --
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/kdesdk-umbrello.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:41:37 UTC (rev 194180)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:44 UTC (rev 194181)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-umbrello
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz";)
-sha1sums=('ec1552e8d854c41ef5febcee581f4cc16b8869e6')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../umbrello-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-umbrello/repos/extra-i686/PKGBUILD (from rev 194180, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:44 UTC (rev 194181)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-umbrello
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz";)
+sha1sums=('1d73a8eb7efa62348a0271c99e07f4f0a2ee5221')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-umbrello.install
===
--- extra-i686/kdesdk-umbrello.install  2013-09-10 13:41:37 UTC (rev 194180)
+++ extra-i686/kdesdk-umbrello.install  2013-09-10 13:41:44 UTC (rev 194181)
@@ -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: kdesdk-umbrello/repos/extra-i686/kdesdk-umbrello.install (from rev 
194180, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- extra-i686/kdesdk-umbrello.install  (rev 0)
+++ extra-i686/kdesdk-umbrello.install  2013-09-10 13:41:44 UTC (rev 194181)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:41:37 UTC (rev 194180)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:44 UTC (rev 194181)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-umbrello
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:41:52
  Author: andrea
Revision: 194182

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

Added:
  kdetoys-amor/repos/extra-i686/PKGBUILD
(from rev 194181, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/extra-i686/kdetoys-amor.install
(from rev 194181, kdetoys-amor/trunk/kdetoys-amor.install)
  kdetoys-amor/repos/extra-x86_64/PKGBUILD
(from rev 194181, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/extra-x86_64/kdetoys-amor.install
(from rev 194181, kdetoys-amor/trunk/kdetoys-amor.install)
Deleted:
  kdetoys-amor/repos/extra-i686/PKGBUILD
  kdetoys-amor/repos/extra-i686/kdetoys-amor.install
  kdetoys-amor/repos/extra-x86_64/PKGBUILD
  kdetoys-amor/repos/extra-x86_64/kdetoys-amor.install

---+
 /PKGBUILD |   62 
 /kdetoys-amor.install |   22 
 extra-i686/PKGBUILD   |   31 --
 extra-i686/kdetoys-amor.install   |   11 --
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/kdetoys-amor.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:41:44 UTC (rev 194181)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:52 UTC (rev 194182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-amor
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='On-Screen Creature'
-url='https://projects.kde.org/projects/kde/kdetoys/amor'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz";)
-sha1sums=('c596b2f57ef6cf87cddc4587178fa70e27865f47')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../amor-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-amor/repos/extra-i686/PKGBUILD (from rev 194181, 
kdetoys-amor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:52 UTC (rev 194182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdetoys-amor
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz";)
+sha1sums=('4d1bed7768e07238fba94990e08e444b9a612600')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-amor.install
===
--- extra-i686/kdetoys-amor.install 2013-09-10 13:41:44 UTC (rev 194181)
+++ extra-i686/kdetoys-amor.install 2013-09-10 13:41:52 UTC (rev 194182)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-amor/repos/extra-i686/kdetoys-amor.install (from rev 194181, 
kdetoys-amor/trunk/kdetoys-amor.install)
===
--- extra-i686/kdetoys-amor.install (rev 0)
+++ extra-i686/kdetoys-amor.install 2013-09-10 13:41:52 UTC (rev 194182)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:41:44 UTC (rev 194181)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:52 UTC (rev 194182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-amor
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='On-Screen Creature'
-url='https://projects.kde.org/projects/kde/kdetoys/amor'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz";)
-sha1sums=('c596b2f57ef6cf87cddc4587178fa70e27865f47')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../amor-${pkgver} \
--DCMAKE_BUILD_

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:41:22
  Author: andrea
Revision: 194178

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

Added:
  kdesdk-poxml/repos/extra-i686/PKGBUILD
(from rev 194177, kdesdk-poxml/trunk/PKGBUILD)
  kdesdk-poxml/repos/extra-x86_64/PKGBUILD
(from rev 194177, kdesdk-poxml/trunk/PKGBUILD)
Deleted:
  kdesdk-poxml/repos/extra-i686/PKGBUILD
  kdesdk-poxml/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:41:14 UTC (rev 194177)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:22 UTC (rev 194178)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-poxml
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-optdepends=('antlr2: required for po2xml and swappo tool')
-source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
-sha1sums=('197ac3dc0a85f69e932a572dae56f4666b46e16d')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../poxml-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-poxml/repos/extra-i686/PKGBUILD (from rev 194177, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:22 UTC (rev 194178)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('5c43a53f4106d80826865590a218ea63aa6c15c7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:41:14 UTC (rev 194177)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:22 UTC (rev 194178)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-poxml
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-optdepends=('antlr2: required for po2xml and swappo tool')
-source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
-sha1sums=('197ac3dc0a85f69e932a572dae56f4666b46e16d')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../poxml-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-poxml/repos/extra-x86_64/PKGBUILD (from rev 194177, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:22 UTC (rev 194178)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('5c43a53f4106d80826865590a218ea63aa6c15c7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:41:37
  Author: andrea
Revision: 194180

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

Added:
  kdesdk-thumbnailers/repos/extra-i686/PKGBUILD
(from rev 194179, kdesdk-thumbnailers/trunk/PKGBUILD)
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 194179, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-i686/PKGBUILD
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:41:30 UTC (rev 194179)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:37 UTC (rev 194180)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
-sha1sums=('80055731dfae18f4150b28367c750e25299fe466')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-thumbnailers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-thumbnailers/repos/extra-i686/PKGBUILD (from rev 194179, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:37 UTC (rev 194180)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('8290a3a01c7d9e96a48c75ae4a8ea5acd06dfefe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:41:30 UTC (rev 194179)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:37 UTC (rev 194180)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
-sha1sums=('80055731dfae18f4150b28367c750e25299fe466')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-thumbnailers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 194179, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:37 UTC (rev 194180)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('8290a3a01c7d9e96a48c75ae4a8ea5acd06dfefe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:41:30
  Author: andrea
Revision: 194179

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

Added:
  kdesdk-strigi-analyzers/repos/extra-i686/PKGBUILD
(from rev 194178, kdesdk-strigi-analyzers/trunk/PKGBUILD)
  kdesdk-strigi-analyzers/repos/extra-x86_64/PKGBUILD
(from rev 194178, kdesdk-strigi-analyzers/trunk/PKGBUILD)
Deleted:
  kdesdk-strigi-analyzers/repos/extra-i686/PKGBUILD
  kdesdk-strigi-analyzers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:41:22 UTC (rev 194178)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:30 UTC (rev 194179)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('d6e42e178d7dbf12acd59062bbcccb033b2fa875')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/extra-i686/PKGBUILD (from rev 194178, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:30 UTC (rev 194179)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('bdc252dd4798588f3df005a2677a8003428b6b0c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:41:22 UTC (rev 194178)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:30 UTC (rev 194179)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('d6e42e178d7dbf12acd59062bbcccb033b2fa875')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/extra-x86_64/PKGBUILD (from rev 194178, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:30 UTC (rev 194179)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('bdc252dd4798588f3df005a2677a8003428b6b0c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2013-09-10 Thread Sergej Pupykin
Date: Tuesday, September 10, 2013 @ 15:41:22
  Author: spupykin
Revision: 97018

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

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

+
 /PKGBUILD  |   88 +++
 /darktable.install |   22 
 community-i686/PKGBUILD|   44 -
 community-i686/darktable.install   |   11 
 community-x86_64/PKGBUILD  |   44 -
 community-x86_64/darktable.install |   11 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-10 13:41:02 UTC (rev 97017)
+++ community-i686/PKGBUILD 2013-09-10 13:41:22 UTC (rev 97018)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-pkgver=1.2.2
-_pkgver=1.2
-pkgrel=2
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('df2a2b02d6d855cfd8f1cf77c7e12995')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 97017, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-10 13:41:22 UTC (rev 97018)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+pkgver=1.2.3
+_pkgver=1.2
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('7eaa89aa5257b5f61cc7462db08ce164')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2013-09-10 13:41:02 UTC (rev 97017)
+++ community-i686/darktable.install2013-09-10 13:41:22 UTC (rev 97018)
@@ -1,11 +0,0 @@
-post_install() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  
update-desktop-database -q
-}
-
-post_upgrade() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  
update-desktop-database -q
-}
-
-post_remove() {
-  [ -x `which update-desktop-database 2>/dev/null` ] &&  
update-desktop-databas

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:41:14
  Author: andrea
Revision: 194177

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

Added:
  kdesdk-okteta/repos/extra-i686/PKGBUILD
(from rev 194176, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/extra-i686/kdesdk-okteta.install
(from rev 194176, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/extra-x86_64/PKGBUILD
(from rev 194176, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/extra-x86_64/kdesdk-okteta.install
(from rev 194176, kdesdk-okteta/trunk/kdesdk-okteta.install)
Deleted:
  kdesdk-okteta/repos/extra-i686/PKGBUILD
  kdesdk-okteta/repos/extra-i686/kdesdk-okteta.install
  kdesdk-okteta/repos/extra-x86_64/PKGBUILD
  kdesdk-okteta/repos/extra-x86_64/kdesdk-okteta.install

+
 /PKGBUILD  |   62 +++
 /kdesdk-okteta.install |   24 +
 extra-i686/PKGBUILD|   31 -
 extra-i686/kdesdk-okteta.install   |   12 --
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/kdesdk-okteta.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:41:02 UTC (rev 194176)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:14 UTC (rev 194177)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-okteta
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz";)
-sha1sums=('9861ed34933f032912a69701e819ff6913a8a49c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../okteta-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-okteta/repos/extra-i686/PKGBUILD (from rev 194176, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:14 UTC (rev 194177)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-okteta
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz";)
+sha1sums=('33407897b1669b5fef10b0ccb18438f8909edf69')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-okteta.install
===
--- extra-i686/kdesdk-okteta.install2013-09-10 13:41:02 UTC (rev 194176)
+++ extra-i686/kdesdk-okteta.install2013-09-10 13:41:14 UTC (rev 194177)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-okteta/repos/extra-i686/kdesdk-okteta.install (from rev 194176, 
kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- extra-i686/kdesdk-okteta.install(rev 0)
+++ extra-i686/kdesdk-okteta.install2013-09-10 13:41:14 UTC (rev 194177)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:41:02 UTC (rev 194176)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:41:14 UTC (rev 194177)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-okteta
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz";)
-sha1sums=('9861ed34933f0329

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

2013-09-10 Thread Sergej Pupykin
Date: Tuesday, September 10, 2013 @ 15:41:02
  Author: spupykin
Revision: 97017

upgpkg: darktable 1.2.3-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 10:58:05 UTC (rev 97016)
+++ PKGBUILD2013-09-10 13:41:02 UTC (rev 97017)
@@ -4,9 +4,9 @@
 # Contributor: Johannes Hanika 
 
 pkgname=darktable
-pkgver=1.2.2
+pkgver=1.2.3
 _pkgver=1.2
-pkgrel=2
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -19,7 +19,7 @@
 install=darktable.install
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('df2a2b02d6d855cfd8f1cf77c7e12995')
+md5sums=('7eaa89aa5257b5f61cc7462db08ce164')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:53
  Author: andrea
Revision: 194175

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

Added:
  kdesdk-kompare/repos/extra-i686/PKGBUILD
(from rev 194174, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/extra-i686/kdesdk-kompare.install
(from rev 194174, kdesdk-kompare/trunk/kdesdk-kompare.install)
  kdesdk-kompare/repos/extra-x86_64/PKGBUILD
(from rev 194174, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/extra-x86_64/kdesdk-kompare.install
(from rev 194174, kdesdk-kompare/trunk/kdesdk-kompare.install)
Deleted:
  kdesdk-kompare/repos/extra-i686/PKGBUILD
  kdesdk-kompare/repos/extra-i686/kdesdk-kompare.install
  kdesdk-kompare/repos/extra-x86_64/PKGBUILD
  kdesdk-kompare/repos/extra-x86_64/kdesdk-kompare.install

-+
 /PKGBUILD   |   62 ++
 /kdesdk-kompare.install |   24 +
 extra-i686/PKGBUILD |   31 -
 extra-i686/kdesdk-kompare.install   |   12 --
 extra-x86_64/PKGBUILD   |   31 -
 extra-x86_64/kdesdk-kompare.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:46 UTC (rev 194174)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:53 UTC (rev 194175)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kompare
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz";)
-sha1sums=('6a9f483bfbbdf7df1d1178400c67435cfdb103bb')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kompare-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kompare/repos/extra-i686/PKGBUILD (from rev 194174, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:53 UTC (rev 194175)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kompare
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz";)
+sha1sums=('76e182c3d466d2783b5c74b85f76eb52628b4e65')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-kompare.install
===
--- extra-i686/kdesdk-kompare.install   2013-09-10 13:40:46 UTC (rev 194174)
+++ extra-i686/kdesdk-kompare.install   2013-09-10 13:40:53 UTC (rev 194175)
@@ -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: kdesdk-kompare/repos/extra-i686/kdesdk-kompare.install (from rev 
194174, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- extra-i686/kdesdk-kompare.install   (rev 0)
+++ extra-i686/kdesdk-kompare.install   2013-09-10 13:40:53 UTC (rev 194175)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:40:46 UTC (rev 194174)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:40:53 UTC (rev 194175)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kompare
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz";)
-sha1sums=('6a9f483bf

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:41:02
  Author: andrea
Revision: 194176

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

Added:
  kdesdk-lokalize/repos/extra-i686/PKGBUILD
(from rev 194175, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/extra-i686/fix-python2-path.patch
(from rev 194175, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/extra-i686/kdesdk-lokalize.install
(from rev 194175, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
  kdesdk-lokalize/repos/extra-x86_64/PKGBUILD
(from rev 194175, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/extra-x86_64/fix-python2-path.patch
(from rev 194175, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/extra-x86_64/kdesdk-lokalize.install
(from rev 194175, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
Deleted:
  kdesdk-lokalize/repos/extra-i686/PKGBUILD
  kdesdk-lokalize/repos/extra-i686/fix-python2-path.patch
  kdesdk-lokalize/repos/extra-i686/kdesdk-lokalize.install
  kdesdk-lokalize/repos/extra-x86_64/PKGBUILD
  kdesdk-lokalize/repos/extra-x86_64/fix-python2-path.patch
  kdesdk-lokalize/repos/extra-x86_64/kdesdk-lokalize.install

--+
 /PKGBUILD|   86 +
 /fix-python2-path.patch  |   44 
 /kdesdk-lokalize.install |   24 +
 extra-i686/PKGBUILD  |   43 
 extra-i686/fix-python2-path.patch|   22 
 extra-i686/kdesdk-lokalize.install   |   12 
 extra-x86_64/PKGBUILD|   43 
 extra-x86_64/fix-python2-path.patch  |   22 
 extra-x86_64/kdesdk-lokalize.install |   12 
 9 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:53 UTC (rev 194175)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:02 UTC (rev 194176)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-lokalize
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='http://kde.org/applications/development/lokalize/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
-makedepends=('cmake' 'automoc4')
-optdepends=('translate-toolkit: enable extra python script')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz";
-'fix-python2-path.patch')
-sha1sums=('b0e606806db9188c95e49d139ba58d417232d3a3'
-  '07db42bbcae402c292eebf002e549b04162621c5')
-
-prepare() {
-  cd lokalize-${pkgver}
-  patch -p2 -i "${srcdir}"/fix-python2-path.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../lokalize-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/share/apps/lokalize/scripts/odf/xliffmerge.py
-}

Copied: kdesdk-lokalize/repos/extra-i686/PKGBUILD (from rev 194175, 
kdesdk-lokalize/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:41:02 UTC (rev 194176)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-lokalize
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
+makedepends=('cmake' 'automoc4')
+optdepends=('translate-toolkit: enable extra python script')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz";
+'fix-python2-path.patch')
+sha1sums=('0af9576c292bade1202d051afb52c01dd5e0ddb9'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+prepare() {
+  cd lokalize-${pkgver}
+  patch -p2 -i "${srcdir}"/fix-python2-path.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/apps/lokalize/scripts/odf/xliffmerge.py
+}

Deleted: extra-i686/fix-python2-path.patch
===
--- extra-i686/fix-python2-path.patch   2013-09-10 13:40:53 UTC (rev 194175)
+++ extra-i686/fix-python2-path.patch   2013-09-10 13:41:02 UTC (rev 19

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:38
  Author: andrea
Revision: 194173

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

Added:
  kdesdk-kcachegrind/repos/extra-i686/PKGBUILD
(from rev 194172, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/extra-i686/kdesdk-kcachegrind.install
(from rev 194172, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/extra-x86_64/PKGBUILD
(from rev 194172, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/extra-x86_64/kdesdk-kcachegrind.install
(from rev 194172, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
Deleted:
  kdesdk-kcachegrind/repos/extra-i686/PKGBUILD
  kdesdk-kcachegrind/repos/extra-i686/kdesdk-kcachegrind.install
  kdesdk-kcachegrind/repos/extra-x86_64/PKGBUILD
  kdesdk-kcachegrind/repos/extra-x86_64/kdesdk-kcachegrind.install

-+
 /PKGBUILD   |   72 ++
 /kdesdk-kcachegrind.install |   24 ++
 extra-i686/PKGBUILD |   36 ---
 extra-i686/kdesdk-kcachegrind.install   |   12 -
 extra-x86_64/PKGBUILD   |   36 ---
 extra-x86_64/kdesdk-kcachegrind.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:31 UTC (rev 194172)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:38 UTC (rev 194173)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kcachegrind
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'python2')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
-sha1sums=('394666271ad4997710e937f0db8f80c80790c8c9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcachegrind-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/hotshot2calltree
-}

Copied: kdesdk-kcachegrind/repos/extra-i686/PKGBUILD (from rev 194172, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:38 UTC (rev 194173)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
+sha1sums=('c05fe2fa5fa6351ff3e9ed82519f802b02741f00')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/hotshot2calltree
+}

Deleted: extra-i686/kdesdk-kcachegrind.install
===
--- extra-i686/kdesdk-kcachegrind.install   2013-09-10 13:40:31 UTC (rev 
194172)
+++ extra-i686/kdesdk-kcachegrind.install   2013-09-10 13:40:38 UTC (rev 
194173)
@@ -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: kdesdk-kcachegrind/repos/extra-i686/kdesdk-kcachegrind.install (from 
rev 194172, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- extra-i686/kdesdk-kcachegrind.install   (rev 0)
+++ extra-i686/kdesdk-kcachegrind.install   2013-09-10 13:40:38 UTC (rev 
194173)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:46
  Author: andrea
Revision: 194174

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

Added:
  kdesdk-kioslaves/repos/extra-i686/PKGBUILD
(from rev 194173, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/extra-i686/kdesdk-kioslaves.install
(from rev 194173, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
  kdesdk-kioslaves/repos/extra-x86_64/PKGBUILD
(from rev 194173, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/extra-x86_64/kdesdk-kioslaves.install
(from rev 194173, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
Deleted:
  kdesdk-kioslaves/repos/extra-i686/PKGBUILD
  kdesdk-kioslaves/repos/extra-i686/kdesdk-kioslaves.install
  kdesdk-kioslaves/repos/extra-x86_64/PKGBUILD
  kdesdk-kioslaves/repos/extra-x86_64/kdesdk-kioslaves.install

---+
 /PKGBUILD |   62 
 /kdesdk-kioslaves.install |   22 +++
 extra-i686/PKGBUILD   |   31 
 extra-i686/kdesdk-kioslaves.install   |   11 -
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/kdesdk-kioslaves.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:38 UTC (rev 194173)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:46 UTC (rev 194174)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='KIO-Slaves'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";)
-sha1sums=('020946f037978a95d3d336a5bb7af33987f94142')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-kioslaves-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kioslaves/repos/extra-i686/PKGBUILD (from rev 194173, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:46 UTC (rev 194174)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kioslaves
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";)
+sha1sums=('48cde8b7fb61c8d5b4e22707f00c58ddf15705f7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-kioslaves.install
===
--- extra-i686/kdesdk-kioslaves.install 2013-09-10 13:40:38 UTC (rev 194173)
+++ extra-i686/kdesdk-kioslaves.install 2013-09-10 13:40:46 UTC (rev 194174)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-kioslaves/repos/extra-i686/kdesdk-kioslaves.install (from rev 
194173, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- extra-i686/kdesdk-kioslaves.install (rev 0)
+++ extra-i686/kdesdk-kioslaves.install 2013-09-10 13:40:46 UTC (rev 194174)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:40:38 UTC (rev 194173)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:40:46 UTC (rev 194174)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='KIO-Slaves'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:39:44
  Author: andrea
Revision: 194167

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

Added:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
(from rev 194166, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
(from rev 194166, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
(from rev 194166, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
(from rev 194166, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 194166, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install
(from rev 194166, kdeplasma-addons/trunk/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install

+
 /PKGBUILD  | 1288 +++
 /kdeplasma-addons-applets-lancelot.install |   24 
 /kdeplasma-addons.install  |   22 
 extra-i686/PKGBUILD|  644 ---
 extra-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 extra-i686/kdeplasma-addons.install|   11 
 extra-x86_64/PKGBUILD  |  644 ---
 extra-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 extra-x86_64/kdeplasma-addons.install  |   11 
 9 files changed, 1334 insertions(+), 1334 deletions(-)

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


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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:31
  Author: andrea
Revision: 194172

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

Added:
  kdesdk-kapptemplate/repos/extra-i686/PKGBUILD
(from rev 194171, kdesdk-kapptemplate/trunk/PKGBUILD)
  kdesdk-kapptemplate/repos/extra-i686/kdesdk-kapptemplate.install
(from rev 194171, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
  kdesdk-kapptemplate/repos/extra-x86_64/PKGBUILD
(from rev 194171, kdesdk-kapptemplate/trunk/PKGBUILD)
  kdesdk-kapptemplate/repos/extra-x86_64/kdesdk-kapptemplate.install
(from rev 194171, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
Deleted:
  kdesdk-kapptemplate/repos/extra-i686/PKGBUILD
  kdesdk-kapptemplate/repos/extra-i686/kdesdk-kapptemplate.install
  kdesdk-kapptemplate/repos/extra-x86_64/PKGBUILD
  kdesdk-kapptemplate/repos/extra-x86_64/kdesdk-kapptemplate.install

--+
 /PKGBUILD|   62 +
 /kdesdk-kapptemplate.install |   22 ++
 extra-i686/PKGBUILD  |   31 --
 extra-i686/kdesdk-kapptemplate.install   |   11 -
 extra-x86_64/PKGBUILD|   31 --
 extra-x86_64/kdesdk-kapptemplate.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:24 UTC (rev 194171)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:31 UTC (rev 194172)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kapptemplate
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";)
-sha1sums=('a0fc6ca7906f8bfb54298f9e63367c269913d5e2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapptemplate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kapptemplate/repos/extra-i686/PKGBUILD (from rev 194171, 
kdesdk-kapptemplate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:31 UTC (rev 194172)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kapptemplate
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";)
+sha1sums=('d7f13bb31e3115c9d3f967832242fa067b093647')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-kapptemplate.install
===
--- extra-i686/kdesdk-kapptemplate.install  2013-09-10 13:40:24 UTC (rev 
194171)
+++ extra-i686/kdesdk-kapptemplate.install  2013-09-10 13:40:31 UTC (rev 
194172)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-kapptemplate/repos/extra-i686/kdesdk-kapptemplate.install (from 
rev 194171, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
===
--- extra-i686/kdesdk-kapptemplate.install  (rev 0)
+++ extra-i686/kdesdk-kapptemplate.install  2013-09-10 13:40:31 UTC (rev 
194172)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:40:24 UTC (rev 194171)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:40:31 UTC (rev 194172)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kapptemplate
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-de

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:17
  Author: andrea
Revision: 194170

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

Added:
  kdesdk-dev-scripts/repos/extra-i686/PKGBUILD
(from rev 194169, kdesdk-dev-scripts/trunk/PKGBUILD)
  kdesdk-dev-scripts/repos/extra-x86_64/PKGBUILD
(from rev 194169, kdesdk-dev-scripts/trunk/PKGBUILD)
Deleted:
  kdesdk-dev-scripts/repos/extra-i686/PKGBUILD
  kdesdk-dev-scripts/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:09 UTC (rev 194169)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:17 UTC (rev 194170)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dev-scripts
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'python2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
-sha1sums=('65af660df5e90f55c45a5ec52f7df8371d0d6e56')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-scripts-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-}

Copied: kdesdk-dev-scripts/repos/extra-i686/PKGBUILD (from rev 194169, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:17 UTC (rev 194170)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-dev-scripts
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
+sha1sums=('b8fdcf0918ca39121ad034878183c3ee14edece3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:40:09 UTC (rev 194169)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:40:17 UTC (rev 194170)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dev-scripts
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'python2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
-sha1sums=('65af660df5e90f55c45a5ec52f7df8371d0d6e56')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-scripts-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-}

Copied: kdesdk-dev-scripts/repos/extra-x86_64/PKGBUILD (from rev 194169, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (re

[arch-commits] Commit in kdesdk-dev-utils/repos (8 files)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:09
  Author: andrea
Revision: 194169

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

Added:
  kdesdk-dev-utils/repos/extra-i686/PKGBUILD
(from rev 194168, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install
(from rev 194168, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/extra-x86_64/PKGBUILD
(from rev 194168, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/extra-x86_64/kdesdk-dev-utils.install
(from rev 194168, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
Deleted:
  kdesdk-dev-utils/repos/extra-i686/PKGBUILD
  kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install
  kdesdk-dev-utils/repos/extra-x86_64/PKGBUILD
  kdesdk-dev-utils/repos/extra-x86_64/kdesdk-dev-utils.install

---+
 /PKGBUILD |   70 
 /kdesdk-dev-utils.install |   24 ++
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdesdk-dev-utils.install   |   12 -
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdesdk-dev-utils.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:02 UTC (rev 194168)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:09 UTC (rev 194169)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dev-utils
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";)
-sha1sums=('5242c8db5176859838438ba0e24e30bd7afc862c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-utils-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dev-utils/repos/extra-i686/PKGBUILD (from rev 194168, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:09 UTC (rev 194169)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-dev-utils
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";)
+sha1sums=('cee22e317768fa9ecea0f17d2437f71566567c23')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-dev-utils.install
===
--- extra-i686/kdesdk-dev-utils.install 2013-09-10 13:40:02 UTC (rev 194168)
+++ extra-i686/kdesdk-dev-utils.install 2013-09-10 13:40:09 UTC (rev 194169)
@@ -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: kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install (from rev 
194168, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- extra-i686/kdesdk-dev-utils.install (rev 0)
+++ extra-i686/kdesdk-dev-utils.install 2013-09-10 13:40:09 UTC (rev 194169)
@@ -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: extra-x86_64/P

[arch-commits] Commit in kdesdk-dolphin-plugins/repos (8 files)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:24
  Author: andrea
Revision: 194171

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

Added:
  kdesdk-dolphin-plugins/repos/extra-i686/PKGBUILD
(from rev 194170, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/extra-i686/kdesdk-dolphin-plugins.install
(from rev 194170, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/extra-x86_64/PKGBUILD
(from rev 194170, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/extra-x86_64/kdesdk-dolphin-plugins.install
(from rev 194170, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
Deleted:
  kdesdk-dolphin-plugins/repos/extra-i686/PKGBUILD
  kdesdk-dolphin-plugins/repos/extra-i686/kdesdk-dolphin-plugins.install
  kdesdk-dolphin-plugins/repos/extra-x86_64/PKGBUILD
  kdesdk-dolphin-plugins/repos/extra-x86_64/kdesdk-dolphin-plugins.install

-+
 /PKGBUILD   |   70 ++
 /kdesdk-dolphin-plugins.install |   22 
 extra-i686/PKGBUILD |   35 -
 extra-i686/kdesdk-dolphin-plugins.install   |   11 
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/kdesdk-dolphin-plugins.install |   11 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:40:17 UTC (rev 194170)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:24 UTC (rev 194171)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dolphin-plugins
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Extra Dolphin plugins'
-url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-optdepends=('bzr: bazaar support'
-'git: git support'
-'mercurial: hg support'
-'subversion: svn support')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";)
-sha1sums=('e58a4908dfcfcab93dc39dfe465df074153df81d')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../dolphin-plugins-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dolphin-plugins/repos/extra-i686/PKGBUILD (from rev 194170, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:24 UTC (rev 194171)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";)
+sha1sums=('9770cdee4f3cc79a259224ad5129a52a0d34f6db')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-dolphin-plugins.install
===
--- extra-i686/kdesdk-dolphin-plugins.install   2013-09-10 13:40:17 UTC (rev 
194170)
+++ extra-i686/kdesdk-dolphin-plugins.install   2013-09-10 13:40:24 UTC (rev 
194171)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-dolphin-plugins/repos/extra-i686/kdesdk-dolphin-plugins.install 
(from rev 194170, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- extra-i686/kdesdk-dolphin-plugins.install   (rev 0)
+++ extra-i686/kdesdk-dolphin-plugins.install   2013-09-10 13:40:24 UTC (rev 
194171)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:39:11
  Author: andrea
Revision: 194165

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

Added:
  kdenetwork-strigi-analyzers/repos/extra-i686/PKGBUILD
(from rev 194164, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/extra-x86_64/PKGBUILD
(from rev 194164, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
Deleted:
  kdenetwork-strigi-analyzers/repos/extra-i686/PKGBUILD
  kdenetwork-strigi-analyzers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:39:02 UTC (rev 194164)
+++ extra-i686/PKGBUILD 2013-09-10 13:39:11 UTC (rev 194165)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('0227e4686eea9b1f228e6bc15dfe8fa9ec270d5b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/extra-i686/PKGBUILD (from rev 194164, 
kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:39:11 UTC (rev 194165)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('1787c9f29c3fc9989bdbab869712b8793f83a283')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:39:02 UTC (rev 194164)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:39:11 UTC (rev 194165)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('0227e4686eea9b1f228e6bc15dfe8fa9ec270d5b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/extra-x86_64/PKGBUILD (from rev 
194164, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:39:11 UTC (rev 194165)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('1787c9f29c3fc9989bdbab869712b8793f83a283')
+
+build() {
+  mkdir build
+  cd b

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:40:02
  Author: andrea
Revision: 194168

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

Added:
  kdesdk-cervisia/repos/extra-i686/PKGBUILD
(from rev 194167, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install
(from rev 194167, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/extra-x86_64/PKGBUILD
(from rev 194167, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/extra-x86_64/kdesdk-cervisia.install
(from rev 194167, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
Deleted:
  kdesdk-cervisia/repos/extra-i686/PKGBUILD
  kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install
  kdesdk-cervisia/repos/extra-x86_64/PKGBUILD
  kdesdk-cervisia/repos/extra-x86_64/kdesdk-cervisia.install

--+
 /PKGBUILD|   62 +
 /kdesdk-cervisia.install |   24 
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdesdk-cervisia.install   |   12 --
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdesdk-cervisia.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:39:44 UTC (rev 194167)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:02 UTC (rev 194168)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
-sha1sums=('2cb067a3f739225ac5282cf1095eaee644f792b6')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../cervisia-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-cervisia/repos/extra-i686/PKGBUILD (from rev 194167, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:40:02 UTC (rev 194168)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-cervisia
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
+sha1sums=('61fdbc13bcde13c59cc34a6c5c2cdfd25f748ed5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-cervisia.install
===
--- extra-i686/kdesdk-cervisia.install  2013-09-10 13:39:44 UTC (rev 194167)
+++ extra-i686/kdesdk-cervisia.install  2013-09-10 13:40:02 UTC (rev 194168)
@@ -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: kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install (from rev 
194167, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- extra-i686/kdesdk-cervisia.install  (rev 0)
+++ extra-i686/kdesdk-cervisia.install  2013-09-10 13:40:02 UTC (rev 194168)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:39:44 UTC (rev 194167)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:40:02 UTC (rev 194168)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
-sh

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:39:27
  Author: andrea
Revision: 194166

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

Added:
  kdepim/repos/extra-i686/PKGBUILD
(from rev 194165, kdepim/trunk/PKGBUILD)
  kdepim/repos/extra-i686/kdepim-akregator.install
(from rev 194165, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/extra-i686/kdepim-kleopatra.install
(from rev 194165, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/extra-i686/kdepim-kmail.install
(from rev 194165, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/extra-i686/kdepim-knode.install
(from rev 194165, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/extra-i686/kdepim-korganizer.install
(from rev 194165, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/extra-i686/kdepim-ktnef.install
(from rev 194165, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/extra-i686/kdepim.install
(from rev 194165, kdepim/trunk/kdepim.install)
  kdepim/repos/extra-x86_64/PKGBUILD
(from rev 194165, kdepim/trunk/PKGBUILD)
  kdepim/repos/extra-x86_64/kdepim-akregator.install
(from rev 194165, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/extra-x86_64/kdepim-kleopatra.install
(from rev 194165, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/extra-x86_64/kdepim-kmail.install
(from rev 194165, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/extra-x86_64/kdepim-knode.install
(from rev 194165, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/extra-x86_64/kdepim-korganizer.install
(from rev 194165, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/extra-x86_64/kdepim-ktnef.install
(from rev 194165, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/extra-x86_64/kdepim.install
(from rev 194165, kdepim/trunk/kdepim.install)
Deleted:
  kdepim/repos/extra-i686/PKGBUILD
  kdepim/repos/extra-i686/kdepim-akregator.install
  kdepim/repos/extra-i686/kdepim-kleopatra.install
  kdepim/repos/extra-i686/kdepim-kmail.install
  kdepim/repos/extra-i686/kdepim-knode.install
  kdepim/repos/extra-i686/kdepim-korganizer.install
  kdepim/repos/extra-i686/kdepim-ktnef.install
  kdepim/repos/extra-i686/kdepim.install
  kdepim/repos/extra-x86_64/PKGBUILD
  kdepim/repos/extra-x86_64/kdepim-akregator.install
  kdepim/repos/extra-x86_64/kdepim-kleopatra.install
  kdepim/repos/extra-x86_64/kdepim-kmail.install
  kdepim/repos/extra-x86_64/kdepim-knode.install
  kdepim/repos/extra-x86_64/kdepim-korganizer.install
  kdepim/repos/extra-x86_64/kdepim-ktnef.install
  kdepim/repos/extra-x86_64/kdepim.install

+
 /PKGBUILD  |  528 +++
 /kdepim-akregator.install  |   24 +
 /kdepim-kleopatra.install  |   24 +
 /kdepim-kmail.install  |   24 +
 /kdepim-knode.install  |   24 +
 /kdepim-korganizer.install |   24 +
 /kdepim-ktnef.install  |   24 +
 /kdepim.install|   22 +
 extra-i686/PKGBUILD|  264 ---
 extra-i686/kdepim-akregator.install|   12 
 extra-i686/kdepim-kleopatra.install|   12 
 extra-i686/kdepim-kmail.install|   12 
 extra-i686/kdepim-knode.install|   12 
 extra-i686/kdepim-korganizer.install   |   12 
 extra-i686/kdepim-ktnef.install|   12 
 extra-i686/kdepim.install  |   11 
 extra-x86_64/PKGBUILD  |  264 ---
 extra-x86_64/kdepim-akregator.install  |   12 
 extra-x86_64/kdepim-kleopatra.install  |   12 
 extra-x86_64/kdepim-kmail.install  |   12 
 extra-x86_64/kdepim-knode.install  |   12 
 extra-x86_64/kdepim-korganizer.install |   12 
 extra-x86_64/kdepim-ktnef.install  |   12 
 extra-x86_64/kdepim.install|   11 
 24 files changed, 694 insertions(+), 694 deletions(-)

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


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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:39:02
  Author: andrea
Revision: 194164

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

Added:
  kdenetwork-krfb/repos/extra-i686/PKGBUILD
(from rev 194163, kdenetwork-krfb/trunk/PKGBUILD)
  kdenetwork-krfb/repos/extra-x86_64/PKGBUILD
(from rev 194163, kdenetwork-krfb/trunk/PKGBUILD)
Deleted:
  kdenetwork-krfb/repos/extra-i686/PKGBUILD
  kdenetwork-krfb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:38:53 UTC (rev 194163)
+++ extra-i686/PKGBUILD 2013-09-10 13:39:02 UTC (rev 194164)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krfb
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-# note on libxdamage:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxdamage
-depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz";)
-sha1sums=('06dd1c34622e7bb2748053e262bdb5e087997b1c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/extra-i686/PKGBUILD (from rev 194163, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:39:02 UTC (rev 194164)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krfb
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz";)
+sha1sums=('4d23914ad7260792396ce518553883e7dd6eb2bb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:38:53 UTC (rev 194163)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:39:02 UTC (rev 194164)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krfb
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-# note on libxdamage:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxdamage
-depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz";)
-sha1sums=('06dd1c34622e7bb2748053e262bdb5e087997b1c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/extra-x86_64/PKGBUILD (from rev 194163, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:39:02 UTC (rev 194164)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krfb
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:38:45
  Author: andrea
Revision: 194162

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

Added:
  kdenetwork-kppp/repos/extra-i686/PKGBUILD
(from rev 194161, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/extra-i686/kdenetwork-kppp.install
(from rev 194161, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/extra-x86_64/PKGBUILD
(from rev 194161, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/extra-x86_64/kdenetwork-kppp.install
(from rev 194161, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
Deleted:
  kdenetwork-kppp/repos/extra-i686/PKGBUILD
  kdenetwork-kppp/repos/extra-i686/kdenetwork-kppp.install
  kdenetwork-kppp/repos/extra-x86_64/PKGBUILD
  kdenetwork-kppp/repos/extra-x86_64/kdenetwork-kppp.install

--+
 /PKGBUILD|   62 +
 /kdenetwork-kppp.install |   24 
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdenetwork-kppp.install   |   12 --
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdenetwork-kppp.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:38:36 UTC (rev 194161)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:45 UTC (rev 194162)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz";)
-sha1sums=('5322ed6fe8122940f618c04dd51c6dbff7b9f437')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kppp-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kppp/repos/extra-i686/PKGBUILD (from rev 194161, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:45 UTC (rev 194162)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz";)
+sha1sums=('d449204769f62aa5c9093579207bd3fbb62e358e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kppp.install
===
--- extra-i686/kdenetwork-kppp.install  2013-09-10 13:38:36 UTC (rev 194161)
+++ extra-i686/kdenetwork-kppp.install  2013-09-10 13:38:45 UTC (rev 194162)
@@ -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: kdenetwork-kppp/repos/extra-i686/kdenetwork-kppp.install (from rev 
194161, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- extra-i686/kdenetwork-kppp.install  (rev 0)
+++ extra-i686/kdenetwork-kppp.install  2013-09-10 13:38:45 UTC (rev 194162)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:38:36 UTC (rev 194161)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:45 UTC (rev 194162)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgve

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:38:53
  Author: andrea
Revision: 194163

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

Added:
  kdenetwork-krdc/repos/extra-i686/PKGBUILD
(from rev 194162, kdenetwork-krdc/trunk/PKGBUILD)
  kdenetwork-krdc/repos/extra-x86_64/PKGBUILD
(from rev 194162, kdenetwork-krdc/trunk/PKGBUILD)
Deleted:
  kdenetwork-krdc/repos/extra-i686/PKGBUILD
  kdenetwork-krdc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:38:45 UTC (rev 194162)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:53 UTC (rev 194163)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
-sha1sums=('4e25aa290996c2c8b75fcfadad2d983fcadde390')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/extra-i686/PKGBUILD (from rev 194162, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:53 UTC (rev 194163)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
+sha1sums=('6a82893cbf9ee05700dff8bfac27cddea48d0ff5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:38:45 UTC (rev 194162)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:53 UTC (rev 194163)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
-sha1sums=('4e25aa290996c2c8b75fcfadad2d983fcadde390')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/extra-x86_64/PKGBUILD (from rev 194162, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:53 UTC (rev 194163)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgve

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:38:36
  Author: andrea
Revision: 194161

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 194160, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install
(from rev 194160, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/extra-i686/libotr3.patch
(from rev 194160, kdenetwork-kopete/trunk/libotr3.patch)
  kdenetwork-kopete/repos/extra-i686/mediastreamer29.patch
(from rev 194160, kdenetwork-kopete/trunk/mediastreamer29.patch)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 194160, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kdenetwork-kopete.install
(from rev 194160, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/extra-x86_64/libotr3.patch
(from rev 194160, kdenetwork-kopete/trunk/libotr3.patch)
  kdenetwork-kopete/repos/extra-x86_64/mediastreamer29.patch
(from rev 194160, kdenetwork-kopete/trunk/mediastreamer29.patch)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/extra-i686/libotr3.patch
  kdenetwork-kopete/repos/extra-i686/mediastreamer29.patch
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/kdenetwork-kopete.install
  kdenetwork-kopete/repos/extra-x86_64/libotr3.patch
  kdenetwork-kopete/repos/extra-x86_64/mediastreamer29.patch

+
 /PKGBUILD  |   86 ++
 /kdenetwork-kopete.install |   24 +
 /libotr3.patch |  142 +++
 /mediastreamer29.patch |   44 +
 extra-i686/PKGBUILD|   43 -
 extra-i686/kdenetwork-kopete.install   |   12 --
 extra-i686/libotr3.patch   |   71 ---
 extra-i686/mediastreamer29.patch   |   22 
 extra-x86_64/PKGBUILD  |   43 -
 extra-x86_64/kdenetwork-kopete.install |   12 --
 extra-x86_64/libotr3.patch |   71 ---
 extra-x86_64/mediastreamer29.patch |   22 
 12 files changed, 296 insertions(+), 296 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:38:26 UTC (rev 194160)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:36 UTC (rev 194161)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
- 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz";
-'libotr3.patch'
-'mediastreamer29.patch')
-sha1sums=('a67716f14a07cdbacf3df40983db17f594eb768b'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
-  '317683a5c2acd0a0058c5ab42f6006e9db511ef3')
-
-prepare() {
-  cd kopete-${pkgver}
-  patch -p2 -i "${srcdir}"/libotr3.patch
-  patch -p1 -i "${srcdir}"/mediastreamer29.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 194160, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:36 UTC (rev 194161)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz";
+'libotr3.patch'
+'mediastreamer29.patch')
+sha1sums=('1dd677e6fd4335e6d0bb906f4c981395ca204e12'
+  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
+  '317683a5c2acd0a0058c5ab42f6006e9db511ef3')
+
+prepare() {
+  cd kopete-${pkgver}
+  patch -p2 -i "${srcdir}"/libotr3.patch
+  patch -p1 -i "${srcdir}"/mediastreamer29.patch
+}
+
+build() {
+

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:38:19
  Author: andrea
Revision: 194159

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

Added:
  kdenetwork-kdnssd/repos/extra-i686/PKGBUILD
(from rev 194158, kdenetwork-kdnssd/trunk/PKGBUILD)
  kdenetwork-kdnssd/repos/extra-x86_64/PKGBUILD
(from rev 194158, kdenetwork-kdnssd/trunk/PKGBUILD)
Deleted:
  kdenetwork-kdnssd/repos/extra-i686/PKGBUILD
  kdenetwork-kdnssd/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:38:11 UTC (rev 194158)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:19 UTC (rev 194159)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kdnssd
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Monitors the network for DNS-SD services'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
-sha1sums=('d8957dab1a0516474b856bc5d1ef647be8dfb1a2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdnssd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kdnssd/repos/extra-i686/PKGBUILD (from rev 194158, 
kdenetwork-kdnssd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:19 UTC (rev 194159)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
+sha1sums=('5cad59b1fc2deefb04504c05b151bdd892eab377')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:38:11 UTC (rev 194158)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:19 UTC (rev 194159)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kdnssd
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Monitors the network for DNS-SD services'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
-sha1sums=('d8957dab1a0516474b856bc5d1ef647be8dfb1a2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdnssd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kdnssd/repos/extra-x86_64/PKGBUILD (from rev 194158, 
kdenetwork-kdnssd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:19 UTC (rev 194159)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
+sha1sums=('5cad59b1fc2deefb04504c05b151bdd892eab377')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:38:26
  Author: andrea
Revision: 194160

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

Added:
  kdenetwork-kget/repos/extra-i686/PKGBUILD
(from rev 194159, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install
(from rev 194159, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/extra-x86_64/PKGBUILD
(from rev 194159, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/extra-x86_64/kdenetwork-kget.install
(from rev 194159, kdenetwork-kget/trunk/kdenetwork-kget.install)
Deleted:
  kdenetwork-kget/repos/extra-i686/PKGBUILD
  kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install
  kdenetwork-kget/repos/extra-x86_64/PKGBUILD
  kdenetwork-kget/repos/extra-x86_64/kdenetwork-kget.install

--+
 /PKGBUILD|   62 +
 /kdenetwork-kget.install |   24 
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdenetwork-kget.install   |   12 --
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdenetwork-kget.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:38:19 UTC (rev 194159)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:26 UTC (rev 194160)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 
'nepomuk-widgets')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz";)
-sha1sums=('a31afa2747a50edbd20fe785e75c8746e0684c83')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/extra-i686/PKGBUILD (from rev 194159, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:26 UTC (rev 194160)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 
'nepomuk-widgets')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz";)
+sha1sums=('e5300523ccb508f68fc56c033684c43b7261618e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kget.install
===
--- extra-i686/kdenetwork-kget.install  2013-09-10 13:38:19 UTC (rev 194159)
+++ extra-i686/kdenetwork-kget.install  2013-09-10 13:38:26 UTC (rev 194160)
@@ -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: kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install (from rev 
194159, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- extra-i686/kdenetwork-kget.install  (rev 0)
+++ extra-i686/kdenetwork-kget.install  2013-09-10 13:38:26 UTC (rev 194160)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:38:19 UTC (rev 194159)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:26 UTC (rev 194160)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-workspace' 'kdebase-lib'

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:38:11
  Author: andrea
Revision: 194158

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

Added:
  kdenetwork-filesharing/repos/extra-i686/PKGBUILD
(from rev 194157, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install
(from rev 194157, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
  kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD
(from rev 194157, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/extra-x86_64/kdenetwork-filesharing.install
(from rev 194157, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
Deleted:
  kdenetwork-filesharing/repos/extra-i686/PKGBUILD
  kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install
  kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD
  kdenetwork-filesharing/repos/extra-x86_64/kdenetwork-filesharing.install

-+
 /PKGBUILD   |   62 ++
 /kdenetwork-filesharing.install |   22 +
 extra-i686/PKGBUILD |   31 -
 extra-i686/kdenetwork-filesharing.install   |   11 
 extra-x86_64/PKGBUILD   |   31 -
 extra-x86_64/kdenetwork-filesharing.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:38:03 UTC (rev 194157)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:11 UTC (rev 194158)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'smbclient')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";)
-sha1sums=('02fb41306fb3bc6b42d3c478665a8df5958d0268')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-filesharing-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/PKGBUILD (from rev 194157, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:11 UTC (rev 194158)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";)
+sha1sums=('15ff0e80a579257820775315a0f56f881ba93574')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-filesharing.install
===
--- extra-i686/kdenetwork-filesharing.install   2013-09-10 13:38:03 UTC (rev 
194157)
+++ extra-i686/kdenetwork-filesharing.install   2013-09-10 13:38:11 UTC (rev 
194158)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install 
(from rev 194157, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- extra-i686/kdenetwork-filesharing.install   (rev 0)
+++ extra-i686/kdenetwork-filesharing.install   2013-09-10 13:38:11 UTC (rev 
194158)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:38:03 UTC (rev 194157)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:11 UTC (rev 19

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:38:03
  Author: andrea
Revision: 194157

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

Added:
  kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD
(from rev 194156, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD
(from rev 194156, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:37:52 UTC (rev 194156)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:03 UTC (rev 194157)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('b71789470433ce8c555857301781fc47e5bbc12c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD (from rev 194156, 
kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:38:03 UTC (rev 194157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('e66b63d9274506cf028d33de0d1700e941446d31')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:37:52 UTC (rev 194156)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:03 UTC (rev 194157)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('b71789470433ce8c555857301781fc47e5bbc12c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD (from rev 
194156, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:38:03 UTC (rev 194157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('e66b63d9274506cf028d33de0d1700e941446d31')
+
+build() {
+  cd "${srcdir}"
+  mkdir bui

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:37:40
  Author: andrea
Revision: 194155

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

Added:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
(from rev 194154, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
(from rev 194154, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
(from rev 194154, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install
(from rev 194154, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
Deleted:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install

-+
 /PKGBUILD   |   64 ++
 /kdemultimedia-kmix.install |   22 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/kdemultimedia-kmix.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/kdemultimedia-kmix.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:37:27 UTC (rev 194154)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:40 UTC (rev 194155)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
-sha1sums=('2a0e9d5c898537343b134b2e62c2de8631081f5c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kmix/repos/extra-i686/PKGBUILD (from rev 194154, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:40 UTC (rev 194155)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kmix
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
+sha1sums=('b38fa6f09d4f289d92342bfef4a2bff52532f4e9')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-kmix.install
===
--- extra-i686/kdemultimedia-kmix.install   2013-09-10 13:37:27 UTC (rev 
194154)
+++ extra-i686/kdemultimedia-kmix.install   2013-09-10 13:37:40 UTC (rev 
194155)
@@ -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/extra-i686/kdemultimedia-kmix.install (from 
rev 194154, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===
--- extra-i686/kdemultimedia-kmix.install   (rev 0)
+++ extra-i686/kdemultimedia-kmix.install   2013-09-10 13:37:40 UTC (rev 
194155)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:37:27 UTC (rev 194154)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:37:40 UTC (rev 194155)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depend

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:37:52
  Author: andrea
Revision: 194156

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

Added:
  kdemultimedia-kscd/repos/extra-i686/PKGBUILD
(from rev 194155, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install
(from rev 194155, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/extra-x86_64/PKGBUILD
(from rev 194155, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/extra-x86_64/kdemultimedia-kscd.install
(from rev 194155, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/extra-i686/PKGBUILD
  kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/extra-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/extra-x86_64/kdemultimedia-kscd.install

-+
 /PKGBUILD   |   62 ++
 /kdemultimedia-kscd.install |   22 ++
 extra-i686/PKGBUILD |   31 ---
 extra-i686/kdemultimedia-kscd.install   |   11 -
 extra-x86_64/PKGBUILD   |   31 ---
 extra-x86_64/kdemultimedia-kscd.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:37:40 UTC (rev 194155)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:52 UTC (rev 194156)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
-sha1sums=('b1e6dccfab3c2c4246bcff43880ab8e9938ee915')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kscd/repos/extra-i686/PKGBUILD (from rev 194155, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:52 UTC (rev 194156)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
+sha1sums=('ce0f96e78db6281ef1797922f93d18045ef2216a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-kscd.install
===
--- extra-i686/kdemultimedia-kscd.install   2013-09-10 13:37:40 UTC (rev 
194155)
+++ extra-i686/kdemultimedia-kscd.install   2013-09-10 13:37:52 UTC (rev 
194156)
@@ -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/extra-i686/kdemultimedia-kscd.install (from 
rev 194155, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- extra-i686/kdemultimedia-kscd.install   (rev 0)
+++ extra-i686/kdemultimedia-kscd.install   2013-09-10 13:37:52 UTC (rev 
194156)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:37:40 UTC (rev 194155)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:37:52 UTC (rev 194156)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' '

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:37:11
  Author: andrea
Revision: 194152

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

Added:
  kdemultimedia-dragonplayer/repos/extra-i686/PKGBUILD
(from rev 194151, kdemultimedia-dragonplayer/trunk/PKGBUILD)
  kdemultimedia-dragonplayer/repos/extra-i686/kdemultimedia-dragonplayer.install
(from rev 194151, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia-dragonplayer/repos/extra-x86_64/PKGBUILD
(from rev 194151, kdemultimedia-dragonplayer/trunk/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/extra-x86_64/kdemultimedia-dragonplayer.install
(from rev 194151, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
Deleted:
  kdemultimedia-dragonplayer/repos/extra-i686/PKGBUILD
  kdemultimedia-dragonplayer/repos/extra-i686/kdemultimedia-dragonplayer.install
  kdemultimedia-dragonplayer/repos/extra-x86_64/PKGBUILD
  
kdemultimedia-dragonplayer/repos/extra-x86_64/kdemultimedia-dragonplayer.install

-+
 /PKGBUILD   |   66 ++
 /kdemultimedia-dragonplayer.install |   24 
 extra-i686/PKGBUILD |   33 ---
 extra-i686/kdemultimedia-dragonplayer.install   |   12 
 extra-x86_64/PKGBUILD   |   33 ---
 extra-x86_64/kdemultimedia-dragonplayer.install |   12 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:37:04 UTC (rev 194151)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:11 UTC (rev 194152)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-dragonplayer
-pkgver=4.11.0
-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')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/dragon-${pkgver}.tar.xz";)
-sha1sums=('9249ffcaf51ddc87df87e347bdc3cb9506e554ea')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../dragon-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-dragonplayer/repos/extra-i686/PKGBUILD (from rev 194151, 
kdemultimedia-dragonplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:11 UTC (rev 194152)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=4.11.1
+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')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/dragon-${pkgver}.tar.xz";)
+sha1sums=('a43e06cdebcdd1b512f4c74fc637a8b69af209f2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-dragonplayer.install
===
--- extra-i686/kdemultimedia-dragonplayer.install   2013-09-10 13:37:04 UTC 
(rev 194151)
+++ extra-i686/kdemultimedia-dragonplayer.install   2013-09-10 13:37:11 UTC 
(rev 194152)
@@ -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/extra-i686/kdemultimedia-dragonplayer.install 
(from rev 194151, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
===
--- extra-i686/kdemultimedia-dragonplayer.install   
(rev 0)
+++ extra-i686/kdemultimedia-dragonplayer.install   2013-09-10 13:37:11 UTC 
(rev 194152)
@@ -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: extra-x86_64/PKGBUILD
==

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:37:20
  Author: andrea
Revision: 194153

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

Added:
  kdemultimedia-ffmpegthumbs/repos/extra-i686/PKGBUILD
(from rev 194152, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/extra-x86_64/PKGBUILD
(from rev 194152, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
Deleted:
  kdemultimedia-ffmpegthumbs/repos/extra-i686/PKGBUILD
  kdemultimedia-ffmpegthumbs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:37:11 UTC (rev 194152)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:20 UTC (rev 194153)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.11.0
-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')
-groups=('kde' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('e39a2dbb8da47fb1ec667c266b37f95707bd22cd')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/extra-i686/PKGBUILD (from rev 194152, 
kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:20 UTC (rev 194153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.11.1
+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')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('ccb28481cbb28424207d14114c4c57ac6eaefef1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:37:11 UTC (rev 194152)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:37:20 UTC (rev 194153)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.11.0
-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')
-groups=('kde' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('e39a2dbb8da47fb1ec667c266b37f95707bd22cd')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/extra-x86_64/PKGBUILD (from rev 
194152, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:37:20 UTC (rev 194153)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.11.1
+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')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('ccb28481cbb28424207d14114c4c57ac6eaefef1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TY

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:37:27
  Author: andrea
Revision: 194154

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

Added:
  kdemultimedia-juk/repos/extra-i686/PKGBUILD
(from rev 194153, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/extra-i686/kdemultimedia-juk.install
(from rev 194153, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/extra-x86_64/PKGBUILD
(from rev 194153, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/extra-x86_64/kdemultimedia-juk.install
(from rev 194153, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
Deleted:
  kdemultimedia-juk/repos/extra-i686/PKGBUILD
  kdemultimedia-juk/repos/extra-i686/kdemultimedia-juk.install
  kdemultimedia-juk/repos/extra-x86_64/PKGBUILD
  kdemultimedia-juk/repos/extra-x86_64/kdemultimedia-juk.install

+
 /PKGBUILD  |   66 +++
 /kdemultimedia-juk.install |   22 ++
 extra-i686/PKGBUILD|   33 ---
 extra-i686/kdemultimedia-juk.install   |   11 -
 extra-x86_64/PKGBUILD  |   33 ---
 extra-x86_64/kdemultimedia-juk.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:37:20 UTC (rev 194153)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:27 UTC (rev 194154)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.11.0
-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')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz";)
-sha1sums=('13b966c9c9450570feb1c46b3f39bf58f1e149a3')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/extra-i686/PKGBUILD (from rev 194153, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:27 UTC (rev 194154)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=4.11.1
+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')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz";)
+sha1sums=('02a6915064a89725e9ac8a826a60865d5d1c1a80')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-juk.install
===
--- extra-i686/kdemultimedia-juk.install2013-09-10 13:37:20 UTC (rev 
194153)
+++ extra-i686/kdemultimedia-juk.install2013-09-10 13:37:27 UTC (rev 
194154)
@@ -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/extra-i686/kdemultimedia-juk.install (from rev 
194153, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===
--- extra-i686/kdemultimedia-juk.install(rev 0)
+++ extra-i686/kdemultimedia-juk.install2013-09-10 13:37:27 UTC (rev 
194154)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:37:20 UTC (rev 194153)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:37:27 UTC (rev 194154)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-a

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:36:07
  Author: andrea
Revision: 194144

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

Added:
  kdegraphics-kruler/repos/extra-i686/PKGBUILD
(from rev 194143, kdegraphics-kruler/trunk/PKGBUILD)
  kdegraphics-kruler/repos/extra-i686/kdegraphics-kruler.install
(from rev 194143, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
  kdegraphics-kruler/repos/extra-x86_64/PKGBUILD
(from rev 194143, kdegraphics-kruler/trunk/PKGBUILD)
  kdegraphics-kruler/repos/extra-x86_64/kdegraphics-kruler.install
(from rev 194143, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
Deleted:
  kdegraphics-kruler/repos/extra-i686/PKGBUILD
  kdegraphics-kruler/repos/extra-i686/kdegraphics-kruler.install
  kdegraphics-kruler/repos/extra-x86_64/PKGBUILD
  kdegraphics-kruler/repos/extra-x86_64/kdegraphics-kruler.install

-+
 /PKGBUILD   |   64 ++
 /kdegraphics-kruler.install |   24 +++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/kdegraphics-kruler.install   |   12 -
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/kdegraphics-kruler.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:36:00 UTC (rev 194143)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:07 UTC (rev 194144)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kruler
-pkgver=4.11.0
-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/stable/${pkgver}/src/kruler-${pkgver}.tar.xz";)
-sha1sums=('fa541ee3daefd5ac8135638ee166bc13bb2d0b29')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kruler-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kruler/repos/extra-i686/PKGBUILD (from rev 194143, 
kdegraphics-kruler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:07 UTC (rev 194144)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kruler
+pkgver=4.11.1
+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/stable/${pkgver}/src/kruler-${pkgver}.tar.xz";)
+sha1sums=('9c2d84d05cc36907bc8e27c9443555ec937a1393')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegraphics-kruler.install
===
--- extra-i686/kdegraphics-kruler.install   2013-09-10 13:36:00 UTC (rev 
194143)
+++ extra-i686/kdegraphics-kruler.install   2013-09-10 13:36:07 UTC (rev 
194144)
@@ -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/extra-i686/kdegraphics-kruler.install (from 
rev 194143, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
===
--- extra-i686/kdegraphics-kruler.install   (rev 0)
+++ extra-i686/kdegraphics-kruler.install   2013-09-10 13:36:07 UTC (rev 
194144)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:36:00 UTC (rev 194143)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:07 UTC (rev 194144)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kruler
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="http://kde.org/applications/graphics/kruler/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'F

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:36:56
  Author: andrea
Revision: 194150

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

Added:
  kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD
(from rev 194149, kdegraphics-thumbnailers/trunk/PKGBUILD)
  kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 194149, kdegraphics-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD
  kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:36:48 UTC (rev 194149)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:56 UTC (rev 194150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.0
-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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('51cbd5cef7dbe265a9c8f4f09cdb710bb8eb506b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 194149, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:56 UTC (rev 194150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.1
+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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('0e7d1a77c4aac440589b29afd22ff429c148251c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:36:48 UTC (rev 194149)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:56 UTC (rev 194150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.0
-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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('51cbd5cef7dbe265a9c8f4f09cdb710bb8eb506b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 194149, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:56 UTC (rev 194150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.1
+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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('0e7d1a77c4aac

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:36:48
  Author: andrea
Revision: 194149

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

Added:
  kdegraphics-svgpart/repos/extra-i686/PKGBUILD
(from rev 194148, kdegraphics-svgpart/trunk/PKGBUILD)
  kdegraphics-svgpart/repos/extra-x86_64/PKGBUILD
(from rev 194148, kdegraphics-svgpart/trunk/PKGBUILD)
Deleted:
  kdegraphics-svgpart/repos/extra-i686/PKGBUILD
  kdegraphics-svgpart/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:36:38 UTC (rev 194148)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:48 UTC (rev 194149)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="A KPart for viewing 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/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('e68c517dff6f5b5771e0b1c75d2a8f0204e5540b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/extra-i686/PKGBUILD (from rev 194148, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:48 UTC (rev 194149)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="A KPart for viewing 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/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('1cc1daa97ec07d4ddd3f587dc17b620f241a4996')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:36:38 UTC (rev 194148)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:48 UTC (rev 194149)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="A KPart for viewing 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/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('e68c517dff6f5b5771e0b1c75d2a8f0204e5540b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/extra-x86_64/PKGBUILD (from rev 194148, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:48 UTC (rev 194149)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="A KPart for viewing 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/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('1cc1daa97ec07d4ddd3f587dc17b620f241a4996')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:37:04
  Author: andrea
Revision: 194151

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

Added:
  kdemultimedia-audiocd-kio/repos/extra-i686/PKGBUILD
(from rev 194150, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/extra-x86_64/PKGBUILD
(from rev 194150, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
Deleted:
  kdemultimedia-audiocd-kio/repos/extra-i686/PKGBUILD
  kdemultimedia-audiocd-kio/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:36:56 UTC (rev 194150)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:04 UTC (rev 194151)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.11.0
-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' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('dd22eb26047aef9f332af6c60c073685ccbcb9cb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/extra-i686/PKGBUILD (from rev 194150, 
kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:37:04 UTC (rev 194151)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.11.1
+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' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
+sha1sums=('8e4d6f4bcdda113b053cb60faa9d4514c66d6aba')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:36:56 UTC (rev 194150)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:37:04 UTC (rev 194151)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.11.0
-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' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('dd22eb26047aef9f332af6c60c073685ccbcb9cb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/extra-x86_64/PKGBUILD (from rev 194150, 
kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:37:04 UTC (rev 194151)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.11.1
+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' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdemultime

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:36:22
  Author: andrea
Revision: 194146

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

Added:
  kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD
(from rev 194145, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/extra-i686/kdegraphics-ksnapshot.install
(from rev 194145, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD
(from rev 194145, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install
(from rev 194145, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
Deleted:
  kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD
  kdegraphics-ksnapshot/repos/extra-i686/kdegraphics-ksnapshot.install
  kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD
  kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install

+
 /PKGBUILD  |   66 +++
 /kdegraphics-ksnapshot.install |   24 +
 extra-i686/PKGBUILD|   33 -
 extra-i686/kdegraphics-ksnapshot.install   |   12 
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/kdegraphics-ksnapshot.install |   12 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:36:15 UTC (rev 194145)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:22 UTC (rev 194146)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.11.0
-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=('kdebase-runtime' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
-sha1sums=('85c905639a2b57bf096fb28b52ba25edded3d2d3')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksnapshot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD (from rev 194145, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:36:22 UTC (rev 194146)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.11.1
+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=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('09fc29844ba24a7e4f6a2c61d5a2fbaa1c47497c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegraphics-ksnapshot.install
===
--- extra-i686/kdegraphics-ksnapshot.install2013-09-10 13:36:15 UTC (rev 
194145)
+++ extra-i686/kdegraphics-ksnapshot.install2013-09-10 13:36:22 UTC (rev 
194146)
@@ -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/extra-i686/kdegraphics-ksnapshot.install 
(from rev 194145, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- extra-i686/kdegraphics-ksnapshot.install(rev 0)
+++ extra-i686/kdegraphics-ksnapshot.install2013-09-10 13:36:22 UTC (rev 
194146)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:36:15 UTC (rev 194145)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:36:22 UTC (rev 194146)
@@ -1,33 +0,0 @@
-# $Id$
-# Mai

  1   2   3   >