[arch-commits] Commit in kdeartwork/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri May 28 11:43:32 UTC 2010


    Date: Friday, May 28, 2010 @ 07:43:32
  Author: andrea
Revision: 81331

sorted

Modified:
  kdeartwork/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-28 11:39:54 UTC (rev 81330)
+++ PKGBUILD	2010-05-28 11:43:32 UTC (rev 81331)
@@ -5,14 +5,14 @@
 pkgbase=kdeartwork
 pkgname=('kdeartwork-aurorae'
          'kdeartwork-colorschemes'
-         'kdeartwork-iconthemes'
-         'kdeartwork-weatherwallpapers'
          'kdeartwork-desktopthemes'
          'kdeartwork-emoticons'
+         'kdeartwork-iconthemes'
          'kdeartwork-kscreensaver'
          'kdeartwork-sounds'
          'kdeartwork-styles'
-         'kdeartwork-wallpapers')
+         'kdeartwork-wallpapers'
+         'kdeartwork-weatherwallpapers')
 pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -45,18 +45,7 @@
 	cd $srcdir/build/ColorSchemes
 	make DESTDIR=$pkgdir install
 }
-package_kdeartwork-iconthemes() {
-	pkgdesc='KDE icon themes'
-	cd $srcdir/build/IconThemes
-	make DESTDIR=$pkgdir install
-}
 
-package_kdeartwork-weatherwallpapers() {
-	pkgdesc='KDE weather wallpapers'
-	cd $srcdir/build/WeatherWallpapers
-	make DESTDIR=$pkgdir install
-}
-
 package_kdeartwork-desktopthemes() {
 	pkgdesc='KDE desktop themes'
 	cd $srcdir/build/desktopthemes
@@ -69,6 +58,12 @@
 	make DESTDIR=$pkgdir install
 }
 
+package_kdeartwork-iconthemes() {
+	pkgdesc='KDE icon themes'
+	cd $srcdir/build/IconThemes
+	make DESTDIR=$pkgdir install
+}
+
 package_kdeartwork-kscreensaver() {
 	pkgdesc='KDE screensaver'
 	depends=('kdebase-workspace' )
@@ -97,3 +92,8 @@
 	make DESTDIR=$pkgdir install
 }
 
+package_kdeartwork-weatherwallpapers() {
+	pkgdesc='KDE weather wallpapers'
+	cd $srcdir/build/WeatherWallpapers
+	make DESTDIR=$pkgdir install
+}
\ No newline at end of file




More information about the arch-commits mailing list