Date: Thursday, January 3, 2013 @ 02:52:45
  Author: andrea
Revision: 174236

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

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

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

Copied: kdetoys/repos/testing-i686/PKGBUILD (from rev 174235, 
kdetoys/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-01-03 07:52:45 UTC (rev 174236)
@@ -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.9.5
+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=('4234c4b93094d4ad287a6e79fcffa7c077e6cf49')
+
+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/testing-i686/kdetoys.install (from rev 174235, 
kdetoys/trunk/kdetoys.install)
===================================================================
--- testing-i686/kdetoys.install                                (rev 0)
+++ testing-i686/kdetoys.install        2013-01-03 07:52:45 UTC (rev 174236)
@@ -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/testing-x86_64/PKGBUILD (from rev 174235, 
kdetoys/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-01-03 07:52:45 UTC (rev 174236)
@@ -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.9.5
+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=('4234c4b93094d4ad287a6e79fcffa7c077e6cf49')
+
+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/testing-x86_64/kdetoys.install (from rev 174235, 
kdetoys/trunk/kdetoys.install)
===================================================================
--- testing-x86_64/kdetoys.install                              (rev 0)
+++ testing-x86_64/kdetoys.install      2013-01-03 07:52:45 UTC (rev 174236)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to