[arch-commits] Commit in kdetoys (9 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 05:50:54 UTC 2012


    Date: Wednesday, August 1, 2012 @ 01:50:53
  Author: andrea
Revision: 164477

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

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

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	2012-08-01 05:50:03 UTC (rev 164476)
+++ repos/kde-unstable-i686/PKGBUILD	2012-08-01 05:50:53 UTC (rev 164477)
@@ -1,56 +0,0 @@
-# $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.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-makedepends=('cmake' 'automoc4' 'kdebase-workspace')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('2ca542d74ff1ef7317a2bc43712fd323efc7fc37')
-
-build() {
-	cd $srcdir
-	mkdir build
-	cd build
-	cmake ../${pkgbase}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_SKIP_RPATH=ON \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package_kdetoys-amor() {
-	pkgdesc='On-Screen Creature'
-	depends=('kdebase-runtime')
-	install='kdetoys.install'
-	cd $srcdir/build/amor
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/doc/amor
-	make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-kteatime() {
-	pkgdesc='Tea Cooker'
-	depends=('kdebase-runtime')
-	install='kdetoys.install'
-	cd $srcdir/build/kteatime
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/doc/kteatime
-	make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-ktux() {
-	pkgdesc='KTux'
-	depends=('kdebase-workspace' )
-	install='kdetoys.install'
-	cd $srcdir/build/ktux
-	make DESTDIR=$pkgdir install
-}

Copied: kdetoys/repos/kde-unstable-i686/PKGBUILD (from rev 164476, kdetoys/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2012-08-01 05:50:53 UTC (rev 164477)
@@ -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.9.0
+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=('d08249578b5f94c732156231f69b99070628ebae')
+
+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
+}

Deleted: repos/kde-unstable-i686/kdetoys.install
===================================================================
--- repos/kde-unstable-i686/kdetoys.install	2012-08-01 05:50:03 UTC (rev 164476)
+++ repos/kde-unstable-i686/kdetoys.install	2012-08-01 05:50:53 UTC (rev 164477)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdetoys/repos/kde-unstable-i686/kdetoys.install (from rev 164476, kdetoys/trunk/kdetoys.install)
===================================================================
--- repos/kde-unstable-i686/kdetoys.install	                        (rev 0)
+++ repos/kde-unstable-i686/kdetoys.install	2012-08-01 05:50:53 UTC (rev 164477)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	2012-08-01 05:50:03 UTC (rev 164476)
+++ repos/kde-unstable-x86_64/PKGBUILD	2012-08-01 05:50:53 UTC (rev 164477)
@@ -1,56 +0,0 @@
-# $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.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-makedepends=('cmake' 'automoc4' 'kdebase-workspace')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('2ca542d74ff1ef7317a2bc43712fd323efc7fc37')
-
-build() {
-	cd $srcdir
-	mkdir build
-	cd build
-	cmake ../${pkgbase}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_SKIP_RPATH=ON \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package_kdetoys-amor() {
-	pkgdesc='On-Screen Creature'
-	depends=('kdebase-runtime')
-	install='kdetoys.install'
-	cd $srcdir/build/amor
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/doc/amor
-	make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-kteatime() {
-	pkgdesc='Tea Cooker'
-	depends=('kdebase-runtime')
-	install='kdetoys.install'
-	cd $srcdir/build/kteatime
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/doc/kteatime
-	make DESTDIR=$pkgdir install
-}
-
-package_kdetoys-ktux() {
-	pkgdesc='KTux'
-	depends=('kdebase-workspace' )
-	install='kdetoys.install'
-	cd $srcdir/build/ktux
-	make DESTDIR=$pkgdir install
-}

Copied: kdetoys/repos/kde-unstable-x86_64/PKGBUILD (from rev 164476, kdetoys/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2012-08-01 05:50:53 UTC (rev 164477)
@@ -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.9.0
+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=('d08249578b5f94c732156231f69b99070628ebae')
+
+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
+}

Deleted: repos/kde-unstable-x86_64/kdetoys.install
===================================================================
--- repos/kde-unstable-x86_64/kdetoys.install	2012-08-01 05:50:03 UTC (rev 164476)
+++ repos/kde-unstable-x86_64/kdetoys.install	2012-08-01 05:50:53 UTC (rev 164477)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdetoys/repos/kde-unstable-x86_64/kdetoys.install (from rev 164476, kdetoys/trunk/kdetoys.install)
===================================================================
--- repos/kde-unstable-x86_64/kdetoys.install	                        (rev 0)
+++ repos/kde-unstable-x86_64/kdetoys.install	2012-08-01 05:50:53 UTC (rev 164477)
@@ -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