[arch-commits] Commit in kdetoys/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Sun Mar 4 15:02:04 UTC 2012
Date: Sunday, March 4, 2012 @ 10:02:04
Author: andrea
Revision: 152100
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
kdetoys/repos/staging-i686/
kdetoys/repos/staging-i686/PKGBUILD
(from rev 152099, kdetoys/trunk/PKGBUILD)
kdetoys/repos/staging-i686/kdetoys.install
(from rev 152099, kdetoys/trunk/kdetoys.install)
kdetoys/repos/staging-x86_64/
kdetoys/repos/staging-x86_64/PKGBUILD
(from rev 152099, kdetoys/trunk/PKGBUILD)
kdetoys/repos/staging-x86_64/kdetoys.install
(from rev 152099, kdetoys/trunk/kdetoys.install)
Modified:
kdetoys/repos/extra-i686/PKGBUILD
kdetoys/repos/extra-x86_64/PKGBUILD
--------------------------------+
extra-i686/PKGBUILD | 2 -
extra-x86_64/PKGBUILD | 2 -
staging-i686/PKGBUILD | 56 +++++++++++++++++++++++++++++++++++++++
staging-i686/kdetoys.install | 11 +++++++
staging-x86_64/PKGBUILD | 56 +++++++++++++++++++++++++++++++++++++++
staging-x86_64/kdetoys.install | 11 +++++++
6 files changed, 136 insertions(+), 2 deletions(-)
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-03-04 15:01:25 UTC (rev 152099)
+++ extra-i686/PKGBUILD 2012-03-04 15:02:04 UTC (rev 152100)
@@ -13,7 +13,7 @@
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdetoys')
makedepends=('cmake' 'automoc4' 'kdebase-workspace')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgbase}-${pkgver}.tar.xz")
sha1sums=('4d583cf52d10462a71df8eba907c07453f844cb2')
build() {
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-03-04 15:01:25 UTC (rev 152099)
+++ extra-x86_64/PKGBUILD 2012-03-04 15:02:04 UTC (rev 152100)
@@ -13,7 +13,7 @@
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdetoys')
makedepends=('cmake' 'automoc4' 'kdebase-workspace')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgbase}-${pkgver}.tar.xz")
sha1sums=('4d583cf52d10462a71df8eba907c07453f844cb2')
build() {
Copied: kdetoys/repos/staging-i686/PKGBUILD (from rev 152099, kdetoys/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2012-03-04 15:02:04 UTC (rev 152100)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdetoys
+pkgname=('kdetoys-amor'
+ 'kdetoys-kteatime'
+ 'kdetoys-ktux')
+pkgver=4.8.1
+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/xz/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('b0a1c26fa00795767c0d73ff3d25cc339cb005b8')
+
+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 152099, kdetoys/trunk/kdetoys.install)
===================================================================
--- staging-i686/kdetoys.install (rev 0)
+++ staging-i686/kdetoys.install 2012-03-04 15:02:04 UTC (rev 152100)
@@ -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 152099, kdetoys/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-04 15:02:04 UTC (rev 152100)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdetoys
+pkgname=('kdetoys-amor'
+ 'kdetoys-kteatime'
+ 'kdetoys-ktux')
+pkgver=4.8.1
+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/xz/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('b0a1c26fa00795767c0d73ff3d25cc339cb005b8')
+
+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-x86_64/kdetoys.install (from rev 152099, kdetoys/trunk/kdetoys.install)
===================================================================
--- staging-x86_64/kdetoys.install (rev 0)
+++ staging-x86_64/kdetoys.install 2012-03-04 15:02:04 UTC (rev 152100)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list