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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:09:05
  Author: andrea
Revision: 154832

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

Added:
  kdelibs/repos/staging-i686/
  kdelibs/repos/staging-i686/PKGBUILD
(from rev 154831, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-i686/archlinux-menu.patch
(from rev 154831, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-i686/kde-applications-menu.patch
(from rev 154831, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-i686/kdelibs.install
(from rev 154831, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-i686/use-pythondontwritebytecode.patch
(from rev 154831, kdelibs/trunk/use-pythondontwritebytecode.patch)
  kdelibs/repos/staging-x86_64/
  kdelibs/repos/staging-x86_64/PKGBUILD
(from rev 154831, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-x86_64/archlinux-menu.patch
(from rev 154831, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-x86_64/kde-applications-menu.patch
(from rev 154831, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-x86_64/kdelibs.install
(from rev 154831, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-x86_64/use-pythondontwritebytecode.patch
(from rev 154831, kdelibs/trunk/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/extra-i686/PKGBUILD
  kdelibs/repos/extra-i686/archlinux-menu.patch
  kdelibs/repos/extra-i686/fix-kmail-crash.patch
  kdelibs/repos/extra-i686/kde-applications-menu.patch
  kdelibs/repos/extra-i686/kdelibs.install
  kdelibs/repos/extra-i686/use-pythondontwritebytecode.patch

--+
 extra-i686/PKGBUILD  |   66 -
 extra-i686/archlinux-menu.patch  |   22 -
 extra-i686/fix-kmail-crash.patch |   71 --
 extra-i686/kde-applications-menu.patch   |   22 -
 extra-i686/kdelibs.install   |   13 ---
 extra-i686/use-pythondontwritebytecode.patch |   80 -
 staging-i686/PKGBUILD|   61 
 staging-i686/archlinux-menu.patch|   22 +
 staging-i686/kde-applications-menu.patch |   22 +
 staging-i686/kdelibs.install |   13 +++
 staging-i686/use-pythondontwritebytecode.patch   |   80 +
 staging-x86_64/PKGBUILD  |   61 
 staging-x86_64/archlinux-menu.patch  |   22 +
 staging-x86_64/kde-applications-menu.patch   |   22 +
 staging-x86_64/kdelibs.install   |   13 +++
 staging-x86_64/use-pythondontwritebytecode.patch |   80 +
 16 files changed, 396 insertions(+), 274 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-31 01:32:23 UTC (rev 154831)
+++ extra-i686/PKGBUILD 2012-03-31 07:09:05 UTC (rev 154832)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.8.1
-pkgrel=2
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'xz' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'docbook-xsl'
-'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
-replaces=('kdelibs-experimental')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'fix-kmail-crash.patch'
-'use-pythondontwritebytecode.patch')
-sha1sums=('da4e13f63ac340619351e9a2f4211cce8ec4fdf8'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  '081b0663480568359120b573d26abb91e1a348c0'
-  'a1e35760d5b4e29471ad357c963a343c67200f32')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-
-   # Upstream (FS#28907)
-   patch -p1 -i ${srcdir}/fix-kmail-crash.patch
-
-   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
-   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
-
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc 

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:09:55
  Author: andrea
Revision: 154833

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

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

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

Copied: kdepimlibs/repos/staging-i686/PKGBUILD (from rev 154832, 
kdepimlibs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:09:55 UTC (rev 154833)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('038474d1c8a3d5c430f25823e25330fa464cfe40')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}

Copied: kdepimlibs/repos/staging-i686/kdepimlibs.install (from rev 154832, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- staging-i686/kdepimlibs.install (rev 0)
+++ staging-i686/kdepimlibs.install 2012-03-31 07:09:55 UTC (rev 154833)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/staging-x86_64/PKGBUILD (from rev 154832, 
kdepimlibs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:09:55 UTC (rev 154833)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('038474d1c8a3d5c430f25823e25330fa464cfe40')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}

Copied: kdepimlibs/repos/staging-x86_64/kdepimlibs.install (from rev 154832, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- staging-x86_64/kdepimlibs.install   (rev 0)
+++ staging-x86_64/kdepimlibs.install   2012-03-31 07:09:55 UTC (rev 154833)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:10:22
  Author: andrea
Revision: 154834

archrelease: copy trunk to staging-any

Added:
  oxygen-icons/repos/staging-any/
  oxygen-icons/repos/staging-any/PKGBUILD
(from rev 154833, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/staging-any/PKGBUILD (from rev 154833, 
oxygen-icons/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-03-31 07:10:22 UTC (rev 154834)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8c16ad0a660bce0a5cddca6bf16aecb65bb892ee')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:14:58
  Author: andrea
Revision: 154835

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

Added:
  kdebase-runtime/repos/staging-i686/
  kdebase-runtime/repos/staging-i686/PKGBUILD
(from rev 154834, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-i686/kdebase-runtime.install
(from rev 154834, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/staging-x86_64/
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
(from rev 154834, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime.install
(from rev 154834, kdebase-runtime/trunk/kdebase-runtime.install)

+
 staging-i686/PKGBUILD  |   43 +++
 staging-i686/kdebase-runtime.install   |   12 
 staging-x86_64/PKGBUILD|   43 +++
 staging-x86_64/kdebase-runtime.install |   12 
 4 files changed, 110 insertions(+)

Copied: kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 154834, 
kdebase-runtime/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:14:58 UTC (rev 154835)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE Base Runtime Environment
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('d2931b8a7c744d6c2fc95d46b2195ed2cd253c00')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+   ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+
+# Fix Python2 path
+sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+  ${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
+}

Copied: kdebase-runtime/repos/staging-i686/kdebase-runtime.install (from rev 
154834, kdebase-runtime/trunk/kdebase-runtime.install)
===
--- staging-i686/kdebase-runtime.install(rev 0)
+++ staging-i686/kdebase-runtime.install2012-03-31 07:14:58 UTC (rev 
154835)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/staging-x86_64/PKGBUILD (from rev 154834, 
kdebase-runtime/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:14:58 UTC (rev 154835)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE Base Runtime Environment
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('d2931b8a7c744d6c2fc95d46b2195ed2cd253c00')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+   ln -sf /usr/lib/kde4/libexec/kdesu 

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:15:35
  Author: andrea
Revision: 154836

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

Added:
  kdepim-runtime/repos/staging-i686/
  kdepim-runtime/repos/staging-i686/PKGBUILD
(from rev 154835, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/staging-i686/kdepim-runtime.install
(from rev 154835, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/staging-x86_64/
  kdepim-runtime/repos/staging-x86_64/PKGBUILD
(from rev 154835, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install
(from rev 154835, kdepim-runtime/trunk/kdepim-runtime.install)

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

Copied: kdepim-runtime/repos/staging-i686/PKGBUILD (from rev 154835, 
kdepim-runtime/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:15:35 UTC (rev 154836)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='KDE PIM Runtime Environment'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('afb6ad8f9f2fa4193c8fa13cac816e693f447db9')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/staging-i686/kdepim-runtime.install (from rev 
154835, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- staging-i686/kdepim-runtime.install (rev 0)
+++ staging-i686/kdepim-runtime.install 2012-03-31 07:15:35 UTC (rev 154836)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepim-runtime/repos/staging-x86_64/PKGBUILD (from rev 154835, 
kdepim-runtime/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:15:35 UTC (rev 154836)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='KDE PIM Runtime Environment'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('afb6ad8f9f2fa4193c8fa13cac816e693f447db9')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install (from rev 
154835, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- staging-x86_64/kdepim-runtime.install   (rev 0)
+++ staging-x86_64/kdepim-runtime.install   2012-03-31 07:15:35 UTC (rev 
154836)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:16:12
  Author: andrea
Revision: 154837

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

Added:
  kdebindings-smokegen/repos/staging-i686/
  kdebindings-smokegen/repos/staging-i686/PKGBUILD
(from rev 154836, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokegen/repos/staging-x86_64/
  kdebindings-smokegen/repos/staging-x86_64/PKGBUILD
(from rev 154836, kdebindings-smokegen/trunk/PKGBUILD)

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

Copied: kdebindings-smokegen/repos/staging-i686/PKGBUILD (from rev 154836, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:16:12 UTC (rev 154837)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('8ba52937f10fb83470e1fbd724d767ab90921c41')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokegen/repos/staging-x86_64/PKGBUILD (from rev 154836, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:16:12 UTC (rev 154837)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('8ba52937f10fb83470e1fbd724d767ab90921c41')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:16:40
  Author: andrea
Revision: 154838

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

Added:
  kdebindings-smokeqt/repos/staging-i686/
  kdebindings-smokeqt/repos/staging-i686/PKGBUILD
(from rev 154837, kdebindings-smokeqt/trunk/PKGBUILD)
  kdebindings-smokeqt/repos/staging-x86_64/
  kdebindings-smokeqt/repos/staging-x86_64/PKGBUILD
(from rev 154837, kdebindings-smokeqt/trunk/PKGBUILD)

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

Copied: kdebindings-smokeqt/repos/staging-i686/PKGBUILD (from rev 154837, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:16:40 UTC (rev 154838)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('0d798ecfc7ec881871723e51ed1e4f32ef009c3a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokeqt/repos/staging-x86_64/PKGBUILD (from rev 154837, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:16:40 UTC (rev 154838)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebase-runtime' 'qimageblitz' 'qscintilla' 'kdebindings-smokegen')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('0d798ecfc7ec881871723e51ed1e4f32ef009c3a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:17:10
  Author: andrea
Revision: 154839

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

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

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

Copied: kdegraphics-okular/repos/staging-i686/PKGBUILD (from rev 154838, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:17:10 UTC (rev 154839)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
+ 'ebook-tools' 'libspectre')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdegraphics-mobipocket: mobipocket support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('174ff248e3a90246ee84d8aed4014d9864f9f807')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/staging-i686/kdegraphics-okular.install (from 
rev 154838, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- staging-i686/kdegraphics-okular.install (rev 0)
+++ staging-i686/kdegraphics-okular.install 2012-03-31 07:17:10 UTC (rev 
154839)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-okular/repos/staging-x86_64/PKGBUILD (from rev 154838, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:17:10 UTC (rev 154839)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
+ 'ebook-tools' 'libspectre')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdegraphics-mobipocket: mobipocket support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('174ff248e3a90246ee84d8aed4014d9864f9f807')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/staging-x86_64/kdegraphics-okular.install 
(from rev 154838, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- staging-x86_64/kdegraphics-okular.install   (rev 0)
+++ staging-x86_64/kdegraphics-okular.install   2012-03-31 07:17:10 UTC (rev 
154839)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:17:54
  Author: andrea
Revision: 154840

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

Added:
  kdesdk-kate/repos/staging-i686/
  kdesdk-kate/repos/staging-i686/PKGBUILD
(from rev 154839, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/staging-i686/kdebase-katepart.install
(from rev 154839, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/staging-i686/kdebase-kwrite.install
(from rev 154839, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/staging-i686/kdesdk-kate.install
(from rev 154839, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/staging-i686/pkgbuild-syntax-highlight.patch
(from rev 154839, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/staging-x86_64/
  kdesdk-kate/repos/staging-x86_64/PKGBUILD
(from rev 154839, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/staging-x86_64/kdebase-katepart.install
(from rev 154839, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/staging-x86_64/kdebase-kwrite.install
(from rev 154839, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/staging-x86_64/kdesdk-kate.install
(from rev 154839, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/staging-x86_64/pkgbuild-syntax-highlight.patch
(from rev 154839, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)

+
 staging-i686/PKGBUILD  |   68 +++
 staging-i686/kdebase-katepart.install  |   11 +++
 staging-i686/kdebase-kwrite.install|   12 
 staging-i686/kdesdk-kate.install   |   13 
 staging-i686/pkgbuild-syntax-highlight.patch   |   11 +++
 staging-x86_64/PKGBUILD|   68 +++
 staging-x86_64/kdebase-katepart.install|   11 +++
 staging-x86_64/kdebase-kwrite.install  |   12 
 staging-x86_64/kdesdk-kate.install |   13 
 staging-x86_64/pkgbuild-syntax-highlight.patch |   11 +++
 10 files changed, 230 insertions(+)

Copied: kdesdk-kate/repos/staging-i686/PKGBUILD (from rev 154839, 
kdesdk-kate/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:17:54 UTC (rev 154840)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('6bf4796574a003a4edadfb2029725805235bd086'
+  '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
+
+build() {
+  cd ${srcdir}/kate-${pkgver}
+  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc=A fast and feature-rich text editor component
+  depends=('kdelibs')
+  url=http://kate-editor.org/about-katepart/;
+  install='kdebase-katepart.install'
+
+  cd ${srcdir}/build/part
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc=Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kwrite/;
+  install='kdebase-kwrite.install'
+
+  cd ${srcdir}/build/kwrite
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/doc/kwrite
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdesdk-kate() {
+  pkgdesc=Advanced Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdesdk')
+  url=http://www.kde.org/applications/utilities/kate/;
+  install='kdesdk-kate.install'
+  optdepends=('kdebase-konsole: open a terminal in Kate')
+
+  cd ${srcdir}/build/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/doc/kate
+  make DESTDIR=${pkgdir} install
+}

Copied: kdesdk-kate/repos/staging-i686/kdebase-katepart.install (from rev 
154839, kdesdk-kate/trunk/kdebase-katepart.install)
===
--- staging-i686/kdebase-katepart.install   (rev 0)
+++ staging-i686/kdebase-katepart.install   2012-03-31 07:17:54 UTC (rev 
154840)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kate/repos/staging-i686/kdebase-kwrite.install (from rev 154839, 
kdesdk-kate/trunk/kdebase-kwrite.install)
===
--- 

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:18:28
  Author: andrea
Revision: 154841

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

Added:
  kdebindings-smokekde/repos/staging-i686/
  kdebindings-smokekde/repos/staging-i686/PKGBUILD
(from rev 154840, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/staging-x86_64/
  kdebindings-smokekde/repos/staging-x86_64/PKGBUILD
(from rev 154840, kdebindings-smokekde/trunk/PKGBUILD)

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

Copied: kdebindings-smokekde/repos/staging-i686/PKGBUILD (from rev 154840, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:18:28 UTC (rev 154841)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('5cc24772b72c13555dd716ef7b6d77e81d826d79')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokekde/repos/staging-x86_64/PKGBUILD (from rev 154840, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:18:28 UTC (rev 154841)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('5cc24772b72c13555dd716ef7b6d77e81d826d79')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:18:59
  Author: andrea
Revision: 154842

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

Added:
  kdebindings-perlqt/repos/staging-i686/
  kdebindings-perlqt/repos/staging-i686/PKGBUILD
(from rev 154841, kdebindings-perlqt/trunk/PKGBUILD)
  kdebindings-perlqt/repos/staging-x86_64/
  kdebindings-perlqt/repos/staging-x86_64/PKGBUILD
(from rev 154841, kdebindings-perlqt/trunk/PKGBUILD)

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

Copied: kdebindings-perlqt/repos/staging-i686/PKGBUILD (from rev 154841, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:18:59 UTC (rev 154842)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('e9ccef109d2a2a7d10f43f87691356c44a733b54')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-perlqt/repos/staging-x86_64/PKGBUILD (from rev 154841, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:18:59 UTC (rev 154842)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('e9ccef109d2a2a7d10f43f87691356c44a733b54')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:19:27
  Author: andrea
Revision: 154843

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

Added:
  kdebindings-python/repos/staging-i686/
  kdebindings-python/repos/staging-i686/PKGBUILD
(from rev 154842, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/staging-x86_64/
  kdebindings-python/repos/staging-x86_64/PKGBUILD
(from rev 154842, kdebindings-python/trunk/PKGBUILD)

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

Copied: kdebindings-python/repos/staging-i686/PKGBUILD (from rev 154842, 
kdebindings-python/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:19:27 UTC (rev 154843)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2')
+pkgver=4.8.2
+pkgrel=1
+url='http://kde.org/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('7d1a41e00794dba160ce8e2a3f750c9a4298ef15')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/pykdeuic4
+  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
+${pkgdir}/usr/bin/python2-pykdeuic4
+
+  mv ${pkgdir}/usr/share/apps/pykde4/examples \
+${pkgdir}/usr/share/apps/pykde4/python2-examples
+
+  mv ${pkgdir}/usr/share/sip/PyKDE4 \
+${pkgdir}/usr/share/sip/python2-PyKDE4
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Copied: kdebindings-python/repos/staging-x86_64/PKGBUILD (from rev 154842, 
kdebindings-python/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:19:27 UTC (rev 154843)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2')
+pkgver=4.8.2
+pkgrel=1
+url='http://kde.org/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('7d1a41e00794dba160ce8e2a3f750c9a4298ef15')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/pykdeuic4
+  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
+${pkgdir}/usr/bin/python2-pykdeuic4
+
+  mv ${pkgdir}/usr/share/apps/pykde4/examples \
+${pkgdir}/usr/share/apps/pykde4/python2-examples
+
+  mv ${pkgdir}/usr/share/sip/PyKDE4 \
+${pkgdir}/usr/share/sip/python2-PyKDE4
+
+  # Use 

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:20:41
  Author: andrea
Revision: 154845

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

Added:
  kdebindings-qtruby/repos/staging-i686/
  kdebindings-qtruby/repos/staging-i686/PKGBUILD
(from rev 154844, kdebindings-qtruby/trunk/PKGBUILD)
  kdebindings-qtruby/repos/staging-x86_64/
  kdebindings-qtruby/repos/staging-x86_64/PKGBUILD
(from rev 154844, kdebindings-qtruby/trunk/PKGBUILD)

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

Copied: kdebindings-qtruby/repos/staging-i686/PKGBUILD (from rev 154844, 
kdebindings-qtruby/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:20:41 UTC (rev 154845)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Qt bindings for ruby
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('86643ab8ea52f4a1abcefa3620cea62d2225f949')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=`ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]'`
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qtruby/repos/staging-x86_64/PKGBUILD (from rev 154844, 
kdebindings-qtruby/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:20:41 UTC (rev 154845)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Qt bindings for ruby
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('86643ab8ea52f4a1abcefa3620cea62d2225f949')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=`ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]'`
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:22:15
  Author: andrea
Revision: 154846

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

Added:
  kdebase-workspace/repos/staging-i686/
  kdebase-workspace/repos/staging-i686/PKGBUILD
(from rev 154845, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-i686/fixpath.patch
(from rev 154845, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/staging-i686/kde-np.pam
(from rev 154845, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-i686/kde.pam
(from rev 154845, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-i686/kdebase-workspace.install
(from rev 154845, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-i686/kdm
(from rev 154845, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/staging-i686/kdm-xinitrd.patch
(from rev 154845, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-i686/kscreensaver.pam
(from rev 154845, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-i686/terminate-server.patch
(from rev 154845, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/staging-x86_64/
  kdebase-workspace/repos/staging-x86_64/PKGBUILD
(from rev 154845, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-x86_64/fixpath.patch
(from rev 154845, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/staging-x86_64/kde-np.pam
(from rev 154845, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-x86_64/kde.pam
(from rev 154845, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-x86_64/kdebase-workspace.install
(from rev 154845, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-x86_64/kdm
(from rev 154845, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/staging-x86_64/kdm-xinitrd.patch
(from rev 154845, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-x86_64/kscreensaver.pam
(from rev 154845, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-x86_64/terminate-server.patch
(from rev 154845, kdebase-workspace/trunk/terminate-server.patch)

--+
 staging-i686/PKGBUILD|   81 +
 staging-i686/fixpath.patch   |   34 
 staging-i686/kde-np.pam  |9 +++
 staging-i686/kde.pam |9 +++
 staging-i686/kdebase-workspace.install   |   25 
 staging-i686/kdm |   36 
 staging-i686/kdm-xinitrd.patch   |   18 ++
 staging-i686/kscreensaver.pam|1 
 staging-i686/terminate-server.patch  |   11 +++
 staging-x86_64/PKGBUILD  |   81 +
 staging-x86_64/fixpath.patch |   34 
 staging-x86_64/kde-np.pam|9 +++
 staging-x86_64/kde.pam   |9 +++
 staging-x86_64/kdebase-workspace.install |   25 
 staging-x86_64/kdm   |   36 
 staging-x86_64/kdm-xinitrd.patch |   18 ++
 staging-x86_64/kscreensaver.pam  |1 
 staging-x86_64/terminate-server.patch|   11 +++
 18 files changed, 448 insertions(+)

Copied: kdebase-workspace/repos/staging-i686/PKGBUILD (from rev 154845, 
kdebase-workspace/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:22:15 UTC (rev 154846)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-workspace
+_pkgname=kde-workspace
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE Base Workspace
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+# note on libxdamage:
+#  not detected by namcap because libgl depends on it
+#  but nvidia providing libgl does not depend on libxdamage
+depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate'
+ 'qimageblitz' 'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage'
+ 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
+ 'xorg-xrdb' 'libgles' 'libegl' 'kactivities' 'libxres' 'libxtst'
+ 'xorg-xrandr')
+makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager')
+optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces')
+replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde'
+  'kdebase-kinfocenter')
+conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde'
+   'kdebase-kinfocenter')
+install=${pkgname}.install
+backup=('usr/share/config/kdm/kdmrc'
+'etc/pam.d/kde'

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:23:48
  Author: andrea
Revision: 154847

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 154846, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 154846, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 154846, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 154846, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 154846, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 154846, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 154846, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 154846, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  120 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  120 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 154846, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:23:48 UTC (rev 154847)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('13dc2e6c8639feadc9a5a334d0720a60b1e3ccb6')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:24:19
  Author: andrea
Revision: 154848

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

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

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/libkdeedu.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/libkdeedu.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: libkdeedu/repos/staging-i686/PKGBUILD (from rev 154847, 
libkdeedu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:24:19 UTC (rev 154848)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7c2bebb2d29793a1cab949382c19d2420398bf08')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdeedu/repos/staging-i686/libkdeedu.install (from rev 154847, 
libkdeedu/trunk/libkdeedu.install)
===
--- staging-i686/libkdeedu.install  (rev 0)
+++ staging-i686/libkdeedu.install  2012-03-31 07:24:19 UTC (rev 154848)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdeedu/repos/staging-x86_64/PKGBUILD (from rev 154847, 
libkdeedu/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:24:19 UTC (rev 154848)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7c2bebb2d29793a1cab949382c19d2420398bf08')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdeedu/repos/staging-x86_64/libkdeedu.install (from rev 154847, 
libkdeedu/trunk/libkdeedu.install)
===
--- staging-x86_64/libkdeedu.install(rev 0)
+++ staging-x86_64/libkdeedu.install2012-03-31 07:24:19 UTC (rev 154848)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:24:45
  Author: andrea
Revision: 154849

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

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

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

Copied: kdeedu-marble/repos/staging-i686/PKGBUILD (from rev 154848, 
kdeedu-marble/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:24:45 UTC (rev 154849)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: gps support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('f57f134976b27fd0622ba2a24e32128ab23f5494')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/staging-i686/kdeedu-marble.install (from rev 
154848, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- staging-i686/kdeedu-marble.install  (rev 0)
+++ staging-i686/kdeedu-marble.install  2012-03-31 07:24:45 UTC (rev 154849)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-marble/repos/staging-x86_64/PKGBUILD (from rev 154848, 
kdeedu-marble/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:24:45 UTC (rev 154849)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: gps support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('f57f134976b27fd0622ba2a24e32128ab23f5494')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/staging-x86_64/kdeedu-marble.install (from rev 
154848, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- staging-x86_64/kdeedu-marble.install(rev 0)
+++ staging-x86_64/kdeedu-marble.install2012-03-31 07:24:45 UTC (rev 
154849)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:25:41
  Author: andrea
Revision: 154850

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

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

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

Copied: libkdcraw/repos/staging-i686/PKGBUILD (from rev 154849, 
libkdcraw/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:25:41 UTC (rev 154850)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('38708f1b223740ae105295cdaa6ee372e31c43bc')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/staging-i686/libkdcraw.install (from rev 154849, 
libkdcraw/trunk/libkdcraw.install)
===
--- staging-i686/libkdcraw.install  (rev 0)
+++ staging-i686/libkdcraw.install  2012-03-31 07:25:41 UTC (rev 154850)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdcraw/repos/staging-x86_64/PKGBUILD (from rev 154849, 
libkdcraw/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:25:41 UTC (rev 154850)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('38708f1b223740ae105295cdaa6ee372e31c43bc')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/staging-x86_64/libkdcraw.install (from rev 154849, 
libkdcraw/trunk/libkdcraw.install)
===
--- staging-x86_64/libkdcraw.install(rev 0)
+++ staging-x86_64/libkdcraw.install2012-03-31 07:25:41 UTC (rev 154850)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:26:14
  Author: andrea
Revision: 154851

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

Added:
  libkexiv2/repos/staging-i686/
  libkexiv2/repos/staging-i686/PKGBUILD
(from rev 154850, libkexiv2/trunk/PKGBUILD)
  libkexiv2/repos/staging-x86_64/
  libkexiv2/repos/staging-x86_64/PKGBUILD
(from rev 154850, libkexiv2/trunk/PKGBUILD)

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

Copied: libkexiv2/repos/staging-i686/PKGBUILD (from rev 154850, 
libkexiv2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:26:14 UTC (rev 154851)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe32631401be655d4692fec724743d5f623b880d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkexiv2/repos/staging-x86_64/PKGBUILD (from rev 154850, 
libkexiv2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:26:14 UTC (rev 154851)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe32631401be655d4692fec724743d5f623b880d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:26:40
  Author: andrea
Revision: 154852

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

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

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

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 154851, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c2f788e05f5e6d52e10578ebd58a2b1dd8f65c89')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 154851, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 154851, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c2f788e05f5e6d52e10578ebd58a2b1dd8f65c89')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 154851, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:27:04
  Author: andrea
Revision: 154853

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

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

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

Copied: libksane/repos/staging-i686/PKGBUILD (from rev 154852, 
libksane/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:27:04 UTC (rev 154853)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=An image scanning library
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe9376710687c2e9354bd5f8245755c53e2ad91c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/staging-i686/libksane.install (from rev 154852, 
libksane/trunk/libksane.install)
===
--- staging-i686/libksane.install   (rev 0)
+++ staging-i686/libksane.install   2012-03-31 07:27:04 UTC (rev 154853)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libksane/repos/staging-x86_64/PKGBUILD (from rev 154852, 
libksane/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:27:04 UTC (rev 154853)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=An image scanning library
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe9376710687c2e9354bd5f8245755c53e2ad91c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/staging-x86_64/libksane.install (from rev 154852, 
libksane/trunk/libksane.install)
===
--- staging-x86_64/libksane.install (rev 0)
+++ staging-x86_64/libksane.install 2012-03-31 07:27:04 UTC (rev 154853)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:27:32
  Author: andrea
Revision: 154854

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

Added:
  kdeedu-analitza/repos/staging-i686/
  kdeedu-analitza/repos/staging-i686/PKGBUILD
(from rev 154853, kdeedu-analitza/trunk/PKGBUILD)
  kdeedu-analitza/repos/staging-x86_64/
  kdeedu-analitza/repos/staging-x86_64/PKGBUILD
(from rev 154853, kdeedu-analitza/trunk/PKGBUILD)

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

Copied: kdeedu-analitza/repos/staging-i686/PKGBUILD (from rev 154853, 
kdeedu-analitza/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:27:32 UTC (rev 154854)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('bf76411269246581b09df98ca8ae33be200c4427')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-analitza/repos/staging-x86_64/PKGBUILD (from rev 154853, 
kdeedu-analitza/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:27:32 UTC (rev 154854)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('bf76411269246581b09df98ca8ae33be200c4427')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:28:02
  Author: andrea
Revision: 154855

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

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

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

Copied: kdeaccessibility-jovie/repos/staging-i686/PKGBUILD (from rev 154854, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:28:02 UTC (rev 154855)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('eac0fe5006b54914f17dd529a723da4964f59a0b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/staging-i686/kdeaccessibility-jovie.install (from 
rev 154854, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- staging-i686/kdeaccessibility-jovie.install (rev 0)
+++ staging-i686/kdeaccessibility-jovie.install 2012-03-31 07:28:02 UTC (rev 
154855)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-jovie/repos/staging-x86_64/PKGBUILD (from rev 154854, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:28:02 UTC (rev 154855)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('eac0fe5006b54914f17dd529a723da4964f59a0b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/staging-x86_64/kdeaccessibility-jovie.install 
(from rev 154854, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- staging-x86_64/kdeaccessibility-jovie.install   
(rev 0)
+++ staging-x86_64/kdeaccessibility-jovie.install   2012-03-31 07:28:02 UTC 
(rev 154855)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:28:34
  Author: andrea
Revision: 154856

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

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

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

Copied: kdeaccessibility-kaccessible/repos/staging-i686/PKGBUILD (from rev 
154855, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:28:34 UTC (rev 154856)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='http://accessibility.kde.org/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('bc5cd13decd2456c91fd6973be038e6fea0da256')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kaccessible/repos/staging-x86_64/PKGBUILD (from rev 
154855, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:28:34 UTC (rev 154856)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='http://accessibility.kde.org/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('bc5cd13decd2456c91fd6973be038e6fea0da256')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:29:06
  Author: andrea
Revision: 154857

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

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

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

Copied: kdeaccessibility-kmag/repos/staging-i686/PKGBUILD (from rev 154856, 
kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:29:06 UTC (rev 154857)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('5a88645d7af1f407e87fcd91911b1e94e4ffb271')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: kdeaccessibility-kmag/repos/staging-i686/kdeaccessibility-kmag.install 
(from rev 154856, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- staging-i686/kdeaccessibility-kmag.install  (rev 0)
+++ staging-i686/kdeaccessibility-kmag.install  2012-03-31 07:29:06 UTC (rev 
154857)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmag/repos/staging-x86_64/PKGBUILD (from rev 154856, 
kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:29:06 UTC (rev 154857)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('5a88645d7af1f407e87fcd91911b1e94e4ffb271')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmag/repos/staging-x86_64/kdeaccessibility-kmag.install (from 
rev 154856, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- staging-x86_64/kdeaccessibility-kmag.install
(rev 0)
+++ staging-x86_64/kdeaccessibility-kmag.install2012-03-31 07:29:06 UTC 
(rev 154857)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:29:32
  Author: andrea
Revision: 154858

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

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

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

Copied: kdeaccessibility-kmousetool/repos/staging-i686/PKGBUILD (from rev 
154857, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:29:32 UTC (rev 154858)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('e0a66c42324d9ac09c3e85fea12a24a5ae2abb9b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/staging-i686/kdeaccessibility-kmousetool.install
 (from rev 154857, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- staging-i686/kdeaccessibility-kmousetool.install
(rev 0)
+++ staging-i686/kdeaccessibility-kmousetool.install2012-03-31 07:29:32 UTC 
(rev 154858)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmousetool/repos/staging-x86_64/PKGBUILD (from rev 
154857, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:29:32 UTC (rev 154858)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('e0a66c42324d9ac09c3e85fea12a24a5ae2abb9b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmousetool/repos/staging-x86_64/kdeaccessibility-kmousetool.install
 (from rev 154857, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- staging-x86_64/kdeaccessibility-kmousetool.install  
(rev 0)
+++ staging-x86_64/kdeaccessibility-kmousetool.install  2012-03-31 07:29:32 UTC 
(rev 154858)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:29:57
  Author: andrea
Revision: 154859

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

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

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

Copied: kdeaccessibility-kmouth/repos/staging-i686/PKGBUILD (from rev 154858, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:29:57 UTC (rev 154859)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('f0192e531161544a803f8822b041d8c50ec9bb58')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/staging-i686/kdeaccessibility-kmouth.install 
(from rev 154858, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- staging-i686/kdeaccessibility-kmouth.install
(rev 0)
+++ staging-i686/kdeaccessibility-kmouth.install2012-03-31 07:29:57 UTC 
(rev 154859)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-kmouth/repos/staging-x86_64/PKGBUILD (from rev 154858, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:29:57 UTC (rev 154859)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('f0192e531161544a803f8822b041d8c50ec9bb58')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-kmouth/repos/staging-x86_64/kdeaccessibility-kmouth.install 
(from rev 154858, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- staging-x86_64/kdeaccessibility-kmouth.install  
(rev 0)
+++ staging-x86_64/kdeaccessibility-kmouth.install  2012-03-31 07:29:57 UTC 
(rev 154859)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:30:33
  Author: andrea
Revision: 154860

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

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

--+
 staging-i686/PKGBUILD|   80 +
 staging-i686/kdeadmin.install|   11 +
 staging-i686/syslog-path.patch   |   11 +
 staging-x86_64/PKGBUILD  |   80 +
 staging-x86_64/kdeadmin.install  |   11 +
 staging-x86_64/syslog-path.patch |   11 +
 6 files changed, 204 insertions(+)

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

Copied: kdeadmin/repos/staging-i686/kdeadmin.install (from rev 154859, 
kdeadmin/trunk/kdeadmin.install)
===
--- staging-i686/kdeadmin.install   (rev 0)
+++ staging-i686/kdeadmin.install   2012-03-31 07:30:33 UTC (rev 154860)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeadmin/repos/staging-i686/syslog-path.patch (from rev 154859, 
kdeadmin/trunk/syslog-path.patch)
===
--- staging-i686/syslog-path.patch   

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:31:08
  Author: andrea
Revision: 154861

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

Added:
  kdeartwork/repos/staging-i686/
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 154860, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-x86_64/
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 154860, kdeartwork/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |  104 ++
 staging-x86_64/PKGBUILD |  104 ++
 2 files changed, 208 insertions(+)

Copied: kdeartwork/repos/staging-i686/PKGBUILD (from rev 154860, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:31:08 UTC (rev 154861)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-aurorae'
+ 'kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
+ 'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('828d8f36eb55bc93800a8d799b3cf20c22146021')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-aurorae() {
+   pkgdesc='An Aurorae theme based on the Oxygen plasma theme'
+   cd $srcdir/build/aurorae
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+replaces=('kdeaccessibility-colorschemes')
+   cd $srcdir/build/ColorSchemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-desktopthemes() {
+   pkgdesc='KDE desktop themes'
+   cd $srcdir/build/desktopthemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-emoticons() {
+   pkgdesc='KDE emoticons'
+   cd $srcdir/build/emoticons
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-iconthemes() {
+   pkgdesc='KDE icon themes'
+replaces=('kdeaccessibility-iconthemes')
+   cd $srcdir/build/IconThemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-kscreensaver() {
+   pkgdesc='KDE screensaver'
+   depends=('kdebase-workspace' 'libkexiv2')
+   cd $srcdir/build/kscreensaver
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-sounds() {
+   pkgdesc='KDE sounds'
+   cd $srcdir/build/sounds
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-styles() {
+   pkgdesc='KDE styles'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/styles
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kwin-styles
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-wallpapers() {
+   pkgdesc='KDE wallpapers'
+   cd $srcdir/build/wallpapers
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/HighResolutionWallpapers
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-weatherwallpapers() {
+   pkgdesc='KDE weather wallpapers'
+   cd $srcdir/build/WeatherWallpapers
+   make DESTDIR=$pkgdir install
+}

Copied: kdeartwork/repos/staging-x86_64/PKGBUILD (from rev 154860, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:31:08 UTC (rev 154861)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-aurorae'
+ 'kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
+ 'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:35:24
  Author: andrea
Revision: 154862

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

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

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

Copied: kdebase-konsole/repos/staging-i686/PKGBUILD (from rev 154861, 
kdebase-konsole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:35:24 UTC (rev 154862)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebase-konsole
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('a57ff4844a612ac0ece07435186d55fb95bf012d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebase-konsole/repos/staging-x86_64/PKGBUILD (from rev 154861, 
kdebase-konsole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:35:24 UTC (rev 154862)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebase-konsole
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('a57ff4844a612ac0ece07435186d55fb95bf012d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:35:53
  Author: andrea
Revision: 154863

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

Added:
  kdebindings-kimono/repos/staging-i686/
  kdebindings-kimono/repos/staging-i686/PKGBUILD
(from rev 154862, kdebindings-kimono/trunk/PKGBUILD)
  kdebindings-kimono/repos/staging-x86_64/
  kdebindings-kimono/repos/staging-x86_64/PKGBUILD
(from rev 154862, kdebindings-kimono/trunk/PKGBUILD)

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

Copied: kdebindings-kimono/repos/staging-i686/PKGBUILD (from rev 154862, 
kdebindings-kimono/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:35:53 UTC (rev 154863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-kimono
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the KDE libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qyoto' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
+sha1sums=('ffe572e5df8f8a5d2a6b94db8e460b603af711e6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kimono-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-kimono/repos/staging-x86_64/PKGBUILD (from rev 154862, 
kdebindings-kimono/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:35:53 UTC (rev 154863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-kimono
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the KDE libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qyoto' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
+sha1sums=('ffe572e5df8f8a5d2a6b94db8e460b603af711e6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kimono-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:36:20
  Author: andrea
Revision: 154864

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

Added:
  kdebindings-korundum/repos/staging-i686/
  kdebindings-korundum/repos/staging-i686/PKGBUILD
(from rev 154863, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/staging-i686/korundum-4.8.0-ruby19.patch
(from rev 154863, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)
  kdebindings-korundum/repos/staging-x86_64/
  kdebindings-korundum/repos/staging-x86_64/PKGBUILD
(from rev 154863, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/staging-x86_64/korundum-4.8.0-ruby19.patch
(from rev 154863, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)

+
 staging-i686/PKGBUILD  |   41 +++
 staging-i686/korundum-4.8.0-ruby19.patch   |   30 +++
 staging-x86_64/PKGBUILD|   41 +++
 staging-x86_64/korundum-4.8.0-ruby19.patch |   30 +++
 4 files changed, 142 insertions(+)

Copied: kdebindings-korundum/repos/staging-i686/PKGBUILD (from rev 154863, 
kdebindings-korundum/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:36:20 UTC (rev 154864)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE bindings for ruby
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+options=('!makeflags')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'korundum-4.8.0-ruby19.patch')
+sha1sums=('59db0c58a26849aaf4c1839d175239f768257d5b'
+  '73299f56a891d8a5475ac07dd485619859312f70')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/korundum-4.8.0-ruby19.patch
+  cd ..
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-korundum/repos/staging-i686/korundum-4.8.0-ruby19.patch 
(from rev 154863, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)
===
--- staging-i686/korundum-4.8.0-ruby19.patch(rev 0)
+++ staging-i686/korundum-4.8.0-ruby19.patch2012-03-31 07:36:20 UTC (rev 
154864)
@@ -0,0 +1,30 @@
+diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
+--- korundum-4.8.0/src/krubypluginfactory.cpp.ruby19   2011-07-27 
13:37:29.0 -0500
 korundum-4.8.0/src/krubypluginfactory.cpp  2012-02-17 08:30:38.785635819 
-0600
+@@ -39,7 +39,7 @@
+ extern C {
+ extern VALUE rb_load_path;
+ extern VALUE qt_internal_module;
+-void Init_prelude(void);
++// void Init_prelude(void);
+ }
+ 
+ //
+@@ -165,7 +165,7 @@ QObject *KRubyPluginFactory::create(cons
+ #if RUBY_VERSION = 0x10900
+ VALUE gem = rb_define_module(Gem);
+ rb_const_set(gem, rb_intern(Enable), Qtrue);
+-Init_prelude(); 
++//Init_prelude(); 
+ #endif
+ 
+ ruby_incpush(QFile::encodeName(program.path()));
+@@ -342,7 +342,7 @@ int kdemain(int argc, char **argv)
+ #if RUBY_VERSION = 0x10900
+ VALUE gem = rb_define_module(Gem);
+ rb_const_set(gem, rb_intern(Enable), Qtrue);
+-Init_prelude(); 
++//Init_prelude(); 
+ #endif
+ 
+ ruby_incpush(QFile::encodeName(program.path()));

Copied: kdebindings-korundum/repos/staging-x86_64/PKGBUILD (from rev 154863, 
kdebindings-korundum/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:36:20 UTC (rev 154864)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE bindings for ruby
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:36:48
  Author: andrea
Revision: 154865

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

Added:
  kdebindings-kross/repos/staging-i686/
  kdebindings-kross/repos/staging-i686/PKGBUILD
(from rev 154864, kdebindings-kross/trunk/PKGBUILD)
  kdebindings-kross/repos/staging-x86_64/
  kdebindings-kross/repos/staging-x86_64/PKGBUILD
(from rev 154864, kdebindings-kross/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   52 ++
 staging-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: kdebindings-kross/repos/staging-i686/PKGBUILD (from rev 154864, 
kdebindings-kross/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:36:48 UTC (rev 154865)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-kross
+pkgname=('kdebindings-kross-python'
+# 'kdebindings-kross-ruby'
+ 'kdebindings-kross-java')
+pkgver=4.8.2
+pkgrel=1
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
+source=(http://download.kde.org/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
+sha1sums=('dfee7d8098db258bcd26d447553775434d299113')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kross-interpreters-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ruby=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-kross-python() {
+  pkgdesc=Python2 language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'python2')
+
+  cd ${srcdir}/build/python
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-java() {
+  pkgdesc=Java language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'java-environment')
+
+  cd ${srcdir}/build/java
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-ruby() {
+  pkgdesc=Ruby language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'ruby')
+
+  cd ${srcdir}/build/ruby
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-kross/repos/staging-x86_64/PKGBUILD (from rev 154864, 
kdebindings-kross/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:36:48 UTC (rev 154865)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-kross
+pkgname=('kdebindings-kross-python'
+# 'kdebindings-kross-ruby'
+ 'kdebindings-kross-java')
+pkgver=4.8.2
+pkgrel=1
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
+source=(http://download.kde.org/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
+sha1sums=('dfee7d8098db258bcd26d447553775434d299113')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kross-interpreters-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ruby=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-kross-python() {
+  pkgdesc=Python2 language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'python2')
+
+  cd ${srcdir}/build/python
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-java() {
+  pkgdesc=Java language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'java-environment')
+
+  cd ${srcdir}/build/java
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-ruby() {
+  pkgdesc=Ruby language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'ruby')
+
+  cd ${srcdir}/build/ruby
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:37:16
  Author: andrea
Revision: 154866

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

Added:
  kdebindings-perlkde/repos/staging-i686/
  kdebindings-perlkde/repos/staging-i686/PKGBUILD
(from rev 154865, kdebindings-perlkde/trunk/PKGBUILD)
  kdebindings-perlkde/repos/staging-x86_64/
  kdebindings-perlkde/repos/staging-x86_64/PKGBUILD
(from rev 154865, kdebindings-perlkde/trunk/PKGBUILD)

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

Copied: kdebindings-perlkde/repos/staging-i686/PKGBUILD (from rev 154865, 
kdebindings-perlkde/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:37:16 UTC (rev 154866)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Perl bindings for the KDE libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+'kdegraphics-okular' 'kdesdk-kate')
+source=(http://download.kde.org/stable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
+sha1sums=('cfb7d44bd88a899aef56e6200b6a6ff34516a316')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-perlkde/repos/staging-x86_64/PKGBUILD (from rev 154865, 
kdebindings-perlkde/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:37:16 UTC (rev 154866)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Perl bindings for the KDE libraries
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+'kdegraphics-okular' 'kdesdk-kate')
+source=(http://download.kde.org/stable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
+sha1sums=('cfb7d44bd88a899aef56e6200b6a6ff34516a316')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:37:40
  Author: andrea
Revision: 154867

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

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

---+
 staging-i686/PKGBUILD |   31 +++
 staging-i686/kdeedu-blinken.install   |   11 +++
 staging-x86_64/PKGBUILD   |   31 +++
 staging-x86_64/kdeedu-blinken.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-blinken/repos/staging-i686/PKGBUILD (from rev 154866, 
kdeedu-blinken/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:37:40 UTC (rev 154867)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-blinken
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('c86a67b2e3506e2c56307871afc77e3e67a967d6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-blinken/repos/staging-i686/kdeedu-blinken.install (from rev 
154866, kdeedu-blinken/trunk/kdeedu-blinken.install)
===
--- staging-i686/kdeedu-blinken.install (rev 0)
+++ staging-i686/kdeedu-blinken.install 2012-03-31 07:37:40 UTC (rev 154867)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-blinken/repos/staging-x86_64/PKGBUILD (from rev 154866, 
kdeedu-blinken/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:37:40 UTC (rev 154867)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-blinken
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('c86a67b2e3506e2c56307871afc77e3e67a967d6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-blinken/repos/staging-x86_64/kdeedu-blinken.install (from rev 
154866, kdeedu-blinken/trunk/kdeedu-blinken.install)
===
--- staging-x86_64/kdeedu-blinken.install   (rev 0)
+++ staging-x86_64/kdeedu-blinken.install   2012-03-31 07:37:40 UTC (rev 
154867)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:38:12
  Author: andrea
Revision: 154868

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

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

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

Copied: kdeedu-cantor/repos/staging-i686/PKGBUILD (from rev 154867, 
kdeedu-cantor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:38:12 UTC (rev 154868)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-cantor
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE Frontend to Mathematical Software
+url=http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('53a13c3594ea82b87a421e96b408355eea76fa89')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../cantor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-cantor/repos/staging-i686/kdeedu-cantor.install (from rev 
154867, kdeedu-cantor/trunk/kdeedu-cantor.install)
===
--- staging-i686/kdeedu-cantor.install  (rev 0)
+++ staging-i686/kdeedu-cantor.install  2012-03-31 07:38:12 UTC (rev 154868)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-cantor/repos/staging-x86_64/PKGBUILD (from rev 154867, 
kdeedu-cantor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:38:12 UTC (rev 154868)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-cantor
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=KDE Frontend to Mathematical Software
+url=http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('53a13c3594ea82b87a421e96b408355eea76fa89')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../cantor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-cantor/repos/staging-x86_64/kdeedu-cantor.install (from rev 
154867, kdeedu-cantor/trunk/kdeedu-cantor.install)
===
--- staging-x86_64/kdeedu-cantor.install(rev 0)
+++ staging-x86_64/kdeedu-cantor.install2012-03-31 07:38:12 UTC (rev 
154868)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:38:37
  Author: andrea
Revision: 154869

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

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

+
 staging-i686/PKGBUILD  |   31 +++
 staging-i686/kdeedu-kalgebra.install   |   12 
 staging-x86_64/PKGBUILD|   31 +++
 staging-x86_64/kdeedu-kalgebra.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdeedu-kalgebra/repos/staging-i686/PKGBUILD (from rev 154868, 
kdeedu-kalgebra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:38:37 UTC (rev 154869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalgebra
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('560efe77d842c0410986b294323eabef6226e6ff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalgebra/repos/staging-i686/kdeedu-kalgebra.install (from rev 
154868, kdeedu-kalgebra/trunk/kdeedu-kalgebra.install)
===
--- staging-i686/kdeedu-kalgebra.install(rev 0)
+++ staging-i686/kdeedu-kalgebra.install2012-03-31 07:38:37 UTC (rev 
154869)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kalgebra/repos/staging-x86_64/PKGBUILD (from rev 154868, 
kdeedu-kalgebra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:38:37 UTC (rev 154869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalgebra
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('560efe77d842c0410986b294323eabef6226e6ff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalgebra/repos/staging-x86_64/kdeedu-kalgebra.install (from rev 
154868, kdeedu-kalgebra/trunk/kdeedu-kalgebra.install)
===
--- staging-x86_64/kdeedu-kalgebra.install  (rev 0)
+++ staging-x86_64/kdeedu-kalgebra.install  2012-03-31 07:38:37 UTC (rev 
154869)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:39:05
  Author: andrea
Revision: 154870

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

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

---+
 staging-i686/PKGBUILD |   31 +++
 staging-i686/kdeedu-kalzium.install   |   11 +++
 staging-x86_64/PKGBUILD   |   31 +++
 staging-x86_64/kdeedu-kalzium.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-kalzium/repos/staging-i686/PKGBUILD (from rev 154869, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:39:05 UTC (rev 154870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('e685430d183339dd06e718c0dee3c6aacdd1536a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install (from rev 
154869, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- staging-i686/kdeedu-kalzium.install (rev 0)
+++ staging-i686/kdeedu-kalzium.install 2012-03-31 07:39:05 UTC (rev 154870)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kalzium/repos/staging-x86_64/PKGBUILD (from rev 154869, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:39:05 UTC (rev 154870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('e685430d183339dd06e718c0dee3c6aacdd1536a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalzium/repos/staging-x86_64/kdeedu-kalzium.install (from rev 
154869, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- staging-x86_64/kdeedu-kalzium.install   (rev 0)
+++ staging-x86_64/kdeedu-kalzium.install   2012-03-31 07:39:05 UTC (rev 
154870)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:39:37
  Author: andrea
Revision: 154871

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

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

+
 staging-i686/PKGBUILD  |   31 +++
 staging-i686/kdeedu-kanagram.install   |   11 +++
 staging-x86_64/PKGBUILD|   31 +++
 staging-x86_64/kdeedu-kanagram.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-kanagram/repos/staging-i686/PKGBUILD (from rev 154870, 
kdeedu-kanagram/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:39:37 UTC (rev 154871)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kanagram
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Letter Order Game
+url=http://kde.org/applications/education/kanagram/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
+sha1sums=('25f7733ddc451738575fe1af5a89833ab8295493')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kanagram/repos/staging-i686/kdeedu-kanagram.install (from rev 
154870, kdeedu-kanagram/trunk/kdeedu-kanagram.install)
===
--- staging-i686/kdeedu-kanagram.install(rev 0)
+++ staging-i686/kdeedu-kanagram.install2012-03-31 07:39:37 UTC (rev 
154871)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kanagram/repos/staging-x86_64/PKGBUILD (from rev 154870, 
kdeedu-kanagram/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:39:37 UTC (rev 154871)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kanagram
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Letter Order Game
+url=http://kde.org/applications/education/kanagram/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
+sha1sums=('25f7733ddc451738575fe1af5a89833ab8295493')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kanagram/repos/staging-x86_64/kdeedu-kanagram.install (from rev 
154870, kdeedu-kanagram/trunk/kdeedu-kanagram.install)
===
--- staging-x86_64/kdeedu-kanagram.install  (rev 0)
+++ staging-x86_64/kdeedu-kanagram.install  2012-03-31 07:39:37 UTC (rev 
154871)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:40:03
  Author: andrea
Revision: 154872

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

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

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-kbruch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-kbruch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-kbruch/repos/staging-i686/PKGBUILD (from rev 154871, 
kdeedu-kbruch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:40:03 UTC (rev 154872)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kbruch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Exercise Fractions
+url=http://kde.org/applications/education/kbruch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('92cc810935b3aeebe68a970720f4b418490488d8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kbruch/repos/staging-i686/kdeedu-kbruch.install (from rev 
154871, kdeedu-kbruch/trunk/kdeedu-kbruch.install)
===
--- staging-i686/kdeedu-kbruch.install  (rev 0)
+++ staging-i686/kdeedu-kbruch.install  2012-03-31 07:40:03 UTC (rev 154872)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kbruch/repos/staging-x86_64/PKGBUILD (from rev 154871, 
kdeedu-kbruch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:40:03 UTC (rev 154872)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kbruch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Exercise Fractions
+url=http://kde.org/applications/education/kbruch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('92cc810935b3aeebe68a970720f4b418490488d8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kbruch/repos/staging-x86_64/kdeedu-kbruch.install (from rev 
154871, kdeedu-kbruch/trunk/kdeedu-kbruch.install)
===
--- staging-x86_64/kdeedu-kbruch.install(rev 0)
+++ staging-x86_64/kdeedu-kbruch.install2012-03-31 07:40:03 UTC (rev 
154872)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:40:31
  Author: andrea
Revision: 154873

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

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

--+
 staging-i686/PKGBUILD|   31 +
 staging-i686/kdeedu-kgeography.install   |   11 ++
 staging-x86_64/PKGBUILD  |   31 +
 staging-x86_64/kdeedu-kgeography.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdeedu-kgeography/repos/staging-i686/PKGBUILD (from rev 154872, 
kdeedu-kgeography/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:40:31 UTC (rev 154873)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kgeography
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Geography Trainer
+url=http://kde.org/applications/education/kgeography/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('795ddfb81e5f75d81b8eb332a07f58af85321197')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kgeography/repos/staging-i686/kdeedu-kgeography.install (from 
rev 154872, kdeedu-kgeography/trunk/kdeedu-kgeography.install)
===
--- staging-i686/kdeedu-kgeography.install  (rev 0)
+++ staging-i686/kdeedu-kgeography.install  2012-03-31 07:40:31 UTC (rev 
154873)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kgeography/repos/staging-x86_64/PKGBUILD (from rev 154872, 
kdeedu-kgeography/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:40:31 UTC (rev 154873)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kgeography
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Geography Trainer
+url=http://kde.org/applications/education/kgeography/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('795ddfb81e5f75d81b8eb332a07f58af85321197')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kgeography/repos/staging-x86_64/kdeedu-kgeography.install (from 
rev 154872, kdeedu-kgeography/trunk/kdeedu-kgeography.install)
===
--- staging-x86_64/kdeedu-kgeography.install(rev 0)
+++ staging-x86_64/kdeedu-kgeography.install2012-03-31 07:40:31 UTC (rev 
154873)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:41:06
  Author: andrea
Revision: 154874

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

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

+
 staging-i686/PKGBUILD  |   31 +++
 staging-i686/kdeedu-khangman.install   |   11 +++
 staging-x86_64/PKGBUILD|   31 +++
 staging-x86_64/kdeedu-khangman.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-khangman/repos/staging-i686/PKGBUILD (from rev 154873, 
kdeedu-khangman/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:41:06 UTC (rev 154874)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-khangman
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Hangman Game
+url=http://kde.org/applications/education/khangman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
+sha1sums=('3e37d43965c190ccf5bc4c4485751dbe3139bda6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-khangman/repos/staging-i686/kdeedu-khangman.install (from rev 
154873, kdeedu-khangman/trunk/kdeedu-khangman.install)
===
--- staging-i686/kdeedu-khangman.install(rev 0)
+++ staging-i686/kdeedu-khangman.install2012-03-31 07:41:06 UTC (rev 
154874)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-khangman/repos/staging-x86_64/PKGBUILD (from rev 154873, 
kdeedu-khangman/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:41:06 UTC (rev 154874)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-khangman
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Hangman Game
+url=http://kde.org/applications/education/khangman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
+sha1sums=('3e37d43965c190ccf5bc4c4485751dbe3139bda6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-khangman/repos/staging-x86_64/kdeedu-khangman.install (from rev 
154873, kdeedu-khangman/trunk/kdeedu-khangman.install)
===
--- staging-x86_64/kdeedu-khangman.install  (rev 0)
+++ staging-x86_64/kdeedu-khangman.install  2012-03-31 07:41:06 UTC (rev 
154874)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:41:33
  Author: andrea
Revision: 154875

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

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

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

Copied: kdeedu-kig/repos/staging-i686/PKGBUILD (from rev 154874, 
kdeedu-kig/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:41:33 UTC (rev 154875)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('7532bb454d6379af2c0ff37819c76c6c1f20deac')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/staging-i686/kdeedu-kig.install (from rev 154874, 
kdeedu-kig/trunk/kdeedu-kig.install)
===
--- staging-i686/kdeedu-kig.install (rev 0)
+++ staging-i686/kdeedu-kig.install 2012-03-31 07:41:33 UTC (rev 154875)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kig/repos/staging-x86_64/PKGBUILD (from rev 154874, 
kdeedu-kig/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:41:33 UTC (rev 154875)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('7532bb454d6379af2c0ff37819c76c6c1f20deac')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/staging-x86_64/kdeedu-kig.install (from rev 154874, 
kdeedu-kig/trunk/kdeedu-kig.install)
===
--- staging-x86_64/kdeedu-kig.install   (rev 0)
+++ staging-x86_64/kdeedu-kig.install   2012-03-31 07:41:33 UTC (rev 154875)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:42:03
  Author: andrea
Revision: 154876

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

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

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-i686/kdeedu-kiten.install   |   11 +++
 staging-x86_64/PKGBUILD |   31 +++
 staging-x86_64/kdeedu-kiten.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-kiten/repos/staging-i686/PKGBUILD (from rev 154875, 
kdeedu-kiten/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:42:03 UTC (rev 154876)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kiten
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Japanese Reference/Study Tool
+url=http://kde.org/applications/education/kiten/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
+sha1sums=('db608b5550281e8ca0097e3c4ed15abe6018a002')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kiten/repos/staging-i686/kdeedu-kiten.install (from rev 154875, 
kdeedu-kiten/trunk/kdeedu-kiten.install)
===
--- staging-i686/kdeedu-kiten.install   (rev 0)
+++ staging-i686/kdeedu-kiten.install   2012-03-31 07:42:03 UTC (rev 154876)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kiten/repos/staging-x86_64/PKGBUILD (from rev 154875, 
kdeedu-kiten/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:42:03 UTC (rev 154876)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kiten
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Japanese Reference/Study Tool
+url=http://kde.org/applications/education/kiten/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
+sha1sums=('db608b5550281e8ca0097e3c4ed15abe6018a002')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kiten/repos/staging-x86_64/kdeedu-kiten.install (from rev 
154875, kdeedu-kiten/trunk/kdeedu-kiten.install)
===
--- staging-x86_64/kdeedu-kiten.install (rev 0)
+++ staging-x86_64/kdeedu-kiten.install 2012-03-31 07:42:03 UTC (rev 154876)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:42:49
  Author: andrea
Revision: 154877

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

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

+
 staging-i686/PKGBUILD  |   31 +++
 staging-i686/kdeedu-klettres.install   |   11 +++
 staging-x86_64/PKGBUILD|   31 +++
 staging-x86_64/kdeedu-klettres.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-klettres/repos/staging-i686/PKGBUILD (from rev 154876, 
kdeedu-klettres/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:42:49 UTC (rev 154877)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-klettres
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('2b107d5d4f07ab3a1364a5eb3cc5ba5a35b5ffa4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-klettres/repos/staging-i686/kdeedu-klettres.install (from rev 
154876, kdeedu-klettres/trunk/kdeedu-klettres.install)
===
--- staging-i686/kdeedu-klettres.install(rev 0)
+++ staging-i686/kdeedu-klettres.install2012-03-31 07:42:49 UTC (rev 
154877)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-klettres/repos/staging-x86_64/PKGBUILD (from rev 154876, 
kdeedu-klettres/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:42:49 UTC (rev 154877)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-klettres
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('2b107d5d4f07ab3a1364a5eb3cc5ba5a35b5ffa4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-klettres/repos/staging-x86_64/kdeedu-klettres.install (from rev 
154876, kdeedu-klettres/trunk/kdeedu-klettres.install)
===
--- staging-x86_64/kdeedu-klettres.install  (rev 0)
+++ staging-x86_64/kdeedu-klettres.install  2012-03-31 07:42:49 UTC (rev 
154877)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:43:19
  Author: andrea
Revision: 154878

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

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

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-kmplot.install   |   12 
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-kmplot.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdeedu-kmplot/repos/staging-i686/PKGBUILD (from rev 154877, 
kdeedu-kmplot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:43:19 UTC (rev 154878)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kmplot
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('17c20bc1916be9be2510040302406f6fe861d878')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kmplot/repos/staging-i686/kdeedu-kmplot.install (from rev 
154877, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
===
--- staging-i686/kdeedu-kmplot.install  (rev 0)
+++ staging-i686/kdeedu-kmplot.install  2012-03-31 07:43:19 UTC (rev 154878)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kmplot/repos/staging-x86_64/PKGBUILD (from rev 154877, 
kdeedu-kmplot/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:43:19 UTC (rev 154878)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kmplot
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('17c20bc1916be9be2510040302406f6fe861d878')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kmplot/repos/staging-x86_64/kdeedu-kmplot.install (from rev 
154877, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
===
--- staging-x86_64/kdeedu-kmplot.install(rev 0)
+++ staging-x86_64/kdeedu-kmplot.install2012-03-31 07:43:19 UTC (rev 
154878)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:43:44
  Author: andrea
Revision: 154879

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

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

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

Copied: kdeedu-kstars/repos/staging-i686/PKGBUILD (from rev 154878, 
kdeedu-kstars/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:43:44 UTC (rev 154879)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'eigen' 'cfitsio' 'libindi')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('6447338ebed2f822c4c852bcfe50264ccaba2acb')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kstars/repos/staging-i686/kdeedu-kstars.install (from rev 
154878, kdeedu-kstars/trunk/kdeedu-kstars.install)
===
--- staging-i686/kdeedu-kstars.install  (rev 0)
+++ staging-i686/kdeedu-kstars.install  2012-03-31 07:43:44 UTC (rev 154879)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kstars/repos/staging-x86_64/PKGBUILD (from rev 154878, 
kdeedu-kstars/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:43:44 UTC (rev 154879)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'eigen' 'cfitsio' 'libindi')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('6447338ebed2f822c4c852bcfe50264ccaba2acb')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kstars/repos/staging-x86_64/kdeedu-kstars.install (from rev 
154878, kdeedu-kstars/trunk/kdeedu-kstars.install)
===
--- staging-x86_64/kdeedu-kstars.install(rev 0)
+++ staging-x86_64/kdeedu-kstars.install2012-03-31 07:43:44 UTC (rev 
154879)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:44:31
  Author: andrea
Revision: 154880

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

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

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

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 154879, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:44:31 UTC (rev 154880)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('5f19f77d3d80058f70b7df2376ce339fda6239e0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
154879, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2012-03-31 07:44:31 UTC (rev 154880)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 154879, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:44:31 UTC (rev 154880)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('5f19f77d3d80058f70b7df2376ce339fda6239e0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
154879, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2012-03-31 07:44:31 UTC (rev 
154880)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:45:00
  Author: andrea
Revision: 154881

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

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

---+
 staging-i686/PKGBUILD |   31 +++
 staging-i686/kdeedu-kturtle.install   |   11 +++
 staging-x86_64/PKGBUILD   |   31 +++
 staging-x86_64/kdeedu-kturtle.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-kturtle/repos/staging-i686/PKGBUILD (from rev 154880, 
kdeedu-kturtle/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:45:00 UTC (rev 154881)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kturtle
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('e27f02ae08b8cb3e6be4c0ad971681be5d55db8e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kturtle/repos/staging-i686/kdeedu-kturtle.install (from rev 
154880, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
===
--- staging-i686/kdeedu-kturtle.install (rev 0)
+++ staging-i686/kdeedu-kturtle.install 2012-03-31 07:45:00 UTC (rev 154881)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kturtle/repos/staging-x86_64/PKGBUILD (from rev 154880, 
kdeedu-kturtle/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:45:00 UTC (rev 154881)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kturtle
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('e27f02ae08b8cb3e6be4c0ad971681be5d55db8e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kturtle/repos/staging-x86_64/kdeedu-kturtle.install (from rev 
154880, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
===
--- staging-x86_64/kdeedu-kturtle.install   (rev 0)
+++ staging-x86_64/kdeedu-kturtle.install   2012-03-31 07:45:00 UTC (rev 
154881)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:45:24
  Author: andrea
Revision: 154882

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

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

-+
 staging-i686/PKGBUILD   |   31 ++
 staging-i686/kdeedu-kwordquiz.install   |   12 +++
 staging-x86_64/PKGBUILD |   31 ++
 staging-x86_64/kdeedu-kwordquiz.install |   12 +++
 4 files changed, 86 insertions(+)

Copied: kdeedu-kwordquiz/repos/staging-i686/PKGBUILD (from rev 154881, 
kdeedu-kwordquiz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:45:24 UTC (rev 154882)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kwordquiz
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('4507a07bdf62e5af1ce14ba18523a44b065d090e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kwordquiz/repos/staging-i686/kdeedu-kwordquiz.install (from rev 
154881, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
===
--- staging-i686/kdeedu-kwordquiz.install   (rev 0)
+++ staging-i686/kdeedu-kwordquiz.install   2012-03-31 07:45:24 UTC (rev 
154882)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kwordquiz/repos/staging-x86_64/PKGBUILD (from rev 154881, 
kdeedu-kwordquiz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:45:24 UTC (rev 154882)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kwordquiz
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('4507a07bdf62e5af1ce14ba18523a44b065d090e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kwordquiz/repos/staging-x86_64/kdeedu-kwordquiz.install (from 
rev 154881, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
===
--- staging-x86_64/kdeedu-kwordquiz.install (rev 0)
+++ staging-x86_64/kdeedu-kwordquiz.install 2012-03-31 07:45:24 UTC (rev 
154882)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:45:50
  Author: andrea
Revision: 154883

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

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

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-parley.install   |   12 
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-parley.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdeedu-parley/repos/staging-i686/PKGBUILD (from rev 154882, 
kdeedu-parley/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:45:50 UTC (rev 154883)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-parley
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('3b656361108b5c48e0c582c3ce724f6a439c7fe2')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-parley/repos/staging-i686/kdeedu-parley.install (from rev 
154882, kdeedu-parley/trunk/kdeedu-parley.install)
===
--- staging-i686/kdeedu-parley.install  (rev 0)
+++ staging-i686/kdeedu-parley.install  2012-03-31 07:45:50 UTC (rev 154883)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-parley/repos/staging-x86_64/PKGBUILD (from rev 154882, 
kdeedu-parley/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:45:50 UTC (rev 154883)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-parley
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('3b656361108b5c48e0c582c3ce724f6a439c7fe2')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-parley/repos/staging-x86_64/kdeedu-parley.install (from rev 
154882, kdeedu-parley/trunk/kdeedu-parley.install)
===
--- staging-x86_64/kdeedu-parley.install(rev 0)
+++ staging-x86_64/kdeedu-parley.install2012-03-31 07:45:50 UTC (rev 
154883)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:46:29
  Author: andrea
Revision: 154884

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

Added:
  kdeedu-rocs/repos/staging-i686/
  kdeedu-rocs/repos/staging-i686/PKGBUILD
(from rev 154883, kdeedu-rocs/trunk/PKGBUILD)
  kdeedu-rocs/repos/staging-x86_64/
  kdeedu-rocs/repos/staging-x86_64/PKGBUILD
(from rev 154883, kdeedu-rocs/trunk/PKGBUILD)

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

Copied: kdeedu-rocs/repos/staging-i686/PKGBUILD (from rev 154883, 
kdeedu-rocs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:46:29 UTC (rev 154884)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-rocs
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('3e22d284ec0ba40bc82dfc5f3b58b4a5721a8c64')
+options=('!makeflags')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-rocs/repos/staging-x86_64/PKGBUILD (from rev 154883, 
kdeedu-rocs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:46:29 UTC (rev 154884)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-rocs
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('3e22d284ec0ba40bc82dfc5f3b58b4a5721a8c64')
+options=('!makeflags')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:46:56
  Author: andrea
Revision: 154885

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

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

+
 staging-i686/PKGBUILD  |   31 +++
 staging-i686/kdeedu-step.install   |   11 +++
 staging-x86_64/PKGBUILD|   31 +++
 staging-x86_64/kdeedu-step.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-step/repos/staging-i686/PKGBUILD (from rev 154884, 
kdeedu-step/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:46:56 UTC (rev 154885)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl' 'eigen')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('0620924f7683c29e855482af8822067722ced080')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-step/repos/staging-i686/kdeedu-step.install (from rev 154884, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- staging-i686/kdeedu-step.install(rev 0)
+++ staging-i686/kdeedu-step.install2012-03-31 07:46:56 UTC (rev 154885)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-step/repos/staging-x86_64/PKGBUILD (from rev 154884, 
kdeedu-step/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:46:56 UTC (rev 154885)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl' 'eigen')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('0620924f7683c29e855482af8822067722ced080')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-step/repos/staging-x86_64/kdeedu-step.install (from rev 154884, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- staging-x86_64/kdeedu-step.install  (rev 0)
+++ staging-x86_64/kdeedu-step.install  2012-03-31 07:46:56 UTC (rev 154885)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:48:33
  Author: andrea
Revision: 154886

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

Added:
  kdegames/repos/staging-i686/
  kdegames/repos/staging-i686/PKGBUILD
(from rev 154885, kdegames/trunk/PKGBUILD)
  kdegames/repos/staging-i686/kdegames-kbattleship.install
(from rev 154885, kdegames/trunk/kdegames-kbattleship.install)
  kdegames/repos/staging-i686/kdegames-kfourinline.install
(from rev 154885, kdegames/trunk/kdegames-kfourinline.install)
  kdegames/repos/staging-i686/kdegames-kigo.install
(from rev 154885, kdegames/trunk/kdegames-kigo.install)
  kdegames/repos/staging-i686/kdegames-kolf.install
(from rev 154885, kdegames/trunk/kdegames-kolf.install)
  kdegames/repos/staging-i686/kdegames-kpatience.install
(from rev 154885, kdegames/trunk/kdegames-kpatience.install)
  kdegames/repos/staging-i686/kdegames-kreversi.install
(from rev 154885, kdegames/trunk/kdegames-kreversi.install)
  kdegames/repos/staging-i686/kdegames-kspaceduel.install
(from rev 154885, kdegames/trunk/kdegames-kspaceduel.install)
  kdegames/repos/staging-i686/kdegames-ksquares.install
(from rev 154885, kdegames/trunk/kdegames-ksquares.install)
  kdegames/repos/staging-i686/kdegames-ktuberling.install
(from rev 154885, kdegames/trunk/kdegames-ktuberling.install)
  kdegames/repos/staging-i686/kdegames-lskat.install
(from rev 154885, kdegames/trunk/kdegames-lskat.install)
  kdegames/repos/staging-i686/kdegames-palapeli.install
(from rev 154885, kdegames/trunk/kdegames-palapeli.install)
  kdegames/repos/staging-i686/kdegames.install
(from rev 154885, kdegames/trunk/kdegames.install)
  kdegames/repos/staging-x86_64/
  kdegames/repos/staging-x86_64/PKGBUILD
(from rev 154885, kdegames/trunk/PKGBUILD)
  kdegames/repos/staging-x86_64/kdegames-kbattleship.install
(from rev 154885, kdegames/trunk/kdegames-kbattleship.install)
  kdegames/repos/staging-x86_64/kdegames-kfourinline.install
(from rev 154885, kdegames/trunk/kdegames-kfourinline.install)
  kdegames/repos/staging-x86_64/kdegames-kigo.install
(from rev 154885, kdegames/trunk/kdegames-kigo.install)
  kdegames/repos/staging-x86_64/kdegames-kolf.install
(from rev 154885, kdegames/trunk/kdegames-kolf.install)
  kdegames/repos/staging-x86_64/kdegames-kpatience.install
(from rev 154885, kdegames/trunk/kdegames-kpatience.install)
  kdegames/repos/staging-x86_64/kdegames-kreversi.install
(from rev 154885, kdegames/trunk/kdegames-kreversi.install)
  kdegames/repos/staging-x86_64/kdegames-kspaceduel.install
(from rev 154885, kdegames/trunk/kdegames-kspaceduel.install)
  kdegames/repos/staging-x86_64/kdegames-ksquares.install
(from rev 154885, kdegames/trunk/kdegames-ksquares.install)
  kdegames/repos/staging-x86_64/kdegames-ktuberling.install
(from rev 154885, kdegames/trunk/kdegames-ktuberling.install)
  kdegames/repos/staging-x86_64/kdegames-lskat.install
(from rev 154885, kdegames/trunk/kdegames-lskat.install)
  kdegames/repos/staging-x86_64/kdegames-palapeli.install
(from rev 154885, kdegames/trunk/kdegames-palapeli.install)
  kdegames/repos/staging-x86_64/kdegames.install
(from rev 154885, kdegames/trunk/kdegames.install)

-+
 staging-i686/PKGBUILD   |  518 ++
 staging-i686/kdegames-kbattleship.install   |   24 +
 staging-i686/kdegames-kfourinline.install   |   12 
 staging-i686/kdegames-kigo.install  |   12 
 staging-i686/kdegames-kolf.install  |   12 
 staging-i686/kdegames-kpatience.install |   12 
 staging-i686/kdegames-kreversi.install  |   22 +
 staging-i686/kdegames-kspaceduel.install|   12 
 staging-i686/kdegames-ksquares.install  |   22 +
 staging-i686/kdegames-ktuberling.install|   12 
 staging-i686/kdegames-lskat.install |   12 
 staging-i686/kdegames-palapeli.install  |   13 
 staging-i686/kdegames.install   |   11 
 staging-x86_64/PKGBUILD |  518 ++
 staging-x86_64/kdegames-kbattleship.install |   24 +
 staging-x86_64/kdegames-kfourinline.install |   12 
 staging-x86_64/kdegames-kigo.install|   12 
 staging-x86_64/kdegames-kolf.install|   12 
 staging-x86_64/kdegames-kpatience.install   |   12 
 staging-x86_64/kdegames-kreversi.install|   22 +
 staging-x86_64/kdegames-kspaceduel.install  |   12 
 staging-x86_64/kdegames-ksquares.install|   22 +
 staging-x86_64/kdegames-ktuberling.install  |   12 
 staging-x86_64/kdegames-lskat.install   |   12 
 staging-x86_64/kdegames-palapeli.install|   13 
 staging-x86_64/kdegames.install |   11 
 26 files changed, 1388 insertions(+)

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


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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:50:45
  Author: andrea
Revision: 154887

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

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

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

Copied: kdegraphics-gwenview/repos/staging-i686/PKGBUILD (from rev 154886, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:50:45 UTC (rev 154887)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-gwenview
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A fast and easy to use image viewer for KDE
+url=http://kde.org/applications/graphics/gwenview/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('1c5293c258b5afeba5551bdd2029d83eb2ae7df3')
+
+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/staging-i686/kdegraphics-gwenview.install 
(from rev 154886, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- staging-i686/kdegraphics-gwenview.install   (rev 0)
+++ staging-i686/kdegraphics-gwenview.install   2012-03-31 07:50:45 UTC (rev 
154887)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-gwenview/repos/staging-x86_64/PKGBUILD (from rev 154886, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:50:45 UTC (rev 154887)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-gwenview
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A fast and easy to use image viewer for KDE
+url=http://kde.org/applications/graphics/gwenview/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('1c5293c258b5afeba5551bdd2029d83eb2ae7df3')
+
+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/staging-x86_64/kdegraphics-gwenview.install 
(from rev 154886, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- staging-x86_64/kdegraphics-gwenview.install (rev 0)
+++ staging-x86_64/kdegraphics-gwenview.install 2012-03-31 07:50:45 UTC (rev 
154887)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Ionut Biru
Date: Saturday, March 31, 2012 @ 03:50:54
  Author: ibiru
Revision: 154888

update optdepends

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-31 07:50:45 UTC (rev 154887)
+++ PKGBUILD2012-03-31 07:50:54 UTC (rev 154888)
@@ -13,7 +13,7 @@
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'
 'telepathy-salut: Link-local XMPP support'
-'telepathy-sofiasip: SIP support'
+'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 options=('!libtool')
 groups=('gnome-extra')



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:51:17
  Author: andrea
Revision: 154889

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

Added:
  kdegraphics-kamera/repos/staging-i686/
  kdegraphics-kamera/repos/staging-i686/PKGBUILD
(from rev 154888, kdegraphics-kamera/trunk/PKGBUILD)
  kdegraphics-kamera/repos/staging-x86_64/
  kdegraphics-kamera/repos/staging-x86_64/PKGBUILD
(from rev 154888, kdegraphics-kamera/trunk/PKGBUILD)

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

Copied: kdegraphics-kamera/repos/staging-i686/PKGBUILD (from rev 154888, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:51:17 UTC (rev 154889)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'gphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('45beaa52b384e80a3c66f15587abc2938b64c4f1')
+
+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/staging-x86_64/PKGBUILD (from rev 154888, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:51:17 UTC (rev 154889)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'gphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('45beaa52b384e80a3c66f15587abc2938b64c4f1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:51:41
  Author: andrea
Revision: 154890

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

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

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

Copied: kdegraphics-kcolorchooser/repos/staging-i686/PKGBUILD (from rev 154889, 
kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:51:41 UTC (rev 154890)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=4.8.2
+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/stable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
+sha1sums=('0d1b46b7c90fc2910b3c7422469422efcebc39aa')
+
+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/staging-i686/kdegraphics-kcolorchooser.install 
(from rev 154889, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- staging-i686/kdegraphics-kcolorchooser.install  
(rev 0)
+++ staging-i686/kdegraphics-kcolorchooser.install  2012-03-31 07:51:41 UTC 
(rev 154890)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kcolorchooser/repos/staging-x86_64/PKGBUILD (from rev 
154889, kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:51:41 UTC (rev 154890)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=4.8.2
+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/stable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
+sha1sums=('0d1b46b7c90fc2910b3c7422469422efcebc39aa')
+
+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/staging-x86_64/kdegraphics-kcolorchooser.install
 (from rev 154889, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- staging-x86_64/kdegraphics-kcolorchooser.install
(rev 0)
+++ staging-x86_64/kdegraphics-kcolorchooser.install2012-03-31 07:51:41 UTC 
(rev 154890)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:52:10
  Author: andrea
Revision: 154891

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

Added:
  kdegraphics-kgamma/repos/staging-i686/
  kdegraphics-kgamma/repos/staging-i686/PKGBUILD
(from rev 154890, kdegraphics-kgamma/trunk/PKGBUILD)
  kdegraphics-kgamma/repos/staging-x86_64/
  kdegraphics-kgamma/repos/staging-x86_64/PKGBUILD
(from rev 154890, kdegraphics-kgamma/trunk/PKGBUILD)

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

Copied: kdegraphics-kgamma/repos/staging-i686/PKGBUILD (from rev 154890, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:52:10 UTC (rev 154891)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A monitor calibration tool
+url=http://kde.org/applications/graphics/kgamma/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
+sha1sums=('222c2f7f16bae3dd450b04225b88596f4817e3a6')
+
+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/staging-x86_64/PKGBUILD (from rev 154890, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:52:10 UTC (rev 154891)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A monitor calibration tool
+url=http://kde.org/applications/graphics/kgamma/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
+sha1sums=('222c2f7f16bae3dd450b04225b88596f4817e3a6')
+
+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
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:52:34
  Author: andrea
Revision: 154892

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

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

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

Copied: kdegraphics-kolourpaint/repos/staging-i686/PKGBUILD (from rev 154891, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:52:34 UTC (rev 154892)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.8.2
+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/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('1a51dce10d29f5694216d99cb7c9b0964181fe50')
+
+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/staging-i686/kdegraphics-kolourpaint.install 
(from rev 154891, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- staging-i686/kdegraphics-kolourpaint.install
(rev 0)
+++ staging-i686/kdegraphics-kolourpaint.install2012-03-31 07:52:34 UTC 
(rev 154892)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kolourpaint/repos/staging-x86_64/PKGBUILD (from rev 154891, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:52:34 UTC (rev 154892)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.8.2
+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/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('1a51dce10d29f5694216d99cb7c9b0964181fe50')
+
+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/staging-x86_64/kdegraphics-kolourpaint.install 
(from rev 154891, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- staging-x86_64/kdegraphics-kolourpaint.install  
(rev 0)
+++ staging-x86_64/kdegraphics-kolourpaint.install  2012-03-31 07:52:34 UTC 
(rev 154892)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:53:00
  Author: andrea
Revision: 154893

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

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

---+
 staging-i686/PKGBUILD |   31 
 staging-i686/kdegraphics-kruler.install   |   12 ++
 staging-x86_64/PKGBUILD   |   31 
 staging-x86_64/kdegraphics-kruler.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: kdegraphics-kruler/repos/staging-i686/PKGBUILD (from rev 154892, 
kdegraphics-kruler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:53:00 UTC (rev 154893)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kruler
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Screen Ruler
+url=http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
+sha1sums=('3db2efcc53a0ef1ba46d5f908f732da708b2b14c')
+
+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/staging-i686/kdegraphics-kruler.install (from 
rev 154892, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
===
--- staging-i686/kdegraphics-kruler.install (rev 0)
+++ staging-i686/kdegraphics-kruler.install 2012-03-31 07:53:00 UTC (rev 
154893)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kruler/repos/staging-x86_64/PKGBUILD (from rev 154892, 
kdegraphics-kruler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:53:00 UTC (rev 154893)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kruler
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Screen Ruler
+url=http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
+sha1sums=('3db2efcc53a0ef1ba46d5f908f732da708b2b14c')
+
+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/staging-x86_64/kdegraphics-kruler.install 
(from rev 154892, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
===
--- staging-x86_64/kdegraphics-kruler.install   (rev 0)
+++ staging-x86_64/kdegraphics-kruler.install   2012-03-31 07:53:00 UTC (rev 
154893)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:53:27
  Author: andrea
Revision: 154894

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

Added:
  kdegraphics-ksaneplugin/repos/staging-i686/
  kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD
(from rev 154893, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/staging-x86_64/
  kdegraphics-ksaneplugin/repos/staging-x86_64/PKGBUILD
(from rev 154893, kdegraphics-ksaneplugin/trunk/PKGBUILD)

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

Copied: kdegraphics-ksaneplugin/repos/staging-i686/PKGBUILD (from rev 154893, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:53:27 UTC (rev 154894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('04a75bc260f0780a9c9dcbdd6b75418168ad5631')
+
+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/staging-x86_64/PKGBUILD (from rev 154893, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:53:27 UTC (rev 154894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A scan plugin that implements the scanning
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('04a75bc260f0780a9c9dcbdd6b75418168ad5631')
+
+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
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:53:50
  Author: andrea
Revision: 154895

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

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

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

Copied: kdegraphics-ksnapshot/repos/staging-i686/PKGBUILD (from rev 154894, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:53:50 UTC (rev 154895)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Screen Capture Program
+url=http://kde.org/applications/graphics/ksnapshot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdelibs' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('373362717f42b5996883eb405a756c8a570ce128')
+
+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/staging-i686/kdegraphics-ksnapshot.install 
(from rev 154894, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- staging-i686/kdegraphics-ksnapshot.install  (rev 0)
+++ staging-i686/kdegraphics-ksnapshot.install  2012-03-31 07:53:50 UTC (rev 
154895)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-ksnapshot/repos/staging-x86_64/PKGBUILD (from rev 154894, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:53:50 UTC (rev 154895)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Screen Capture Program
+url=http://kde.org/applications/graphics/ksnapshot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdelibs' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('373362717f42b5996883eb405a756c8a570ce128')
+
+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/staging-x86_64/kdegraphics-ksnapshot.install (from 
rev 154894, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- staging-x86_64/kdegraphics-ksnapshot.install
(rev 0)
+++ staging-x86_64/kdegraphics-ksnapshot.install2012-03-31 07:53:50 UTC 
(rev 154895)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:54:16
  Author: andrea
Revision: 154896

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

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

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

Copied: kdegraphics-mobipocket/repos/staging-i686/PKGBUILD (from rev 154895, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:54:16 UTC (rev 154896)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('60ea4e3e0e7030ed61c35761c5542d967cd161fc')
+
+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/staging-i686/kdegraphics-mobipocket.install (from 
rev 154895, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- staging-i686/kdegraphics-mobipocket.install (rev 0)
+++ staging-i686/kdegraphics-mobipocket.install 2012-03-31 07:54:16 UTC (rev 
154896)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdegraphics-mobipocket/repos/staging-x86_64/PKGBUILD (from rev 154895, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:54:16 UTC (rev 154896)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('60ea4e3e0e7030ed61c35761c5542d967cd161fc')
+
+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/staging-x86_64/kdegraphics-mobipocket.install 
(from rev 154895, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- staging-x86_64/kdegraphics-mobipocket.install   
(rev 0)
+++ staging-x86_64/kdegraphics-mobipocket.install   2012-03-31 07:54:16 UTC 
(rev 154896)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:54:44
  Author: andrea
Revision: 154897

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

Added:
  kdegraphics-strigi-analyzer/repos/staging-i686/
  kdegraphics-strigi-analyzer/repos/staging-i686/PKGBUILD
(from rev 154896, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
  kdegraphics-strigi-analyzer/repos/staging-x86_64/
  kdegraphics-strigi-analyzer/repos/staging-x86_64/PKGBUILD
(from rev 154896, kdegraphics-strigi-analyzer/trunk/PKGBUILD)

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

Copied: kdegraphics-strigi-analyzer/repos/staging-i686/PKGBUILD (from rev 
154896, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:54:44 UTC (rev 154897)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Strigi analyzers for various graphics file formats
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b61e1a949d0de92d5f4f1a822fe6dcaaa52b03c')
+
+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/staging-x86_64/PKGBUILD (from rev 
154896, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:54:44 UTC (rev 154897)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Strigi analyzers for various graphics file formats
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b61e1a949d0de92d5f4f1a822fe6dcaaa52b03c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:55:11
  Author: andrea
Revision: 154898

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

Added:
  kdegraphics-svgpart/repos/staging-i686/
  kdegraphics-svgpart/repos/staging-i686/PKGBUILD
(from rev 154897, kdegraphics-svgpart/trunk/PKGBUILD)
  kdegraphics-svgpart/repos/staging-x86_64/
  kdegraphics-svgpart/repos/staging-x86_64/PKGBUILD
(from rev 154897, kdegraphics-svgpart/trunk/PKGBUILD)

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

Copied: kdegraphics-svgpart/repos/staging-i686/PKGBUILD (from rev 154897, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:55:11 UTC (rev 154898)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A KPart for viewving SVGs
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('f29c38a0d82d96140770a4a354d8087aaca9ddb8')
+
+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/staging-x86_64/PKGBUILD (from rev 154897, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:55:11 UTC (rev 154898)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A KPart for viewving SVGs
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('f29c38a0d82d96140770a4a354d8087aaca9ddb8')
+
+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
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:55:38
  Author: andrea
Revision: 154899

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

Added:
  kdegraphics-thumbnailers/repos/staging-i686/
  kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD
(from rev 154898, kdegraphics-thumbnailers/trunk/PKGBUILD)
  kdegraphics-thumbnailers/repos/staging-x86_64/
  kdegraphics-thumbnailers/repos/staging-x86_64/PKGBUILD
(from rev 154898, kdegraphics-thumbnailers/trunk/PKGBUILD)

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

Copied: kdegraphics-thumbnailers/repos/staging-i686/PKGBUILD (from rev 154898, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:55:38 UTC (rev 154899)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cd6e99a6c0db6bda765c765356ba9bbd601fba0d')
+
+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/staging-x86_64/PKGBUILD (from rev 
154898, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:55:38 UTC (rev 154899)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cd6e99a6c0db6bda765c765356ba9bbd601fba0d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:56:14
  Author: andrea
Revision: 154900

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

Added:
  kdemultimedia/repos/staging-i686/
  kdemultimedia/repos/staging-i686/PKGBUILD
(from rev 154899, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/staging-i686/kdemultimedia-dragonplayer.install
(from rev 154899, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/staging-i686/kdemultimedia.install
(from rev 154899, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/staging-i686/mplayerthumbs.config
(from rev 154899, kdemultimedia/trunk/mplayerthumbs.config)
  kdemultimedia/repos/staging-x86_64/
  kdemultimedia/repos/staging-x86_64/PKGBUILD
(from rev 154899, kdemultimedia/trunk/PKGBUILD)
  kdemultimedia/repos/staging-x86_64/kdemultimedia-dragonplayer.install
(from rev 154899, kdemultimedia/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia/repos/staging-x86_64/kdemultimedia.install
(from rev 154899, kdemultimedia/trunk/kdemultimedia.install)
  kdemultimedia/repos/staging-x86_64/mplayerthumbs.config
(from rev 154899, kdemultimedia/trunk/mplayerthumbs.config)

---+
 staging-i686/PKGBUILD |  108 
 staging-i686/kdemultimedia-dragonplayer.install   |   12 ++
 staging-i686/kdemultimedia.install|   11 ++
 staging-i686/mplayerthumbs.config |2 
 staging-x86_64/PKGBUILD   |  108 
 staging-x86_64/kdemultimedia-dragonplayer.install |   12 ++
 staging-x86_64/kdemultimedia.install  |   11 ++
 staging-x86_64/mplayerthumbs.config   |2 
 8 files changed, 266 insertions(+)

Copied: kdemultimedia/repos/staging-i686/PKGBUILD (from rev 154899, 
kdemultimedia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:56:14 UTC (rev 154900)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdemultimedia
+pkgname=('kdemultimedia-dragonplayer'
+ 'kdemultimedia-ffmpegthumbs'
+ 'kdemultimedia-juk'
+ 'kdemultimedia-kioslave'
+ 'kdemultimedia-kmix'
+ 'kdemultimedia-kscd'
+ 'kdemultimedia-mplayerthumbs')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'tunepimp' 'ffmpeg' 'mplayer'
+ 'pulseaudio' 'libmusicbrainz3')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'mplayerthumbs.config')
+sha1sums=('8f54038cc68f91acef07fed711f83407c113b88b'
+  'ba016fa2563c14ffcba852c62506b66bfc6ee683')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdemultimedia-dragonplayer() {
+   pkgdesc='Video Player'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/multimedia/dragonplayer/;
+   install='kdemultimedia-dragonplayer.install'
+   cd $srcdir/build/dragonplayer
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dragonplayer
+   make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-ffmpegthumbs() {
+   pkgdesc='Video Files (ffmpegthumbs)'
+   depends=('kdebase-runtime' 'ffmpeg')
+   install='kdemultimedia.install'
+   cd $srcdir/build/ffmpegthumbs
+   make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-juk() {
+   pkgdesc='Music Player'
+   depends=('kdebase-runtime' 'tunepimp')
+   url=http://kde.org/applications/multimedia/juk;
+   install='kdemultimedia.install'
+   cd $srcdir/build/juk
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/juk
+   make DESTDIR=$pkgdir install
+}
+
+package_kdemultimedia-kioslave() {
+   pkgdesc='Audio CD Browser'
+   depends=('kdelibs' 'libmusicbrainz3' 'cdparanoia')
+   conflicts=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
+   replaces=('kdemultimedia-libkcddb' 'kdemultimedia-libkcompactdisc')
+   for i in kioslave doc/kioslave libkcddb libkcompactdisc; do
+   cd $srcdir/build/${i}
+   make DESTDIR=$pkgdir install
+   done
+}
+
+package_kdemultimedia-kmix() {
+   pkgdesc='Sound Mixer'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/multimedia/kmix;
+   install='kdemultimedia.install'
+   cd $srcdir/build/kmix
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kmix
+   make 

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:57:02
  Author: andrea
Revision: 154901

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

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

--+
 staging-i686/PKGBUILD|  110 +
 staging-i686/kdenetwork-kget.install |   12 +++
 staging-i686/kdenetwork-kopete.install   |   12 +++
 staging-i686/kdenetwork-kppp.install |   12 +++
 staging-i686/kdenetwork.install  |   11 ++
 staging-x86_64/PKGBUILD  |  110 +
 staging-x86_64/kdenetwork-kget.install   |   12 +++
 staging-x86_64/kdenetwork-kopete.install |   12 +++
 staging-x86_64/kdenetwork-kppp.install   |   12 +++
 staging-x86_64/kdenetwork.install|   11 ++
 10 files changed, 314 insertions(+)

Copied: kdenetwork/repos/staging-i686/PKGBUILD (from rev 154900, 
kdenetwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:57:02 UTC (rev 154901)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdenetwork
+pkgname=('kdenetwork-filesharing'
+ 'kdenetwork-kdnssd'
+ 'kdenetwork-kget'
+ 'kdenetwork-kopete'
+ 'kdenetwork-kppp'
+ 'kdenetwork-krdc'
+ 'kdenetwork-krfb')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'ppp'
+   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
+'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
+'libktorrent' 'libmms' 'mediastreamer')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a899a9ef1637612a5ec14bb3ff950f3ed565d60e')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
+-DWITH_Xmms=OFF \
+   -DWITH_LibMeanwhile=OFF
+   make
+}
+
+package_kdenetwork-filesharing() {
+   pkgdesc='Konqueror properties dialog plugin to share a directory with 
the local network'
+   depends=('kdelibs' 'smbclient')
+   install='kdenetwork.install'
+   cd $srcdir/build/filesharing
+   make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kdnssd() {
+   pkgdesc='Monitors the network for DNS-SD services'
+   depends=('kdelibs')
+   cd $srcdir/build/kdnssd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kget() {
+   pkgdesc='Download Manager'
+   depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+   url=http://kde.org/applications/internet/kget/;
+   install='kdenetwork-kget.install'
+   cd $srcdir/build/kget
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kget
+   make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kopete() {
+   pkgdesc='Instant Messenger'
+   depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn'
+'libidn' 'qimageblitz' 'libgadu' 'mediastreamer')
+   url=http://kde.org/applications/internet/kopete/;
+   install='kdenetwork-kopete.install'
+   cd $srcdir/build/kopete
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kopete
+   make DESTDIR=$pkgdir install
+}
+
+package_kdenetwork-kppp() {
+   pkgdesc='Internet Dial-Up Tool'
+   

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:58:10
  Author: andrea
Revision: 154902

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

Added:
  kdepim/repos/staging-i686/
  kdepim/repos/staging-i686/PKGBUILD
(from rev 154901, kdepim/trunk/PKGBUILD)
  kdepim/repos/staging-i686/kdepim-kleopatra.install
(from rev 154901, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/staging-i686/kdepim-kmail.install
(from rev 154901, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/staging-i686/kdepim-korganizer.install
(from rev 154901, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/staging-i686/kdepim.install
(from rev 154901, kdepim/trunk/kdepim.install)
  kdepim/repos/staging-x86_64/
  kdepim/repos/staging-x86_64/PKGBUILD
(from rev 154901, kdepim/trunk/PKGBUILD)
  kdepim/repos/staging-x86_64/kdepim-kleopatra.install
(from rev 154901, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/staging-x86_64/kdepim-kmail.install
(from rev 154901, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/staging-x86_64/kdepim-korganizer.install
(from rev 154901, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/staging-x86_64/kdepim.install
(from rev 154901, kdepim/trunk/kdepim.install)

--+
 staging-i686/PKGBUILD|  244 +
 staging-i686/kdepim-kleopatra.install|   12 +
 staging-i686/kdepim-kmail.install|   12 +
 staging-i686/kdepim-korganizer.install   |   12 +
 staging-i686/kdepim.install  |   11 +
 staging-x86_64/PKGBUILD  |  244 +
 staging-x86_64/kdepim-kleopatra.install  |   12 +
 staging-x86_64/kdepim-kmail.install  |   12 +
 staging-x86_64/kdepim-korganizer.install |   12 +
 staging-x86_64/kdepim.install|   11 +
 10 files changed, 582 insertions(+)

Copied: kdepim/repos/staging-i686/PKGBUILD (from rev 154901, 
kdepim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:58:10 UTC (rev 154902)
@@ -0,0 +1,244 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepim
+pkgname=('kdepim-akonadiconsole'
+ 'kdepim-akregator'
+ 'kdepim-blogilo'
+ 'kdepim-console'
+ 'kdepim-kaddressbook'
+ 'kdepim-kalarm'
+ 'kdepim-kjots'
+ 'kdepim-kleopatra'
+ 'kdepim-kmail'
+ 'kdepim-knode'
+ 'kdepim-knotes'
+ 'kdepim-kontact'
+ 'kdepim-korganizer'
+ 'kdepim-kresources'
+ 'kdepim-ktimetracker'
+ 'kdepim-libkdepim')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdepim')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
+ 'kde-agent')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('1c3a459ef4d76e1247ac47816bf2b7ea6e37908a')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DKDEPIM_BUILD_MOBILE=OFF
+   make
+}
+
+package_kdepim-akonadiconsole() {
+   pkgdesc='Akonadi Management and Debugging Console'
+   depends=('kdepim-libkdepim')
+   url='http://pim.kde.org'
+   install='kdepim.install'
+   cd ${srcdir}/build/akonadiconsole
+   make DESTDIR=${pkgdir} install
+}
+
+package_kdepim-akregator() {
+   pkgdesc='A Feed Reader for KDE'
+   depends=('kdepim-libkdepim')
+   url=http://kde.org/applications/internet/akregator/;
+   install='kdepim.install'
+   cd ${srcdir}/build/akregator
+   make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/akregator
+   make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/kontact/plugins/akregator
+   make DESTDIR=${pkgdir} install
+}
+
+package_kdepim-blogilo() {
+   pkgdesc='A KDE Blogging Client'
+   depends=('kdepim-runtime')
+   url=http://kde.org/applications/internet/blogilo/;
+   replaces=('blogilo')
+   conflicts=('blogilo')
+   install='kdepim.install'
+   cd ${srcdir}/build/blogilo
+   make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build/doc/blogilo
+   make DESTDIR=${pkgdir} install
+}
+
+package_kdepim-console() {
+   pkgdesc='Command line tool for accessing calendar files'
+   depends=('kdepim-runtime')
+   url='http://pim.kde.org'
+   install='kdepim.install'
+   cd ${srcdir}/build/console
+   make DESTDIR=${pkgdir} install
+}
+
+package_kdepim-kaddressbook() {
+   pkgdesc='Contact Manager'
+   depends=('kdepim-libkdepim')
+   

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:59:08
  Author: andrea
Revision: 154903

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

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

--+
 staging-i686/PKGBUILD|  619 +
 staging-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 staging-i686/kdeplasma-addons-applets.install|   11 
 staging-x86_64/PKGBUILD  |  619 +
 staging-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 staging-x86_64/kdeplasma-addons-applets.install  |   11 
 6 files changed, 1284 insertions(+)

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


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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:00:32
  Author: andrea
Revision: 154904

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

Added:
  kdesdk/repos/staging-i686/
  kdesdk/repos/staging-i686/PKGBUILD
(from rev 154903, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-i686/fix-python2-path.patch
(from rev 154903, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-i686/kdesdk-cervisia.install
(from rev 154903, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-i686/kdesdk-kcachegrind.install
(from rev 154903, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-i686/kdesdk-kompare.install
(from rev 154903, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-i686/kdesdk-kuiviewer.install
(from rev 154903, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-i686/kdesdk-lokalize.install
(from rev 154903, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-i686/kdesdk-okteta.install
(from rev 154903, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-i686/kdesdk-umbrello.install
(from rev 154903, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-i686/kdesdk.install
(from rev 154903, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/staging-x86_64/
  kdesdk/repos/staging-x86_64/PKGBUILD
(from rev 154903, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/staging-x86_64/fix-python2-path.patch
(from rev 154903, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/staging-x86_64/kdesdk-cervisia.install
(from rev 154903, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/staging-x86_64/kdesdk-kcachegrind.install
(from rev 154903, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/staging-x86_64/kdesdk-kompare.install
(from rev 154903, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/staging-x86_64/kdesdk-kuiviewer.install
(from rev 154903, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/staging-x86_64/kdesdk-lokalize.install
(from rev 154903, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/staging-x86_64/kdesdk-okteta.install
(from rev 154903, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 154903, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/staging-x86_64/kdesdk.install
(from rev 154903, kdesdk/trunk/kdesdk.install)

---+
 staging-i686/PKGBUILD |  262 
 staging-i686/fix-python2-path.patch   |   32 +++
 staging-i686/kdesdk-cervisia.install  |   12 +
 staging-i686/kdesdk-kcachegrind.install   |   12 +
 staging-i686/kdesdk-kompare.install   |   12 +
 staging-i686/kdesdk-kuiviewer.install |   12 +
 staging-i686/kdesdk-lokalize.install  |   12 +
 staging-i686/kdesdk-okteta.install|   12 +
 staging-i686/kdesdk-umbrello.install  |   12 +
 staging-i686/kdesdk.install   |   11 +
 staging-x86_64/PKGBUILD   |  262 
 staging-x86_64/fix-python2-path.patch |   32 +++
 staging-x86_64/kdesdk-cervisia.install|   12 +
 staging-x86_64/kdesdk-kcachegrind.install |   12 +
 staging-x86_64/kdesdk-kompare.install |   12 +
 staging-x86_64/kdesdk-kuiviewer.install   |   12 +
 staging-x86_64/kdesdk-lokalize.install|   12 +
 staging-x86_64/kdesdk-okteta.install  |   12 +
 staging-x86_64/kdesdk-umbrello.install|   12 +
 staging-x86_64/kdesdk.install |   11 +
 20 files changed, 778 insertions(+)

Copied: kdesdk/repos/staging-i686/PKGBUILD (from rev 154903, 
kdesdk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:00:32 UTC (rev 154904)
@@ -0,0 +1,262 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kdeaccounts-plugin'
+ 'kdesdk-kdepalettes'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('d080aee7222b8cf3cede8eccf193f0694338056c'
+  

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:01:10
  Author: andrea
Revision: 154905

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

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

+
 staging-i686/PKGBUILD  |   56 +++
 staging-i686/kdetoys.install   |   11 +++
 staging-x86_64/PKGBUILD|   56 +++
 staging-x86_64/kdetoys.install |   11 +++
 4 files changed, 134 insertions(+)

Copied: kdetoys/repos/staging-i686/PKGBUILD (from rev 154904, 
kdetoys/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:01:10 UTC (rev 154905)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdetoys
+pkgname=('kdetoys-amor'
+ 'kdetoys-kteatime'
+ 'kdetoys-ktux')
+pkgver=4.8.2
+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/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d6414aadd77a4c84fdd1d72c32bc066251b30bde')
+
+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/staging-i686/kdetoys.install (from rev 154904, 
kdetoys/trunk/kdetoys.install)
===
--- staging-i686/kdetoys.install(rev 0)
+++ staging-i686/kdetoys.install2012-03-31 08:01:10 UTC (rev 154905)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys/repos/staging-x86_64/PKGBUILD (from rev 154904, 
kdetoys/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:01:10 UTC (rev 154905)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdetoys
+pkgname=('kdetoys-amor'
+ 'kdetoys-kteatime'
+ 'kdetoys-ktux')
+pkgver=4.8.2
+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/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d6414aadd77a4c84fdd1d72c32bc066251b30bde')
+
+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' )
+   

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:01:35
  Author: andrea
Revision: 154906

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

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

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/kdeutils-ark.install   |   11 +++
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/kdeutils-ark.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: kdeutils-ark/repos/staging-i686/PKGBUILD (from rev 154905, 
kdeutils-ark/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:01:35 UTC (rev 154906)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('d39be864ed818dd49aeba84ca4c02c0e5813eadf')
+
+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/staging-i686/kdeutils-ark.install (from rev 154905, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- staging-i686/kdeutils-ark.install   (rev 0)
+++ staging-i686/kdeutils-ark.install   2012-03-31 08:01:35 UTC (rev 154906)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-ark/repos/staging-x86_64/PKGBUILD (from rev 154905, 
kdeutils-ark/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:01:35 UTC (rev 154906)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('d39be864ed818dd49aeba84ca4c02c0e5813eadf')
+
+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/staging-x86_64/kdeutils-ark.install (from rev 
154905, kdeutils-ark/trunk/kdeutils-ark.install)
===
--- staging-x86_64/kdeutils-ark.install (rev 0)
+++ staging-x86_64/kdeutils-ark.install 2012-03-31 08:01:35 UTC (rev 154906)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:02:00
  Author: andrea
Revision: 154907

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

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

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

Copied: kdeutils-filelight/repos/staging-i686/PKGBUILD (from rev 154906, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:02:00 UTC (rev 154907)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('76d8c729e259e2395258f6114e737b07b6671846')
+
+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/staging-i686/kdeutils-filelight.install (from 
rev 154906, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- staging-i686/kdeutils-filelight.install (rev 0)
+++ staging-i686/kdeutils-filelight.install 2012-03-31 08:02:00 UTC (rev 
154907)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-filelight/repos/staging-x86_64/PKGBUILD (from rev 154906, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:02:00 UTC (rev 154907)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('76d8c729e259e2395258f6114e737b07b6671846')
+
+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/staging-x86_64/kdeutils-filelight.install 
(from rev 154906, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- staging-x86_64/kdeutils-filelight.install   (rev 0)
+++ staging-x86_64/kdeutils-filelight.install   2012-03-31 08:02:00 UTC (rev 
154907)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:02:24
  Author: andrea
Revision: 154908

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

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

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

Copied: kdeutils-kcalc/repos/staging-i686/PKGBUILD (from rev 154907, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:02:24 UTC (rev 154908)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcalc
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('f2bbed3d7f991a4cd0484cc4fafe8c04bd29d986')
+
+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/staging-i686/kdeutils-kcalc.install (from rev 
154907, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- staging-i686/kdeutils-kcalc.install (rev 0)
+++ staging-i686/kdeutils-kcalc.install 2012-03-31 08:02:24 UTC (rev 154908)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kcalc/repos/staging-x86_64/PKGBUILD (from rev 154907, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:02:24 UTC (rev 154908)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcalc
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('f2bbed3d7f991a4cd0484cc4fafe8c04bd29d986')
+
+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/staging-x86_64/kdeutils-kcalc.install (from rev 
154907, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- staging-x86_64/kdeutils-kcalc.install   (rev 0)
+++ staging-x86_64/kdeutils-kcalc.install   2012-03-31 08:02:24 UTC (rev 
154908)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:02:51
  Author: andrea
Revision: 154909

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

Added:
  kdeutils-kcharselect/repos/staging-i686/
  kdeutils-kcharselect/repos/staging-i686/PKGBUILD
(from rev 154908, kdeutils-kcharselect/trunk/PKGBUILD)
  kdeutils-kcharselect/repos/staging-x86_64/
  kdeutils-kcharselect/repos/staging-x86_64/PKGBUILD
(from rev 154908, kdeutils-kcharselect/trunk/PKGBUILD)

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

Copied: kdeutils-kcharselect/repos/staging-i686/PKGBUILD (from rev 154908, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:02:51 UTC (rev 154909)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('527d28bf3bb22d38665a006ab835ff6d75f592a4')
+
+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/staging-x86_64/PKGBUILD (from rev 154908, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:02:51 UTC (rev 154909)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('527d28bf3bb22d38665a006ab835ff6d75f592a4')
+
+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
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:03:14
  Author: andrea
Revision: 154910

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

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

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

Copied: kdeutils-kdf/repos/staging-i686/PKGBUILD (from rev 154909, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:03:14 UTC (rev 154910)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=4.8.2
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('50754775bacf562ff53862b2005901501f8eb1c4')
+
+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/staging-i686/kdeutils-kdf.install (from rev 154909, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- staging-i686/kdeutils-kdf.install   (rev 0)
+++ staging-i686/kdeutils-kdf.install   2012-03-31 08:03:14 UTC (rev 154910)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kdf/repos/staging-x86_64/PKGBUILD (from rev 154909, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:03:14 UTC (rev 154910)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=4.8.2
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('50754775bacf562ff53862b2005901501f8eb1c4')
+
+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/staging-x86_64/kdeutils-kdf.install (from rev 
154909, kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- staging-x86_64/kdeutils-kdf.install (rev 0)
+++ staging-x86_64/kdeutils-kdf.install 2012-03-31 08:03:14 UTC (rev 154910)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:03:40
  Author: andrea
Revision: 154911

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

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

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

Copied: kdeutils-kfloppy/repos/staging-i686/PKGBUILD (from rev 154910, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:03:40 UTC (rev 154911)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('abbbd2908caeade32912cff7db13a50199fae453')
+
+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/staging-i686/kdeutils-kfloppy.install (from rev 
154910, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- staging-i686/kdeutils-kfloppy.install   (rev 0)
+++ staging-i686/kdeutils-kfloppy.install   2012-03-31 08:03:40 UTC (rev 
154911)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kfloppy/repos/staging-x86_64/PKGBUILD (from rev 154910, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:03:40 UTC (rev 154911)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('abbbd2908caeade32912cff7db13a50199fae453')
+
+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/staging-x86_64/kdeutils-kfloppy.install (from 
rev 154910, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- staging-x86_64/kdeutils-kfloppy.install (rev 0)
+++ staging-x86_64/kdeutils-kfloppy.install 2012-03-31 08:03:40 UTC (rev 
154911)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:04:06
  Author: andrea
Revision: 154912

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

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

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

Copied: kdeutils-kgpg/repos/staging-i686/PKGBUILD (from rev 154911, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:04:06 UTC (rev 154912)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('ef4833daa82e277f2336e68c0d586cf180a1510f')
+
+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/staging-i686/kdeutils-kgpg.install (from rev 
154911, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- staging-i686/kdeutils-kgpg.install  (rev 0)
+++ staging-i686/kdeutils-kgpg.install  2012-03-31 08:04:06 UTC (rev 154912)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kgpg/repos/staging-x86_64/PKGBUILD (from rev 154911, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:04:06 UTC (rev 154912)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('ef4833daa82e277f2336e68c0d586cf180a1510f')
+
+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/staging-x86_64/kdeutils-kgpg.install (from rev 
154911, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- staging-x86_64/kdeutils-kgpg.install(rev 0)
+++ staging-x86_64/kdeutils-kgpg.install2012-03-31 08:04:06 UTC (rev 
154912)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:04:33
  Author: andrea
Revision: 154913

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

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

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

Copied: kdeutils-kremotecontrol/repos/staging-i686/PKGBUILD (from rev 154912, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:04:33 UTC (rev 154913)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('2269320a9a33a29511c14c7e6c46bff22474076a')
+
+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/staging-i686/kdeutils-kremotecontrol.install 
(from rev 154912, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- staging-i686/kdeutils-kremotecontrol.install
(rev 0)
+++ staging-i686/kdeutils-kremotecontrol.install2012-03-31 08:04:33 UTC 
(rev 154913)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kremotecontrol/repos/staging-x86_64/PKGBUILD (from rev 154912, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:04:33 UTC (rev 154913)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('2269320a9a33a29511c14c7e6c46bff22474076a')
+
+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/staging-x86_64/kdeutils-kremotecontrol.install 
(from rev 154912, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- staging-x86_64/kdeutils-kremotecontrol.install  
(rev 0)
+++ staging-x86_64/kdeutils-kremotecontrol.install  2012-03-31 08:04:33 UTC 
(rev 154913)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:04:59
  Author: andrea
Revision: 154914

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

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

--+
 staging-i686/PKGBUILD|   31 +
 staging-i686/kdeutils-ksecrets.install   |   12 +++
 staging-x86_64/PKGBUILD  |   31 +
 staging-x86_64/kdeutils-ksecrets.install |   12 +++
 4 files changed, 86 insertions(+)

Copied: kdeutils-ksecrets/repos/staging-i686/PKGBUILD (from rev 154913, 
kdeutils-ksecrets/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:04:59 UTC (rev 154914)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ksecrets
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Secrets Management Infrastructure for KDE'
+url='http://techbase.kde.org/Projects/Utils/ksecretsservice'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'qca-ossl')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksecrets-${pkgver}.tar.xz;)
+sha1sums=('53a13dfd7b6f97195a9519497cd48d3304e6e39d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksecrets-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeutils-ksecrets/repos/staging-i686/kdeutils-ksecrets.install (from 
rev 154913, kdeutils-ksecrets/trunk/kdeutils-ksecrets.install)
===
--- staging-i686/kdeutils-ksecrets.install  (rev 0)
+++ staging-i686/kdeutils-ksecrets.install  2012-03-31 08:04:59 UTC (rev 
154914)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-ksecrets/repos/staging-x86_64/PKGBUILD (from rev 154913, 
kdeutils-ksecrets/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:04:59 UTC (rev 154914)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ksecrets
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Secrets Management Infrastructure for KDE'
+url='http://techbase.kde.org/Projects/Utils/ksecretsservice'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'qca-ossl')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksecrets-${pkgver}.tar.xz;)
+sha1sums=('53a13dfd7b6f97195a9519497cd48d3304e6e39d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksecrets-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeutils-ksecrets/repos/staging-x86_64/kdeutils-ksecrets.install (from 
rev 154913, kdeutils-ksecrets/trunk/kdeutils-ksecrets.install)
===
--- staging-x86_64/kdeutils-ksecrets.install(rev 0)
+++ staging-x86_64/kdeutils-ksecrets.install2012-03-31 08:04:59 UTC (rev 
154914)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:05:24
  Author: andrea
Revision: 154915

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

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

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

Copied: kdeutils-ktimer/repos/staging-i686/PKGBUILD (from rev 154914, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:05:24 UTC (rev 154915)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('4e92e995041043a8dcd62caf21ff91d602aaefdf')
+
+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/staging-i686/kdeutils-ktimer.install (from rev 
154914, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- staging-i686/kdeutils-ktimer.install(rev 0)
+++ staging-i686/kdeutils-ktimer.install2012-03-31 08:05:24 UTC (rev 
154915)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-ktimer/repos/staging-x86_64/PKGBUILD (from rev 154914, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:05:24 UTC (rev 154915)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('4e92e995041043a8dcd62caf21ff91d602aaefdf')
+
+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/staging-x86_64/kdeutils-ktimer.install (from rev 
154914, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- staging-x86_64/kdeutils-ktimer.install  (rev 0)
+++ staging-x86_64/kdeutils-ktimer.install  2012-03-31 08:05:24 UTC (rev 
154915)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:05:48
  Author: andrea
Revision: 154916

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

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

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

Copied: kdeutils-kwallet/repos/staging-i686/PKGBUILD (from rev 154915, 
kdeutils-kwallet/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:05:48 UTC (rev 154916)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwallet
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz;)
+sha1sums=('3a9b13fff2c156fb642b2fff1f93180b4b564c20')
+
+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/staging-i686/kdeutils-kwallet.install (from rev 
154915, kdeutils-kwallet/trunk/kdeutils-kwallet.install)
===
--- staging-i686/kdeutils-kwallet.install   (rev 0)
+++ staging-i686/kdeutils-kwallet.install   2012-03-31 08:05:48 UTC (rev 
154916)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-kwallet/repos/staging-x86_64/PKGBUILD (from rev 154915, 
kdeutils-kwallet/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:05:48 UTC (rev 154916)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwallet
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz;)
+sha1sums=('3a9b13fff2c156fb642b2fff1f93180b4b564c20')
+
+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/staging-x86_64/kdeutils-kwallet.install (from 
rev 154915, kdeutils-kwallet/trunk/kdeutils-kwallet.install)
===
--- staging-x86_64/kdeutils-kwallet.install (rev 0)
+++ staging-x86_64/kdeutils-kwallet.install 2012-03-31 08:05:48 UTC (rev 
154916)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in kdeutils-printer-applet/repos (2 files)

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:06:09
  Author: andrea
Revision: 154917

archrelease: copy trunk to staging-any

Added:
  kdeutils-printer-applet/repos/staging-any/
  kdeutils-printer-applet/repos/staging-any/PKGBUILD
(from rev 154916, kdeutils-printer-applet/trunk/PKGBUILD)

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

Copied: kdeutils-printer-applet/repos/staging-any/PKGBUILD (from rev 154916, 
kdeutils-printer-applet/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-03-31 08:06:09 UTC (rev 154917)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-printer-applet
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='System tray icon for managing print jobs'
+url='http://kde.org/applications/system/printerapplet/'
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdebindings-python2' 
'system-config-printer-common')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/printer-applet-${pkgver}.tar.xz;)
+sha1sums=('92ec65b744d9a303c85b8b2df57f83db1f31a95a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../printer-applet-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
${pkgdir}/usr/share/apps/printer-applet/{authconn,debug,monitor,printer-applet,statereason}.py
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:06:32
  Author: andrea
Revision: 154918

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

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

--+
 staging-i686/PKGBUILD|   31 +
 staging-i686/kdeutils-superkaramba.install   |   12 +
 staging-x86_64/PKGBUILD  |   31 +
 staging-x86_64/kdeutils-superkaramba.install |   12 +
 4 files changed, 86 insertions(+)

Copied: kdeutils-superkaramba/repos/staging-i686/PKGBUILD (from rev 154917, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:06:32 UTC (rev 154918)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('5cddf45820903fe3f44873ceda907e100dbdc66b')
+
+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/staging-i686/kdeutils-superkaramba.install 
(from rev 154917, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- staging-i686/kdeutils-superkaramba.install  (rev 0)
+++ staging-i686/kdeutils-superkaramba.install  2012-03-31 08:06:32 UTC (rev 
154918)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-superkaramba/repos/staging-x86_64/PKGBUILD (from rev 154917, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:06:32 UTC (rev 154918)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('5cddf45820903fe3f44873ceda907e100dbdc66b')
+
+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/staging-x86_64/kdeutils-superkaramba.install (from 
rev 154917, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- staging-x86_64/kdeutils-superkaramba.install
(rev 0)
+++ staging-x86_64/kdeutils-superkaramba.install2012-03-31 08:06:32 UTC 
(rev 154918)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:07:00
  Author: andrea
Revision: 154919

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

Added:
  kdeutils-sweeper/repos/staging-i686/
  kdeutils-sweeper/repos/staging-i686/PKGBUILD
(from rev 154918, kdeutils-sweeper/trunk/PKGBUILD)
  kdeutils-sweeper/repos/staging-x86_64/
  kdeutils-sweeper/repos/staging-x86_64/PKGBUILD
(from rev 154918, kdeutils-sweeper/trunk/PKGBUILD)

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

Copied: kdeutils-sweeper/repos/staging-i686/PKGBUILD (from rev 154918, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:07:00 UTC (rev 154919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('ddb2eeb947e43e52e166cad962b5b4bddd5efd37')
+
+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/staging-x86_64/PKGBUILD (from rev 154918, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:07:00 UTC (rev 154919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('ddb2eeb947e43e52e166cad962b5b4bddd5efd37')
+
+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
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:07:32
  Author: andrea
Revision: 154920

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

Added:
  kdewebdev/repos/staging-i686/
  kdewebdev/repos/staging-i686/PKGBUILD
(from rev 154919, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/staging-i686/kdewebdev-kimagemapeditor.install
(from rev 154919, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/staging-i686/kdewebdev.install
(from rev 154919, kdewebdev/trunk/kdewebdev.install)
  kdewebdev/repos/staging-x86_64/
  kdewebdev/repos/staging-x86_64/PKGBUILD
(from rev 154919, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/staging-x86_64/kdewebdev-kimagemapeditor.install
(from rev 154919, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/staging-x86_64/kdewebdev.install
(from rev 154919, kdewebdev/trunk/kdewebdev.install)

--+
 staging-i686/PKGBUILD|   70 +
 staging-i686/kdewebdev-kimagemapeditor.install   |   12 +++
 staging-i686/kdewebdev.install   |   11 +++
 staging-x86_64/PKGBUILD  |   70 +
 staging-x86_64/kdewebdev-kimagemapeditor.install |   12 +++
 staging-x86_64/kdewebdev.install |   11 +++
 6 files changed, 186 insertions(+)

Copied: kdewebdev/repos/staging-i686/PKGBUILD (from rev 154919, 
kdewebdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:07:32 UTC (rev 154920)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdewebdev')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('34b229bf778109e0cbd10765c0bd7341f95cd46d')
+
+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/staging-i686/kdewebdev-kimagemapeditor.install (from 
rev 154919, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
===
--- staging-i686/kdewebdev-kimagemapeditor.install  
(rev 0)
+++ staging-i686/kdewebdev-kimagemapeditor.install  2012-03-31 08:07:32 UTC 
(rev 154920)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdewebdev/repos/staging-i686/kdewebdev.install (from rev 154919, 
kdewebdev/trunk/kdewebdev.install)
===
--- staging-i686/kdewebdev.install  (rev 0)
+++ staging-i686/kdewebdev.install  2012-03-31 08:07:32 UTC (rev 154920)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  

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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:07:55
  Author: andrea
Revision: 154921

archrelease: copy trunk to staging-any

Added:
  kde-wallpapers/repos/staging-any/
  kde-wallpapers/repos/staging-any/PKGBUILD
(from rev 154920, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/staging-any/PKGBUILD (from rev 154920, 
kde-wallpapers/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-03-31 08:07:55 UTC (rev 154921)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-wallpapers
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=A set of wallpapers for KDE
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f77598e4097dae3fcda524c9dc36b997cb9a91bf')
+
+package() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 04:10:59
  Author: andrea
Revision: 154922

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

Added:
  kactivities/repos/staging-i686/
  kactivities/repos/staging-i686/PKGBUILD
(from rev 154921, kactivities/trunk/PKGBUILD)
  kactivities/repos/staging-x86_64/
  kactivities/repos/staging-x86_64/PKGBUILD
(from rev 154921, kactivities/trunk/PKGBUILD)

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

Copied: kactivities/repos/staging-i686/PKGBUILD (from rev 154921, 
kactivities/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 08:10:59 UTC (rev 154922)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with Activities'
+url='http://kde.org/'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e97d0b82661fd3d886b87d673d7a1191073af7ff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kactivities/repos/staging-x86_64/PKGBUILD (from rev 154921, 
kactivities/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 08:10:59 UTC (rev 154922)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with Activities'
+url='http://kde.org/'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e97d0b82661fd3d886b87d673d7a1191073af7ff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2012-03-31 Thread Ronald van Haren
Date: Saturday, March 31, 2012 @ 04:14:24
  Author: ronald
Revision: 154923

upgpkg: iptables 1.4.13-1

upstream update to 1.4.13

Modified:
  iptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-31 08:10:59 UTC (rev 154922)
+++ PKGBUILD2012-03-31 08:14:24 UTC (rev 154923)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=iptables
-pkgver=1.4.12.2
-pkgrel=3
+pkgver=1.4.13
+pkgrel=1
 pkgdesc='Linux kernel packet control tool'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -24,7 +24,7 @@
 empty-raw.rules
 empty-security.rules)
 backup=(etc/conf.d/iptables)
-sha1sums=('4dc8cdf1b711b23ed88e0e0e157d2bf2d81c'
+sha1sums=('bf1f1896e052d1813a7c96fa70f88be8dab3ff86'
   '5bb6fa526665cdd728c26f0f282f5a51f220cf88'
   '2db68906b603e5268736f48c8e251f3a49da1d75'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
@@ -51,7 +51,8 @@
  --with-xtlibdir=/usr/lib/iptables \
  --enable-devel --enable-libipq \
  --enable-shared --enable-static 
-# build fails when not enabling static, see if we can remove it on next build
+# build fails when not enabling static, see if we can remove it on next build 
+# 1.4.13 still fails
 
   make
 }



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

2012-03-31 Thread Ronald van Haren
Date: Saturday, March 31, 2012 @ 04:15:52
  Author: ronald
Revision: 154924

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

Added:
  iptables/repos/testing-i686/PKGBUILD
(from rev 154923, iptables/trunk/PKGBUILD)
  iptables/repos/testing-i686/empty-filter.rules
(from rev 154923, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-i686/empty-mangle.rules
(from rev 154923, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-i686/empty-nat.rules
(from rev 154923, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-i686/empty-raw.rules
(from rev 154923, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-i686/empty-security.rules
(from rev 154923, iptables/trunk/empty-security.rules)
  iptables/repos/testing-i686/empty.rules
(from rev 154923, iptables/trunk/empty.rules)
  iptables/repos/testing-i686/ip6tables
(from rev 154923, iptables/trunk/ip6tables)
  iptables/repos/testing-i686/iptables
(from rev 154923, iptables/trunk/iptables)
  iptables/repos/testing-i686/iptables.conf.d
(from rev 154923, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-i686/simple_firewall.rules
(from rev 154923, iptables/trunk/simple_firewall.rules)
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 154923, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 154923, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 154923, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 154923, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 154923, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 154923, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 154923, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables
(from rev 154923, iptables/trunk/ip6tables)
  iptables/repos/testing-x86_64/iptables
(from rev 154923, iptables/trunk/iptables)
  iptables/repos/testing-x86_64/iptables.conf.d
(from rev 154923, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 154923, iptables/trunk/simple_firewall.rules)
Deleted:
  iptables/repos/testing-i686/PKGBUILD
  iptables/repos/testing-i686/empty-filter.rules
  iptables/repos/testing-i686/empty-mangle.rules
  iptables/repos/testing-i686/empty-nat.rules
  iptables/repos/testing-i686/empty-raw.rules
  iptables/repos/testing-i686/empty-security.rules
  iptables/repos/testing-i686/empty.rules
  iptables/repos/testing-i686/ip6tables
  iptables/repos/testing-i686/iptables
  iptables/repos/testing-i686/iptables.conf.d
  iptables/repos/testing-i686/simple_firewall.rules
  iptables/repos/testing-x86_64/PKGBUILD
  iptables/repos/testing-x86_64/empty-filter.rules
  iptables/repos/testing-x86_64/empty-mangle.rules
  iptables/repos/testing-x86_64/empty-nat.rules
  iptables/repos/testing-x86_64/empty-raw.rules
  iptables/repos/testing-x86_64/empty-security.rules
  iptables/repos/testing-x86_64/empty.rules
  iptables/repos/testing-x86_64/ip6tables
  iptables/repos/testing-x86_64/iptables
  iptables/repos/testing-x86_64/iptables.conf.d
  iptables/repos/testing-x86_64/simple_firewall.rules

--+
 testing-i686/PKGBUILD|  147 -
 testing-i686/empty-filter.rules  |   12 +-
 testing-i686/empty-mangle.rules  |   16 +--
 testing-i686/empty-nat.rules |   14 +--
 testing-i686/empty-raw.rules |   10 +-
 testing-i686/empty-security.rules|   12 +-
 testing-i686/empty.rules |   12 +-
 testing-i686/ip6tables   |  138 +++---
 testing-i686/iptables|  136 +++---
 testing-i686/iptables.conf.d |   24 ++---
 testing-i686/simple_firewall.rules   |   22 ++--
 testing-x86_64/PKGBUILD  |  147 -
 testing-x86_64/empty-filter.rules|   12 +-
 testing-x86_64/empty-mangle.rules|   16 +--
 testing-x86_64/empty-nat.rules   |   14 +--
 testing-x86_64/empty-raw.rules   |   10 +-
 testing-x86_64/empty-security.rules  |   12 +-
 testing-x86_64/empty.rules   |   12 +-
 testing-x86_64/ip6tables |  138 +++---
 testing-x86_64/iptables  |  136 +++---
 testing-x86_64/iptables.conf.d   |   24 ++---
 testing-x86_64/simple_firewall.rules |   22 ++--
 22 files changed, 544 insertions(+), 542 deletions(-)

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


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

2012-03-31 Thread Ronald van Haren
Date: Saturday, March 31, 2012 @ 04:26:25
  Author: ronald
Revision: 154925

upgpkg: e2fsprogs 1.42.2-1

upstream update 1.42.2

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-31 08:15:52 UTC (rev 154924)
+++ PKGBUILD2012-03-31 08:26:25 UTC (rev 154925)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=e2fsprogs
-pkgver=1.42.1
+pkgver=1.42.2
 pkgrel=1
 pkgdesc=Ext2/3/4 filesystem utilities
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'MIT-LICENSE')
 backup=('etc/mke2fs.conf')
 install=${pkgname}.install
-sha1sums=('c25c73de98737b5f6fb9debec36bfb6416b0ac07'
+sha1sums=('bfba3716b78310cf2a288909f13214a718d91e25'
   'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
 
 build() {



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

2012-03-31 Thread Ronald van Haren
Date: Saturday, March 31, 2012 @ 04:27:07
  Author: ronald
Revision: 154926

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

Added:
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-i686/MIT-LICENSE
(from rev 154925, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-i686/PKGBUILD
(from rev 154925, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-i686/e2fsprogs.install
(from rev 154925, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-i686/mke2fs.conf
(from rev 154925, e2fsprogs/trunk/mke2fs.conf)
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 154925, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 154925, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-x86_64/e2fsprogs.install
(from rev 154925, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-x86_64/mke2fs.conf
(from rev 154925, e2fsprogs/trunk/mke2fs.conf)

--+
 testing-i686/MIT-LICENSE |   25 +++
 testing-i686/PKGBUILD|   48 +
 testing-i686/e2fsprogs.install   |   20 +++
 testing-i686/mke2fs.conf |   26 
 testing-x86_64/MIT-LICENSE   |   25 +++
 testing-x86_64/PKGBUILD  |   48 +
 testing-x86_64/e2fsprogs.install |   20 +++
 testing-x86_64/mke2fs.conf   |   26 
 8 files changed, 238 insertions(+)

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 154925, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2012-03-31 08:27:07 UTC (rev 154926)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-i686/PKGBUILD (from rev 154925, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-31 08:27:07 UTC (rev 154926)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org 
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=e2fsprogs
+pkgver=1.42.2
+pkgrel=1
+pkgdesc=Ext2/3/4 filesystem utilities
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'util-linux-ng')
+makedepends=('bc')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'MIT-LICENSE')
+backup=('etc/mke2fs.conf')
+install=${pkgname}.install
+sha1sums=('bfba3716b78310cf2a288909f13214a718d91e25'
+  'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+
+  ./configure --prefix=/usr --with-root-prefix= --enable-elf-shlibs \
+  --disable-fsck --disable-uuidd \
+  --disable-libuuid --disable-libblkid
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' ${pkgdir}/usr/bin/compile_et
+  
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR=/usr/share/ss#' ${pkgdir}/usr/bin/mk_cmds
+  sed -i -e 's#^ET_DIR=.*#ET_DIR=/usr/share/et#' 
${pkgdir}/usr/bin/compile_et
+
+  # install MIT license
+  install -Dm644 ${srcdir}/MIT-LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE
+}

Copied: e2fsprogs/repos/testing-i686/e2fsprogs.install (from rev 154925, 

[arch-commits] Commit in gnuplot/trunk (PKGBUILD lua_tikz.patch)

2012-03-31 Thread Ronald van Haren
Date: Saturday, March 31, 2012 @ 04:57:16
  Author: ronald
Revision: 154927

upgpkg: gnuplot 4.6.0-1

upstream update to 4.6.0; remove applied upstream patch

Modified:
  gnuplot/trunk/PKGBUILD
Deleted:
  gnuplot/trunk/lua_tikz.patch

+
 PKGBUILD   |   13 -
 lua_tikz.patch |   10 --
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-31 08:27:07 UTC (rev 154926)
+++ PKGBUILD2012-03-31 08:57:16 UTC (rev 154927)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=gnuplot 
-pkgver=4.4.4
-pkgrel=2
+pkgver=4.6.0
+pkgrel=1
 pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
 arch=('i686' 'x86_64') 
 url=http://www.gnuplot.info; 
@@ -13,17 +13,12 @@
 depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
 makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
 install=gnuplot.install 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-   lua_tikz.patch)
-sha1sums=('d4f143eade1f8d8b27be44cbda431d37a71c6a31'
-  'd84518c7e46fc0912554c28ba1fc8cdb70d4ee30')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('9a43ae13546d97d4b174533ddac31a14e0edc9b2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # upstram patch to fix lua/tikz terminal
-  patch -Np0 -i ${srcdir}/lua_tikz.patch  
-
   # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
   sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
 

Deleted: lua_tikz.patch
===
--- lua_tikz.patch  2012-03-31 08:27:07 UTC (rev 154926)
+++ lua_tikz.patch  2012-03-31 08:57:16 UTC (rev 154927)
@@ -1,10 +0,0 @@
 term/lua/gnuplot-tikz-444.lua  Sun Nov 13 00:57:15 2011
-+++ term/lua/gnuplot-tikz.lua  Fri Nov 25 01:11:38 2011
-@@ -251,6 +251,7 @@
-   gp.write(string.format(\\begin{tikzpicture}[gnuplot%s]\n,global_opt))
-   gp.write(string.format( generated with GNUPLOT %sp%s (%s; terminal 
rev. %s, script rev. %s)\n %s\n,
-   term.gp_version, term.gp_patchlevel,
-+  _VERSION,
-   string.sub(term.lua_term_revision,7,-3),
-   pgf.REVISION,os.date()))
-   if font ~=  then
\ No newline at end of file



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

2012-03-31 Thread Ronald van Haren
Date: Saturday, March 31, 2012 @ 04:57:52
  Author: ronald
Revision: 154928

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

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 154927, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 154927, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 154927, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 154927, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-i686/lua_tikz.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/extra-x86_64/lua_tikz.patch

--+
 extra-i686/PKGBUILD  |  111 +++--
 extra-i686/gnuplot.install   |   70 -
 extra-i686/lua_tikz.patch|   10 ---
 extra-x86_64/PKGBUILD|  111 +++--
 extra-x86_64/gnuplot.install |   70 -
 extra-x86_64/lua_tikz.patch  |   10 ---
 6 files changed, 176 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-31 08:57:16 UTC (rev 154927)
+++ extra-i686/PKGBUILD 2012-03-31 08:57:52 UTC (rev 154928)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=gnuplot 
-pkgver=4.4.4
-pkgrel=2
-pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
-arch=('i686' 'x86_64') 
-url=http://www.gnuplot.info; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-install=gnuplot.install 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-   lua_tikz.patch)
-sha1sums=('d4f143eade1f8d8b27be44cbda431d37a71c6a31'
-  'd84518c7e46fc0912554c28ba1fc8cdb70d4ee30')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # upstram patch to fix lua/tikz terminal
-  patch -Np0 -i ${srcdir}/lua_tikz.patch  
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --datadir=/usr/share \
-  --with-readline=gnu \
-  --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
-  make pkglibexecdir=/usr/bin
-}
-
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr libexecdir=$pkgdir/usr/bin \
- mandir=$pkgdir/usr/share/man \
-infodir=$pkgdir/usr/share/info \
-pkglibexecdir=$pkgdir/usr/bin \
-GIHDIR=$pkgdir/usr/share/gnuplot \
-datadir=$pkgdir/usr/share install
-
-  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
-  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
-
-  rm -f $pkgdir/usr/share/texmf-dist/ls-R
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 154927, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-31 08:57:52 UTC (rev 154928)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuplot 
+pkgver=4.6.0
+pkgrel=1
+pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
+arch=('i686' 'x86_64') 
+url=http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+install=gnuplot.install 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('9a43ae13546d97d4b174533ddac31a14e0edc9b2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  

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

2012-03-31 Thread Ronald van Haren
Date: Saturday, March 31, 2012 @ 05:05:33
  Author: ronald
Revision: 154929

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

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

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-31 08:57:52 UTC (rev 154928)
+++ extra-i686/PKGBUILD 2012-03-31 09:05:33 UTC (rev 154929)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Johannes Weiner han...@saeurebad.de
-
-pkgname=libsigsegv
-pkgver=2.6
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc=Page fault detection library
-url=http://libsigsegv.sourceforge.net/;
-license=('GPL2')
-depends=('glibc')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7e24993730649d13c6eabc28bd24de35')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libsigsegv/repos/extra-i686/PKGBUILD (from rev 154928, 
libsigsegv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-31 09:05:33 UTC (rev 154929)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Johannes Weiner han...@saeurebad.de
+
+pkgname=libsigsegv
+pkgver=2.10
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc=Page fault detection library
+url=http://www.gnu.org/software/libsigsegv/;
+license=('GPL2')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('b75a647a9ebda70e7a3b33583efdd550e0eac094')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-31 08:57:52 UTC (rev 154928)
+++ extra-x86_64/PKGBUILD   2012-03-31 09:05:33 UTC (rev 154929)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Johannes Weiner han...@saeurebad.de
-
-pkgname=libsigsegv
-pkgver=2.6
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc=Page fault detection library
-url=http://libsigsegv.sourceforge.net/;
-license=('GPL2')
-depends=('glibc')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7e24993730649d13c6eabc28bd24de35')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libsigsegv/repos/extra-x86_64/PKGBUILD (from rev 154928, 
libsigsegv/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-31 09:05:33 UTC (rev 154929)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Johannes Weiner han...@saeurebad.de
+
+pkgname=libsigsegv
+pkgver=2.10
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc=Page fault detection library
+url=http://www.gnu.org/software/libsigsegv/;
+license=('GPL2')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('b75a647a9ebda70e7a3b33583efdd550e0eac094')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-31 Thread andyrtr
Date: Saturday, March 31, 2012 @ 05:11:55
  Author: andyrtr
Revision: 154930

upgpkg: cairo 1.12.0-1

upstream update 1.12.0, XCB backend now included upstream

Modified:
  cairo/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-31 09:05:33 UTC (rev 154929)
+++ PKGBUILD2012-03-31 09:11:55 UTC (rev 154930)
@@ -3,18 +3,22 @@
 # Contributor: Brice Carpentier br...@daknet.org
 
 pkgname=cairo
-pkgver=1.10.2
-pkgrel=3
+pkgver=1.12.0
+pkgrel=1
 pkgdesc=Cairo vector graphics library
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
 url=http://cairographics.org/;
 depends=('libpng' 'libxrender' 'fontconfig' 'pixman' 'glib2' 'sh')
+makedepends=('librsvg' 'poppler-glib' 'libspectre') # 'libdrm')
+optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
 options=('!libtool')
 source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
 cairo-1.10.0-buggy_gradients.patch)
-sha1sums=('ccce5ae03f99c505db97c286a0c9a90a926d3c6e'
-  '8b843a9934e5112b6188e5bcf4adfc1fdaf9fa04')
+md5sums=('e6c85575ba7094f88b637bdfd835a751'
+ '9b323790dab003e228c6955633cb888e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -23,14 +27,17 @@
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
-   --enable-tee
+   --enable-tee \
+   --enable-xlib-xcb \
+   # --enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
   make
 }
 
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check || /bin/true # 248 Passed, 65 Failed [2 crashed, 8 expected], 28 
Skipped
-}
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make check || /bin/true # 248 Passed, 65 Failed [2 crashed, 8 expected], 28 
Skipped
+#}
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2012-03-31 Thread andyrtr
Date: Saturday, March 31, 2012 @ 05:15:49
  Author: andyrtr
Revision: 154931

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

Added:
  cairo/repos/testing-i686/
  cairo/repos/testing-i686/PKGBUILD
(from rev 154930, cairo/trunk/PKGBUILD)
  cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch
(from rev 154930, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
  cairo/repos/testing-x86_64/
  cairo/repos/testing-x86_64/PKGBUILD
(from rev 154930, cairo/trunk/PKGBUILD)
  cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch
(from rev 154930, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/cairo-1.10.0-buggy_gradients.patch   |   13 +
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/cairo-1.10.0-buggy_gradients.patch |   13 +
 4 files changed, 116 insertions(+)

Copied: cairo/repos/testing-i686/PKGBUILD (from rev 154930, 
cairo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-31 09:15:49 UTC (rev 154931)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Brice Carpentier br...@daknet.org
+
+pkgname=cairo
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=Cairo vector graphics library
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url=http://cairographics.org/;
+depends=('libpng' 'libxrender' 'fontconfig' 'pixman' 'glib2' 'sh')
+makedepends=('librsvg' 'poppler-glib' 'libspectre') # 'libdrm')
+optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+options=('!libtool')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
+cairo-1.10.0-buggy_gradients.patch)
+md5sums=('e6c85575ba7094f88b637bdfd835a751'
+ '9b323790dab003e228c6955633cb888e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ${srcdir}/cairo-1.10.0-buggy_gradients.patch
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-tee \
+   --enable-xlib-xcb \
+   # --enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
+  make
+}
+
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make check || /bin/true # 248 Passed, 65 Failed [2 crashed, 8 expected], 28 
Skipped
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch (from rev 
154930, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
===
--- testing-i686/cairo-1.10.0-buggy_gradients.patch 
(rev 0)
+++ testing-i686/cairo-1.10.0-buggy_gradients.patch 2012-03-31 09:15:49 UTC 
(rev 154931)
@@ -0,0 +1,13 @@
+--- a/src/cairo-xlib-display.c.ubuntu  2010-08-04 11:57:49.0 +0200
 b/src/cairo-xlib-display.c 2010-08-04 11:58:28.0 +0200
+@@ -353,11 +353,7 @@
+ /* Prior to Render 0.10, there is no protocol support for gradients and
+  * we call function stubs instead, which would silently consume the 
drawing.
+  */
+-#if RENDER_MAJOR == 0  RENDER_MINOR  10
+ display-buggy_gradients = TRUE;
+-#else
+-display-buggy_gradients = FALSE;
+-#endif
+ display-buggy_pad_reflect = FALSE;
+ display-buggy_repeat = FALSE;

Copied: cairo/repos/testing-x86_64/PKGBUILD (from rev 154930, 
cairo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-31 09:15:49 UTC (rev 154931)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Brice Carpentier br...@daknet.org
+
+pkgname=cairo
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=Cairo vector graphics library
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url=http://cairographics.org/;
+depends=('libpng' 'libxrender' 'fontconfig' 'pixman' 'glib2' 'sh')
+makedepends=('librsvg' 'poppler-glib' 'libspectre') # 'libdrm')
+optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+options=('!libtool')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
+cairo-1.10.0-buggy_gradients.patch)
+md5sums=('e6c85575ba7094f88b637bdfd835a751'
+ '9b323790dab003e228c6955633cb888e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ${srcdir}/cairo-1.10.0-buggy_gradients.patch
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-tee \
+   --enable-xlib-xcb \
+   # --enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
+  make
+}
+
+#check() {
+#  

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

2012-03-31 Thread andyrtr
Date: Saturday, March 31, 2012 @ 05:50:06
  Author: andyrtr
Revision: 154932

upgpkg: xorg-server 1.12.0.901-1

upstream update 1.12.1 rc1

Modified:
  xorg-server/trunk/PKGBUILD
  xorg-server/trunk/autoconfig-nvidia.patch
  xorg-server/trunk/autoconfig-sis.patch

-+
 PKGBUILD|8 
 autoconfig-nvidia.patch |   12 ++--
 autoconfig-sis.patch|   18 ++
 3 files changed, 20 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-31 09:15:49 UTC (rev 154931)
+++ PKGBUILD2012-03-31 09:50:06 UTC (rev 154932)
@@ -3,7 +3,7 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.12.0
+pkgver=1.12.0.901
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -20,9 +20,9 @@
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
-sha1sums=('5f48db767f71e9f58ded6ff356f3b8340820e524'
-  'f19658773d3fa4dc468bb28f9f01866acce71540'
-  '962fecc159c128728f14e8ba231c5b00391ff4ac'
+sha1sums=('80465deb799cdc6b7c2cc7d61e7ad8b4bc3892d7'
+  '63836e5cfb4ae7353fb2e31239a544409c7ead32'
+  '175de5630b43dbc97778adfba5563b7fdd77f11f'
   'c94f742d3f9cabf958ae58e4015d9dd185aabedc'
   '6838fc00ef4618c924a77e0fb03c05346080908a'
   '993798f3d22ad672d769dae5f48d1fa068d5578f')

Modified: autoconfig-nvidia.patch
===
--- autoconfig-nvidia.patch 2012-03-31 09:15:49 UTC (rev 154931)
+++ autoconfig-nvidia.patch 2012-03-31 09:50:06 UTC (rev 154932)
@@ -1,11 +1,11 @@
 diff -Nur xorg-server-1.11.99.902.orig/hw/xfree86/common/xf86pciBus.c 
xorg-server-1.11.99.902/hw/xfree86/common/xf86pciBus.c
 --- xorg-server-1.11.99.902.orig/hw/xfree86/common/xf86pciBus.c
2012-02-10 10:10:37.583014924 +
 +++ xorg-server-1.11.99.902/hw/xfree86/common/xf86pciBus.c 2012-02-10 
11:16:07.148971317 +
-@@ -,7 +,23 @@
-   {
-   int idx = 0;
+@@ -1144,7 +1144,23 @@
+ int idx = 0;
+ 
  #ifdef __linux__
--  driverList[idx++] = nouveau;
+-driverList[idx++] = nouveau;
 +  switch (dev-device_id)
 +  {
 +  /* NV1 */
@@ -24,5 +24,5 @@
 +  break;
 +  }
  #endif
-   driverList[idx++] = nv;
-   break;
+ driverList[idx++] = nv;
+ break;

Modified: autoconfig-sis.patch
===
--- autoconfig-sis.patch2012-03-31 09:15:49 UTC (rev 154931)
+++ autoconfig-sis.patch2012-03-31 09:50:06 UTC (rev 154932)
@@ -1,10 +1,12 @@
 --- hw/xfree86/common/xf86pciBus.c.orig2011-09-24 10:53:45.421697668 
+
 +++ hw/xfree86/common/xf86pciBus.c 2011-09-24 10:55:56.416250708 +
-@@ -1140,7 +1140,15 @@
-   driverList[0] = savage; break;
-   }
-   break;
--  case 0x1039:driverList[0] = sis;  break;
+@@ -1200,9 +1200,15 @@
+ break;
+ }
+ break;
+-case 0x1039:
+-driverList[0] = sis;
+-break;
 +  case 0x1039:
 +  switch (dev-device_id)
 +  {
@@ -14,6 +16,6 @@
 +  driverList[0] = sis; break;
 +  }
 +  break;
-   case 0x126f:driverList[0] = siliconmotion; break;
-   case 0x121a:
-   if (dev-device_id  0x0003)
+ case 0x126f:
+ driverList[0] = siliconmotion;
+ break;



  1   2   >