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

2013-01-19 Thread andyrtr
Date: Sunday, January 20, 2013 @ 02:27:30
  Author: andyrtr
Revision: 175718

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

Added:
  qt/repos/staging-i686/
  qt/repos/staging-i686/PKGBUILD
(from rev 175717, qt/trunk/PKGBUILD)
  qt/repos/staging-i686/assistant.desktop
(from rev 175717, qt/trunk/assistant.desktop)
  qt/repos/staging-i686/designer.desktop
(from rev 175717, qt/trunk/designer.desktop)
  qt/repos/staging-i686/fix-crash-in-assistant.patch
(from rev 175717, qt/trunk/fix-crash-in-assistant.patch)
  qt/repos/staging-i686/improve-cups-support.patch
(from rev 175717, qt/trunk/improve-cups-support.patch)
  qt/repos/staging-i686/linguist.desktop
(from rev 175717, qt/trunk/linguist.desktop)
  qt/repos/staging-i686/qt.install
(from rev 175717, qt/trunk/qt.install)
  qt/repos/staging-i686/qtconfig.desktop
(from rev 175717, qt/trunk/qtconfig.desktop)
  qt/repos/staging-x86_64/
  qt/repos/staging-x86_64/PKGBUILD
(from rev 175717, qt/trunk/PKGBUILD)
  qt/repos/staging-x86_64/assistant.desktop
(from rev 175717, qt/trunk/assistant.desktop)
  qt/repos/staging-x86_64/designer.desktop
(from rev 175717, qt/trunk/designer.desktop)
  qt/repos/staging-x86_64/fix-crash-in-assistant.patch
(from rev 175717, qt/trunk/fix-crash-in-assistant.patch)
  qt/repos/staging-x86_64/improve-cups-support.patch
(from rev 175717, qt/trunk/improve-cups-support.patch)
  qt/repos/staging-x86_64/linguist.desktop
(from rev 175717, qt/trunk/linguist.desktop)
  qt/repos/staging-x86_64/qt.install
(from rev 175717, qt/trunk/qt.install)
  qt/repos/staging-x86_64/qtconfig.desktop
(from rev 175717, qt/trunk/qtconfig.desktop)

-+
 staging-i686/PKGBUILD   |  140 ++
 staging-i686/assistant.desktop  |8 +
 staging-i686/designer.desktop   |   10 +
 staging-i686/fix-crash-in-assistant.patch   |   11 ++
 staging-i686/improve-cups-support.patch |   84 +++
 staging-i686/linguist.desktop   |9 +
 staging-i686/qt.install |   12 ++
 staging-i686/qtconfig.desktop   |9 +
 staging-x86_64/PKGBUILD |  140 ++
 staging-x86_64/assistant.desktop|8 +
 staging-x86_64/designer.desktop |   10 +
 staging-x86_64/fix-crash-in-assistant.patch |   11 ++
 staging-x86_64/improve-cups-support.patch   |   84 +++
 staging-x86_64/linguist.desktop |9 +
 staging-x86_64/qt.install   |   12 ++
 staging-x86_64/qtconfig.desktop |9 +
 16 files changed, 566 insertions(+)

