Date: Thursday, December 20, 2012 @ 03:39:51
  Author: andrea
Revision: 173543

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

Added:
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
    (from rev 173542, kdeartwork/kde-unstable/PKGBUILD)
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 173542, kdeartwork/kde-unstable/PKGBUILD)
Deleted:
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 kde-unstable-i686/PKGBUILD   |  194 ++++++++++++++++++++---------------------
 kde-unstable-x86_64/PKGBUILD |  194 ++++++++++++++++++++---------------------
 2 files changed, 194 insertions(+), 194 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD  2012-12-20 08:39:08 UTC (rev 173542)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:39:51 UTC (rev 173543)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
-         'kdeartwork-desktopthemes'
-         'kdeartwork-emoticons'
-         'kdeartwork-iconthemes'
-         'kdeartwork-kscreensaver'
-         'kdeartwork-sounds'
-         'kdeartwork-styles'
-         'kdeartwork-wallpapers'
-         'kdeartwork-weatherwallpapers')
-pkgver=4.9.90
-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' 'mesa')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('9bf2c794f5d46d368b7d4acab199978173a8e785')
-
-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-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/kde-unstable-i686/PKGBUILD (from rev 173542, 
kdeartwork/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:39:51 UTC (rev 173543)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+         'kdeartwork-desktopthemes'
+         'kdeartwork-emoticons'
+         'kdeartwork-iconthemes'
+         'kdeartwork-kscreensaver'
+         'kdeartwork-sounds'
+         'kdeartwork-styles'
+         'kdeartwork-wallpapers'
+         'kdeartwork-weatherwallpapers')
+pkgver=4.9.95
+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' 'mesa')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('f1ca98976d54af3edce7d7884865d9d5ab9bee5d')
+
+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-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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD        2012-12-20 08:39:08 UTC (rev 173542)
+++ kde-unstable-x86_64/PKGBUILD        2012-12-20 08:39:51 UTC (rev 173543)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
-         'kdeartwork-desktopthemes'
-         'kdeartwork-emoticons'
-         'kdeartwork-iconthemes'
-         'kdeartwork-kscreensaver'
-         'kdeartwork-sounds'
-         'kdeartwork-styles'
-         'kdeartwork-wallpapers'
-         'kdeartwork-weatherwallpapers')
-pkgver=4.9.90
-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' 'mesa')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('9bf2c794f5d46d368b7d4acab199978173a8e785')
-
-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-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/kde-unstable-x86_64/PKGBUILD (from rev 173542, 
kdeartwork/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2012-12-20 08:39:51 UTC (rev 173543)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+         'kdeartwork-desktopthemes'
+         'kdeartwork-emoticons'
+         'kdeartwork-iconthemes'
+         'kdeartwork-kscreensaver'
+         'kdeartwork-sounds'
+         'kdeartwork-styles'
+         'kdeartwork-wallpapers'
+         'kdeartwork-weatherwallpapers')
+pkgver=4.9.95
+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' 'mesa')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('f1ca98976d54af3edce7d7884865d9d5ab9bee5d')
+
+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-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
+}

Reply via email to