Copied: qt/repos/staging-i686/PKGBUILD (from rev 175717, qt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 07:27:30 UTC (rev 175718)
@@ -0,0 +1,140 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qt
+pkgname=('qt' 'qt-private-headers')
+pkgver=4.8.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+makedepends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'glib2' 
'dbus'
+'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
+'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
+'mysql' 'unixodbc' 'cups' 'gtk2' 'libfbclient')
+options=('!libtool')
+_pkgfqn="${pkgbase}-everywhere-opensource-src-${pkgver}"
+source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz";
+'assistant.desktop' 'designer.desktop' 'linguist.desktop'
+'qtconfig.desktop'
+'improve-cups-support.patch'
+'fix-crash-in-assistant.patch')
+md5sums=('89c5ecba180cae74c66260ac732dc5cb'
+ 'f1837a03fd0ebbd2da58975845f278e3'
+ '480fea1ed076992b688373c8db274be0'
+ '5595c24d5bb942c21e3a4d299e6d0bf1'
+ '824a3b77a25e98567f640e0441ccdebc'
+ 'c439c7731c25387352d8453ca7574971'
+ '57590084078b6379f0501f7728b02ae2')
+
+build() {
+  cd ${_pkgfqn}
+
+  # (FS#28381) (KDEBUG#180051)
+  patch -p1 -i "${srcdir}"/improve-cups-support.patch
+
+  # (FS#29469)
+  patch -p1 -i "${srcdir}"/fix-crash-in-assistant.patch
+
+  export QT4DIR="${srcdir}"/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
+
+  sed -i "s|-O2|${CXXFLAGS}|" mkspecs/common/{g++,gcc}-base.conf
+  sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" 
mkspecs/common/gcc-base-unix.conf
+  sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" mkspecs/common/gcc-base.conf
+
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-plugindir /usr/lib/qt/plugins \
+-importdir /usr/lib/qt/imports \
+-datadir /usr/share/qt \
+-translationdir /usr/share/qt/translations \
+-sysconfdir /etc/xdg \
+

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

2013-01-19 Thread andyrtr
Date: Sunday, January 20, 2013 @ 02:26:10
  Author: andyrtr
Revision: 175717

upgpkg: qt 4.8.4-2

icu rebuild

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 06:55:55 UTC (rev 175716)
+++ PKGBUILD2013-01-20 07:26:10 UTC (rev 175717)
@@ -5,7 +5,7 @@
 pkgbase=qt
 pkgname=('qt' 'qt-private-headers')
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')



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

2013-01-19 Thread andyrtr
Date: Sunday, January 20, 2013 @ 01:55:55
  Author: andyrtr
Revision: 175716

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

Added:
  raptor/repos/staging-i686/
  raptor/repos/staging-i686/PKGBUILD
(from rev 175715, raptor/trunk/PKGBUILD)
  raptor/repos/staging-x86_64/
  raptor/repos/staging-x86_64/PKGBUILD
(from rev 175715, raptor/trunk/PKGBUILD)

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

Copied: raptor/repos/staging-i686/PKGBUILD (from rev 175715, 
raptor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 06:55:55 UTC (rev 175716)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andreas Radke 
+# Contributor: eric 
+# Contributor: Damir Perisa 
+
+pkgname=raptor
+pkgver=2.0.8
+pkgrel=3
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor";
+depends=('curl' 'libxslt' 'icu>=50.1.2')
+license=('LGPL')
+options=('!libtool')
+source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz";)
+
+build() {
+  cd "${srcdir}"/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C "raptor2-$pkgver" check // currently does not work
+#}
+
+package() {
+  cd "${srcdir}"/raptor2-${pkgver}
+  make prefix="${pkgdir}"/usr install
+}
+md5sums=('ac60858b875aab8fa7917f21a1237aa9')

Copied: raptor/repos/staging-x86_64/PKGBUILD (from rev 175715, 
raptor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-20 06:55:55 UTC (rev 175716)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andreas Radke 
+# Contributor: eric 
+# Contributor: Damir Perisa 
+
+pkgname=raptor
+pkgver=2.0.8
+pkgrel=3
+pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
+arch=('i686' 'x86_64')
+url="http://librdf.org/raptor";
+depends=('curl' 'libxslt' 'icu>=50.1.2')
+license=('LGPL')
+options=('!libtool')
+source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz";)
+
+build() {
+  cd "${srcdir}"/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C "raptor2-$pkgver" check // currently does not work
+#}
+
+package() {
+  cd "${srcdir}"/raptor2-${pkgver}
+  make prefix="${pkgdir}"/usr install
+}
+md5sums=('ac60858b875aab8fa7917f21a1237aa9')



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

2013-01-19 Thread andyrtr
Date: Sunday, January 20, 2013 @ 01:55:20
  Author: andyrtr
Revision: 175715

upgpkg: raptor 2.0.8-3

icu rebuild

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 06:39:27 UTC (rev 175714)
+++ PKGBUILD2013-01-20 06:55:20 UTC (rev 175715)
@@ -6,11 +6,11 @@
 
 pkgname=raptor
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples"
 arch=('i686' 'x86_64')
 url="http://librdf.org/raptor";
-depends=('curl' 'libxslt' 'icu')
+depends=('curl' 'libxslt' 'icu>=50.1.2')
 license=('LGPL')
 options=('!libtool')
 source=("http://librdf.org/dist/source/raptor2-$pkgver.tar.gz";)



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

2013-01-19 Thread Eric Bélanger
Date: Sunday, January 20, 2013 @ 01:39:27
  Author: eric
Revision: 175714

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

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

--+
 staging-i686/PKGBUILD|   39 +++
 staging-i686/emacs.install   |   32 
 staging-x86_64/PKGBUILD  |   39 +++
 staging-x86_64/emacs.install |   32 
 4 files changed, 142 insertions(+)

Copied: emacs/repos/staging-i686/PKGBUILD (from rev 175713, 
emacs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 06:39:27 UTC (rev 175714)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+pkgver=24.2
+pkgrel=4
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html";
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('1676803a50e8adc817fdaaebb9234f14' 'ca1766337f419ef827dd96d1ff78f158')
+
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 "$pkgdir"/var/games
+  chmod 775 "$pkgdir"/var/games/emacs
+  chmod 664 "$pkgdir"/var/games/emacs/*
+  chown -R root:games "$pkgdir"/var/games
+}

Copied: emacs/repos/staging-i686/emacs.install (from rev 175713, 
emacs/trunk/emacs.install)
===
--- staging-i686/emacs.install  (rev 0)
+++ staging-i686/emacs.install  2013-01-20 06:39:27 UTC (rev 175714)
@@ -0,0 +1,32 @@
+ICON_PATH=usr/share/icons/hicolor
+INFO_DIR=usr/share/info
+
+INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
+ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert 
eshell eudc flymake
+forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
+org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
+speedbar tramp url vip viper widget woman)
+
+post_install() {
+  gtk-update-icon-cache -q -t -f ${ICON_PATH}
+  update-desktop-database -q
+
+  [[ -x usr/bin/install-info ]] || return 0
+  for f in ${INFO_FILES[@]}; do
+install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gtk-update-icon-cache -q -t -f ${ICON_PATH}
+  update-desktop-database -q
+
+  [[ -x usr/bin/install-info ]] || return 0
+  for f in ${INFO_FILES[@]}; do
+install-info --delete ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2> /dev/null
+  done
+}

Copied: emacs/repos/staging-x86_64/PKGBUILD (from rev 175713, 
emacs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-20 06:39:27 UTC (rev 175714)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+pkgver=24.2
+pkgrel=4
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html";
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('1676803a50e8adc817fdaaebb9234f14' 'ca1766337f419ef827dd96d1ff78f158')
+
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DES

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

2013-01-19 Thread Eric Bélanger
Date: Sunday, January 20, 2013 @ 01:39:14
  Author: eric
Revision: 175713

upgpkg: emacs 24.2-4

Rebuild against imagemagick-6.8.1.9

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 05:59:36 UTC (rev 175712)
+++ PKGBUILD2013-01-20 06:39:14 UTC (rev 175713)
@@ -4,7 +4,7 @@
 
 pkgname=emacs
 pkgver=24.2
-pkgrel=3
+pkgrel=4
 pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/emacs/emacs.html";



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

2013-01-19 Thread Evangelos Foutras
Date: Sunday, January 20, 2013 @ 00:59:36
  Author: foutrelis
Revision: 175712

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

Added:
  psiconv/repos/staging-i686/
  psiconv/repos/staging-i686/PKGBUILD
(from rev 175711, psiconv/trunk/PKGBUILD)
  psiconv/repos/staging-x86_64/
  psiconv/repos/staging-x86_64/PKGBUILD
(from rev 175711, psiconv/trunk/PKGBUILD)

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

Copied: psiconv/repos/staging-i686/PKGBUILD (from rev 175711, 
psiconv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 05:59:36 UTC (rev 175712)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=11
+pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
+arch=('i686' 'x86_64')
+url="http://software.frodo.looijaard.name/psiconv/";
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=("http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: psiconv/repos/staging-x86_64/PKGBUILD (from rev 175711, 
psiconv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-20 05:59:36 UTC (rev 175712)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=11
+pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
+arch=('i686' 'x86_64')
+url="http://software.frodo.looijaard.name/psiconv/";
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=("http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-01-19 Thread Evangelos Foutras
Date: Sunday, January 20, 2013 @ 00:59:20
  Author: foutrelis
Revision: 175711

upgpkg: psiconv 0.9.8-11

imagemagick 6.8.1.9 rebuild.

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 05:54:13 UTC (rev 175710)
+++ PKGBUILD2013-01-20 05:59:20 UTC (rev 175711)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=10
+pkgrel=11
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('i686' 'x86_64')
 url="http://software.frodo.looijaard.name/psiconv/";



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

2013-01-19 Thread Eric Bélanger
Date: Sunday, January 20, 2013 @ 00:54:13
  Author: eric
Revision: 175710

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

Added:
  pstoedit/repos/staging-i686/
  pstoedit/repos/staging-i686/PKGBUILD
(from rev 175709, pstoedit/trunk/PKGBUILD)
  pstoedit/repos/staging-i686/pstoedit-3.50-parallel.patch
(from rev 175709, pstoedit/trunk/pstoedit-3.50-parallel.patch)
  pstoedit/repos/staging-i686/pstoedit-3.50-plugin-close.patch
(from rev 175709, pstoedit/trunk/pstoedit-3.50-plugin-close.patch)
  pstoedit/repos/staging-x86_64/
  pstoedit/repos/staging-x86_64/PKGBUILD
(from rev 175709, pstoedit/trunk/PKGBUILD)
  pstoedit/repos/staging-x86_64/pstoedit-3.50-parallel.patch
(from rev 175709, pstoedit/trunk/pstoedit-3.50-parallel.patch)
  pstoedit/repos/staging-x86_64/pstoedit-3.50-plugin-close.patch
(from rev 175709, pstoedit/trunk/pstoedit-3.50-plugin-close.patch)

-+
 staging-i686/PKGBUILD   |   34 +++
 staging-i686/pstoedit-3.50-parallel.patch   |   47 ++
 staging-i686/pstoedit-3.50-plugin-close.patch   |   14 ++
 staging-x86_64/PKGBUILD |   34 +++
 staging-x86_64/pstoedit-3.50-parallel.patch |   47 ++
 staging-x86_64/pstoedit-3.50-plugin-close.patch |   14 ++
 6 files changed, 190 insertions(+)

Copied: pstoedit/repos/staging-i686/PKGBUILD (from rev 175709, 
pstoedit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 05:54:13 UTC (rev 175710)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tobias Powalowski 
+
+pkgname=pstoedit
+pkgver=3.60
+pkgrel=4
+pkgdesc="Translates PostScript and PDF graphics into other vector formats"
+arch=('i686' 'x86_64')
+url="http://www.pstoedit.net/";
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz";
+   'pstoedit-3.50-parallel.patch'  'pstoedit-3.50-plugin-close.patch')
+sha1sums=('649ade3d873429548eb6dd9f3e13cb79a8d6a1a2'
+  '6e278b164d3e59fbb11e7fd5ae8ffb038932d69a'
+  '54bbe019de66eb4cb8525371462595d21fbd074e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: pstoedit/repos/staging-i686/pstoedit-3.50-parallel.patch (from rev 
175709, pstoedit/trunk/pstoedit-3.50-parallel.patch)
===
--- staging-i686/pstoedit-3.50-parallel.patch   (rev 0)
+++ staging-i686/pstoedit-3.50-parallel.patch   2013-01-20 05:54:13 UTC (rev 
175710)
@@ -0,0 +1,47 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index d6178df..66f377b 100755
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -86,6 +86,7 @@ libp2edrvstd_la_SOURCES= \
+ $(sample_drivers_src)   
+ libp2edrvstd_la_LIBADD=-L. libpstoedit.la
+ libp2edrvstd_la_LDFLAGS=-no-undefined -module
++libp2edrvstd_la_DEPENDENCIES = libpstoedit.la
+ 
+ #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
+ #libp2edrvplugins_la_LIBADD=
+@@ -95,15 +96,18 @@ libp2edrvstd_la_LDFLAGS=-no-undefined -module
+ libp2edrvlplot_la_SOURCES=drvlplot.cpp drvlplot.h initlibrary.cpp
+ libp2edrvlplot_la_LIBADD=$(LIBPLOTTER_LDFLAGS) -L. libpstoedit.la
+ libp2edrvlplot_la_LDFLAGS=-no-undefined -module
++libp2edrvlplot_la_DEPENDENCIES = libpstoedit.la
+ 
+ libp2edrvswf_la_SOURCES=drvswf.cpp drvswf.h initlibrary.cpp
+ libp2edrvswf_la_LIBADD=$(LIBMING_LDFLAGS) -L. libpstoedit.la
+ libp2edrvswf_la_LDFLAGS=-no-undefined -module
++libp2edrvswf_la_DEPENDENCIES = libpstoedit.la
+ 
+ # note the __ stand for ++ - automake treats all no alphanums chars as _
+ libp2edrvmagick___la_SOURCES=drvmagick++.cpp drvmagick++.h initlibrary.cpp
+ libp2edrvmagick___la_LIBADD=-L. libpstoedit.la
+ libp2edrvmagick___la_LDFLAGS=-no-undefined ${LIBMAGICK_LDFLAGS}  -module
++libp2edrvmagick___la_DEPENDENCIES = libpstoedit.la
+ # moved to configure.ac because needed only for g++ 
libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
+ 
+ if USE_EMFBYSOURCE
+@@ -113,6 +117,7 @@ else
+ libp2edrvwmf_la_SOURCES=drvwmf.cpp drvwmf.h initlibrary.cpp
+ libp2edrvwmf_la_LDFLAGS=-no-undefined $(LIBEMF_LDFLAGS) -L. libpstoedit.la 
-module
+ endif
++libp2edrvwmf_la_DEPENDENCIES = libpstoedit.la
+ 
+ libpstoedit_la_SOURCES =  \
+   dynload.cpp dynload.h   \
+@@ -135,6 +140,7 @@ libpstoedit_la_LDFLAGS = -no-undefined
+ 
+ pstoedit_SOURCES

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

2013-01-19 Thread Eric Bélanger
Date: Sunday, January 20, 2013 @ 00:53:50
  Author: eric
Revision: 175709

upgpkg: pstoedit 3.60-4

Rebuild against imagemagick-6.8.1.9

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 05:53:50 UTC (rev 175708)
+++ PKGBUILD2013-01-20 05:53:50 UTC (rev 175709)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.60
-pkgrel=3
+pkgrel=4
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('i686' 'x86_64')
 url="http://www.pstoedit.net/";



[arch-commits] Commit in obex-data-server/repos (4 files)

2013-01-19 Thread Evangelos Foutras
Date: Sunday, January 20, 2013 @ 00:53:50
  Author: foutrelis
Revision: 175708

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

Added:
  obex-data-server/repos/staging-i686/
  obex-data-server/repos/staging-i686/PKGBUILD
(from rev 175707, obex-data-server/trunk/PKGBUILD)
  obex-data-server/repos/staging-x86_64/
  obex-data-server/repos/staging-x86_64/PKGBUILD
(from rev 175707, obex-data-server/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: obex-data-server/repos/staging-i686/PKGBUILD (from rev 175707, 
obex-data-server/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 05:53:50 UTC (rev 175708)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Kyrylych 
+# Contributor: Keerthi 
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=4
+pkgdesc="A D-Bus service providing high-level OBEX client and server side 
functionality"
+arch=('i686' 'x86_64')
+url="http://wiki.muiline.com/obex-data-server";
+license=('GPL')
+depends=('dbus-glib' 'openobex' 'imagemagick')
+source=("http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: obex-data-server/repos/staging-x86_64/PKGBUILD (from rev 175707, 
obex-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-20 05:53:50 UTC (rev 175708)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Kyrylych 
+# Contributor: Keerthi 
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=4
+pkgdesc="A D-Bus service providing high-level OBEX client and server side 
functionality"
+arch=('i686' 'x86_64')
+url="http://wiki.muiline.com/obex-data-server";
+license=('GPL')
+depends=('dbus-glib' 'openobex' 'imagemagick')
+source=("http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in obex-data-server/trunk (PKGBUILD)

2013-01-19 Thread Evangelos Foutras
Date: Sunday, January 20, 2013 @ 00:53:34
  Author: foutrelis
Revision: 175707

upgpkg: obex-data-server 0.4.6-4

imagemagick 6.8.1.9 rebuild.

Modified:
  obex-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 05:31:26 UTC (rev 175706)
+++ PKGBUILD2013-01-20 05:53:34 UTC (rev 175707)
@@ -6,7 +6,7 @@
 
 pkgname=obex-data-server
 pkgver=0.4.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A D-Bus service providing high-level OBEX client and server side 
functionality"
 arch=('i686' 'x86_64')
 url="http://wiki.muiline.com/obex-data-server";



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

2013-01-19 Thread Evangelos Foutras
Date: Sunday, January 20, 2013 @ 00:31:26
  Author: foutrelis
Revision: 175706

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 175705, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch
(from rev 175705, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 175705, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch
(from rev 175705, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)

---+
 staging-i686/PKGBUILD |   31 
 staging-i686/dvdauthor-0.7.0-libpng15.patch   |   19 ++
 staging-x86_64/PKGBUILD   |   31 
 staging-x86_64/dvdauthor-0.7.0-libpng15.patch |   19 ++
 4 files changed, 100 insertions(+)

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 175705, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 05:31:26 UTC (rev 175706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Travis Willard 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="DVD authoring tools"
+arch=('i686' 'x86_64')
+url="http://dvdauthor.sourceforge.net/";
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: dvdauthor/repos/staging-i686/dvdauthor-0.7.0-libpng15.patch (from rev 
175705, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
===
--- staging-i686/dvdauthor-0.7.0-libpng15.patch (rev 0)
+++ staging-i686/dvdauthor-0.7.0-libpng15.patch 2013-01-20 05:31:26 UTC (rev 
175706)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include "rgb.h"
+ #include "common.h"
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(&png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr->jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(&png_ptr, &info_ptr);
+ fclose(fp);

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 175705, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-20 05:31:26 UTC (rev 175706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Travis Willard 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Nicolai Lissner 
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="DVD authoring tools"
+arch=('i686' 'x86_64')
+url="http://dvdauthor.sourceforge.net/";
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: dvdauthor/repos/staging-x86_64/dvdauthor-0.7.0-libpng15.patch (from rev 
175705, dvdauthor/trunk/dvdauthor-0.7.0-libpng15.patch)
===
--- staging-x86_64/dvdauthor-0.7.0-libpng15.patch   
(rev 0)
+++ staging-x86_64/dvdauthor-0.7.0-libpng15.patch   2013-01-20 05:31:26 UTC 
(rev 175706)
@@ -0,0 +1,19 @@
+--- src/spuunmux.c
 src/spuunmux.c
+@@ -39,6 +39,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include "rgb.h"
+ #include "common.h"
+@@ -610,7 +611,7 @@
+ png_destroy_write_struct(&png_ptr, (png_infopp)NULL);
+ return -1;
+   } /*if*/
+-if (setjmp(png_ptr->jmpbuf))
++if (setjmp(png_jmpbuf(png_ptr)))
+   {
+ png_destroy_write_struct(&png_ptr, &info_ptr);
+ fclose(fp);



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

2013-01-19 Thread Evangelos Foutras
Date: Sunday, January 20, 2013 @ 00:31:08
  Author: foutrelis
Revision: 175705

upgpkg: dvdauthor 0.7.1-3

imagemagick 6.8.1.9 rebuild.

Modified:
  dvdauthor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-20 01:26:58 UTC (rev 175704)
+++ PKGBUILD2013-01-20 05:31:08 UTC (rev 175705)
@@ -1,12 +1,12 @@
 # $Id$
 # Maintainer: Giovanni Scafora 
-# Contributor: Travis Willard  
+# Contributor: Travis Willard 
 # Contributor: Jaroslaw Swierczynski 
 # Contributor: Nicolai Lissner 
 
 pkgname=dvdauthor
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="DVD authoring tools"
 arch=('i686' 'x86_64')
 url="http://dvdauthor.sourceforge.net/";



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

2013-01-19 Thread Stéphane Gaudreault
Date: Saturday, January 19, 2013 @ 20:26:58
  Author: stephane
Revision: 175704

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

Added:
  brltty/repos/staging-i686/
  brltty/repos/staging-i686/PKGBUILD
(from rev 175703, brltty/trunk/PKGBUILD)
  brltty/repos/staging-i686/brltty
(from rev 175703, brltty/trunk/brltty)
  brltty/repos/staging-i686/brltty.conf
(from rev 175703, brltty/trunk/brltty.conf)
  brltty/repos/staging-i686/brltty.install
(from rev 175703, brltty/trunk/brltty.install)
  brltty/repos/staging-i686/brltty.service
(from rev 175703, brltty/trunk/brltty.service)
  brltty/repos/staging-x86_64/
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 175703, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty
(from rev 175703, brltty/trunk/brltty)
  brltty/repos/staging-x86_64/brltty.conf
(from rev 175703, brltty/trunk/brltty.conf)
  brltty/repos/staging-x86_64/brltty.install
(from rev 175703, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.service
(from rev 175703, brltty/trunk/brltty.service)

---+
 staging-i686/PKGBUILD |   49 
 staging-i686/brltty   |   68 
 staging-i686/brltty.conf  |2 +
 staging-i686/brltty.install   |   20 +++
 staging-i686/brltty.service   |   12 +++
 staging-x86_64/PKGBUILD   |   49 
 staging-x86_64/brltty |   68 
 staging-x86_64/brltty.conf|2 +
 staging-x86_64/brltty.install |   20 +++
 staging-x86_64/brltty.service |   12 +++
 10 files changed, 302 insertions(+)

Copied: brltty/repos/staging-i686/PKGBUILD (from rev 175703, 
brltty/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-20 01:26:58 UTC (rev 175704)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=4.4
+pkgrel=3
+pkgdesc="Braille display driver for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://mielke.cc/brltty";
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu>=50.1.2' 'tcl' 'atk' 'pyrex')
+makedepends=('bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+'brltty'
+'brltty.conf'
+'brltty.service')
+md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc'
+ '7acecd700b9f94d76fe4a6ad56cb0448')
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' Tables/latex-access.ctb
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--localstatedir=/var \
+--with-screen-driver=a2 \
+--enable-gpm \
+--disable-java-bindings \
+PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m755 "$srcdir/brltty" "$pkgdir/etc/rc.d/brltty"
+  install -D -m644 "$srcdir/brltty.conf" "$pkgdir/etc/conf.d/brltty.conf"
+  install -D -m644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
+  install -D -m644 "$srcdir/brltty.service" 
"$pkgdir/usr/lib/systemd/system/brltty.service"
+}

Copied: brltty/repos/staging-i686/brltty (from rev 175703, brltty/trunk/brltty)
===
--- staging-i686/brltty (rev 0)
+++ staging-i686/brltty 2013-01-20 01:26:58 UTC (rev 175704)
@@ -0,0 +1,68 @@
+#!/bin/bash
+
+daemon_name=brltty
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+get_pid() {
+   pidof -o %PPID $daemon_name
+}
+
+case "$1" in
+  start)
+stat_busy "Starting $daemon_name daemon"
+
+PID=$(get_pid)
+if [ -z "$PID" ]; then
+  [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid
+  # RUN
+  $daemon_name $brltty_args
+  #
+  if [ $? -gt 0 ]; then
+stat_fail
+exit 1
+  else
+echo $(get_pid) > /var/run/$daemon_name.pid
+add_daemon $daemon_name
+stat_done
+  fi
+else
+  stat_fail
+  exit 1
+fi
+;;
+
+  stop)
+stat_busy "Stopping $daemon_name daemon"
+PID=$(get_pid)
+# KILL
+[ ! -z "$PID" ] && kill $PID &> /dev/null
+#
+if [ $? -gt 0 ]; then
+  stat_fail
+  exit 1
+else
+  rm -f /var/run/$daemon_name.pid &> /dev/null
+  rm_daemon $daemon_name
+  stat_done
+fi
+;;
+
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+
+  status)
+stat_busy "Checking $daemon_name status";
+   

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

2013-01-19 Thread Stéphane Gaudreault
Date: Saturday, January 19, 2013 @ 20:26:31
  Author: stephane
Revision: 175703

upgpkg: brltty 4.4-3

rebuild for icu 50.1.2

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 21:50:35 UTC (rev 175702)
+++ PKGBUILD2013-01-20 01:26:31 UTC (rev 175703)
@@ -5,12 +5,12 @@
 
 pkgname=brltty
 pkgver=4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Braille display driver for Linux/Unix"
 arch=('i686' 'x86_64')
 url="http://mielke.cc/brltty";
 license=('GPL' 'LGPL')
-depends=('libxaw' 'at-spi2-core' 'gpm' 'icu' 'tcl' 'atk' 'pyrex')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu>=50.1.2' 'tcl' 'atk' 'pyrex')
 makedepends=('bluez')
 optdepends=('bluez: bluetooth support')
 backup=(etc/brltty.conf etc/conf.d/brltty.conf)



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

2013-01-19 Thread Jan Steffens
Date: Saturday, January 19, 2013 @ 16:50:35
  Author: heftig
Revision: 175702

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

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

+
 staging-i686/PKGBUILD  |   86 +++
 staging-i686/tracker.install   |   13 +
 staging-x86_64/PKGBUILD|   86 +++
 staging-x86_64/tracker.install |   13 +
 4 files changed, 198 insertions(+)

Copied: tracker/repos/staging-i686/PKGBUILD (from rev 175701, 
tracker/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-19 21:50:35 UTC (rev 175702)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.14.4
+_tver=${pkgver%.*}
+pkgrel=3
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
+ 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
+ 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
+ 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala'
+ 'libgxps')
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b818ee42b9007a94b2f8046edc4706bb2036187d5fd304e7ae23e5d2fcf85918')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=("libtracker-sparql=$pkgver-$pkgrel" 'libgee' 'libgnome-keyring'
+   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
+   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('giflib: extractor for GIF data'
+  'gstreamer0.10-base: video extractor'
+  'totem-plparser: playlist support'
+  'nautilus: nautilus-extension'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  'gnome-panel: tracker-search-bar'
+  'libgxps: XPS extractor')
+  groups=('gnome-extra')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libtracker-sparql
+
+  mkdir -p "$srcdir"/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p "$srcdir"/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p "$srcdir"/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv "$pkgdir"/usr/lib/libtracker-sparql-* "$srcdir/sparql/usr/lib"
+
+  mv "$pkgdir"/usr/lib/tracker-$_tver/*.so* \
+"$srcdir/sparql/usr/lib/tracker-$_tver"
+
+  mv "$pkgdir"/usr/share/vala/vapi/tracker-sparql-* \
+"$srcdir/sparql/usr/share/vala/vapi"
+
+  mv {"$pkgdir","$srcdir/sparql"}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{"$pkgdir","$srcdir/sparql"}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {"$pkgdir","$srcdir/sparql"}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {"$pkgdir","$srcdir/sparql"}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc="$pkgdesc (SPARQL library)"
+  depends=('sqlite' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
+
+  mv "$srcdir"/sparql/* "$pkgdir"
+}

Copied: tracker/repos/staging-i686/tracker.install (from rev 175701, 
tracker/trunk/tracker.install)
===
--- staging-i686/tracker.install(rev 0)
+++ staging-i686/tracker.install2013-01-19 21:50:35 UTC (rev 175702)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  pos

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

2013-01-19 Thread Jan Steffens
Date: Saturday, January 19, 2013 @ 16:49:11
  Author: heftig
Revision: 175701

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 175700, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 175700, webkitgtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 175700, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-19 21:49:11 UTC (rev 175701)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c')
+
+build() {
+  cd "$srcdir/webkitgtk-$pkgver"
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc="GTK+ Web content engine library for GTK+ 3.0"
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=("libwebkit3=${pkgver}")
+  replaces=('libwebkit3')
+  
+  cd "$srcdir/webkitgtk-$pkgver/build-gtk3"
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_webkitgtk2() {
+  pkgdesc="GTK+ Web content engine library for GTK+ 2.0"
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gstreamer0.10-base')
+  conflicts=('libwebkit')
+  provides=("libwebkit=${pkgver}")
+  replaces=('libwebkit')
+  
+  cd "$srcdir/webkitgtk-$pkgver/build-gtk2"
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: webkitgtk/repos/staging-x86_64/PKGBUILD (from rev 175700, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-19 21:49:11 UTC (rev 175701)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c')
+
+build() {
+  cd "$srcdir/webkitgtk-$pkgver"
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc="GTK+ Web content engine library for GTK+ 3.0"
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=("libwebkit3=${pkgver}")
+  replaces=('libwebkit3')
+  
+  cd "$srcdir/webkitgtk-$pkgver/build-gtk3"
+  make -j1 DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_webkitgtk2() {
+  p

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

2013-01-19 Thread Jan Steffens
Date: Saturday, January 19, 2013 @ 16:38:54
  Author: heftig
Revision: 175700

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

Added:
  harfbuzz/repos/staging-i686/
  harfbuzz/repos/staging-i686/PKGBUILD
(from rev 175699, harfbuzz/trunk/PKGBUILD)
  harfbuzz/repos/staging-x86_64/
  harfbuzz/repos/staging-x86_64/PKGBUILD
(from rev 175699, harfbuzz/trunk/PKGBUILD)

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

Copied: harfbuzz/repos/staging-i686/PKGBUILD (from rev 175699, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-19 21:38:54 UTC (rev 175700)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=harfbuzz
+pkgver=0.9.9
+pkgrel=3
+pkgdesc="OpenType text shaping engine."
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite>=1.2.0')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/harfbuzz/COPYING"
+}

Copied: harfbuzz/repos/staging-x86_64/PKGBUILD (from rev 175699, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-19 21:38:54 UTC (rev 175700)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=harfbuzz
+pkgver=0.9.9
+pkgrel=3
+pkgdesc="OpenType text shaping engine."
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite>=1.2.0')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/harfbuzz/COPYING"
+}



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

2013-01-19 Thread Jan Steffens
Date: Saturday, January 19, 2013 @ 16:37:33
  Author: heftig
Revision: 175699

icu rebuild

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 21:27:22 UTC (rev 175698)
+++ PKGBUILD2013-01-19 21:37:33 UTC (rev 175699)
@@ -7,7 +7,7 @@
 pkgname=(tracker libtracker-sparql)
 pkgver=0.14.4
 _tver=${pkgver%.*}
-pkgrel=2
+pkgrel=3
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-01-19 Thread Jan Steffens
Date: Saturday, January 19, 2013 @ 16:27:22
  Author: heftig
Revision: 175698

icu rebuild

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 21:24:42 UTC (rev 175697)
+++ PKGBUILD2013-01-19 21:27:22 UTC (rev 175698)
@@ -3,7 +3,7 @@
 
 pkgname=harfbuzz
 pkgver=0.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenType text shaping engine."
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";



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

2013-01-19 Thread Jan Steffens
Date: Saturday, January 19, 2013 @ 16:24:42
  Author: heftig
Revision: 175697

icu rebuild

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 19:17:52 UTC (rev 175696)
+++ PKGBUILD2013-01-19 21:24:42 UTC (rev 175697)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=('webkitgtk2' 'webkitgtk3')
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/";
 license=('custom')



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

2013-01-19 Thread Evangelos Foutras
Date: Saturday, January 19, 2013 @ 14:17:52
  Author: foutrelis
Revision: 175696

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

Added:
  gptfdisk/repos/staging-i686/
  gptfdisk/repos/staging-i686/PKGBUILD
(from rev 175695, gptfdisk/trunk/PKGBUILD)
  gptfdisk/repos/staging-x86_64/
  gptfdisk/repos/staging-x86_64/PKGBUILD
(from rev 175695, gptfdisk/trunk/PKGBUILD)

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

Copied: gptfdisk/repos/staging-i686/PKGBUILD (from rev 175695, 
gptfdisk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-19 19:17:52 UTC (rev 175696)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=0.8.5
+pkgrel=3
+pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
+arch=('i686' 'x86_64')
+url="http://www.rodsbooks.com/gdisk/";
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=("gdisk=$pkgver")
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
+  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
+  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gptfdisk/repos/staging-x86_64/PKGBUILD (from rev 175695, 
gptfdisk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-19 19:17:52 UTC (rev 175696)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Powalowski 
+# Contributor: Hokum 
+
+pkgname=gptfdisk
+pkgver=0.8.5
+pkgrel=3
+pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
+arch=('i686' 'x86_64')
+url="http://www.rodsbooks.com/gdisk/";
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=("gdisk=$pkgver")
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
+  install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
+  install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-01-19 Thread Evangelos Foutras
Date: Saturday, January 19, 2013 @ 14:17:32
  Author: foutrelis
Revision: 175695

upgpkg: gptfdisk 0.8.5-3

ICU 50.1.2 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 17:56:40 UTC (rev 175694)
+++ PKGBUILD2013-01-19 19:17:32 UTC (rev 175695)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/";



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

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 12:56:40
  Author: andyrtr
Revision: 175694

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 175693, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 175693, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-i686/x2goserver.service
(from rev 175693, x2goserver/trunk/x2goserver.service)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 175693, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 175693, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/x2goserver.service
(from rev 175693, x2goserver/trunk/x2goserver.service)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-i686/x2goserver.service
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install
  x2goserver/repos/extra-x86_64/x2goserver.service

-+
 extra-i686/PKGBUILD |  126 +++---
 extra-i686/x2goserver.install   |  122 ++--
 extra-i686/x2goserver.service   |   20 +++---
 extra-x86_64/PKGBUILD   |  126 +++---
 extra-x86_64/x2goserver.install |  122 ++--
 extra-x86_64/x2goserver.service |   20 +++---
 6 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-19 17:55:46 UTC (rev 175693)
+++ extra-i686/PKGBUILD 2013-01-19 17:56:40 UTC (rev 175694)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.0.0.0
-pkgrel=3
-pkgdesc="Open source terminal server"
-arch=('i686' 'x86_64')
-url="http://www.x2go.org/";
-license=('GPL')
-depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'python' 
'x2go-agent' 'xorg-xauth')
-makedepends=('man2html')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('1fc38566832c30897c6583e7ffa1fda3'
- 'b09799f9203150dc1277a56058be48a8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  done
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  # systemd service file - only runs x2gocleansessions
-  install -Dm 644 "$srcdir/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
-  
-  # X2go homedir + printing spool dir
-  #install -dm 755 $pkgdir/var/lib/x2go
-  install -dm 770 $pkgdir/var/lib/x2go
-  install -dm 755 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modprobe.d
-  echo "fuse" > $pkgdir/usr/lib/modprobe.d/x2goserver.conf
-
-  install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m 644 "debian/changelog" 
"${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN"
-  install -m 644 "debian/copyright" 
"${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN"
-}

Copied: x2goserver/repos/extra-i686/PKGBUILD (from rev 175693, 
x2goserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-19 17:56:40 UTC (rev 175694)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+# Contributor: Markus Opitz 
+# Contributor: Milan Knížek 
+
+pkgname=x2goserver
+pkgver=4.0.0.0
+pkgrel=4
+pkgdesc="Open source terminal server"
+arch=('i686' 'x86_64')
+url="http://www.x2go.org/";
+license=('GPL')
+depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'python' 
'x2go-agent' 'xorg-xauth')
+makedepends=('man2html')
+#optdepends=('cups-x2go: printing support')
+options=('emptydirs')
+install=x2goserver.install
+backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
+md5sums=('1fc38566832c30897c6583e7ffa1fda3'
+ 'b09799f9203150dc1277a56058be48a8')
+
+bui

[arch-commits] Commit in x2goserver/trunk (PKGBUILD x2goserver.install)

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 12:55:46
  Author: andyrtr
Revision: 175693

upgpkg: x2goserver 4.0.0.0-4

fix module loading (FS#33462) and user login in install scriptlet

Modified:
  x2goserver/trunk/PKGBUILD
  x2goserver/trunk/x2goserver.install

+
 PKGBUILD   |6 +++---
 x2goserver.install |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 17:54:24 UTC (rev 175692)
+++ PKGBUILD2013-01-19 17:55:46 UTC (rev 175693)
@@ -8,7 +8,7 @@
 
 pkgname=x2goserver
 pkgver=4.0.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Open source terminal server"
 arch=('i686' 'x86_64')
 url="http://www.x2go.org/";
@@ -54,8 +54,8 @@
   install -dm 755 $pkgdir/var/spool/x2go
   
   # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modprobe.d
-  echo "fuse" > $pkgdir/usr/lib/modprobe.d/x2goserver.conf
+  install -dm755 $pkgdir/lib/modules-load.d
+  echo "fuse" > $pkgdir/lib/modules-load.d/x2goserver.conf
 
   install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
   install -m 644 "debian/changelog" 
"${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN"

Modified: x2goserver.install
===
--- x2goserver.install  2013-01-19 17:54:24 UTC (rev 175692)
+++ x2goserver.install  2013-01-19 17:55:46 UTC (rev 175693)
@@ -18,9 +18,9 @@
   fi
 
   if grep -q "^x2gouser:" /etc/passwd 2> /dev/null ; then
-usermod -s /sbin/false -c "X2GoUser user" -M -d /var/lib/x2go -u 111 -g 
x2gouser x2gouser &> /dev/null
+usermod -s /usr/bin/false -c "X2GoUser user" -M -d /var/lib/x2go -u 111 -g 
x2gouser x2gouser &> /dev/null
   else
-useradd -s /sbin/false -c "X2GoUser user" -M -d /var/lib/x2go -u 111 -g 
x2gouser -r x2gouser &> /dev/null
+useradd -s /usr/bin/false -c "X2GoUser user" -M -d /var/lib/x2go -u 111 -g 
x2gouser -r x2gouser &> /dev/null
   fi 
 
   # x2goprint
@@ -31,9 +31,9 @@
   fi
 
   if grep -q "^x2goprint:" /etc/passwd 2> /dev/null ; then
-usermod -s /sbin/false -c "X2GoPrint user" -M -d /var/spool/x2go -u 112 -g 
x2goprint x2goprint &> /dev/null
+usermod -s /usr/bin/false -c "X2GoPrint user" -M -d /var/spool/x2go -u 112 
-g x2goprint x2goprint &> /dev/null
   else
-useradd -s /sbin/false -c "X2GoPrint user" -M -d /var/spool/x2go -u 112 -g 
x2goprint -r x2goprint &> /dev/null
+useradd -s /usr/bin/false -c "X2GoPrint user" -M -d /var/spool/x2go -u 112 
-g x2goprint -r x2goprint &> /dev/null
   fi
   
   # fix permissions - see INSTALL file



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

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 12:54:24
  Author: andyrtr
Revision: 175692

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

Added:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 175691, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/PKGBUILD.40
(from rev 175691, libreoffice/trunk/PKGBUILD.40)
  libreoffice/repos/staging-i686/libreoffice-base.install
(from rev 175691, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-i686/libreoffice-calc.install
(from rev 175691, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 175691, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.install
(from rev 175691, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 175691, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice-draw.install
(from rev 175691, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-i686/libreoffice-impress.install
(from rev 175691, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-i686/libreoffice-writer.install
(from rev 175691, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 175691, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/staging-x86_64/
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 175691, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/PKGBUILD.40
(from rev 175691, libreoffice/trunk/PKGBUILD.40)
  libreoffice/repos/staging-x86_64/libreoffice-base.install
(from rev 175691, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-x86_64/libreoffice-calc.install
(from rev 175691, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 175691, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.install
(from rev 175691, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 175691, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice-draw.install
(from rev 175691, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-x86_64/libreoffice-impress.install
(from rev 175691, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-x86_64/libreoffice-writer.install
(from rev 175691, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 175691, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  706 
++
 staging-i686/PKGBUILD.40|  648 
+
 staging-i686/libreoffice-base.install   |   11 
 staging-i686/libreoffice-calc.install   |   11 
 staging-i686/libreoffice-common.csh |8 
 staging-i686/libreoffice-common.install |   47 
 staging-i686/libreoffice-common.sh  |8 
 staging-i686/libreoffice-draw.install   |   11 
 staging-i686/libreoffice-impress.install|   11 
 staging-i686/libreoffice-writer.install |   11 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 staging-x86_64/PKGBUILD |  706 
++
 staging-x86_64/PKGBUILD.40  |  648 
+
 staging-x86_64/libreoffice-base.install |   11 
 staging-x86_64/libreoffice-calc.install |   11 
 staging-x86_64/libreoffice-common.csh   |8 
 staging-x86_64/libreoffice-common.install   |   47 
 staging-x86_64/libreoffice-common.sh|8 
 staging-x86_64/libreoffice-draw.install |   11 
 staging-x86_64/libreoffice-impress.install  |   11 
 staging-x86_64/libreoffice-writer.install   |   11 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 22 files changed, 3032 insertions(+)

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


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

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 12:52:32
  Author: andyrtr
Revision: 175691

upgpkg: libreoffice 3.6.4-5

icu rebuild; remove unneeded orbit2 dep

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 17:28:50 UTC (rev 175690)
+++ PKGBUILD2013-01-19 17:52:32 UTC (rev 175691)
@@ -26,7 +26,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=3.6.4.3
 pkgver=3.6.4
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -37,9 +37,9 @@
  'glu' 'mesa' 'gstreamer0.10-base' 'java-environment' 
'postgresql-libs' 'doxygen' 'clucene'
  # the runtime dependencies
  "curl>=7.20.0" "hunspell>=1.2.8" "python2>=2.7" 'libwpd>=0.9.2' 
'libwps' 'libxaw' "neon>=0.28.6"
- 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' "icu>=50.1.1" 
+ 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' "icu>=50.1.2" 
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite>=1.2.0' 'lcms2'
- 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
+ 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'translate-toolkit' 'xdg-utils'
 'ttf-dejavu') # to satisfy regression tests
 
 # http://download.documentfoundation.org/mirrors/all.html
@@ -275,8 +275,8 @@
  pkgdesc="common files for LibreOffice - a productivity suite that is 
compatible with other major office suites"
  install=libreoffice-common.install
  depends=('libreoffice-langpack' "hunspell>=1.2.8" "python2>=2.7" 
"neon>=0.28.6"
-  'nspr' 'libsm' 'redland' 'hyphen' 'graphite>=1.2.0' "icu>=50.1.1" 
'clucene' 'lcms2'
-  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'xdg-utils' 'orbit2')
+  'nspr' 'libsm' 'redland' 'hyphen' 'graphite>=1.2.0' "icu>=50.1.2" 
'clucene' 'lcms2'
+  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'xdg-utils')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'
  'libcups:  adds printing support'



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

2013-01-19 Thread Stéphane Gaudreault
Date: Saturday, January 19, 2013 @ 12:28:50
  Author: stephane
Revision: 175690

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

Added:
  boost/repos/staging-i686/
  boost/repos/staging-i686/PKGBUILD
(from rev 175689, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/PKGBUILD
(from rev 175689, boost/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  113 ++
 staging-x86_64/PKGBUILD |  113 ++
 2 files changed, 226 insertions(+)

Copied: boost/repos/staging-i686/PKGBUILD (from rev 175689, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-19 17:28:50 UTC (rev 175690)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.50.0
+_boostver=${pkgver//./_}
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.boost.org/";
+makedepends=('icu>=50.1.2' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
+license=('custom')
+md5sums=('dbc07ab0254df3dda6300fd737b3f264')
+
+_stagedir="${srcdir}/stagedir"
+
+build() {
+  # set python path for bjam
+  cd "${srcdir}/${pkgbase}_${_boostver}/tools"
+  echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
+  echo "using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;" >> build/v2/user-config.jam
+  echo "using mpi ;" >> build/v2/user-config.jam
+
+  cd "${srcdir}"/${pkgbase}_${_boostver}
+
+  # build bjam
+  cd "${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine"
+  ./build.sh cc
+
+  _bindir="bin.linuxx86"
+  [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64"
+
+  install -d "${_stagedir}"/usr/bin
+  install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam
+
+  # build tools
+  cd "${srcdir}/${pkgbase}_${_boostver}/tools/"
+  "${_stagedir}"/usr/bin/bjam --toolset=gcc
+
+  # copy the tools
+  cd "${srcdir}/${pkgbase}_${_boostver}/dist/bin"
+  for i in *;do
+  install -m755 "${i}" "${_stagedir}/usr/bin/${i}"
+  done
+
+  #boostbook needed by quickbook
+  cd "${srcdir}/${pkgbase}_${_boostver}/dist/"
+  cp -r share "${_stagedir}"
+
+  # build libs
+  cd "${srcdir}/${pkgbase}_${_boostver}"
+
+  # default "minimal" install: "release link=shared,static
+  # runtime-link=shared threading=single,multi"
+  # --layout=tagged will add the "-mt" suffix for multithreaded libraries
+  # and installs includes in /usr/include/boost.
+  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+  # install to ${_stagedir} in preparation for split packaging
+
+  "${_stagedir}"/usr/bin/bjam \
+  release debug-symbols=off threading=multi \
+  runtime-link=shared link=shared,static \
+  cflags=-fno-strict-aliasing \
+  toolset=gcc \
+  --prefix="${_stagedir}" \
+  -sTOOLS=gcc \
+  --layout=system \
+  ${MAKEFLAGS} \
+  install
+}
+
+package_boost() {
+pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
+depends=("boost-libs=${pkgver}")
+optdepends=('python3: for python bindings'
+'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+install -d "${pkgdir}"/usr/{include,lib,share}
+# headers/source files
+cp -r "${_stagedir}"/include/ "${pkgdir}"/usr/
+
+# static libs
+cp -r "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
+
+# utilities (bjam, bcp, pyste)
+cp -r "${_stagedir}"/usr/* "${pkgdir}"/usr/
+
+#boostbook
+cp -r "${_stagedir}"/share/* "${pkgdir}"/usr/share
+
+# license
+install -D -m644 "${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt" \
+"${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+pkgdesc="Free peer-reviewed portable C++ source libraries - Runtime"
+depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d "${pkgdir}/usr/lib"
+#shared libs
+cp -r "${_stagedir}"/lib/*.so{,.*} "${pkgdir}/usr/lib/"
+
+# license
+install -D -m644 "${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt" \
+"${pkgdir}"/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/staging-x86_64/PKGBUILD (from rev 175689, 
boost/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-19 17:28:50 UTC (rev 175690)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgve

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

2013-01-19 Thread Stéphane Gaudreault
Date: Saturday, January 19, 2013 @ 12:28:33
  Author: stephane
Revision: 175689

upgpkg: boost 1.50.0-4

rebuild for ICU 50.1.2

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 15:34:07 UTC (rev 175688)
+++ PKGBUILD2013-01-19 17:28:33 UTC (rev 175689)
@@ -8,10 +8,10 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.50.0
 _boostver=${pkgver//./_}
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.boost.org/";
-makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+makedepends=('icu>=50.1.2' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
 license=('custom')
 md5sums=('dbc07ab0254df3dda6300fd737b3f264')



[arch-commits] Commit in amarok/repos/extra-x86_64 (10 files)

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 10:34:07
  Author: andrea
Revision: 175688

archrelease: copy trunk to extra-x86_64

Added:
  amarok/repos/extra-x86_64/PKGBUILD
(from rev 175687, amarok/trunk/PKGBUILD)
  amarok/repos/extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch
(from rev 175687, amarok/trunk/amarok-2.5.0-ffmpeg-fixes.patch)
  amarok/repos/extra-x86_64/amarok.install
(from rev 175687, amarok/trunk/amarok.install)
  amarok/repos/extra-x86_64/contextviewfix.patch
(from rev 175687, amarok/trunk/contextviewfix.patch)
  amarok/repos/extra-x86_64/toolbarfix.patch
(from rev 175687, amarok/trunk/toolbarfix.patch)
Deleted:
  amarok/repos/extra-x86_64/PKGBUILD
  amarok/repos/extra-x86_64/amarok-2.5.0-ffmpeg-fixes.patch
  amarok/repos/extra-x86_64/amarok.install
  amarok/repos/extra-x86_64/contextviewfix.patch
  amarok/repos/extra-x86_64/toolbarfix.patch

-+
 PKGBUILD|   83 +
 amarok-2.5.0-ffmpeg-fixes.patch |   38 +--
 amarok.install  |   24 +++
 contextviewfix.patch|   28 
 toolbarfix.patch|  122 +++---
 5 files changed, 148 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-19 15:33:37 UTC (rev 175687)
+++ PKGBUILD2013-01-19 15:34:07 UTC (rev 175688)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org";
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'mesa')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
-optdepends=("libgpod: support for Apple iPod audio devices"
-   "libmtp: support for portable media devices"
-   "loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
-   
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/extra-x86_64/PKGBUILD (from rev 175687, 
amarok/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-19 15:34:07 UTC (rev 175688)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa')
+optdepends=("libgpod: support for Apple iPod audio devices"
+   "libmtp: support for portable media devices"
+   "loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
+   
+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: amarok-2.5.0-ffmpeg-fixes.patch
===
--- amarok-2.5.0-ffmpeg-fixes.patch 2013-01-19 15:33:37 UTC (rev 175687)
+++ amarok-2.5.0-ffmpeg-fixes.patch 2013-01-19 15:34:07 UTC (rev 175688)
@@ -1,19 +0,0 @@
-diff -upr amarok-2.5.0.orig/src/musicbrainz/MusicDNSAudioDecoder.cpp 
amarok-2.5.0/src/musicbrainz/MusicDNSAudioDecoder.cpp
 amarok-2.5.0.orig/src/musicbrainz/MusicDNSAudioDecoder.cpp 2012-06-07 
16:12:22.0 +0300
-+++ amarok-2.5.0/src/musicbrainz/MusicDNSAudioDecoder.cpp  

[arch-commits] Commit in amarok/repos/extra-i686 (10 files)

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 10:33:37
  Author: andrea
Revision: 175687

archrelease: copy trunk to extra-i686

Added:
  amarok/repos/extra-i686/PKGBUILD
(from rev 175686, amarok/trunk/PKGBUILD)
  amarok/repos/extra-i686/amarok-2.5.0-ffmpeg-fixes.patch
(from rev 175686, amarok/trunk/amarok-2.5.0-ffmpeg-fixes.patch)
  amarok/repos/extra-i686/amarok.install
(from rev 175686, amarok/trunk/amarok.install)
  amarok/repos/extra-i686/contextviewfix.patch
(from rev 175686, amarok/trunk/contextviewfix.patch)
  amarok/repos/extra-i686/toolbarfix.patch
(from rev 175686, amarok/trunk/toolbarfix.patch)
Deleted:
  amarok/repos/extra-i686/PKGBUILD
  amarok/repos/extra-i686/amarok-2.5.0-ffmpeg-fixes.patch
  amarok/repos/extra-i686/amarok.install
  amarok/repos/extra-i686/contextviewfix.patch
  amarok/repos/extra-i686/toolbarfix.patch

-+
 PKGBUILD|   83 +
 amarok-2.5.0-ffmpeg-fixes.patch |   38 +--
 amarok.install  |   24 +++
 contextviewfix.patch|   28 
 toolbarfix.patch|  122 +++---
 5 files changed, 148 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-19 15:32:29 UTC (rev 175686)
+++ PKGBUILD2013-01-19 15:33:37 UTC (rev 175687)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org";
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'mesa')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
-optdepends=("libgpod: support for Apple iPod audio devices"
-   "libmtp: support for portable media devices"
-   "loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
-   
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/extra-i686/PKGBUILD (from rev 175686, 
amarok/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-19 15:33:37 UTC (rev 175687)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa')
+optdepends=("libgpod: support for Apple iPod audio devices"
+   "libmtp: support for portable media devices"
+   "loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
+   
+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: amarok-2.5.0-ffmpeg-fixes.patch
===
--- amarok-2.5.0-ffmpeg-fixes.patch 2013-01-19 15:32:29 UTC (rev 175686)
+++ amarok-2.5.0-ffmpeg-fixes.patch 2013-01-19 15:33:37 UTC (rev 175687)
@@ -1,19 +0,0 @@
-diff -upr amarok-2.5.0.orig/src/musicbrainz/MusicDNSAudioDecoder.cpp 
amarok-2.5.0/src/musicbrainz/MusicDNSAudioDecoder.cpp
 amarok-2.5.0.orig/src/musicbrainz/MusicDNSAudioDecoder.cpp 2012-06-07 
16:12:22.0 +0300
-+++ amarok-2.5.0/src/musicbrainz/MusicDNSAudioDecoder.cpp  2012-06-07 
16:14:56.000

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 10:32:29
  Author: andrea
Revision: 175686

Mesa is a makedeps (FS#32925); Disable tests (FS#33457)

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 14:56:44 UTC (rev 175685)
+++ PKGBUILD2013-01-19 15:32:29 UTC (rev 175686)
@@ -12,9 +12,9 @@
 url="http://amarok.kde.org";
 license=('GPL2' 'LGPL2.1' 'FDL')
 depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'mesa')
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
 makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt')
+ 'libmygpo-qt' 'mesa')
 optdepends=("libgpod: support for Apple iPod audio devices"
"libmtp: support for portable media devices"
"loudmouth: backend needed by mp3tunes for syncing"
@@ -31,6 +31,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }



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

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 09:56:44
  Author: andyrtr
Revision: 175685

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 175684, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 175684, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-i686/x2goserver.service
(from rev 175684, x2goserver/trunk/x2goserver.service)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 175684, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 175684, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/x2goserver.service
(from rev 175684, x2goserver/trunk/x2goserver.service)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-i686/x2goserver.service
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install
  x2goserver/repos/extra-x86_64/x2goserver.service

-+
 extra-i686/PKGBUILD |  129 ++
 extra-i686/x2goserver.install   |  122 +--
 extra-i686/x2goserver.service   |   20 ++---
 extra-x86_64/PKGBUILD   |  129 ++
 extra-x86_64/x2goserver.install |  122 +--
 extra-x86_64/x2goserver.service |   20 ++---
 6 files changed, 268 insertions(+), 274 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-19 14:55:57 UTC (rev 175684)
+++ extra-i686/PKGBUILD 2013-01-19 14:56:44 UTC (rev 175685)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.0.0.0
-pkgrel=2
-pkgdesc="Open source terminal server"
-arch=('i686' 'x86_64')
-url="http://www.x2go.org/";
-license=('GPL')
-depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'python' 
'x2go-agent' 'xorg-xauth')
-makedepends=('man2html')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('1fc38566832c30897c6583e7ffa1fda3'
- 'b09799f9203150dc1277a56058be48a8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  done
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  # systemd service file - only runs x2gocleansessions
-  install -Dm 644 "$srcdir/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
-  
-  # X2go homedir + printing spool dir
-  install -dm 755 $pkgdir/var/lib/x2go
-  install -dm 755 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/usr/lib/modprobe.d
-  echo "fuse" > $pkgdir/usr/lib/modprobe.d/x2goserver.conf
-
-  install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m 644 "debian/changelog" 
"${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN"
-  install -m 644 "debian/copyright" 
"${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN"
-  
-  # cleanup unneded files/directories
-  rmdir $pkgdir/etc/X11/Xsession.d
-  rm -f $pkgdir/etc/x2go/Xresources
-}

Copied: x2goserver/repos/extra-i686/PKGBUILD (from rev 175684, 
x2goserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-19 14:56:44 UTC (rev 175685)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+# Contributor: Markus Opitz 
+# Contributor: Milan Knížek 
+
+pkgname=x2goserver
+pkgver=4.0.0.0
+pkgrel=3
+pkgdesc="Open source terminal server"
+arch=('i686' 'x86_64')
+url="http://www.x2go.org/";
+license=('GPL')
+depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'python' 
'x2go-agent' 'xorg-xauth')
+makedepends=('man2html')
+#optdepends=('cups-x2go: printing support')
+options=('emptydirs')
+install=x2goserver.install
+backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
+md5sums=('1fc38566832c308

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

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 09:55:57
  Author: andyrtr
Revision: 175684

upgpkg: x2goserver 4.0.0.0-3

add back symlinks to X11 session files and Xressources; fix permission on 
/var/lib/x2go

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 14:26:54 UTC (rev 175683)
+++ PKGBUILD2013-01-19 14:55:57 UTC (rev 175684)
@@ -8,7 +8,7 @@
 
 pkgname=x2goserver
 pkgver=4.0.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source terminal server"
 arch=('i686' 'x86_64')
 url="http://www.x2go.org/";
@@ -49,7 +49,8 @@
   install -Dm 644 "$srcdir/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
   
   # X2go homedir + printing spool dir
-  install -dm 755 $pkgdir/var/lib/x2go
+  #install -dm 755 $pkgdir/var/lib/x2go
+  install -dm 770 $pkgdir/var/lib/x2go
   install -dm 755 $pkgdir/var/spool/x2go
   
   # load fuse module at system start
@@ -59,8 +60,4 @@
   install -dm 755 "${pkgdir}/usr/share/doc/${pkgname}"
   install -m 644 "debian/changelog" 
"${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN"
   install -m 644 "debian/copyright" 
"${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN"
-  
-  # cleanup unneded files/directories
-  rmdir $pkgdir/etc/X11/Xsession.d
-  rm -f $pkgdir/etc/x2go/Xresources
 }



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

2013-01-19 Thread Pierre Schmitz
Date: Saturday, January 19, 2013 @ 09:26:54
  Author: pierre
Revision: 175683

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

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

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

Copied: php/repos/staging-i686/PKGBUILD (from rev 175682, php/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-19 14:26:54 UTC (rev 175683)
@@ -0,0 +1,345 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.4.11
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2";
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('9975e68c22b86b013b934743ad2d2276'
+ '0b0bc7a917fc592bdf11dcd3c5c255e9'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '5c1f4c967b66ce3eaf819b46951dcbf5'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'f8b206cb8fecb05cb1ded8bee45633ff'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+build() {
+   phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   phpextensions="--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   -

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

2013-01-19 Thread Pierre Schmitz
Date: Saturday, January 19, 2013 @ 09:25:40
  Author: pierre
Revision: 175682

upgpkg: php 5.4.11-2

ICU 50.1.2 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 13:13:55 UTC (rev 175681)
+++ PKGBUILD2013-01-19 14:25:40 UTC (rev 175682)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.4.11
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'



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

2013-01-19 Thread Ray Rashif
Date: Saturday, January 19, 2013 @ 08:13:55
  Author: schiv
Revision: 175681

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

Added:
  hydrogen/repos/extra-i686/PKGBUILD
(from rev 175680, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/extra-i686/install.patch
(from rev 175680, hydrogen/trunk/install.patch)
  hydrogen/repos/extra-i686/lrdf_raptor2.patch
(from rev 175680, hydrogen/trunk/lrdf_raptor2.patch)
  hydrogen/repos/extra-x86_64/PKGBUILD
(from rev 175680, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/extra-x86_64/install.patch
(from rev 175680, hydrogen/trunk/install.patch)
  hydrogen/repos/extra-x86_64/lrdf_raptor2.patch
(from rev 175680, hydrogen/trunk/lrdf_raptor2.patch)
Deleted:
  hydrogen/repos/extra-i686/PKGBUILD
  hydrogen/repos/extra-i686/install.patch
  hydrogen/repos/extra-i686/lrdf_raptor2.patch
  hydrogen/repos/extra-x86_64/PKGBUILD
  hydrogen/repos/extra-x86_64/install.patch
  hydrogen/repos/extra-x86_64/lrdf_raptor2.patch

-+
 extra-i686/PKGBUILD |   80 +++---
 extra-i686/install.patch|   24 +--
 extra-i686/lrdf_raptor2.patch   |   22 +-
 extra-x86_64/PKGBUILD   |   80 +++---
 extra-x86_64/install.patch  |   24 +--
 extra-x86_64/lrdf_raptor2.patch |   22 +-
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-19 13:13:11 UTC (rev 175680)
+++ extra-i686/PKGBUILD 2013-01-19 13:13:55 UTC (rev 175681)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Maintainer: Ray Rashif 
-# Contributor: K. Piche 
-# Contributor: Giovanni Scafora 
-
-pkgname=hydrogen
-pkgver=0.9.5
-pkgrel=2
-pkgdesc="Advanced Drum Machine"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.hydrogen-music.org/";
-depends=('libarchive' 'liblrdf' 'qt' 'jack')
-makedepends=('scons')
-#options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-lrdf_raptor2.patch
-install.patch)
-md5sums=('e96f291d60e58f5d62fe616cee577dc0'
- '2124851e890f46158189b5fa90006d40'
- 'ce3a83a069b55e46aa532b55e803c9a5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export QTDIR=/usr
-  patch -Np1 -i "${srcdir}/lrdf_raptor2.patch"
-  # http://www.assembla.com/spaces/hydrogen/tickets/204
-  patch -Np0 -i "${srcdir}/install.patch"
-  scons prefix=/usr libarchive=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/extra-i686/PKGBUILD (from rev 175680, 
hydrogen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-19 13:13:55 UTC (rev 175681)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: tobias 
+# Contributor: K. Piche 
+# Contributor: Giovanni Scafora 
+
+pkgname=hydrogen
+pkgver=0.9.5.1
+pkgrel=1
+pkgdesc="Advanced Drum Machine"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.hydrogen-music.org/";
+depends=('libarchive' 'liblrdf' 'qt' 'jack')
+makedepends=('scons')
+#options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+lrdf_raptor2.patch
+install.patch)
+md5sums=('52f3a528705818c65acf546a3be4c6fb'
+ '2124851e890f46158189b5fa90006d40'
+ 'ce3a83a069b55e46aa532b55e803c9a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export QTDIR=/usr
+  patch -Np1 -i "${srcdir}/lrdf_raptor2.patch"
+  # http://www.assembla.com/spaces/hydrogen/tickets/204
+  patch -Np0 -i "${srcdir}/install.patch"
+  scons prefix=/usr libarchive=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/install.patch
===
--- extra-i686/install.patch2013-01-19 13:13:11 UTC (rev 175680)
+++ extra-i686/install.patch2013-01-19 13:13:55 UTC (rev 175681)
@@ -1,12 +0,0 @@
-*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
 Sconstruct 2011-11-06 12:16:21.124122432 +0100
-***
-*** 298,304 
-  
-  for N in glob.glob('./data/i18n/hydrogen.*'):
-  env.Alias(target="install", source=env.Install(dir= 
env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
--  env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + 
env['prefix'] + '/share/hydrogen/data', source="./data/img"))
-  
-   #add every img in ./data/img to the install list. 
-   os.path.walk("./data/img/",install_images,env) 
 298,303 

Copied: hydrogen/repos/extra-i686/install.patch (from rev 175680, 
hydrogen/trunk/install.patch)

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

2013-01-19 Thread Ray Rashif
Date: Saturday, January 19, 2013 @ 08:13:11
  Author: schiv
Revision: 175680

upgpkg: hydrogen 0.9.5.1-1

missed update to very minor revision

Modified:
  hydrogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 13:04:39 UTC (rev 175679)
+++ PKGBUILD2013-01-19 13:13:11 UTC (rev 175680)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: tobias 
 # Maintainer: Ray Rashif 
+# Contributor: tobias 
 # Contributor: K. Piche 
 # Contributor: Giovanni Scafora 
 
 pkgname=hydrogen
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.5.1
+pkgrel=1
 pkgdesc="Advanced Drum Machine"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,7 @@
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 lrdf_raptor2.patch
 install.patch)
-md5sums=('e96f291d60e58f5d62fe616cee577dc0'
+md5sums=('52f3a528705818c65acf546a3be4c6fb'
  '2124851e890f46158189b5fa90006d40'
  'ce3a83a069b55e46aa532b55e803c9a5')
 



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

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 08:04:39
  Author: andyrtr
Revision: 175679

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

Added:
  icu/repos/staging-i686/
  icu/repos/staging-i686/PKGBUILD
(from rev 175677, icu/trunk/PKGBUILD)
  icu/repos/staging-i686/icu.8198.revert.icu5431.patch
(from rev 175677, icu/trunk/icu.8198.revert.icu5431.patch)
  icu/repos/staging-x86_64/
  icu/repos/staging-x86_64/PKGBUILD
(from rev 175678, icu/trunk/PKGBUILD)
  icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch
(from rev 175678, icu/trunk/icu.8198.revert.icu5431.patch)

--+
 staging-i686/PKGBUILD|   43 
 staging-i686/icu.8198.revert.icu5431.patch   |  129 +
 staging-x86_64/PKGBUILD  |   43 
 staging-x86_64/icu.8198.revert.icu5431.patch |  129 +
 4 files changed, 344 insertions(+)

Copied: icu/repos/staging-i686/PKGBUILD (from rev 175677, icu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-19 13:04:39 UTC (rev 175679)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=50.1.2
+pkgrel=1
+pkgdesc="International Components for Unicode library"
+arch=(i686 x86_64)
+url="http://www.icu-project.org/";
+license=('custom:"icu"')
+depends=('gcc-libs>=4.7.1-5' 'sh')
+#makedepends=('clang')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('beb98aa972219c9fcd9c8a71314943c9'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+build() {
+  cd ${srcdir}/icu/source
+
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "$srcdir/icu/source"
+  make -k check # passes all
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Copied: icu/repos/staging-i686/icu.8198.revert.icu5431.patch (from rev 175677, 
icu/trunk/icu.8198.revert.icu5431.patch)
===
--- staging-i686/icu.8198.revert.icu5431.patch  (rev 0)
+++ staging-i686/icu.8198.revert.icu5431.patch  2013-01-19 13:04:39 UTC (rev 
175679)
@@ -0,0 +1,129 @@
+Index: icu/trunk/source/layout/IndicReordering.cpp
+===
+--- icu/trunk/source/layout/IndicReordering.cpp(revision 25772)
 icu/trunk/source/layout/IndicReordering.cpp(revision 26090)
+@@ -126,4 +126,8 @@
+ FeatureMask fSMFeatures;
+ 
++LEUnicode   fPreBaseConsonant;
++LEUnicode   fPreBaseVirama;
++le_int32fPBCIndex;
++FeatureMask fPBCFeatures;
+ 
+ void saveMatra(LEUnicode matra, le_int32 matraIndex, 
IndicClassTable::CharClass matraClass)
+@@ -172,5 +176,6 @@
+   fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
+   fVMabove(0), fVMpost(0), fVMIndex(0), fVMFeatures(0),
+-  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0)
++  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0),
++  fPreBaseConsonant(0), fPreBaseVirama(0), fPBCIndex(0), 
fPBCFeatures(0)
+ {
+ // nothing else to do...
+@@ -191,4 +196,6 @@
+ fVMabove = fVMpost  = 0;
+ fSMabove = fSMbelow = 0;
++
++fPreBaseConsonant = fPreBaseVirama = 0;
+ }
+ 
+@@ -386,4 +393,12 @@
+ }
+ 
++void notePreBaseConsonant(le_uint32 index,LEUnicode PBConsonant, 
LEUnicode PBVirama, FeatureMask features)
++{
++fPBCIndex = index;
++fPreBaseConsonant = PBConsonant;
++fPreBaseVirama = PBVirama;
++fPBCFeatures = features;
++}
++
+ void noteBaseConsonant()
+ {
+@@ -465,4 +480,20 @@
+ }
+ 
++void writePreBaseConsonant()
++{
++// The TDIL spec says that consonant + virama + RRA should produce a 
rakar in Malayalam.  However,
++// it seems that almost none of the fonts for Malayalam are set up to 
handle this.
++// So, we're going to force the issue here by using the rakar as 
defined with RA in most fonts.
++
++if (fPreBaseConsonant == 0x0d31) { // RRA
++fPreBaseConsonant = 0x0d30; // RA
++}
++
++if (fPreBaseConsonant != 0) {
++writeChar(fPreBaseConsonant, fPBCIndex, fPBCFeatures);
++writeChar(fPreBaseVirama,fPBCIndex-1

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 08:04:32
  Author: andrea
Revision: 175678

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

Added:
  kde-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 175677, kde-wallpapers/kde-unstable/PKGBUILD)
Deleted:
  kde-wallpapers/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-19 13:04:07 UTC (rev 175677)
+++ PKGBUILD2013-01-19 13:04:32 UTC (rev 175678)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kde-wallpapers
-pkgver=4.9.97
-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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('ccdf41a51bfc2e45f6ddd6cfefb2909d51c1aacb')
-
-package() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make DESTDIR="${pkgdir}" install
-}

Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 175677, 
kde-wallpapers/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-19 13:04:32 UTC (rev 175678)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kde-wallpapers
+pkgver=4.9.98
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('2f86466c742a1cae0567fae95fd41cd129b8b733')
+
+package() {
+  cd "${srcdir}"
+  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 icu/trunk (PKGBUILD)

2013-01-19 Thread andyrtr
Date: Saturday, January 19, 2013 @ 08:04:07
  Author: andyrtr
Revision: 175677

upgpkg: icu 50.1.2-1

upstream update 50.1.2 - with a hidden ABI breakage

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 13:03:57 UTC (rev 175676)
+++ PKGBUILD2013-01-19 13:04:07 UTC (rev 175677)
@@ -3,7 +3,7 @@
 # Contributor: Art Gramlich 
 
 pkgname=icu
-pkgver=50.1.1
+pkgver=50.1.2
 pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz

http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
icu.8198.revert.icu5431.patch)
-md5sums=('c721c2e0c8f86975ccea620d09aedc81'
+md5sums=('beb98aa972219c9fcd9c8a71314943c9'
  'ebd5470fc969c75e52baf4af94a9ee82')
 
 build() {



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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 08:03:57
  Author: andrea
Revision: 175676

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

Added:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
(from rev 175675, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
(from rev 175675, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
(from rev 175675, kdewebdev/kde-unstable/kdewebdev.install)
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175675, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
(from rev 175675, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install
(from rev 175675, kdewebdev/kde-unstable/kdewebdev.install)
Deleted:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install

---+
 kde-unstable-i686/PKGBUILD|  141 
 kde-unstable-i686/kdewebdev-kimagemapeditor.install   |   24 +-
 kde-unstable-i686/kdewebdev.install   |   22 +-
 kde-unstable-x86_64/PKGBUILD  |  141 
 kde-unstable-x86_64/kdewebdev-kimagemapeditor.install |   24 +-
 kde-unstable-x86_64/kdewebdev.install |   22 +-
 6 files changed, 188 insertions(+), 186 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 13:03:14 UTC (rev 175675)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:03:57 UTC (rev 175676)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdewebdev
-pkgname=('kdewebdev-kfilereplace'
- 'kdewebdev-kimagemapeditor'
- 'kdewebdev-klinkstatus'
- 'kdewebdev-kommander')
-pkgver=4.9.97
-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/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('7cf7952d1d18801ac565945d5562d1483b0c0a49')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -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/kde-unstable-i686/PKGBUILD (from rev 175675, 
kdewebdev/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:03:57 UTC (rev 175676)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=4.9.98
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdewe

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 08:03:14
  Author: andrea
Revision: 175675

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

Added:
  kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD
(from rev 175674, kdeutils-sweeper/kde-unstable/PKGBUILD)
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175674, kdeutils-sweeper/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 13:02:34 UTC (rev 175674)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:03:14 UTC (rev 175675)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=4.9.97
-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/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('600d02e3e8c5898331fa0ce5d1ed922c83fdc99a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 175674, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:03:14 UTC (rev 175675)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=4.9.98
+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/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('dc85058699042f61e2c95186004b6c474bdaacfd')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 13:02:34 UTC (rev 175674)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 13:03:14 UTC (rev 175675)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=4.9.97
-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/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('600d02e3e8c5898331fa0ce5d1ed922c83fdc99a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 175674, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 13:03:14 UTC (rev 175675)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=4.9.98
+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/unstable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('dc85058699042f61e2c95186004b6c474bdaacfd')
+
+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 kdeutils-superkaramba/repos (8 files)

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 08:02:34
  Author: andrea
Revision: 175674

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

Added:
  kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD
(from rev 175673, kdeutils-superkaramba/kde-unstable/PKGBUILD)
  kdeutils-superkaramba/repos/kde-unstable-i686/kdeutils-superkaramba.install
(from rev 175673, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
  kdeutils-superkaramba/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175673, kdeutils-superkaramba/kde-unstable/PKGBUILD)
  kdeutils-superkaramba/repos/kde-unstable-x86_64/kdeutils-superkaramba.install
(from rev 175673, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
Deleted:
  kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD
  kdeutils-superkaramba/repos/kde-unstable-i686/kdeutils-superkaramba.install
  kdeutils-superkaramba/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-superkaramba/repos/kde-unstable-x86_64/kdeutils-superkaramba.install

---+
 kde-unstable-i686/PKGBUILD|   63 ++--
 kde-unstable-i686/kdeutils-superkaramba.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD  |   63 ++--
 kde-unstable-x86_64/kdeutils-superkaramba.install |   24 +++
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 13:01:59 UTC (rev 175673)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:02:34 UTC (rev 175674)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-superkaramba
-pkgver=4.9.97
-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/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
-sha1sums=('33091c968fda7e038c210a4b64f2db93db77b80e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../superkaramba-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-superkaramba/repos/kde-unstable-i686/PKGBUILD (from rev 
175673, kdeutils-superkaramba/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:02:34 UTC (rev 175674)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-superkaramba
+pkgver=4.9.98
+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/unstable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
+sha1sums=('943bb9646da9592331b61bf36ea26f40d95f6996')
+
+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: kde-unstable-i686/kdeutils-superkaramba.install
===
--- kde-unstable-i686/kdeutils-superkaramba.install 2013-01-19 13:01:59 UTC 
(rev 175673)
+++ kde-unstable-i686/kdeutils-superkaramba.install 2013-01-19 13:02:34 UTC 
(rev 175674)
@@ -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/kde-unstable-i686/kdeutils-superkaramba.install 
(from rev 175673, 
kdeutils-superkaramba/kde-unstable/kdeutils-superkaramba.install)
===
--- kde-unstable-i686/kdeutils-superkaramba.install 
(rev 0)
+++ kde-unstable-i686/kdeutils-superkaramba.install 2013-01-19 13:02:34 UTC 
(rev 175674)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 13:01:59 UTC (rev 175673)
+++ kde-u

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 08:01:59
  Author: andrea
Revision: 175673

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

Added:
  kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 175672, kdeutils-print-manager/kde-unstable/PKGBUILD)
  kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175672, kdeutils-print-manager/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD
  kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 13:01:17 UTC (rev 175672)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:01:59 UTC (rev 175673)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-print-manager
-pkgver=4.9.97
-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' 'system-config-printer')
-makedepends=('cmake' 'automoc4')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('92cdbaa5394492e23ac67547eb159124257b1fec')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeutils-print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 
175672, kdeutils-print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:01:59 UTC (rev 175673)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-print-manager
+pkgver=4.9.98
+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' 'system-config-printer')
+makedepends=('cmake' 'automoc4')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
+sha1sums=('4a3d143b3d192efc747958b5d4fd214937005f4a')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 13:01:17 UTC (rev 175672)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 13:01:59 UTC (rev 175673)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-print-manager
-pkgver=4.9.97
-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' 'system-config-printer')
-makedepends=('cmake' 'automoc4')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('92cdbaa5394492e23ac67547eb159124257b1fec')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeutils-print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175672, kdeutils-print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 13:01:59 UTC (rev 175673)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-print-manager
+pkgver=4.9.98
+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=(

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 08:01:17
  Author: andrea
Revision: 175672

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

Added:
  kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD
(from rev 175671, kdeutils-kwallet/kde-unstable/PKGBUILD)
  kdeutils-kwallet/repos/kde-unstable-i686/kdeutils-kwallet.install
(from rev 175671, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install)
  kdeutils-kwallet/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175671, kdeutils-kwallet/kde-unstable/PKGBUILD)
  kdeutils-kwallet/repos/kde-unstable-x86_64/kdeutils-kwallet.install
(from rev 175671, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install)
Deleted:
  kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kwallet/repos/kde-unstable-i686/kdeutils-kwallet.install
  kdeutils-kwallet/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kwallet/repos/kde-unstable-x86_64/kdeutils-kwallet.install

--+
 kde-unstable-i686/PKGBUILD   |   65 -
 kde-unstable-i686/kdeutils-kwallet.install   |   24 -
 kde-unstable-x86_64/PKGBUILD |   65 -
 kde-unstable-x86_64/kdeutils-kwallet.install |   24 -
 4 files changed, 88 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 13:00:39 UTC (rev 175671)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:01:17 UTC (rev 175672)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kwallet
-pkgver=4.9.97
-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/unstable/${pkgver}/src/kwallet-${pkgver}.tar.xz";)
-sha1sums=('7cfc021d32510285efed347947d51f84e5ca9bb1')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kwallet-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kwallet/repos/kde-unstable-i686/PKGBUILD (from rev 175671, 
kdeutils-kwallet/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:01:17 UTC (rev 175672)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kwallet
+pkgver=4.9.98
+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/unstable/${pkgver}/src/kwallet-${pkgver}.tar.xz";)
+sha1sums=('26f73f892caabfe0913268109173b25d143c6484')
+
+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: kde-unstable-i686/kdeutils-kwallet.install
===
--- kde-unstable-i686/kdeutils-kwallet.install  2013-01-19 13:00:39 UTC (rev 
175671)
+++ kde-unstable-i686/kdeutils-kwallet.install  2013-01-19 13:01:17 UTC (rev 
175672)
@@ -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/kde-unstable-i686/kdeutils-kwallet.install (from 
rev 175671, kdeutils-kwallet/kde-unstable/kdeutils-kwallet.install)
===
--- kde-unstable-i686/kdeutils-kwallet.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kwallet.install  2013-01-19 13:01:17 UTC (rev 
175672)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 13:00:39 UTC (rev 175671)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 13:01:17 UTC (rev 175672)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kwallet
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Wallet Management Tool'
-url='htt

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 08:00:39
  Author: andrea
Revision: 175671

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

Added:
  kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD
(from rev 175670, kdeutils-ktimer/kde-unstable/PKGBUILD)
  kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install
(from rev 175670, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
  kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175670, kdeutils-ktimer/kde-unstable/PKGBUILD)
  kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install
(from rev 175670, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
Deleted:
  kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD
  kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install
  kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install

-+
 kde-unstable-i686/PKGBUILD  |   65 --
 kde-unstable-i686/kdeutils-ktimer.install   |   22 
 kde-unstable-x86_64/PKGBUILD|   65 --
 kde-unstable-x86_64/kdeutils-ktimer.install |   22 
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:59:50 UTC (rev 175670)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:00:39 UTC (rev 175671)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ktimer
-pkgver=4.9.97
-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/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
-sha1sums=('71c689bc76d341d7f80be2f9b18be00ac6e3be76')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ktimer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 175670, 
kdeutils-ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 13:00:39 UTC (rev 175671)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-ktimer
+pkgver=4.9.98
+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/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
+sha1sums=('fa2e4054d66327b4609346d204dd9361171e9b17')
+
+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: kde-unstable-i686/kdeutils-ktimer.install
===
--- kde-unstable-i686/kdeutils-ktimer.install   2013-01-19 12:59:50 UTC (rev 
175670)
+++ kde-unstable-i686/kdeutils-ktimer.install   2013-01-19 13:00:39 UTC (rev 
175671)
@@ -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/kde-unstable-i686/kdeutils-ktimer.install (from 
rev 175670, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
===
--- kde-unstable-i686/kdeutils-ktimer.install   (rev 0)
+++ kde-unstable-i686/kdeutils-ktimer.install   2013-01-19 13:00:39 UTC (rev 
175671)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:59:50 UTC (rev 175670)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 13:00:39 UTC (rev 175671)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ktimer
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depend

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:59:50
  Author: andrea
Revision: 175670

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

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 175669, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 175669, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175669, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 175669, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install

-+
 kde-unstable-i686/PKGBUILD  |   69 --
 kde-unstable-i686/kdeutils-kremotecontrol.install   |   22 ++---
 kde-unstable-x86_64/PKGBUILD|   69 --
 kde-unstable-x86_64/kdeutils-kremotecontrol.install |   22 ++---
 4 files changed, 90 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:59:10 UTC (rev 175669)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:59:50 UTC (rev 175670)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.9.97
-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/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
-sha1sums=('864d48b76b73e94d1046e983b759b1e68edc7a8b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 
175669, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:59:50 UTC (rev 175670)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.9.98
+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/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
+sha1sums=('aef352c6d2f884ffa0fa3c795020e9d3651e0626')
+
+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: kde-unstable-i686/kdeutils-kremotecontrol.install
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   2013-01-19 12:59:10 UTC 
(rev 175669)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2013-01-19 12:59:50 UTC 
(rev 175670)
@@ -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/kde-unstable-i686/kdeutils-kremotecontrol.install 
(from rev 175669, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   
(rev 0)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2013-01-19 12:59:50 UTC 
(rev 175670)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   p

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:59:10
  Author: andrea
Revision: 175669

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

Added:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
(from rev 175668, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
(from rev 175668, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175668, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install
(from rev 175668, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install

---+
 kde-unstable-i686/PKGBUILD|   65 +---
 kde-unstable-i686/kdeutils-kgpg.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD  |   65 +---
 kde-unstable-x86_64/kdeutils-kgpg.install |   24 +-
 4 files changed, 88 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:58:34 UTC (rev 175668)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:59:10 UTC (rev 175669)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=4.9.97
-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/unstable/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
-sha1sums=('97237fc9500f2f04bdb07fcef29f2f1cad19207a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD (from rev 175668, 
kdeutils-kgpg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:59:10 UTC (rev 175669)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=4.9.98
+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/unstable/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
+sha1sums=('d4b1671127b820178e27b02de8872ee54dd3900c')
+
+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: kde-unstable-i686/kdeutils-kgpg.install
===
--- kde-unstable-i686/kdeutils-kgpg.install 2013-01-19 12:58:34 UTC (rev 
175668)
+++ kde-unstable-i686/kdeutils-kgpg.install 2013-01-19 12:59:10 UTC (rev 
175669)
@@ -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/kde-unstable-i686/kdeutils-kgpg.install (from rev 
175668, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
===
--- kde-unstable-i686/kdeutils-kgpg.install (rev 0)
+++ kde-unstable-i686/kdeutils-kgpg.install 2013-01-19 12:59:10 UTC (rev 
175669)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:58:34 UTC (rev 175668)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:59:10 UTC (rev 175669)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:58:34
  Author: andrea
Revision: 175668

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

Added:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
(from rev 175667, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
(from rev 175667, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175667, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install
(from rev 175667, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
Deleted:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install

--+
 kde-unstable-i686/PKGBUILD   |   65 -
 kde-unstable-i686/kdeutils-kfloppy.install   |   24 -
 kde-unstable-x86_64/PKGBUILD |   65 -
 kde-unstable-x86_64/kdeutils-kfloppy.install |   24 -
 4 files changed, 88 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:57:55 UTC (rev 175667)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:58:34 UTC (rev 175668)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
-sha1sums=('f311f4a8de72007a0a29cd6b5de4954e7da9e559')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kfloppy-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 175667, 
kdeutils-kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:58:34 UTC (rev 175668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kfloppy
+pkgver=4.9.98
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
+sha1sums=('ed4f93ca0de42453e8c46fa4101d05fe20cc382e')
+
+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: kde-unstable-i686/kdeutils-kfloppy.install
===
--- kde-unstable-i686/kdeutils-kfloppy.install  2013-01-19 12:57:55 UTC (rev 
175667)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2013-01-19 12:58:34 UTC (rev 
175668)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install (from 
rev 175667, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
===
--- kde-unstable-i686/kdeutils-kfloppy.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2013-01-19 12:58:34 UTC (rev 
175668)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:57:55 UTC (rev 175667)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:58:34 UTC (rev 175668)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:57:55
  Author: andrea
Revision: 175667

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

Added:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
(from rev 175666, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
(from rev 175666, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175666, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install
(from rev 175666, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
Deleted:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install

--+
 kde-unstable-i686/PKGBUILD   |   65 ++---
 kde-unstable-i686/kdeutils-kdf.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   65 ++---
 kde-unstable-x86_64/kdeutils-kdf.install |   22 -
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:57:18 UTC (rev 175666)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:57:55 UTC (rev 175667)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.9.97
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/";
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
-sha1sums=('228ad81678206325a85815243deb696b0aae702c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 175666, 
kdeutils-kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:57:55 UTC (rev 175667)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kdf
+pkgver=4.9.98
+pkgrel=1
+url="http://kde.org/applications/system/kdiskfree/";
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
+sha1sums=('ad16edc546640181bfe13e0d7e246ba7f0566d20')
+
+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: kde-unstable-i686/kdeutils-kdf.install
===
--- kde-unstable-i686/kdeutils-kdf.install  2013-01-19 12:57:18 UTC (rev 
175666)
+++ kde-unstable-i686/kdeutils-kdf.install  2013-01-19 12:57:55 UTC (rev 
175667)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 
175666, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
===
--- kde-unstable-i686/kdeutils-kdf.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kdf.install  2013-01-19 12:57:55 UTC (rev 
175667)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:57:18 UTC (rev 175666)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:57:55 UTC (rev 175667)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.9.97
-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}.instal

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:57:18
  Author: andrea
Revision: 175666

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

Added:
  kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD
(from rev 175665, kdeutils-kcharselect/kde-unstable/PKGBUILD)
  kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175665, kdeutils-kcharselect/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:56:37 UTC (rev 175665)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:57:18 UTC (rev 175666)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('ebcde5b01bf0c883ddbee233d419c9964f6cc289')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 175665, 
kdeutils-kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:57:18 UTC (rev 175666)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.9.98
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('c6383073a2e5dfed6aa6c5bafd7e1707f7f701dc')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:56:37 UTC (rev 175665)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:57:18 UTC (rev 175666)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('ebcde5b01bf0c883ddbee233d419c9964f6cc289')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175665, kdeutils-kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:57:18 UTC (rev 175666)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.9.98
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('c6383073a2e5dfed6aa6c5bafd7e1707f7f701dc')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() 

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:56:37
  Author: andrea
Revision: 175665

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

Added:
  kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
(from rev 175664, kdeutils-kcalc/kde-unstable/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
(from rev 175664, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175664, kdeutils-kcalc/kde-unstable/PKGBUILD)
  kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install
(from rev 175664, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
Deleted:
  kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install
  kdeutils-kcalc/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kcalc/repos/kde-unstable-x86_64/kdeutils-kcalc.install

+
 kde-unstable-i686/PKGBUILD |   65 +--
 kde-unstable-i686/kdeutils-kcalc.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   65 +--
 kde-unstable-x86_64/kdeutils-kcalc.install |   22 -
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:56:00 UTC (rev 175664)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:56:37 UTC (rev 175665)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
-sha1sums=('8c788adb809970464f8824865194da4cceea817b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcalc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 175664, 
kdeutils-kcalc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:56:37 UTC (rev 175665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcalc
+pkgver=4.9.98
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
+sha1sums=('3b3e73c25046db2c899fa0a3fb10293f82ff8af5')
+
+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: kde-unstable-i686/kdeutils-kcalc.install
===
--- kde-unstable-i686/kdeutils-kcalc.install2013-01-19 12:56:00 UTC (rev 
175664)
+++ kde-unstable-i686/kdeutils-kcalc.install2013-01-19 12:56:37 UTC (rev 
175665)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kcalc/repos/kde-unstable-i686/kdeutils-kcalc.install (from rev 
175664, kdeutils-kcalc/kde-unstable/kdeutils-kcalc.install)
===
--- kde-unstable-i686/kdeutils-kcalc.install(rev 0)
+++ kde-unstable-i686/kdeutils-kcalc.install2013-01-19 12:56:37 UTC (rev 
175665)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:56:00 UTC (rev 175664)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:56:37 UTC (rev 175665)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-make

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:56:00
  Author: andrea
Revision: 175664

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

Added:
  kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
(from rev 175663, kdeutils-filelight/kde-unstable/PKGBUILD)
  kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
(from rev 175663, 
kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
  kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175663, kdeutils-filelight/kde-unstable/PKGBUILD)
  kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install
(from rev 175663, 
kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
Deleted:
  kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
  kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
  kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install

+
 kde-unstable-i686/PKGBUILD |   69 +++
 kde-unstable-i686/kdeutils-filelight.install   |   24 
 kde-unstable-x86_64/PKGBUILD   |   69 +++
 kde-unstable-x86_64/kdeutils-filelight.install |   24 
 4 files changed, 92 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:55:23 UTC (rev 175663)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:56:00 UTC (rev 175664)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-filelight
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('filelight')
-conflicts=('filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
-sha1sums=('508ee12c7c774f6b3a34a5fdcd329a89b608b177')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../filelight-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD (from rev 175663, 
kdeutils-filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:56:00 UTC (rev 175664)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-filelight
+pkgver=4.9.98
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
+sha1sums=('84e77ff0320e7062b06a618236688bc8b0eb3510')
+
+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: kde-unstable-i686/kdeutils-filelight.install
===
--- kde-unstable-i686/kdeutils-filelight.install2013-01-19 12:55:23 UTC 
(rev 175663)
+++ kde-unstable-i686/kdeutils-filelight.install2013-01-19 12:56:00 UTC 
(rev 175664)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install 
(from rev 175663, kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
===
--- kde-unstable-i686/kdeutils-filelight.install
(rev 0)
+++ kde-unstable-i686/kdeutils-filelight.install2013-01-19 12:56:00 UTC 
(rev 175664)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:55:23 UTC (rev 175663)
+++ kde-u

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:55:23
  Author: andrea
Revision: 175663

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

Added:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
(from rev 175662, kdeutils-ark/kde-unstable/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
(from rev 175662, kdeutils-ark/kde-unstable/kdeutils-ark.install)
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175662, kdeutils-ark/kde-unstable/PKGBUILD)
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install
(from rev 175662, kdeutils-ark/kde-unstable/kdeutils-ark.install)
Deleted:
  kdeutils-ark/repos/kde-unstable-i686/PKGBUILD
  kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install
  kdeutils-ark/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-ark/repos/kde-unstable-x86_64/kdeutils-ark.install

--+
 kde-unstable-i686/PKGBUILD   |   67 ++---
 kde-unstable-i686/kdeutils-ark.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   67 ++---
 kde-unstable-x86_64/kdeutils-ark.install |   22 -
 4 files changed, 88 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:54:45 UTC (rev 175662)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:55:23 UTC (rev 175663)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz";)
-sha1sums=('dfc1958da94310f0964e48b03d38216b8a5fe821')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/PKGBUILD (from rev 175662, 
kdeutils-ark/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:55:23 UTC (rev 175663)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-ark
+pkgver=4.9.98
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ark-${pkgver}.tar.xz";)
+sha1sums=('36d266b03475b5264cd2fed0d45dd037e73316ca')
+
+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: kde-unstable-i686/kdeutils-ark.install
===
--- kde-unstable-i686/kdeutils-ark.install  2013-01-19 12:54:45 UTC (rev 
175662)
+++ kde-unstable-i686/kdeutils-ark.install  2013-01-19 12:55:23 UTC (rev 
175663)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-ark/repos/kde-unstable-i686/kdeutils-ark.install (from rev 
175662, kdeutils-ark/kde-unstable/kdeutils-ark.install)
===
--- kde-unstable-i686/kdeutils-ark.install  (rev 0)
+++ kde-unstable-i686/kdeutils-ark.install  2013-01-19 12:55:23 UTC (rev 
175663)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:54:45 UTC (rev 175662)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:55:23 UTC (rev 175663)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.9.97
-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' 'k

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:54:45
  Author: andrea
Revision: 175662

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

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

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

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

Copied: kdetoys/repos/kde-unstable-i686/PKGBUILD (from rev 175661, 
kdetoys/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:54:45 UTC (rev 175662)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdetoys
+pkgname=('kdetoys-amor'
+ 'kdetoys-kteatime'
+ 'kdetoys-ktux')
+pkgver=4.9.98
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+makedepends=('cmake' 'automoc4' 'kdebase-workspace')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('bcb0cfeaf35c2c2c32abb496d29f25ea0049731c')
+
+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_kdetoys-amor() {
+   pkgdesc='On-Screen Creature'
+   depends=('kdebase-runtime')
+   install='kdetoys.install'
+   cd $srcdir/build/amor
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/amor
+   make DESTDIR=$pkgdir install
+}
+
+package_kdetoys-kteatime() {
+   pkgdesc='Tea Cooker'
+   depends=('kdebase-runtime')
+   install='kdetoys.install'
+   cd $srcdir/build/kteatime
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kteatime
+   make DESTDIR=$pkgdir install
+}
+
+package_kdetoys-ktux() {
+   pkgdesc='KTux'
+   depends=('kdebase-workspace' )
+   install='kdetoys.install'
+   cd $srcdir/build/ktux
+   make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdetoys.install
===
--- kde-unstable-i686/kdetoys.install   2013-01-19 12:53:53 UTC (rev 175661)
+++ kde-unstable-i686/kdetoys.install   2013-01-19 1

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:53:53
  Author: andrea
Revision: 175661

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

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

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

The diff is longe

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:52:09
  Author: andrea
Revision: 175660

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

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

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

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


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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:50:49
  Author: andrea
Revision: 175659

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

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

---+
 kde-unstable-i686/PKGBUILD|  523 
 kde-unstable-i686/kdepim-akregator.install|   24 -
 kde-unstable-i686/kdepim-kleopatra.install|   24 -
 kde-unstable-i686/kdepim-kmail.install|   24 -
 kde-unstable-i686/kdepim-knode.install|   24 -
 kde-unstable-i686/kdepim-korganizer.install   |   24 -
 kde-unstable-i686/kdepim-ktnef.install|   24 -
 kde-unstable-i686/kdepim.install  |   22 -
 kde-unstable-x86_64/PKGBUILD  |  523 
 kde-unstable-x86_64/kdepim-akregator.install  |   24 -
 kde-unstable-x86_64/kdepim-kleopatra.install  |   24 -
 kde-unstable-x86_64/kdepim-kmail.install  |   24 -
 kde-unstable-x86_64/kdepim-knode.install  |   24 -
 kde-unstable-x86_64/kdepim-korganizer.install |   24 -
 kde-unstable-x86_64/kdepim-ktnef.install  |   24 -
 kde-unstable-x86_64/kdepim.install|   22 -
 16 files changed, 690 insertions(+), 688 deletions(-)

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


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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:49:05
  Author: andrea
Revision: 175658

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

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

---+
 kde-unstable-i686/PKGBUILD|  237 
 kde-unstable-i686/kdenetwork-kget.install |   24 +-
 kde-unstable-i686/kdenetwork-kopete.install   |   24 +-
 kde-unstable-i686/kdenetwork-kppp.install |   24 +-
 kde-unstable-i686/kdenetwork.install  |   22 +-
 kde-unstable-i686/use-libotr3.patch   |  142 +++---
 kde-unstable-x86_64/PKGBUILD  |  237 
 kde-unstable-x86_64/kdenetwork-kget.install   |   24 +-
 kde-unstable-x86_64/kdenetwork-kopete.install |   24 +-
 kde-unstable-x86_64/kdenetwork-kppp.install   |   24 +-
 kde-unstable-x86_64/kdenetwork.install|   22 +-
 kde-unstable-x86_64/use-libotr3.patch |  142 +++---
 12 files changed, 474 insertions(+), 472 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:48:03 UTC (rev 175657)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:49:05 UTC (rev 175658)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
-'use-libotr3.patch')
-sha1sums=('01fbf3b8403a2dda158afa27dfd086f95a792916'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i "${srcdir}"/use-libotr3.patch
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   pkgdesc='Konqueror properties dialog plugin 

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:48:03
  Author: andrea
Revision: 175657

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:47:24 UTC (rev 175656)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:48:03 UTC (rev 175657)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.9.97
-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/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('fcd5115ba9aa12cad672efd77f5e1a64369214fc')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
175656, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:48:03 UTC (rev 175657)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.9.98
+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/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('fe3ba1b8c21e72330acee1dd29899cf677e95dca')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:47:24 UTC (rev 175656)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:48:03 UTC (rev 175657)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.9.97
-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/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('fcd5115ba9aa12cad672efd77f5e1a64369214fc')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 175656, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:48:03 UTC (rev 175657)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.9.98
+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/unstable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1s

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:47:24
  Author: andrea
Revision: 175656

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:46:45 UTC (rev 175655)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:47:24 UTC (rev 175656)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.9.97
-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' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
-sha1sums=('a18dbe17ddf97902476c45180fd4a106b2ab0a29')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 175655, 
kdemultimedia-kscd/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:47:24 UTC (rev 175656)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=4.9.98
+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' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
+sha1sums=('c50993d57416d00b54a7a68cc8daf214c0cfbcef')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-kscd.install
===
--- kde-unstable-i686/kdemultimedia-kscd.install2013-01-19 12:46:45 UTC 
(rev 175655)
+++ kde-unstable-i686/kdemultimedia-kscd.install2013-01-19 12:47:24 UTC 
(rev 175656)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install 
(from rev 175655, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
===
--- kde-unstable-i686/kdemultimedia-kscd.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kscd.install2013-01-19 12:47:24 UTC 
(rev 175656)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:46:45 UTC (rev 175655)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:47:24 UTC (rev 175656)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.9

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:46:45
  Author: andrea
Revision: 175655

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:46:08 UTC (rev 175654)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:46:45 UTC (rev 175655)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.9.97
-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/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
-sha1sums=('41bb143a3394b6dd4cc259e95f9087b3819769e0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 175654, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:46:45 UTC (rev 175655)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kmix
+pkgver=4.9.98
+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/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
+sha1sums=('6488e6ac7b2fbd4cad2a5b5efc0bd71a308ca5e8')
+
+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: kde-unstable-i686/kdemultimedia-kmix.install
===
--- kde-unstable-i686/kdemultimedia-kmix.install2013-01-19 12:46:08 UTC 
(rev 175654)
+++ kde-unstable-i686/kdemultimedia-kmix.install2013-01-19 12:46:45 UTC 
(rev 175655)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install 
(from rev 175654, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
===
--- kde-unstable-i686/kdemultimedia-kmix.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kmix.install2013-01-19 12:46:45 UTC 
(rev 175655)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:46:08 UTC (rev 175654)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:46:45 UTC (rev 175655)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:46:08
  Author: andrea
Revision: 175654

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:45:32 UTC (rev 175653)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:46:08 UTC (rev 175654)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.9.97
-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/unstable/${pkgver}/src/juk-${pkgver}.tar.xz";)
-sha1sums=('d7c6492508bfc100bf343b830a922b41f7a2dae6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 175653, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:46:08 UTC (rev 175654)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=4.9.98
+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/unstable/${pkgver}/src/juk-${pkgver}.tar.xz";)
+sha1sums=('a9532dea761cb85e86aa0345528f474da0d2d99b')
+
+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: kde-unstable-i686/kdemultimedia-juk.install
===
--- kde-unstable-i686/kdemultimedia-juk.install 2013-01-19 12:45:32 UTC (rev 
175653)
+++ kde-unstable-i686/kdemultimedia-juk.install 2013-01-19 12:46:08 UTC (rev 
175654)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install 
(from rev 175653, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
===
--- kde-unstable-i686/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install 2013-01-19 12:46:08 UTC (rev 
175654)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:45:32 UTC (rev 175653)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:46:08 UTC (rev 175654)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.9.97
-pkgrel=1
-pkgdesc='A ju

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:45:32
  Author: andrea
Revision: 175653

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:44:51 UTC (rev 175652)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:45:32 UTC (rev 175653)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.97
-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/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('fdde5060938235983b3e0e7737acd80fa3ea406d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
175652, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:45:32 UTC (rev 175653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.9.98
+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/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('41903821ea8583174a3f35e8d28259bef30e8abd')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:44:51 UTC (rev 175652)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:45:32 UTC (rev 175653)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.97
-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/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('fdde5060938235983b3e0e7737acd80fa3ea406d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175652, kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:45:32 UTC (rev 175653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.9.98
+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/unstable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('41903821ea8583174a3f35e8d28259bef30e8abd')
+
+build() {
+  cd "${sr

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:44:51
  Author: andrea
Revision: 175652

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:44:17 UTC (rev 175651)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:44:51 UTC (rev 175652)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-dragonplayer
-pkgver=4.9.97
-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/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz";)
-sha1sums=('3d55ed0cd2a2ddd32a359b570c46f0356d565d68')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../dragon-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-dragonplayer/repos/kde-unstable-i686/PKGBUILD (from rev 
175651, kdemultimedia-dragonplayer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:44:51 UTC (rev 175652)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=4.9.98
+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/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz";)
+sha1sums=('db6a7ec21f8edf93e27744d8ae0409365cc8bec1')
+
+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: kde-unstable-i686/kdemultimedia-dragonplayer.install
===
--- kde-unstable-i686/kdemultimedia-dragonplayer.install2013-01-19 
12:44:17 UTC (rev 175651)
+++ kde-unstable-i686/kdemultimedia-dragonplayer.install2013-01-19 
12:44:51 UTC (rev 175652)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdemultimedia-dragonplayer/repos/kde-unstable-i686/kdemultimedia-dragonplayer.install
 (from rev 175651, 
kdemultimedia-dragonplayer/kde-unstable/kdemultimedia-dragonplayer.install)
===
--- kde-unstable-i686/kdemultimedia-dragonplayer.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-dragonplayer.install2013-01-19 
12:44:51 UTC (rev 175652)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_rem

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:44:17
  Author: andrea
Revision: 175651

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:43:38 UTC (rev 175650)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:44:17 UTC (rev 175651)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.9.97
-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/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('b555865e7675c9413bff92dee9c2bd379fbf7b8a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 
175650, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:44:17 UTC (rev 175651)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.9.98
+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/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
+sha1sums=('b26636c1b559fef01352a806d6eccb0ab9f301e6')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:38 UTC (rev 175650)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:44:17 UTC (rev 175651)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.9.97
-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/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('b555865e7675c9413bff92dee9c2bd379fbf7b8a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175650, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:44:17 UTC (rev 175651)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.9.98
+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' 'libkcomp

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:43:38
  Author: andrea
Revision: 175650

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
175649, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:43:38 UTC (rev 175650)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('aa6dce7656c7e8fd7b9b903615a96ac0b174d71c')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:00 UTC (rev 175649)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:38 UTC (rev 175650)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('de376cad20b7739cea8ca3a50535f1a92b67a749')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175649, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:38 UTC (rev 175650)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.9.98
+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://down

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:43:00
  Author: andrea
Revision: 175649

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:42:23 UTC (rev 175648)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:43:00 UTC (rev 175649)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.9.97
-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/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('0136ea4026c6251fd83dc51cd60c1e56a22889ac')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 175648, 
kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:43:00 UTC (rev 175649)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.9.98
+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/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('d3d76edd5a77edda0e22a4fa51176f4c64b6d60b')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:42:23 UTC (rev 175648)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:00 UTC (rev 175649)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.9.97
-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/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('0136ea4026c6251fd83dc51cd60c1e56a22889ac')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175648, kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:43:00 UTC (rev 175649)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.9.98
+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/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('d3d76edd5a77edda0e22a4fa51176f4c64b6d60b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:42:23
  Author: andrea
Revision: 175648

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:41:45 UTC (rev 175647)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:42:23 UTC (rev 175648)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b8821daa70f4218a27051b9dff6223a0a7e3a659')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 
175647, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:42:23 UTC (rev 175648)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f57b0edd2f5b52bb8e7d5f55d603d34f06158489')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:41:45 UTC (rev 175647)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:42:23 UTC (rev 175648)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b8821daa70f4218a27051b9dff6223a0a7e3a659')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 175647, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:42:23 UTC (rev 175648)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:41:45
  Author: andrea
Revision: 175647

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

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

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

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

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 
175646, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:41:45 UTC (rev 175647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('21a80569e5cbc29114665cdd08f71ac8322d2856')
+
+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: kde-unstable-i686/kdegraphics-mobipocket.install
===
--- kde-unstable-i686/kdegraphics-mobipocket.install2013-01-19 12:41:09 UTC 
(rev 175646)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2013-01-19 12:41:45 UTC 
(rev 175647)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 175646, 
kdegraphics-mobipocket/kde-unstable/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2013-01-19 12:41:45 UTC 
(rev 175647)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
==

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:41:09
  Author: andrea
Revision: 175646

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:40:35 UTC (rev 175645)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:41:09 UTC (rev 175646)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-ksnapshot
-pkgver=4.9.97
-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/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
-sha1sums=('8081da8c2f321841e4dd5390b89cf8933bc2ca89')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksnapshot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD (from rev 
175645, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:41:09 UTC (rev 175646)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.9.98
+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/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('4fccff95c091bec925fc3429e86f6a0d8ada0127')
+
+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: kde-unstable-i686/kdegraphics-ksnapshot.install
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 2013-01-19 12:40:35 UTC 
(rev 175645)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2013-01-19 12:41:09 UTC 
(rev 175646)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install 
(from rev 175645, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2013-01-19 12:41:09 UTC 
(rev 175646)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:40:3

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:40:35
  Author: andrea
Revision: 175645

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:39:57 UTC (rev 175644)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:40:35 UTC (rev 175645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('a1f259055a0b504bda90b1764fb260c752fca1af')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
175644, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:40:35 UTC (rev 175645)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
+sha1sums=('4914e2bc687424903a283c34a2e6b7387367da3e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:39:57 UTC (rev 175644)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:40:35 UTC (rev 175645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('a1f259055a0b504bda90b1764fb260c752fca1af')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 
175644, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:40:35 UTC (rev 175645)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
+sha1sums=('4914e2bc687424903a283c34a2e6b7387367da3e')
+
+bu

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:39:57
  Author: andrea
Revision: 175644

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:39:19 UTC (rev 175643)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:39:57 UTC (rev 175644)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kruler
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="http://kde.org/applications/graphics/kruler/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz";)
-sha1sums=('2dcbdde12f792f2b26d43fadb86045e933c08096')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kruler-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kruler/repos/kde-unstable-i686/PKGBUILD (from rev 175643, 
kdegraphics-kruler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:39:57 UTC (rev 175644)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kruler
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Screen Ruler"
+url="http://kde.org/applications/graphics/kruler/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz";)
+sha1sums=('bd09ce4498f9fc1406fe8cdd98d93dac6c77efca')
+
+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: kde-unstable-i686/kdegraphics-kruler.install
===
--- kde-unstable-i686/kdegraphics-kruler.install2013-01-19 12:39:19 UTC 
(rev 175643)
+++ kde-unstable-i686/kdegraphics-kruler.install2013-01-19 12:39:57 UTC 
(rev 175644)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-kruler/repos/kde-unstable-i686/kdegraphics-kruler.install 
(from rev 175643, kdegraphics-kruler/kde-unstable/kdegraphics-kruler.install)
===
--- kde-unstable-i686/kdegraphics-kruler.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-kruler.install2013-01-19 12:39:57 UTC 
(rev 175644)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:39:19 UTC (rev 175643)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:39:57 UTC (rev 175644)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kruler
-pkgver=4.9.97
-pkgrel=

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:39:19
  Author: andrea
Revision: 175643

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:38:44 UTC (rev 175642)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:39:19 UTC (rev 175643)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kolourpaint
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
-sha1sums=('887748ae6be3032cf7476293e0e830765e6dc55c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
175642, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:39:19 UTC (rev 175643)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('e7ec2dd65a8f2a2b25b8b331755af2e7a5880972')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kolourpaint.install
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   2013-01-19 12:38:44 UTC 
(rev 175642)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2013-01-19 12:39:19 UTC 
(rev 175643)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 175642, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2013-01-19 12:39:19 UTC 
(rev 175643)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 1

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:38:44
  Author: andrea
Revision: 175642

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:38:05 UTC (rev 175641)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:38:44 UTC (rev 175642)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('67873b61857cde5c3a3613c6a92081a7a0e0be07')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/kde-unstable-i686/PKGBUILD (from rev 175641, 
kdegraphics-kgamma/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:38:44 UTC (rev 175642)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A monitor calibration tool"
+url="http://kde.org/applications/graphics/kgamma/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
+sha1sums=('fd29b27cb7d93487df63d0a87b967533d8d8ff97')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:38:05 UTC (rev 175641)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:38:44 UTC (rev 175642)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('67873b61857cde5c3a3613c6a92081a7a0e0be07')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/kde-unstable-x86_64/PKGBUILD (from rev 175641, 
kdegraphics-kgamma/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:38:44 UTC (rev 175642)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=4.9.98
+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

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:38:05
  Author: andrea
Revision: 175641

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:37:29 UTC (rev 175640)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:38:05 UTC (rev 175641)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kcolorchooser
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Color Chooser"
-url="http://kde.org/applications/graphics/kcolorchooser/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
-sha1sums=('07e3145508697c6037a9f48c3db8ef48e160ebc9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcolorchooser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kcolorchooser/repos/kde-unstable-i686/PKGBUILD (from rev 
175640, kdegraphics-kcolorchooser/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:38:05 UTC (rev 175641)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Color Chooser"
+url="http://kde.org/applications/graphics/kcolorchooser/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
+sha1sums=('2d24b4ac68804524272c00c1e9edcc21135bd7b3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kcolorchooser.install
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 2013-01-19 12:37:29 UTC 
(rev 175640)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2013-01-19 12:38:05 UTC 
(rev 175641)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kcolorchooser/repos/kde-unstable-i686/kdegraphics-kcolorchooser.install
 (from rev 175640, 
kdegraphics-kcolorchooser/kde-unstable/kdegraphics-kcolorchooser.install)
===
--- kde-unstable-i686/kdegraphics-kcolorchooser.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-kcolorchooser.install 2013-01-19 12:38:05 UTC 
(rev 175641)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:37:29 UTC (rev 17564

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:37:29
  Author: andrea
Revision: 175640

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:36:45 UTC (rev 175639)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:37:29 UTC (rev 175640)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('f42e3fd0df8f96c030f214ffd7eb9433c91763f0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD (from rev 175639, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:37:29 UTC (rev 175640)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('35aee894c13dd5c764fb8961688b9e798989f088')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:36:45 UTC (rev 175639)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:37:29 UTC (rev 175640)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('f42e3fd0df8f96c030f214ffd7eb9433c91763f0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 175639, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:37:29 UTC (rev 175640)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('35aee894c13dd5c764fb8961688b9e798989f088')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${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 kdegraphics-gwenview/repos (8 files)

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:36:45
  Author: andrea
Revision: 175639

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:36:07 UTC (rev 175638)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:36:45 UTC (rev 175639)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-gwenview
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer for KDE"
-url="http://kde.org/applications/graphics/gwenview/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
-makedepends=('cmake' 'automoc4' 'mesa')
-optdepends=('kipi-plugins: extra plugins to share photos')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
-sha1sums=('8b7f522b707db712c5d57bfce569ddcbba8251a1')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../gwenview-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-gwenview/repos/kde-unstable-i686/PKGBUILD (from rev 175638, 
kdegraphics-gwenview/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:36:45 UTC (rev 175639)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-gwenview
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url="http://kde.org/applications/graphics/gwenview/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
+sha1sums=('4736f36c9ed7665fd18d240384c74d2718757497')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-gwenview.install
===
--- kde-unstable-i686/kdegraphics-gwenview.install  2013-01-19 12:36:07 UTC 
(rev 175638)
+++ kde-unstable-i686/kdegraphics-gwenview.install  2013-01-19 12:36:45 UTC 
(rev 175639)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-gwenview/repos/kde-unstable-i686/kdegraphics-gwenview.install (from 
rev 175638, kdegraphics-gwenview/kde-unstable/kdegraphics-gwenview.install)
===
--- kde-unstable-i686/kdegraphics-gwenview.install  
(rev 0)
+++ kde-unstable-i686/kdegraphics-gwenview.install  2013-01-19 12:36:45 UTC 
(rev 175639)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
=

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:36:07
  Author: andrea
Revision: 175638

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

Added:
  kdegames-picmi/repos/kde-unstable-i686/PKGBUILD
(from rev 175637, kdegames-picmi/kde-unstable/PKGBUILD)
  kdegames-picmi/repos/kde-unstable-i686/kdegames-picmi.install
(from rev 175637, kdegames-picmi/kde-unstable/kdegames-picmi.install)
  kdegames-picmi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175637, kdegames-picmi/kde-unstable/PKGBUILD)
  kdegames-picmi/repos/kde-unstable-x86_64/kdegames-picmi.install
(from rev 175637, kdegames-picmi/kde-unstable/kdegames-picmi.install)
Deleted:
  kdegames-picmi/repos/kde-unstable-i686/PKGBUILD
  kdegames-picmi/repos/kde-unstable-i686/kdegames-picmi.install
  kdegames-picmi/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-picmi/repos/kde-unstable-x86_64/kdegames-picmi.install

+
 kde-unstable-i686/PKGBUILD |   65 +--
 kde-unstable-i686/kdegames-picmi.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   65 +--
 kde-unstable-x86_64/kdegames-picmi.install |   22 -
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:35:27 UTC (rev 175637)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:36:07 UTC (rev 175638)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-picmi
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="http://kde.org/applications/games/picmi/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-replaces=('picmi')
-conflicts=('picmi')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz";)
-sha1sums=('26b1e4e592724410537d559aa4b4b35a9a0d27d9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../picmi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-picmi/repos/kde-unstable-i686/PKGBUILD (from rev 175637, 
kdegames-picmi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:36:07 UTC (rev 175638)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-picmi
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A nonogram logic game for KDE"
+url="http://kde.org/applications/games/picmi/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz";)
+sha1sums=('9be041b93ac4474c9ca99c7166f7904b24263dae')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../picmi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-picmi.install
===
--- kde-unstable-i686/kdegames-picmi.install2013-01-19 12:35:27 UTC (rev 
175637)
+++ kde-unstable-i686/kdegames-picmi.install2013-01-19 12:36:07 UTC (rev 
175638)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-picmi/repos/kde-unstable-i686/kdegames-picmi.install (from rev 
175637, kdegames-picmi/kde-unstable/kdegames-picmi.install)
===
--- kde-unstable-i686/kdegames-picmi.install(rev 0)
+++ kde-unstable-i686/kdegames-picmi.install2013-01-19 12:36:07 UTC (rev 
175638)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:35:27 UTC (rev 175637)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:36:07 UTC (rev 175638)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-picmi
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="http://kde.org/applications/games/picmi/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=(

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:35:27
  Author: andrea
Revision: 175637

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

Added:
  kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD
(from rev 175636, kdegames-palapeli/kde-unstable/PKGBUILD)
  kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install
(from rev 175636, kdegames-palapeli/kde-unstable/kdegames-palapeli.install)
  kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175636, kdegames-palapeli/kde-unstable/PKGBUILD)
  kdegames-palapeli/repos/kde-unstable-x86_64/kdegames-palapeli.install
(from rev 175636, kdegames-palapeli/kde-unstable/kdegames-palapeli.install)
Deleted:
  kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD
  kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install
  kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-palapeli/repos/kde-unstable-x86_64/kdegames-palapeli.install

---+
 kde-unstable-i686/PKGBUILD|   61 
 kde-unstable-i686/kdegames-palapeli.install   |   26 +-
 kde-unstable-x86_64/PKGBUILD  |   61 
 kde-unstable-x86_64/kdegames-palapeli.install |   26 +-
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:34:50 UTC (rev 175636)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:35:27 UTC (rev 175637)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-palapeli
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A single-player jigsaw puzzle game"
-url="http://kde.org/applications/games/palapeli/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/palapeli-${pkgver}.tar.xz";)
-sha1sums=('0dc5bc32469f9ae93acdcf11bc4a7e84bc43c62f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../palapeli-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD (from rev 175636, 
kdegames-palapeli/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:35:27 UTC (rev 175637)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-palapeli
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A single-player jigsaw puzzle game"
+url="http://kde.org/applications/games/palapeli/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/palapeli-${pkgver}.tar.xz";)
+sha1sums=('b5e1dc72b2fbf4913bcafd6332166c0fa1410c4f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../palapeli-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-palapeli.install
===
--- kde-unstable-i686/kdegames-palapeli.install 2013-01-19 12:34:50 UTC (rev 
175636)
+++ kde-unstable-i686/kdegames-palapeli.install 2013-01-19 12:35:27 UTC (rev 
175637)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install 
(from rev 175636, kdegames-palapeli/kde-unstable/kdegames-palapeli.install)
===
--- kde-unstable-i686/kdegames-palapeli.install (rev 0)
+++ kde-unstable-i686/kdegames-palapeli.install 2013-01-19 12:35:27 UTC (rev 
175637)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:34:50 UTC (rev 175636)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:35:27 UTC (rev 175637)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpi

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:34:50
  Author: andrea
Revision: 175636

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

Added:
  kdegames-lskat/repos/kde-unstable-i686/PKGBUILD
(from rev 175635, kdegames-lskat/kde-unstable/PKGBUILD)
  kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install
(from rev 175635, kdegames-lskat/kde-unstable/kdegames-lskat.install)
  kdegames-lskat/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175635, kdegames-lskat/kde-unstable/PKGBUILD)
  kdegames-lskat/repos/kde-unstable-x86_64/kdegames-lskat.install
(from rev 175635, kdegames-lskat/kde-unstable/kdegames-lskat.install)
Deleted:
  kdegames-lskat/repos/kde-unstable-i686/PKGBUILD
  kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install
  kdegames-lskat/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-lskat/repos/kde-unstable-x86_64/kdegames-lskat.install

+
 kde-unstable-i686/PKGBUILD |   61 +--
 kde-unstable-i686/kdegames-lskat.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD   |   61 +--
 kde-unstable-x86_64/kdegames-lskat.install |   24 +-
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:34:15 UTC (rev 175635)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:34:50 UTC (rev 175636)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-lskat
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="http://kde.org/applications/games/lskat/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/lskat-${pkgver}.tar.xz";)
-sha1sums=('b16601bc7e338c7e7bf9cff61e9b38a2fabd2dbe')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../lskat-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-lskat/repos/kde-unstable-i686/PKGBUILD (from rev 175635, 
kdegames-lskat/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:34:50 UTC (rev 175636)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-lskat
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="http://kde.org/applications/games/lskat/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/lskat-${pkgver}.tar.xz";)
+sha1sums=('491d056ff8c1cb4dbe787fac5b3bcc4040581ffe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lskat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-lskat.install
===
--- kde-unstable-i686/kdegames-lskat.install2013-01-19 12:34:15 UTC (rev 
175635)
+++ kde-unstable-i686/kdegames-lskat.install2013-01-19 12:34:50 UTC (rev 
175636)
@@ -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: kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install (from rev 
175635, kdegames-lskat/kde-unstable/kdegames-lskat.install)
===
--- kde-unstable-i686/kdegames-lskat.install(rev 0)
+++ kde-unstable-i686/kdegames-lskat.install2013-01-19 12:34:50 UTC (rev 
175636)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:34:15 UTC (rev 175635)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:34:50 UTC (rev 175636)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-lskat
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="http://kde.org

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:34:15
  Author: andrea
Revision: 175635

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

Added:
  kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
(from rev 175634, kdegames-kubrick/kde-unstable/PKGBUILD)
  kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install
(from rev 175634, kdegames-kubrick/kde-unstable/kdegames-kubrick.install)
  kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175634, kdegames-kubrick/kde-unstable/PKGBUILD)
  kdegames-kubrick/repos/kde-unstable-x86_64/kdegames-kubrick.install
(from rev 175634, kdegames-kubrick/kde-unstable/kdegames-kubrick.install)
Deleted:
  kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
  kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install
  kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kubrick/repos/kde-unstable-x86_64/kdegames-kubrick.install

--+
 kde-unstable-i686/PKGBUILD   |   61 -
 kde-unstable-i686/kdegames-kubrick.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   61 -
 kde-unstable-x86_64/kdegames-kubrick.install |   22 -
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:33:30 UTC (rev 175634)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:34:15 UTC (rev 175635)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kubrick
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
-sha1sums=('156f9e9cfeafca3903a1f62a28d2250a6174eb8d')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kubrick-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD (from rev 175634, 
kdegames-kubrick/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:34:15 UTC (rev 175635)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kubrick
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
+sha1sums=('dc49d03158fe324ea861ef9d60071a516feba2fe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kubrick-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kubrick.install
===
--- kde-unstable-i686/kdegames-kubrick.install  2013-01-19 12:33:30 UTC (rev 
175634)
+++ kde-unstable-i686/kdegames-kubrick.install  2013-01-19 12:34:15 UTC (rev 
175635)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install (from 
rev 175634, kdegames-kubrick/kde-unstable/kdegames-kubrick.install)
===
--- kde-unstable-i686/kdegames-kubrick.install  (rev 0)
+++ kde-unstable-i686/kdegames-kubrick.install  2013-01-19 12:34:15 UTC (rev 
175635)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:33:30 UTC (rev 175634)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:34:15 UTC (rev 175635)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kubrick
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL'

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:33:30
  Author: andrea
Revision: 175634

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

Added:
  kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD
(from rev 175633, kdegames-ktuberling/kde-unstable/PKGBUILD)
  kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install
(from rev 175633, 
kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
  kdegames-ktuberling/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175633, kdegames-ktuberling/kde-unstable/PKGBUILD)
  kdegames-ktuberling/repos/kde-unstable-x86_64/kdegames-ktuberling.install
(from rev 175633, 
kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
Deleted:
  kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD
  kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install
  kdegames-ktuberling/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ktuberling/repos/kde-unstable-x86_64/kdegames-ktuberling.install

-+
 kde-unstable-i686/PKGBUILD  |   61 +++---
 kde-unstable-i686/kdegames-ktuberling.install   |   24 
 kde-unstable-x86_64/PKGBUILD|   61 +++---
 kde-unstable-x86_64/kdegames-ktuberling.install |   24 
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:32:51 UTC (rev 175633)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:33:30 UTC (rev 175634)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ktuberling
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="http://kde.org/applications/games/ktuberling/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz";)
-sha1sums=('be66854b4d090ca0f958bb1350defdd55e590f02')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktuberling-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ktuberling/repos/kde-unstable-i686/PKGBUILD (from rev 175633, 
kdegames-ktuberling/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:33:30 UTC (rev 175634)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-ktuberling
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz";)
+sha1sums=('30ebfd42b4f43cff24401d7f9981645828c39341')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ktuberling.install
===
--- kde-unstable-i686/kdegames-ktuberling.install   2013-01-19 12:32:51 UTC 
(rev 175633)
+++ kde-unstable-i686/kdegames-ktuberling.install   2013-01-19 12:33:30 UTC 
(rev 175634)
@@ -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: kdegames-ktuberling/repos/kde-unstable-i686/kdegames-ktuberling.install 
(from rev 175633, kdegames-ktuberling/kde-unstable/kdegames-ktuberling.install)
===
--- kde-unstable-i686/kdegames-ktuberling.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ktuberling.install   2013-01-19 12:33:30 UTC 
(rev 175634)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:32:51 UTC (rev 175633)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:33:30 UTC (re

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:32:51
  Author: andrea
Revision: 175633

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

Added:
  kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD
(from rev 175632, kdegames-ksudoku/kde-unstable/PKGBUILD)
  kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install
(from rev 175632, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
  kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175632, kdegames-ksudoku/kde-unstable/PKGBUILD)
  kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install
(from rev 175632, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
Deleted:
  kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install
  kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install

--+
 kde-unstable-i686/PKGBUILD   |   61 -
 kde-unstable-i686/kdegames-ksudoku.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   61 -
 kde-unstable-x86_64/kdegames-ksudoku.install |   22 -
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:32:17 UTC (rev 175632)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:32:51 UTC (rev 175633)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksudoku
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A logic-based symbol placement puzzle"
-url="http://kde.org/applications/games/ksudoku/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz";)
-sha1sums=('2cdd71e3299fac7b7e598fe2ce1aeed9144d2b84')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksudoku-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD (from rev 175632, 
kdegames-ksudoku/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:32:51 UTC (rev 175633)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-ksudoku
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A logic-based symbol placement puzzle"
+url="http://kde.org/applications/games/ksudoku/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz";)
+sha1sums=('406ba7429974813f26a2c7a2165f622b568c7feb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksudoku-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksudoku.install
===
--- kde-unstable-i686/kdegames-ksudoku.install  2013-01-19 12:32:17 UTC (rev 
175632)
+++ kde-unstable-i686/kdegames-ksudoku.install  2013-01-19 12:32:51 UTC (rev 
175633)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install (from 
rev 175632, kdegames-ksudoku/kde-unstable/kdegames-ksudoku.install)
===
--- kde-unstable-i686/kdegames-ksudoku.install  (rev 0)
+++ kde-unstable-i686/kdegames-ksudoku.install  2013-01-19 12:32:51 UTC (rev 
175633)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:32:17 UTC (rev 175632)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:32:51 UTC (rev 175633)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksudoku
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A logic-based symbol placement puzzle"
-url="http://kde.org/applications/games/ksudoku/";
-arch=('i686' 'x86_64')
-licens

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:32:17
  Author: andrea
Revision: 175632

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

Added:
  kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD
(from rev 175631, kdegames-ksquares/kde-unstable/PKGBUILD)
  kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install
(from rev 175631, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
  kdegames-ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175631, kdegames-ksquares/kde-unstable/PKGBUILD)
  kdegames-ksquares/repos/kde-unstable-x86_64/kdegames-ksquares.install
(from rev 175631, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
Deleted:
  kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install
  kdegames-ksquares/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksquares/repos/kde-unstable-x86_64/kdegames-ksquares.install

---+
 kde-unstable-i686/PKGBUILD|   61 
 kde-unstable-i686/kdegames-ksquares.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   61 
 kde-unstable-x86_64/kdegames-ksquares.install |   22 
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:31:42 UTC (rev 175631)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:32:17 UTC (rev 175632)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksquares
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz";)
-sha1sums=('84290308631e7a78b89bdecc8be8524194ee0644')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksquares-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 175631, 
kdegames-ksquares/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:32:17 UTC (rev 175632)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-ksquares
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz";)
+sha1sums=('6d3b87d2b3186d35aea2113c77502ae572d85b09')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksquares.install
===
--- kde-unstable-i686/kdegames-ksquares.install 2013-01-19 12:31:42 UTC (rev 
175631)
+++ kde-unstable-i686/kdegames-ksquares.install 2013-01-19 12:32:17 UTC (rev 
175632)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install 
(from rev 175631, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
===
--- kde-unstable-i686/kdegames-ksquares.install (rev 0)
+++ kde-unstable-i686/kdegames-ksquares.install 2013-01-19 12:32:17 UTC (rev 
175632)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:31:42 UTC (rev 175631)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:32:17 UTC (rev 175632)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksquares
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A modeled after the well k

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:31:42
  Author: andrea
Revision: 175631

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

Added:
  kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
(from rev 175630, kdegames-kspaceduel/kde-unstable/PKGBUILD)
  kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install
(from rev 175630, 
kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
  kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175630, kdegames-kspaceduel/kde-unstable/PKGBUILD)
  kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install
(from rev 175630, 
kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
Deleted:
  kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
  kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install
  kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install

-+
 kde-unstable-i686/PKGBUILD  |   61 +++---
 kde-unstable-i686/kdegames-kspaceduel.install   |   24 
 kde-unstable-x86_64/PKGBUILD|   61 +++---
 kde-unstable-x86_64/kdegames-kspaceduel.install |   24 
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:31:07 UTC (rev 175630)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:31:42 UTC (rev 175631)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kspaceduel
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Each of two possible players controls a satellite spaceship orbiting 
the sun"
-url="http://kde.org/applications/games/kspaceduel/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";)
-sha1sums=('ad97df98fdf15a76a64fc4ea51299c7444ea95af')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kspaceduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD (from rev 175630, 
kdegames-kspaceduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:31:42 UTC (rev 175631)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kspaceduel
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Each of two possible players controls a satellite spaceship orbiting 
the sun"
+url="http://kde.org/applications/games/kspaceduel/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz";)
+sha1sums=('1caaa78826a43fe9c2f8b970c3ae1f4a029eec38')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kspaceduel.install
===
--- kde-unstable-i686/kdegames-kspaceduel.install   2013-01-19 12:31:07 UTC 
(rev 175630)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2013-01-19 12:31:42 UTC 
(rev 175631)
@@ -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: kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install 
(from rev 175630, kdegames-kspaceduel/kde-unstable/kdegames-kspaceduel.install)
===
--- kde-unstable-i686/kdegames-kspaceduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2013-01-19 12:31:42 UTC 
(rev 175631)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:31:07 UTC (rev 175630)
+++ kde-unstable-x86_64/PKGBUILD2

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:31:07
  Author: andrea
Revision: 175630

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

Added:
  kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD
(from rev 175629, kdegames-ksnakeduel/kde-unstable/PKGBUILD)
  kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install
(from rev 175629, 
kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175629, kdegames-ksnakeduel/kde-unstable/PKGBUILD)
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/kdegames-ksnakeduel.install
(from rev 175629, 
kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
Deleted:
  kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/kdegames-ksnakeduel.install

-+
 kde-unstable-i686/PKGBUILD  |   61 +++---
 kde-unstable-i686/kdegames-ksnakeduel.install   |   22 +++
 kde-unstable-x86_64/PKGBUILD|   61 +++---
 kde-unstable-x86_64/kdegames-ksnakeduel.install |   22 +++
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:30:20 UTC (rev 175629)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:31:07 UTC (rev 175630)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksnakeduel
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A simple snake duel game"
-url="http://kde.org/applications/games/ksnakeduel/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";)
-sha1sums=('c218e7b01ea21d7b1b5ad3b9cf6319a931a7d157')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksnakeduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD (from rev 175629, 
kdegames-ksnakeduel/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:31:07 UTC (rev 175630)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-ksnakeduel
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A simple snake duel game"
+url="http://kde.org/applications/games/ksnakeduel/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz";)
+sha1sums=('30b11809f2bd10ac58ae0e2202522dc4c4b0d138')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksnakeduel-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksnakeduel.install
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   2013-01-19 12:30:20 UTC 
(rev 175629)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2013-01-19 12:31:07 UTC 
(rev 175630)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install 
(from rev 175629, kdegames-ksnakeduel/kde-unstable/kdegames-ksnakeduel.install)
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2013-01-19 12:31:07 UTC 
(rev 175630)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:30:20 UTC (rev 175629)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:31:07 UTC (rev 175630)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksnakeduel
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A simple snake duel

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:30:20
  Author: andrea
Revision: 175629

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

Added:
  kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD
(from rev 175628, kdegames-ksirk/kde-unstable/PKGBUILD)
  kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install
(from rev 175628, kdegames-ksirk/kde-unstable/kdegames-ksirk.install)
  kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175628, kdegames-ksirk/kde-unstable/PKGBUILD)
  kdegames-ksirk/repos/kde-unstable-x86_64/kdegames-ksirk.install
(from rev 175628, kdegames-ksirk/kde-unstable/kdegames-ksirk.install)
Deleted:
  kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install
  kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksirk/repos/kde-unstable-x86_64/kdegames-ksirk.install

+
 kde-unstable-i686/PKGBUILD |   61 +--
 kde-unstable-i686/kdegames-ksirk.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   61 +--
 kde-unstable-x86_64/kdegames-ksirk.install |   22 -
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:29:45 UTC (rev 175628)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:30:20 UTC (rev 175629)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksirk
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A computerized version of a well known strategy game"
-url="http://kde.org/applications/games/ksirk/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ksirk-${pkgver}.tar.xz";)
-sha1sums=('f730dadc533875569ae8dbd955298c4c4da2bf05')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksirk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD (from rev 175628, 
kdegames-ksirk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:30:20 UTC (rev 175629)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-ksirk
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A computerized version of a well known strategy game"
+url="http://kde.org/applications/games/ksirk/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ksirk-${pkgver}.tar.xz";)
+sha1sums=('d60696945aa98689a80af68a0d3a2324a4ce9d89')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksirk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksirk.install
===
--- kde-unstable-i686/kdegames-ksirk.install2013-01-19 12:29:45 UTC (rev 
175628)
+++ kde-unstable-i686/kdegames-ksirk.install2013-01-19 12:30:20 UTC (rev 
175629)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install (from rev 
175628, kdegames-ksirk/kde-unstable/kdegames-ksirk.install)
===
--- kde-unstable-i686/kdegames-ksirk.install(rev 0)
+++ kde-unstable-i686/kdegames-ksirk.install2013-01-19 12:30:20 UTC (rev 
175629)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:29:45 UTC (rev 175628)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:30:20 UTC (rev 175629)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-ksirk
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A computerized version of a well known strategy game"
-url="http://kde.org/applications/games/ksirk/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegam

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:29:45
  Author: andrea
Revision: 175628

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

Added:
  kdegames-kshisen/repos/kde-unstable-i686/PKGBUILD
(from rev 175627, kdegames-kshisen/kde-unstable/PKGBUILD)
  kdegames-kshisen/repos/kde-unstable-i686/kdegames-kshisen.install
(from rev 175627, kdegames-kshisen/kde-unstable/kdegames-kshisen.install)
  kdegames-kshisen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175627, kdegames-kshisen/kde-unstable/PKGBUILD)
  kdegames-kshisen/repos/kde-unstable-x86_64/kdegames-kshisen.install
(from rev 175627, kdegames-kshisen/kde-unstable/kdegames-kshisen.install)
Deleted:
  kdegames-kshisen/repos/kde-unstable-i686/PKGBUILD
  kdegames-kshisen/repos/kde-unstable-i686/kdegames-kshisen.install
  kdegames-kshisen/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kshisen/repos/kde-unstable-x86_64/kdegames-kshisen.install

--+
 kde-unstable-i686/PKGBUILD   |   61 -
 kde-unstable-i686/kdegames-kshisen.install   |   22 -
 kde-unstable-x86_64/PKGBUILD |   61 -
 kde-unstable-x86_64/kdegames-kshisen.install |   22 -
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:29:08 UTC (rev 175627)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:29:45 UTC (rev 175628)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kshisen
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
-url="http://kde.org/applications/games/kshisen/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz";)
-sha1sums=('8ad75be9d85b668dd4e539828e4b971728bec69e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kshisen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 175627, 
kdegames-kshisen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:29:45 UTC (rev 175628)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kshisen
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
+url="http://kde.org/applications/games/kshisen/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz";)
+sha1sums=('65cf5ffa2fec26d7610a4101dcd18303bf7b9022')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kshisen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kshisen.install
===
--- kde-unstable-i686/kdegames-kshisen.install  2013-01-19 12:29:08 UTC (rev 
175627)
+++ kde-unstable-i686/kdegames-kshisen.install  2013-01-19 12:29:45 UTC (rev 
175628)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kshisen/repos/kde-unstable-i686/kdegames-kshisen.install (from 
rev 175627, kdegames-kshisen/kde-unstable/kdegames-kshisen.install)
===
--- kde-unstable-i686/kdegames-kshisen.install  (rev 0)
+++ kde-unstable-i686/kdegames-kshisen.install  2013-01-19 12:29:45 UTC (rev 
175628)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:29:08 UTC (rev 175627)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:29:45 UTC (rev 175628)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kshisen
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A solitaire-like game played using the stan

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:29:08
  Author: andrea
Revision: 175627

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

Added:
  kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD
(from rev 175626, kdegames-kreversi/kde-unstable/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install
(from rev 175626, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)
  kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175626, kdegames-kreversi/kde-unstable/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install
(from rev 175626, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)
Deleted:
  kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD
  kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install
  kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install

---+
 kde-unstable-i686/PKGBUILD|   61 
 kde-unstable-i686/kdegames-kreversi.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   61 
 kde-unstable-x86_64/kdegames-kreversi.install |   22 
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:28:25 UTC (rev 175626)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:29:08 UTC (rev 175627)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kreversi
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A simple one player strategy game played against the computer"
-url="http://kde.org/applications/games/kreversi/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kreversi-${pkgver}.tar.xz";)
-sha1sums=('8d5fdb2acf8fbe328d8fd7e6ad470c56bf1f0c3f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kreversi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD (from rev 175626, 
kdegames-kreversi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:29:08 UTC (rev 175627)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kreversi
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A simple one player strategy game played against the computer"
+url="http://kde.org/applications/games/kreversi/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kreversi-${pkgver}.tar.xz";)
+sha1sums=('d2a1c94b015f3b341ae68bec3fc93859dc8320e2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kreversi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kreversi.install
===
--- kde-unstable-i686/kdegames-kreversi.install 2013-01-19 12:28:25 UTC (rev 
175626)
+++ kde-unstable-i686/kdegames-kreversi.install 2013-01-19 12:29:08 UTC (rev 
175627)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install 
(from rev 175626, kdegames-kreversi/kde-unstable/kdegames-kreversi.install)
===
--- kde-unstable-i686/kdegames-kreversi.install (rev 0)
+++ kde-unstable-i686/kdegames-kreversi.install 2013-01-19 12:29:08 UTC (rev 
175627)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:28:25 UTC (rev 175626)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:29:08 UTC (rev 175627)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kreversi
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A simple one player strategy game played against the

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:28:25
  Author: andrea
Revision: 175626

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

Added:
  kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD
(from rev 175625, kdegames-kpatience/kde-unstable/PKGBUILD)
  kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install
(from rev 175625, 
kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
  kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175625, kdegames-kpatience/kde-unstable/PKGBUILD)
  kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install
(from rev 175625, 
kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
Deleted:
  kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD
  kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install
  kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install

+
 kde-unstable-i686/PKGBUILD |   61 +++
 kde-unstable-i686/kdegames-kpatience.install   |   26 -
 kde-unstable-x86_64/PKGBUILD   |   61 +++
 kde-unstable-x86_64/kdegames-kpatience.install |   26 -
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:27:48 UTC (rev 175625)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:28:25 UTC (rev 175626)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kpatience
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Offers a selection of solitaire card games"
-url="http://kde.org/applications/games/kpat/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kpat-${pkgver}.tar.xz";)
-sha1sums=('8f8d9e6010cf55b1f8ddf3ddd67dbc084d4ea7b8')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kpat-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 175625, 
kdegames-kpatience/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:28:25 UTC (rev 175626)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kpatience
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpat/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kpat-${pkgver}.tar.xz";)
+sha1sums=('9af1d7f791609e11864a996bb2213aed574250c9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kpatience.install
===
--- kde-unstable-i686/kdegames-kpatience.install2013-01-19 12:27:48 UTC 
(rev 175625)
+++ kde-unstable-i686/kdegames-kpatience.install2013-01-19 12:28:25 UTC 
(rev 175626)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install 
(from rev 175625, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
===
--- kde-unstable-i686/kdegames-kpatience.install
(rev 0)
+++ kde-unstable-i686/kdegames-kpatience.install2013-01-19 12:28:25 UTC 
(rev 175626)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:27:48 UTC (rev 175625)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:28:25 U

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:27:48
  Author: andrea
Revision: 175625

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

Added:
  kdegames-konquest/repos/kde-unstable-i686/PKGBUILD
(from rev 175624, kdegames-konquest/kde-unstable/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install
(from rev 175624, kdegames-konquest/kde-unstable/kdegames-konquest.install)
  kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175624, kdegames-konquest/kde-unstable/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install
(from rev 175624, kdegames-konquest/kde-unstable/kdegames-konquest.install)
Deleted:
  kdegames-konquest/repos/kde-unstable-i686/PKGBUILD
  kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install
  kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install

---+
 kde-unstable-i686/PKGBUILD|   61 
 kde-unstable-i686/kdegames-konquest.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   61 
 kde-unstable-x86_64/kdegames-konquest.install |   22 
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:27:12 UTC (rev 175624)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:27:48 UTC (rev 175625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-konquest
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="The KDE version of Gnu-Lactic"
-url="http://kde.org/applications/games/konquest/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/konquest-${pkgver}.tar.xz";)
-sha1sums=('a1a79cb48bcc6a4d620dbb543890e33abb6dc163')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../konquest-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-konquest/repos/kde-unstable-i686/PKGBUILD (from rev 175624, 
kdegames-konquest/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:27:48 UTC (rev 175625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-konquest
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="The KDE version of Gnu-Lactic"
+url="http://kde.org/applications/games/konquest/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/konquest-${pkgver}.tar.xz";)
+sha1sums=('aba47427d9f91445aed5ca1855ded1fcb15aa1c9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../konquest-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-konquest.install
===
--- kde-unstable-i686/kdegames-konquest.install 2013-01-19 12:27:12 UTC (rev 
175624)
+++ kde-unstable-i686/kdegames-konquest.install 2013-01-19 12:27:48 UTC (rev 
175625)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install 
(from rev 175624, kdegames-konquest/kde-unstable/kdegames-konquest.install)
===
--- kde-unstable-i686/kdegames-konquest.install (rev 0)
+++ kde-unstable-i686/kdegames-konquest.install 2013-01-19 12:27:48 UTC (rev 
175625)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:27:12 UTC (rev 175624)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:27:48 UTC (rev 175625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-konquest
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="The KDE version of Gnu-Lactic"
-url="http://kde.org/applications/games/konquest/";
-arch=('i686' 'x86_64')
-license=

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:27:12
  Author: andrea
Revision: 175624

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

Added:
  kdegames-kollision/repos/kde-unstable-i686/PKGBUILD
(from rev 175623, kdegames-kollision/kde-unstable/PKGBUILD)
  kdegames-kollision/repos/kde-unstable-i686/kdegames-kollision.install
(from rev 175623, 
kdegames-kollision/kde-unstable/kdegames-kollision.install)
  kdegames-kollision/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175623, kdegames-kollision/kde-unstable/PKGBUILD)
  kdegames-kollision/repos/kde-unstable-x86_64/kdegames-kollision.install
(from rev 175623, 
kdegames-kollision/kde-unstable/kdegames-kollision.install)
Deleted:
  kdegames-kollision/repos/kde-unstable-i686/PKGBUILD
  kdegames-kollision/repos/kde-unstable-i686/kdegames-kollision.install
  kdegames-kollision/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kollision/repos/kde-unstable-x86_64/kdegames-kollision.install

+
 kde-unstable-i686/PKGBUILD |   61 +++
 kde-unstable-i686/kdegames-kollision.install   |   22 
 kde-unstable-x86_64/PKGBUILD   |   61 +++
 kde-unstable-x86_64/kdegames-kollision.install |   22 
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:26:31 UTC (rev 175623)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:27:12 UTC (rev 175624)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kollision
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A simple ball dodging game"
-url="http://kde.org/applications/games/kollision/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kollision-${pkgver}.tar.xz";)
-sha1sums=('5e872740909cec0c7ab39f7c11e84e1db2fae115')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kollision-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kollision/repos/kde-unstable-i686/PKGBUILD (from rev 175623, 
kdegames-kollision/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:27:12 UTC (rev 175624)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kollision
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A simple ball dodging game"
+url="http://kde.org/applications/games/kollision/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kollision-${pkgver}.tar.xz";)
+sha1sums=('52fe88ff682466ae7703d3ffbfd58f9b61925715')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kollision-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kollision.install
===
--- kde-unstable-i686/kdegames-kollision.install2013-01-19 12:26:31 UTC 
(rev 175623)
+++ kde-unstable-i686/kdegames-kollision.install2013-01-19 12:27:12 UTC 
(rev 175624)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kollision/repos/kde-unstable-i686/kdegames-kollision.install 
(from rev 175623, kdegames-kollision/kde-unstable/kdegames-kollision.install)
===
--- kde-unstable-i686/kdegames-kollision.install
(rev 0)
+++ kde-unstable-i686/kdegames-kollision.install2013-01-19 12:27:12 UTC 
(rev 175624)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:26:31 UTC (rev 175623)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:27:12 UTC (rev 175624)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kollision
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A simple ball dodging game"
-url="http://kde.org/a

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:26:31
  Author: andrea
Revision: 175623

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

Added:
  kdegames-kolf/repos/kde-unstable-i686/PKGBUILD
(from rev 175622, kdegames-kolf/kde-unstable/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install
(from rev 175622, kdegames-kolf/kde-unstable/kdegames-kolf.install)
  kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175622, kdegames-kolf/kde-unstable/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install
(from rev 175622, kdegames-kolf/kde-unstable/kdegames-kolf.install)
Deleted:
  kdegames-kolf/repos/kde-unstable-i686/PKGBUILD
  kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install
  kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install

---+
 kde-unstable-i686/PKGBUILD|   61 ++--
 kde-unstable-i686/kdegames-kolf.install   |   24 +--
 kde-unstable-x86_64/PKGBUILD  |   61 ++--
 kde-unstable-x86_64/kdegames-kolf.install |   24 +--
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:25:53 UTC (rev 175622)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:26:31 UTC (rev 175623)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kolf
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A miniature golf game with 2d top-down view"
-url="http://kde.org/applications/games/kolf/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kolf-${pkgver}.tar.xz";)
-sha1sums=('4e3cd4b7a5f7887249f82c55c0763d06053600de')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kolf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kolf/repos/kde-unstable-i686/PKGBUILD (from rev 175622, 
kdegames-kolf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:26:31 UTC (rev 175623)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kolf
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A miniature golf game with 2d top-down view"
+url="http://kde.org/applications/games/kolf/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kolf-${pkgver}.tar.xz";)
+sha1sums=('4c4b0ee3e33e9e26dbd005680273cf09101b4cd6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kolf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kolf.install
===
--- kde-unstable-i686/kdegames-kolf.install 2013-01-19 12:25:53 UTC (rev 
175622)
+++ kde-unstable-i686/kdegames-kolf.install 2013-01-19 12:26:31 UTC (rev 
175623)
@@ -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: kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install (from rev 
175622, kdegames-kolf/kde-unstable/kdegames-kolf.install)
===
--- kde-unstable-i686/kdegames-kolf.install (rev 0)
+++ kde-unstable-i686/kdegames-kolf.install 2013-01-19 12:26:31 UTC (rev 
175623)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:25:53 UTC (rev 175622)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:26:31 UTC (rev 175623)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kolf
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A miniature golf game with 2d top-down view"
-url="http://kde.org/applications/games/kolf/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:25:53
  Author: andrea
Revision: 175622

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

Added:
  kdegames-knetwalk/repos/kde-unstable-i686/PKGBUILD
(from rev 175621, kdegames-knetwalk/kde-unstable/PKGBUILD)
  kdegames-knetwalk/repos/kde-unstable-i686/kdegames-knetwalk.install
(from rev 175621, kdegames-knetwalk/kde-unstable/kdegames-knetwalk.install)
  kdegames-knetwalk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175621, kdegames-knetwalk/kde-unstable/PKGBUILD)
  kdegames-knetwalk/repos/kde-unstable-x86_64/kdegames-knetwalk.install
(from rev 175621, kdegames-knetwalk/kde-unstable/kdegames-knetwalk.install)
Deleted:
  kdegames-knetwalk/repos/kde-unstable-i686/PKGBUILD
  kdegames-knetwalk/repos/kde-unstable-i686/kdegames-knetwalk.install
  kdegames-knetwalk/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-knetwalk/repos/kde-unstable-x86_64/kdegames-knetwalk.install

---+
 kde-unstable-i686/PKGBUILD|   61 
 kde-unstable-i686/kdegames-knetwalk.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   61 
 kde-unstable-x86_64/kdegames-knetwalk.install |   22 
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:25:09 UTC (rev 175621)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:25:53 UTC (rev 175622)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-knetwalk
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Connect all the terminals to the server, in as few turns as possible"
-url="http://kde.org/applications/games/knetwalk/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/knetwalk-${pkgver}.tar.xz";)
-sha1sums=('44a047b80c497bfa454e9677eb38ac48d0baf417')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../knetwalk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-knetwalk/repos/kde-unstable-i686/PKGBUILD (from rev 175621, 
kdegames-knetwalk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:25:53 UTC (rev 175622)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-knetwalk
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="Connect all the terminals to the server, in as few turns as possible"
+url="http://kde.org/applications/games/knetwalk/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/knetwalk-${pkgver}.tar.xz";)
+sha1sums=('4bff34f2da74b8c5e5d8a275047147d54fb64a61')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knetwalk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-knetwalk.install
===
--- kde-unstable-i686/kdegames-knetwalk.install 2013-01-19 12:25:09 UTC (rev 
175621)
+++ kde-unstable-i686/kdegames-knetwalk.install 2013-01-19 12:25:53 UTC (rev 
175622)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-knetwalk/repos/kde-unstable-i686/kdegames-knetwalk.install 
(from rev 175621, kdegames-knetwalk/kde-unstable/kdegames-knetwalk.install)
===
--- kde-unstable-i686/kdegames-knetwalk.install (rev 0)
+++ kde-unstable-i686/kdegames-knetwalk.install 2013-01-19 12:25:53 UTC (rev 
175622)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:25:09 UTC (rev 175621)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:25:53 UTC (rev 175622)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-knetwalk
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="Connect all the terminals to the serve

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:25:09
  Author: andrea
Revision: 175621

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

Added:
  kdegames-knavalbattle/repos/kde-unstable-i686/PKGBUILD
(from rev 175620, kdegames-knavalbattle/kde-unstable/PKGBUILD)
  kdegames-knavalbattle/repos/kde-unstable-i686/kdegames-knavalbattle.install
(from rev 175620, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
  kdegames-knavalbattle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175620, kdegames-knavalbattle/kde-unstable/PKGBUILD)
  kdegames-knavalbattle/repos/kde-unstable-x86_64/kdegames-knavalbattle.install
(from rev 175620, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
Deleted:
  kdegames-knavalbattle/repos/kde-unstable-i686/PKGBUILD
  kdegames-knavalbattle/repos/kde-unstable-i686/kdegames-knavalbattle.install
  kdegames-knavalbattle/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-knavalbattle/repos/kde-unstable-x86_64/kdegames-knavalbattle.install

---+
 kde-unstable-i686/PKGBUILD|   61 ++--
 kde-unstable-i686/kdegames-knavalbattle.install   |   24 +++
 kde-unstable-x86_64/PKGBUILD  |   61 ++--
 kde-unstable-x86_64/kdegames-knavalbattle.install |   24 +++
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:24:31 UTC (rev 175620)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:25:09 UTC (rev 175621)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-knavalbattle
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A ship sinking game"
-url="http://kde.org/applications/games/knavalbattle/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz";)
-sha1sums=('63f0107740c76d78b4328e9a86f1065def7e74dc')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../knavalbattle-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-knavalbattle/repos/kde-unstable-i686/PKGBUILD (from rev 
175620, kdegames-knavalbattle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:25:09 UTC (rev 175621)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-knavalbattle
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A ship sinking game"
+url="http://kde.org/applications/games/knavalbattle/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz";)
+sha1sums=('e30a63065270e241ba4f7732fc5faa1644f83874')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-knavalbattle.install
===
--- kde-unstable-i686/kdegames-knavalbattle.install 2013-01-19 12:24:31 UTC 
(rev 175620)
+++ kde-unstable-i686/kdegames-knavalbattle.install 2013-01-19 12:25:09 UTC 
(rev 175621)
@@ -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: 
kdegames-knavalbattle/repos/kde-unstable-i686/kdegames-knavalbattle.install 
(from rev 175620, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
===
--- kde-unstable-i686/kdegames-knavalbattle.install 
(rev 0)
+++ kde-unstable-i686/kdegames-knavalbattle.install 2013-01-19 12:25:09 UTC 
(rev 175621)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:24:31 UTC (rev 175620)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:25:09 UTC (rev 175621)
@@ -1,30

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:24:31
  Author: andrea
Revision: 175620

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

Added:
  kdegames-kmines/repos/kde-unstable-i686/PKGBUILD
(from rev 175619, kdegames-kmines/kde-unstable/PKGBUILD)
  kdegames-kmines/repos/kde-unstable-i686/kdegames-kmines.install
(from rev 175619, kdegames-kmines/kde-unstable/kdegames-kmines.install)
  kdegames-kmines/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175619, kdegames-kmines/kde-unstable/PKGBUILD)
  kdegames-kmines/repos/kde-unstable-x86_64/kdegames-kmines.install
(from rev 175619, kdegames-kmines/kde-unstable/kdegames-kmines.install)
Deleted:
  kdegames-kmines/repos/kde-unstable-i686/PKGBUILD
  kdegames-kmines/repos/kde-unstable-i686/kdegames-kmines.install
  kdegames-kmines/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kmines/repos/kde-unstable-x86_64/kdegames-kmines.install

-+
 kde-unstable-i686/PKGBUILD  |   61 +-
 kde-unstable-i686/kdegames-kmines.install   |   22 -
 kde-unstable-x86_64/PKGBUILD|   61 +-
 kde-unstable-x86_64/kdegames-kmines.install |   22 -
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:23:51 UTC (rev 175619)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:24:31 UTC (rev 175620)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kmines
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="The classic Minesweeper game"
-url="http://kde.org/applications/games/kmines/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kmines-${pkgver}.tar.xz";)
-sha1sums=('59f1adbbe2aef685d3cfdb3bf589b350630d0678')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kmines-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kmines/repos/kde-unstable-i686/PKGBUILD (from rev 175619, 
kdegames-kmines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:24:31 UTC (rev 175620)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kmines
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="The classic Minesweeper game"
+url="http://kde.org/applications/games/kmines/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kmines-${pkgver}.tar.xz";)
+sha1sums=('2f3f5f58763d1f9e0c7eecae1e967ca7d2b352e6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kmines.install
===
--- kde-unstable-i686/kdegames-kmines.install   2013-01-19 12:23:51 UTC (rev 
175619)
+++ kde-unstable-i686/kdegames-kmines.install   2013-01-19 12:24:31 UTC (rev 
175620)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kmines/repos/kde-unstable-i686/kdegames-kmines.install (from 
rev 175619, kdegames-kmines/kde-unstable/kdegames-kmines.install)
===
--- kde-unstable-i686/kdegames-kmines.install   (rev 0)
+++ kde-unstable-i686/kdegames-kmines.install   2013-01-19 12:24:31 UTC (rev 
175620)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:23:51 UTC (rev 175619)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:24:31 UTC (rev 175620)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kmines
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="The classic Minesweeper game"
-url="http://kde.org/applications/games/kmines/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' '

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

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:23:51
  Author: andrea
Revision: 175619

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

Added:
  kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
(from rev 175618, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
(from rev 175618, 
kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175618, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install
(from rev 175618, 
kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
Deleted:
  kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
  kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
  kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install

+
 kde-unstable-i686/PKGBUILD |   61 +++
 kde-unstable-i686/kdegames-kmahjongg.install   |   22 
 kde-unstable-x86_64/PKGBUILD   |   61 +++
 kde-unstable-x86_64/kdegames-kmahjongg.install |   22 
 4 files changed, 84 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:23:13 UTC (rev 175618)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:23:51 UTC (rev 175619)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kmahjongg
-pkgver=4.9.97
-pkgrel=1
-pkgdesc="A tile matching game for one or two players"
-url="http://kde.org/applications/games/kmahjongg/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz";)
-sha1sums=('dcc7cd6bf2c5f3ddea9199a874ac5daf4fa29cf0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kmahjongg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 175618, 
kdegames-kmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:23:51 UTC (rev 175619)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kmahjongg
+pkgver=4.9.98
+pkgrel=1
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz";)
+sha1sums=('62099a9039a5652e48bc2b504e29075c61a3be0a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kmahjongg.install
===
--- kde-unstable-i686/kdegames-kmahjongg.install2013-01-19 12:23:13 UTC 
(rev 175618)
+++ kde-unstable-i686/kdegames-kmahjongg.install2013-01-19 12:23:51 UTC 
(rev 175619)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install 
(from rev 175618, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===
--- kde-unstable-i686/kdegames-kmahjongg.install
(rev 0)
+++ kde-unstable-i686/kdegames-kmahjongg.install2013-01-19 12:23:51 UTC 
(rev 175619)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-19 12:23:13 UTC (rev 175618)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 12:23:51 UTC (rev 175619)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kmahjongg
-pkgver=4.9.97
-pkgre

  1   2   >