[arch-commits] Commit in (kdeartwork)

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:35:47
  Author: arojas
Revision: 255828

Drop kdeartwork

Deleted:
  kdeartwork/


[arch-commits] Commit in kdeartwork/trunk (PKGBUILD kdeartwork-cmake-3.4.patch)

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:35:56
  Author: arojas
Revision: 253980

Fix build with cmake 3.4

Added:
  kdeartwork/trunk/kdeartwork-cmake-3.4.patch
Modified:
  kdeartwork/trunk/PKGBUILD

+
 PKGBUILD   |   11 +--
 kdeartwork-cmake-3.4.patch |   10 ++
 2 files changed, 19 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:31:10 UTC (rev 253979)
+++ PKGBUILD2015-12-08 16:35:56 UTC (rev 253980)
@@ -19,9 +19,16 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2_4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 kdeartwork-cmake-3.4.patch)
+sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4'
+  '494253df5c0c170ad3df4ac83c3165313b20318b')
 
+prepare() {
+   cd $pkgbase-$pkgver
+   # Fix build with cmake 3.4
+   patch -p1 -i ../kdeartwork-cmake-3.4.patch
+}
+
 build() {
cd $srcdir
mkdir -p build

Added: kdeartwork-cmake-3.4.patch
===
--- kdeartwork-cmake-3.4.patch  (rev 0)
+++ kdeartwork-cmake-3.4.patch  2015-12-08 16:35:56 UTC (rev 253980)
@@ -0,0 +1,10 @@
+--- kdeartwork-15.08.3/CMakeLists.txt.orig 2015-12-08 17:25:26.818342430 
+0100
 kdeartwork-15.08.3/CMakeLists.txt  2015-12-08 17:25:39.205157415 +0100
+@@ -6,6 +6,7 @@
+ find_package(KDE4 REQUIRED)
+ include (KDE4Defaults)
+ include (MacroLibrary)
++include(CheckIncludeFiles)
+ 
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ add_definitions( -DQT_NO_CAST_FROM_ASCII )


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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:51:30
  Author: arojas
Revision: 253981

C++11 ABI rebuild

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:35:56 UTC (rev 253980)
+++ PKGBUILD2015-12-08 16:51:30 UTC (rev 253981)
@@ -13,7 +13,7 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=15.08.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')


[arch-commits] Commit in kdeartwork/repos (6 files)

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:51:47
  Author: arojas
Revision: 253982

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

Added:
  kdeartwork/repos/staging-i686/
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 253981, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-i686/kdeartwork-cmake-3.4.patch
(from rev 253981, kdeartwork/trunk/kdeartwork-cmake-3.4.patch)
  kdeartwork/repos/staging-x86_64/
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 253981, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-x86_64/kdeartwork-cmake-3.4.patch
(from rev 253981, kdeartwork/trunk/kdeartwork-cmake-3.4.patch)

---+
 staging-i686/PKGBUILD |   98 
 staging-i686/kdeartwork-cmake-3.4.patch   |   10 ++
 staging-x86_64/PKGBUILD   |   98 
 staging-x86_64/kdeartwork-cmake-3.4.patch |   10 ++
 4 files changed, 216 insertions(+)

Copied: kdeartwork/repos/staging-i686/PKGBUILD (from rev 253981, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:51:47 UTC (rev 253982)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.3
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2_4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 kdeartwork-cmake-3.4.patch)
+sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4'
+  '494253df5c0c170ad3df4ac83c3165313b20318b')
+
+prepare() {
+   cd $pkgbase-$pkgver
+   # Fix build with cmake 3.4
+   patch -p1 -i ../kdeartwork-cmake-3.4.patch
+}
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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_4')
+   cd $srcdir/build/kscreensaver
+   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/staging-i686/kdeartwork-cmake-3.4.patch (from rev 
253981, kdeartwork/trunk/kdeartwork-cmake-3.4.patch)
===
--- staging-i686/kdeartwork-cmake-3.4.patch (rev 0)
+++ staging-i686/kdeartwork-cmake-3.4.patch 2015-12-08 16:51:47 UTC (rev 
253982)
@@ -0,0 +1,10 @@
+--- kdeartwork-15.08.3/CMakeLists.txt.orig 2015-12-08 17:25:26.818342430 
+0100
 kdeartwork-15.08.3/CMakeLists.txt  2015-12-08 17:25:39.205157415 +0100
+@@ -6,6 +6,7 @@
+ find_package(KDE4 REQUIRED)
+ include (KDE4Defaults)
+ include (MacroLibrary)
++include(CheckIncludeFiles)
+ 
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ add_definitions( -DQT_NO_CAST_FROM_ASCII )

Copied: 

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

2015-11-10 Thread Antonio Rojas
Date: Tuesday, November 10, 2015 @ 23:12:16
  Author: arojas
Revision: 250594

Rebuild against renamed kdegraphics libraries

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-10 22:12:05 UTC (rev 250593)
+++ PKGBUILD2015-11-10 22:12:16 UTC (rev 250594)
@@ -13,12 +13,12 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2_4')
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4')
 
@@ -62,7 +62,7 @@
 
 package_kdeartwork-kscreensaver() {
pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
+   depends=('kdebase-workspace' 'libkexiv2_4')
cd $srcdir/build/kscreensaver
make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in kdeartwork/repos (4 files)

2015-11-10 Thread Antonio Rojas
Date: Tuesday, November 10, 2015 @ 23:16:30
  Author: arojas
Revision: 250595

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

Added:
  kdeartwork/repos/staging-i686/
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 250594, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-x86_64/
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 250594, kdeartwork/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   91 ++
 staging-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

Copied: kdeartwork/repos/staging-i686/PKGBUILD (from rev 250594, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-10 22:16:30 UTC (rev 250595)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2_4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4')
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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_4')
+   cd $srcdir/build/kscreensaver
+   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/staging-x86_64/PKGBUILD (from rev 250594, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-10 22:16:30 UTC (rev 250595)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2_4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4')
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+  

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 23:23:00
  Author: arojas
Revision: 250479

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 250478, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 250478, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 extra-i686/PKGBUILD   |   91 
 extra-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 22:22:26 UTC (rev 250478)
+++ extra-i686/PKGBUILD 2015-11-09 22:23:00 UTC (rev 250479)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.08.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('341b244d6aabaacb64e78b42d579030d44678f62')
-
-build() {
-   cd $srcdir
-   mkdir -p build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 250478, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 22:23:00 UTC (rev 250479)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4')
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 10:18:13
  Author: arojas
Revision: 249182

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 249181, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 249181, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 extra-i686/PKGBUILD   |   91 
 extra-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 08:17:40 UTC (rev 249181)
+++ extra-i686/PKGBUILD 2015-10-13 08:18:13 UTC (rev 249182)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.08.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cafa04d5bef2a0f6f7098c8103b895cafe9dc763')
-
-build() {
-   cd $srcdir
-   mkdir -p build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 249181, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 08:18:13 UTC (rev 249182)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('341b244d6aabaacb64e78b42d579030d44678f62')
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:08:31
  Author: arojas
Revision: 246104

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 246103, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 246103, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   91 ++
 testing-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 246103, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:08:31 UTC (rev 246104)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cafa04d5bef2a0f6f7098c8103b895cafe9dc763')
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 246103, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:08:31 UTC (rev 246104)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cafa04d5bef2a0f6f7098c8103b895cafe9dc763')
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:25:13
  Author: arojas
Revision: 244020

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

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

--+
 /PKGBUILD|  182 +
 kde-unstable-i686/PKGBUILD   |   91 
 kde-unstable-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:24:44 UTC (rev 244019)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:25:13 UTC (rev 244020)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('558ea62fa0f98a9e5dccd0f10c36c677f6cbe761')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 244019, 
kdeartwork/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:25:13 UTC (rev 244020)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('f4c42b5afa4edb7ba9e6388f2f7c56517f2699d6')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 01:09:13
  Author: arojas
Revision: 243488

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

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

--+
 /PKGBUILD|  182 +
 kde-unstable-i686/PKGBUILD   |   91 
 kde-unstable-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-13 23:08:44 UTC (rev 243487)
+++ kde-unstable-i686/PKGBUILD  2015-08-13 23:09:13 UTC (rev 243488)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.07.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('eafbf9b0efdbb58545ebcddafe25ea1d947a0107')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 243487, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-13 23:09:13 UTC (rev 243488)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.07.90
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('558ea62fa0f98a9e5dccd0f10c36c677f6cbe761')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:24:52
  Author: arojas
Revision: 242667

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

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

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

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 242666, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:24:52 UTC (rev 242667)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('eafbf9b0efdbb58545ebcddafe25ea1d947a0107')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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 242666, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:24:52 UTC (rev 242667)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('eafbf9b0efdbb58545ebcddafe25ea1d947a0107')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:23:41
  Author: arojas
Revision: 241513

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 241512, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 241512, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 extra-i686/PKGBUILD   |   91 
 extra-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:23:15 UTC (rev 241512)
+++ extra-i686/PKGBUILD 2015-06-30 20:23:41 UTC (rev 241513)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.04.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b6e1ea3cb4abf75960b43a5af5386736cee76552')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 241512, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:23:41 UTC (rev 241513)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.04.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ca1c7a98fa558c4ec273837545faded1ea6be1ec')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:53:32
  Author: arojas
Revision: 240042

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 240041, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 240041, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 extra-i686/PKGBUILD   |   91 
 extra-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:53:07 UTC (rev 240041)
+++ extra-i686/PKGBUILD 2015-06-02 06:53:32 UTC (rev 240042)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('6678b14d95f5cb1d2e000917fbe6d3cc5acf4090')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 240041, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:53:32 UTC (rev 240042)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b6e1ea3cb4abf75960b43a5af5386736cee76552')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:23:15
  Author: arojas
Revision: 239010

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 239009, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 239009, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 extra-i686/PKGBUILD   |   91 
 extra-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:22:47 UTC (rev 239009)
+++ extra-i686/PKGBUILD 2015-05-12 07:23:15 UTC (rev 239010)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.04.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 239009, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:23:15 UTC (rev 239010)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.04.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('6678b14d95f5cb1d2e000917fbe6d3cc5acf4090')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:12:19
  Author: arojas
Revision: 237808

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 237807, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 237807, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 extra-i686/PKGBUILD   |   91 
 extra-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 22:09:19 UTC (rev 237807)
+++ extra-i686/PKGBUILD 2015-04-20 22:12:19 UTC (rev 237808)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.04.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 237807, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 22:12:19 UTC (rev 237808)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.04.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

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

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:09:19
  Author: arojas
Revision: 237807

Remove from kde-applications group

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 19:39:53 UTC (rev 237806)
+++ PKGBUILD2015-04-20 22:09:19 UTC (rev 237807)
@@ -13,11 +13,11 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeartwork')
+groups=('kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')


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

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 02:44:42
  Author: arojas
Revision: 235410

Remove from kde-applications group, this is KDE4 stuff

Modified:
  kdeartwork/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 00:41:05 UTC (rev 235409)
+++ PKGBUILD2015-04-04 00:44:42 UTC (rev 235410)
@@ -17,7 +17,7 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeartwork')
+groups=('kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('9c32454dfc4c189452d13d67c41d4ac5bdaa8516')
@@ -36,6 +36,7 @@
 
 package_kdeartwork-colorschemes() {
pkgdesc='KDE color schemes'
+   depends=('kdebase-workspace')
replaces=('kdeaccessibility-colorschemes')
cd $srcdir/build/ColorSchemes
make DESTDIR=$pkgdir install
@@ -43,6 +44,7 @@
 
 package_kdeartwork-desktopthemes() {
pkgdesc='KDE desktop themes'
+   depends=('kdebase-workspace')
cd $srcdir/build/desktopthemes
make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in kdeartwork/repos (4 files)

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:22:28
  Author: arojas
Revision: 235042

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

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

--+
 /PKGBUILD|  182 +
 kde-unstable-i686/PKGBUILD   |   91 
 kde-unstable-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:22:03 UTC (rev 235041)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:22:28 UTC (rev 235042)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.03.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('4c0e73877512162c833d8dfa80432df7ef51')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 235041, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:22:28 UTC (rev 235042)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.03.97
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c32454dfc4c189452d13d67c41d4ac5bdaa8516')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake 

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 21:56:22
  Author: arojas
Revision: 234289

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

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

--+
 /PKGBUILD|  182 +
 kde-unstable-i686/PKGBUILD   |   91 
 kde-unstable-x86_64/PKGBUILD |   91 
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:55:37 UTC (rev 234288)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:56:22 UTC (rev 234289)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.03.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')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5762becbc2740445222d0f7b88dccee002f4f710')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 234288, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:56:22 UTC (rev 234289)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.03.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4c0e73877512162c833d8dfa80432df7ef51')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+ 

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:00:01
  Author: arojas
Revision: 233652

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

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

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

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 233651, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:00:01 UTC (rev 233652)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.03.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')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5762becbc2740445222d0f7b88dccee002f4f710')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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 233651, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:00:01 UTC (rev 233652)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.03.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')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5762becbc2740445222d0f7b88dccee002f4f710')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+  

[arch-commits] Commit in kdeartwork/repos (4 files)

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 11:51:46
  Author: fyan
Revision: 232605

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 232604, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 232604, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   91 ++
 testing-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 232604, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 10:51:46 UTC (rev 232605)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.3
+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')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d1fcd5dde63aa09a9134f71c4e46a1ffc7e11efa')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 232604, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 10:51:46 UTC (rev 232605)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.3
+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')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d1fcd5dde63aa09a9134f71c4e46a1ffc7e11efa')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   

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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 11:51:11
  Author: fyan
Revision: 232604

upgpkg: kdeartwork 14.12.3-1

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-04 10:51:04 UTC (rev 232603)
+++ PKGBUILD2015-03-04 10:51:11 UTC (rev 232604)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=14.12.2
+pkgver=14.12.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b1638af68d1034b1ddee312a5038f4a09be41650')
+sha1sums=('d1fcd5dde63aa09a9134f71c4e46a1ffc7e11efa')
 
 build() {
cd $srcdir


[arch-commits] Commit in kdeartwork/repos (4 files)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 06:02:42
  Author: fyan
Revision: 230494

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 230493, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 230493, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   91 ++
 testing-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 230493, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 05:02:42 UTC (rev 230494)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.2
+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')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b1638af68d1034b1ddee312a5038f4a09be41650')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 230493, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 05:02:42 UTC (rev 230494)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.2
+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')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b1638af68d1034b1ddee312a5038f4a09be41650')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   

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

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 06:02:03
  Author: fyan
Revision: 230493

upgpkg: kdeartwork 14.12.2-1

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 05:00:44 UTC (rev 230492)
+++ PKGBUILD2015-02-04 05:02:03 UTC (rev 230493)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('4f822e13335798de8d688e03ef15ec8d6ea04898')
+sha1sums=('b1638af68d1034b1ddee312a5038f4a09be41650')
 
 build() {
cd $srcdir


[arch-commits] Commit in kdeartwork/repos (4 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:30:14
  Author: fyan
Revision: 229117

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 229116, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 229116, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   91 ++
 testing-x86_64/PKGBUILD |   91 ++
 2 files changed, 182 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 229116, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 00:30:14 UTC (rev 229117)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.1
+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')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4f822e13335798de8d688e03ef15ec8d6ea04898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 229116, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 00:30:14 UTC (rev 229117)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=14.12.1
+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')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4f822e13335798de8d688e03ef15ec8d6ea04898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   

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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 01:29:41
  Author: fyan
Revision: 229116

upgpkg: kdeartwork 14.12.1-1

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 00:05:59 UTC (rev 229115)
+++ PKGBUILD2015-01-16 00:29:41 UTC (rev 229116)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeartwork
@@ -11,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -18,8 +19,8 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('78697ddce0fc5b8bbfe6659110a5ba147e3b2fe6')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4f822e13335798de8d688e03ef15ec8d6ea04898')
 
 build() {
cd $srcdir


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 18:23:38
  Author: fyan
Revision: 226482

upgpkg: kdeartwork 4.14.3-1

upstream new release

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-19 17:23:27 UTC (rev 226481)
+++ PKGBUILD2014-11-19 17:23:38 UTC (rev 226482)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.14.2
+pkgver=4.14.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f8461c819fca8bf606e08ecb011ee7ac7e46865b')
+sha1sums=('78697ddce0fc5b8bbfe6659110a5ba147e3b2fe6')
 
 build() {
cd $srcdir


[arch-commits] Commit in kdeartwork/repos (4 files)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 18:24:10
  Author: fyan
Revision: 226483

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 226482, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 226482, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 226482, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 17:24:10 UTC (rev 226483)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.3
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('78697ddce0fc5b8bbfe6659110a5ba147e3b2fe6')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 226482, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 17:24:10 UTC (rev 226483)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.3
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('78697ddce0fc5b8bbfe6659110a5ba147e3b2fe6')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE 

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 10:07:11
  Author: andrea
Revision: 224933

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 224932, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 224932, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   90 
 extra-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-20 08:07:00 UTC (rev 224932)
+++ extra-i686/PKGBUILD 2014-10-20 08:07:11 UTC (rev 224933)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.14.1
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('d94f46a055dab7eda721be969b1585653060240a')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 224932, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-20 08:07:11 UTC (rev 224933)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.2
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('f8461c819fca8bf606e08ecb011ee7ac7e46865b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:12:42
  Author: svenstaro
Revision: 53

upgpkg: kdeartwork 4.14.1-1

kde 4.14.1

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:12:39 UTC (rev 52)
+++ PKGBUILD2014-09-20 16:12:42 UTC (rev 53)
@@ -11,8 +11,8 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.14.0
-pkgrel=2
+pkgver=4.14.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
+sha1sums=('d94f46a055dab7eda721be969b1585653060240a')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:12:52
  Author: svenstaro
Revision: 54

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 53, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 53, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 53, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:12:52 UTC (rev 54)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.1
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d94f46a055dab7eda721be969b1585653060240a')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 53, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:12:52 UTC (rev 54)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.1
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d94f46a055dab7eda721be969b1585653060240a')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-08-21 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 16:53:14
  Author: svenstaro
Revision: 220503

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 220502, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 220502, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   90 
 extra-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-21 14:53:00 UTC (rev 220502)
+++ extra-i686/PKGBUILD 2014-08-21 14:53:14 UTC (rev 220503)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.14.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 220502, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-21 14:53:14 UTC (rev 220503)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   

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

2014-08-21 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 16:53:00
  Author: svenstaro
Revision: 220502

upgpkg: kdeartwork 4.14.0-2

Fix FS#41649

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 14:50:30 UTC (rev 220501)
+++ PKGBUILD2014-08-21 14:53:00 UTC (rev 220502)
@@ -12,12 +12,12 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=4.14.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
 



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:05:25
  Author: svenstaro
Revision: 219866

upgpkg: kdeartwork 4.14.0-1

kde 4.14.0

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 20:05:22 UTC (rev 219865)
+++ PKGBUILD2014-08-16 20:05:25 UTC (rev 219866)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.13.3
+pkgver=4.14.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ce61e58296a8136f011e5371727f2360ca7a6780')
+sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:05:38
  Author: svenstaro
Revision: 219867

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 219866, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 219866, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 219866, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:05:38 UTC (rev 219867)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 219866, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:05:38 UTC (rev 219867)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:31:00
  Author: svenstaro
Revision: 218963

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:30:48 UTC (rev 218962)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:31:00 UTC (rev 218963)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.13.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('37849559bb9242987484b09048028e97697ca898')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 218962, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:31:00 UTC (rev 218963)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.97
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('37849559bb9242987484b09048028e97697ca898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:50:37
  Author: svenstaro
Revision: 219139

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:50:28 UTC (rev 219138)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:50:37 UTC (rev 219139)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.13.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('37849559bb9242987484b09048028e97697ca898')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 219138, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:50:37 UTC (rev 219139)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.97
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('37849559bb9242987484b09048028e97697ca898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:22:26
  Author: svenstaro
Revision: 218619

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 12:22:12 UTC (rev 218618)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:22:26 UTC (rev 218619)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.13.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('73b3d2be6e5cf7d9d5ea1b64b83284a19b9a3f62')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 218618, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:22:26 UTC (rev 218619)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.97
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('37849559bb9242987484b09048028e97697ca898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:22:12
  Author: svenstaro
Revision: 218618

upgpkg: kdeartwork 4.13.97-1

kde 4.14 rc1

Modified:
  kdeartwork/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-03 12:22:08 UTC (rev 218617)
+++ PKGBUILD2014-08-03 12:22:12 UTC (rev 218618)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.13.95
+pkgver=4.13.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('73b3d2be6e5cf7d9d5ea1b64b83284a19b9a3f62')
+sha1sums=('37849559bb9242987484b09048028e97697ca898')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:02:01
  Author: svenstaro
Revision: 218753

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:01:51 UTC (rev 218752)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:02:01 UTC (rev 218753)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.13.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('37849559bb9242987484b09048028e97697ca898')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 218752, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:02:01 UTC (rev 218753)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.97
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('37849559bb9242987484b09048028e97697ca898')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:54:15
  Author: svenstaro
Revision: 217918

upgpkg: kdeartwork 4.13.95-1

upstream release 4.14 beta 3

Added:
  kdeartwork/kde-unstable/
Modified:
  kdeartwork/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2014-07-24 18:53:49 UTC (rev 217821)
+++ kde-unstable/PKGBUILD   2014-07-25 14:54:15 UTC (rev 217918)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.13.3
+pkgver=4.13.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -18,8 +18,8 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ce61e58296a8136f011e5371727f2360ca7a6780')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('73b3d2be6e5cf7d9d5ea1b64b83284a19b9a3f62')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:54:24
  Author: svenstaro
Revision: 217919

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

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

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

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 217918, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:54:24 UTC (rev 217919)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('73b3d2be6e5cf7d9d5ea1b64b83284a19b9a3f62')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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 217918, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:54:24 UTC (rev 217919)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('73b3d2be6e5cf7d9d5ea1b64b83284a19b9a3f62')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:17:14
  Author: svenstaro
Revision: 217582

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 217581, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 217581, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   90 
 extra-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-21 20:17:01 UTC (rev 217581)
+++ extra-i686/PKGBUILD 2014-07-21 20:17:14 UTC (rev 217582)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.13.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ce61e58296a8136f011e5371727f2360ca7a6780')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 217581, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-21 20:17:14 UTC (rev 217582)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ce61e58296a8136f011e5371727f2360ca7a6780')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:32:06
  Author: svenstaro
Revision: 217132

upgpkg: kdeartwork 4.13.3-1

upstream release 4.13.3

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:31:54 UTC (rev 217131)
+++ PKGBUILD2014-07-18 11:32:06 UTC (rev 217132)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('45905d195ead614c9ff5b8ac70676ba1c1c4308f')
+sha1sums=('ce61e58296a8136f011e5371727f2360ca7a6780')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:32:18
  Author: svenstaro
Revision: 217133

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 217132, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 217132, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   90 
 extra-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:32:06 UTC (rev 217132)
+++ extra-i686/PKGBUILD 2014-07-18 11:32:18 UTC (rev 217133)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.13.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('45905d195ead614c9ff5b8ac70676ba1c1c4308f')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 217132, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:32:18 UTC (rev 217133)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ce61e58296a8136f011e5371727f2360ca7a6780')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:07:08
  Author: svenstaro
Revision: 214486

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 214485, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 214485, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 214485, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:07:08 UTC (rev 214486)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('45905d195ead614c9ff5b8ac70676ba1c1c4308f')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 214485, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:07:08 UTC (rev 214486)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('45905d195ead614c9ff5b8ac70676ba1c1c4308f')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE 

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:06:59
  Author: svenstaro
Revision: 214485

upgpkg: kdeartwork 4.13.2-1

upstream release 4.12.2

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:06:56 UTC (rev 214484)
+++ PKGBUILD2014-06-09 03:06:59 UTC (rev 214485)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('780352695c0bd334351bfdd1b89fd4c37af9dec6')
+sha1sums=('45905d195ead614c9ff5b8ac70676ba1c1c4308f')
 
 build() {
cd $srcdir



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:56:05
  Author: svenstaro
Revision: 212510

upgpkg: kdeartwork 4.13.1-1

upstream release 4.13.1

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 19:55:59 UTC (rev 212509)
+++ PKGBUILD2014-05-14 19:56:05 UTC (rev 212510)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.13.0
+pkgver=4.13.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('93ab54aefc0c9a93b2e76b53db21177fbf432d44')
+sha1sums=('780352695c0bd334351bfdd1b89fd4c37af9dec6')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:56:15
  Author: svenstaro
Revision: 212511

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 212510, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 212510, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 212510, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 19:56:15 UTC (rev 212511)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('780352695c0bd334351bfdd1b89fd4c37af9dec6')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 212510, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 19:56:15 UTC (rev 212511)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('780352695c0bd334351bfdd1b89fd4c37af9dec6')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:00:03
  Author: andrea
Revision: 210670

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 210669, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 210669, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 210669, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:00:03 UTC (rev 210670)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('93ab54aefc0c9a93b2e76b53db21177fbf432d44')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 210669, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:00:03 UTC (rev 210670)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.13.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('93ab54aefc0c9a93b2e76b53db21177fbf432d44')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE 

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

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:00:26
  Author: svenstaro
Revision: 209347

upgpkg: kdeartwork 4.12.4-1

kde 4.12.4 release

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 10:00:25 UTC (rev 209346)
+++ PKGBUILD2014-03-31 10:00:26 UTC (rev 209347)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.12.3
+pkgver=4.12.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('fc598e229a5ed7802e716b07133863ffc920ba41')
+sha1sums=('307a74aff0af5f19b9c10b4f035a74547c0f2d6b')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:00:35
  Author: svenstaro
Revision: 209348

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 209347, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 209347, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   90 
 extra-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 10:00:26 UTC (rev 209347)
+++ extra-i686/PKGBUILD 2014-03-31 10:00:35 UTC (rev 209348)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('fc598e229a5ed7802e716b07133863ffc920ba41')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 209347, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:00:35 UTC (rev 209348)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('307a74aff0af5f19b9c10b4f035a74547c0f2d6b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:12:44
  Author: svenstaro
Revision: 209409

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 209408, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 209408, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  180 
 extra-i686/PKGBUILD   |   90 
 extra-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 10:12:37 UTC (rev 209408)
+++ extra-i686/PKGBUILD 2014-03-31 10:12:44 UTC (rev 209409)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('307a74aff0af5f19b9c10b4f035a74547c0f2d6b')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/extra-i686/PKGBUILD (from rev 209408, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:12:44 UTC (rev 209409)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('307a74aff0af5f19b9c10b4f035a74547c0f2d6b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-03-29 Thread Andrea Scarpino
Date: Saturday, March 29, 2014 @ 09:52:31
  Author: andrea
Revision: 208986

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-29 08:52:13 UTC (rev 208985)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 08:52:31 UTC (rev 208986)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bfc25c1b5373b7703710aada6721b66862f047f0')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 208985, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 08:52:31 UTC (rev 208986)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.97
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('38684b3d2c6e53f03758e53fa010c54b7605ebb6')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-03-22 Thread Andrea Scarpino
Date: Saturday, March 22, 2014 @ 18:53:09
  Author: andrea
Revision: 208383

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-22 17:52:57 UTC (rev 208382)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:53:09 UTC (rev 208383)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2aa6a0db7a8cf063312a7a7e3a33c9a41b7f23f7')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 208382, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:53:09 UTC (rev 208383)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('bfc25c1b5373b7703710aada6721b66862f047f0')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-03-15 Thread Andrea Scarpino
Date: Saturday, March 15, 2014 @ 08:49:59
  Author: andrea
Revision: 207816

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-15 07:49:45 UTC (rev 207815)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:49:59 UTC (rev 207816)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('4413a225056bb444e67d6e8970fa0badec747997')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 207815, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:49:59 UTC (rev 207816)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.90
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('2aa6a0db7a8cf063312a7a7e3a33c9a41b7f23f7')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:37:13
  Author: andrea
Revision: 207206

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

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

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

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 207205, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:37:13 UTC (rev 207206)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4413a225056bb444e67d6e8970fa0badec747997')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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 207205, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:37:13 UTC (rev 207206)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4413a225056bb444e67d6e8970fa0badec747997')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:13:23
  Author: andrea
Revision: 206748

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 206747, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 206747, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 206747, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:13:23 UTC (rev 206748)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('fc598e229a5ed7802e716b07133863ffc920ba41')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 206747, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:13:23 UTC (rev 206748)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('fc598e229a5ed7802e716b07133863ffc920ba41')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE 

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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:13:45
  Author: andrea
Revision: 205619

eigen - eigen2

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 03:08:15 UTC (rev 205618)
+++ PKGBUILD2014-02-10 09:13:45 UTC (rev 205619)
@@ -17,7 +17,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
 



[arch-commits] Commit in kdeartwork/repos/testing-i686 (PKGBUILD PKGBUILD)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:14:12
  Author: andrea
Revision: 205620

archrelease: copy trunk to testing-i686

Added:
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 205619, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/testing-i686/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:13:45 UTC (rev 205619)
+++ PKGBUILD2014-02-10 09:14:12 UTC (rev 205620)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.2
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/testing-i686/PKGBUILD (from rev 205619, 
kdeartwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:14:12 UTC (rev 205620)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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() {
+ 

[arch-commits] Commit in kdeartwork/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:14:26
  Author: andrea
Revision: 205621

archrelease: copy trunk to testing-x86_64

Added:
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 205620, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:14:12 UTC (rev 205620)
+++ PKGBUILD2014-02-10 09:14:26 UTC (rev 205621)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.2
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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/testing-x86_64/PKGBUILD (from rev 205620, 
kdeartwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:14:26 UTC (rev 205621)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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() 

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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:54:45
  Author: svenstaro
Revision: 205172

upgpkg: kdeartwork 4.12.2-1

upstream release 4.12.2

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-04 13:54:42 UTC (rev 205171)
+++ PKGBUILD2014-02-04 13:54:45 UTC (rev 205172)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.12.1
+pkgver=4.12.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7b1de59e6fbe58e2e8244058e14521531b85c6da')
+sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:54:55
  Author: svenstaro
Revision: 205173

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 205172, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 205172, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 205172, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 13:54:55 UTC (rev 205173)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.2
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 205172, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 13:54:55 UTC (rev 205173)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.2
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   

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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:39:15
  Author: svenstaro
Revision: 203760

upgpkg: kdeartwork 4.12.1-1

upstream release 4.12.1

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:39:12 UTC (rev 203759)
+++ PKGBUILD2014-01-14 07:39:15 UTC (rev 203760)
@@ -11,7 +11,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,7 +19,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a5042ff6768a4857649a526199c9cda9c6976e6a')
+sha1sums=('7b1de59e6fbe58e2e8244058e14521531b85c6da')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:39:23
  Author: svenstaro
Revision: 203761

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 203760, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 203760, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 203760, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:39:23 UTC (rev 203761)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.1
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7b1de59e6fbe58e2e8244058e14521531b85c6da')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 203760, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:39:23 UTC (rev 203761)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.1
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7b1de59e6fbe58e2e8244058e14521531b85c6da')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:29:11
  Author: andrea
Revision: 201903

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 201899, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 201901, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   90 ++
 testing-x86_64/PKGBUILD |   90 ++
 2 files changed, 180 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 201899, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:29:11 UTC (rev 201903)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.0
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a5042ff6768a4857649a526199c9cda9c6976e6a')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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/testing-x86_64/PKGBUILD (from rev 201901, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:29:11 UTC (rev 201903)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.0
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a5042ff6768a4857649a526199c9cda9c6976e6a')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   

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

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:21:09
  Author: svenstaro
Revision: 200953

upgpkg: kdeartwork 4.11.4-1

KDE 4.11.4

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-06 12:21:06 UTC (rev 200952)
+++ PKGBUILD2013-12-06 12:21:09 UTC (rev 200953)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.11.3
+pkgver=4.11.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c51a79c907f294bc559e181fe7c4ec733361fe2b')
+sha1sums=('6fba90427ef1afc522c8f01096e2bad1d4739615')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:21:18
  Author: svenstaro
Revision: 200954

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 200953, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 200953, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  194 
 extra-i686/PKGBUILD   |   97 
 extra-x86_64/PKGBUILD |   97 
 3 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 12:21:09 UTC (rev 200953)
+++ extra-i686/PKGBUILD 2013-12-06 12:21:18 UTC (rev 200954)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.11.3
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c51a79c907f294bc559e181fe7c4ec733361fe2b')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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/extra-i686/PKGBUILD (from rev 200953, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-06 12:21:18 UTC (rev 200954)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.4
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('6fba90427ef1afc522c8f01096e2bad1d4739615')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-11-28 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 14:34:48
  Author: andrea
Revision: 200449

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-28 13:34:33 UTC (rev 200448)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:34:48 UTC (rev 200449)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.11.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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('111abc7f5efd9550de7a647080699881ac9c3cdb')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 200448, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:34:48 UTC (rev 200449)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.97
+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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('fe22432f4e0838e3223bdffaf62525529d284f0e')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-11-22 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 10:09:24
  Author: andrea
Revision: 200083

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-22 09:09:08 UTC (rev 200082)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:09:24 UTC (rev 200083)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.11.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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('d586772be206057d3745eb56903e1dd3985b507e')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 200082, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:09:24 UTC (rev 200083)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('111abc7f5efd9550de7a647080699881ac9c3cdb')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-11-15 Thread Andrea Scarpino
Date: Friday, November 15, 2013 @ 10:54:26
  Author: andrea
Revision: 199584

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

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

--+
 /PKGBUILD|  180 +
 kde-unstable-i686/PKGBUILD   |   90 
 kde-unstable-x86_64/PKGBUILD |   90 
 3 files changed, 180 insertions(+), 180 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-15 09:54:15 UTC (rev 199583)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:54:26 UTC (rev 199584)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.11.80
-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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('8e49877ea48a1e7cfdf9c75c793d5e8c9fcb90e1')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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-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 199583, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:54:26 UTC (rev 199584)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d586772be206057d3745eb56903e1dd3985b507e')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 18:28:34
  Author: andrea
Revision: 199121

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

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

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

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 199120, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 17:28:34 UTC (rev 199121)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.80
+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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8e49877ea48a1e7cfdf9c75c793d5e8c9fcb90e1')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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-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 199120, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 17:28:34 UTC (rev 199121)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.80
+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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8e49877ea48a1e7cfdf9c75c793d5e8c9fcb90e1')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 20:50:55
  Author: andrea
Revision: 198857

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 198856, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 198856, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  194 
 extra-i686/PKGBUILD   |   97 
 extra-x86_64/PKGBUILD |   97 
 3 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 19:50:40 UTC (rev 198856)
+++ extra-i686/PKGBUILD 2013-11-05 19:50:55 UTC (rev 198857)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.11.2
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('4e58014eed76b88955af645507ddecadd4c5a70f')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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/extra-i686/PKGBUILD (from rev 198856, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 19:50:55 UTC (rev 198857)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.3
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c51a79c907f294bc559e181fe7c4ec733361fe2b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+  

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

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:18:58
  Author: svenstaro
Revision: 195571

upgpkg: kdeartwork 4.11.2-1

kde 4.11.2 release

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 15:18:56 UTC (rev 195570)
+++ PKGBUILD2013-10-01 15:18:58 UTC (rev 195571)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.11.1
+pkgver=4.11.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('1b2d42097ae3ab45c1dd51a4ec50e10ba0ade9c5')
+sha1sums=('4e58014eed76b88955af645507ddecadd4c5a70f')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:19:08
  Author: svenstaro
Revision: 195572

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 195571, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 195571, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  194 
 extra-i686/PKGBUILD   |   97 
 extra-x86_64/PKGBUILD |   97 
 3 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-01 15:18:58 UTC (rev 195571)
+++ extra-i686/PKGBUILD 2013-10-01 15:19:08 UTC (rev 195572)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.11.1
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('1b2d42097ae3ab45c1dd51a4ec50e10ba0ade9c5')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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/extra-i686/PKGBUILD (from rev 195571, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-01 15:19:08 UTC (rev 195572)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.2
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4e58014eed76b88955af645507ddecadd4c5a70f')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:26:16
  Author: andrea
Revision: 194074

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 194073, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 194073, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  194 
 extra-i686/PKGBUILD   |   97 
 extra-x86_64/PKGBUILD |   97 
 3 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:26:05 UTC (rev 194073)
+++ extra-i686/PKGBUILD 2013-09-10 13:26:16 UTC (rev 194074)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.11.0
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e2240e998483cd5f65a1602c8c410bb8453c2b4b')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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/extra-i686/PKGBUILD (from rev 194073, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:26:16 UTC (rev 194074)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.1
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('1b2d42097ae3ab45c1dd51a4ec50e10ba0ade9c5')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:02:23
  Author: andrea
Revision: 192594

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 192593, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 192593, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   97 ++
 testing-x86_64/PKGBUILD |   97 ++
 2 files changed, 194 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 192593, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:02:23 UTC (rev 192594)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.0
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e2240e998483cd5f65a1602c8c410bb8453c2b4b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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/testing-x86_64/PKGBUILD (from rev 192593, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:02:23 UTC (rev 192594)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.11.0
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e2240e998483cd5f65a1602c8c410bb8453c2b4b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-07-25 Thread Andrea Scarpino
Date: Thursday, July 25, 2013 @ 15:21:22
  Author: andrea
Revision: 191429

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-25 13:21:11 UTC (rev 191428)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:21:22 UTC (rev 191429)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.95
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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 191428, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:21:22 UTC (rev 191429)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.97
+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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('3d30a777e218f2763a92273fbf18fe7320165880')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd 

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

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:25:05
  Author: svenstaro
Revision: 190928

upgpkg: kdeartwork 4.10.95-2

rebuild

Modified:
  kdeartwork/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-18 22:25:03 UTC (rev 190927)
+++ PKGBUILD2013-07-18 22:25:05 UTC (rev 190928)
@@ -13,7 +13,7 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=4.10.95
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



[arch-commits] Commit in kdeartwork/repos (4 files)

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:25:14
  Author: svenstaro
Revision: 190929

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-18 22:25:05 UTC (rev 190928)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:25:14 UTC (rev 190929)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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 190928, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:25:14 UTC (rev 190929)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.95
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd 

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:26:08
  Author: svenstaro
Revision: 190213

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 18:25:53 UTC (rev 190212)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:26:08 UTC (rev 190213)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cda12c0727aa947d61c201a24506ae8dcf7a4a9b')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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 190212, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:26:08 UTC (rev 190213)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd 

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:25:53
  Author: svenstaro
Revision: 190212

upgpkg: kdeartwork 4.10.95-1

upstream 4.11rc1

Modified:
  kdeartwork/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-16 18:25:50 UTC (rev 190211)
+++ PKGBUILD2013-07-16 18:25:53 UTC (rev 190212)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.10.90
+pkgver=4.10.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cda12c0727aa947d61c201a24506ae8dcf7a4a9b')
+sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 21:38:38
  Author: svenstaro
Revision: 190505

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 19:38:24 UTC (rev 190504)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:38:38 UTC (rev 190505)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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 190504, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:38:38 UTC (rev 190505)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd 

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 22:22:02
  Author: svenstaro
Revision: 190670

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 20:21:49 UTC (rev 190669)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:22:02 UTC (rev 190670)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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 190669, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:22:02 UTC (rev 190670)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('3a42a929b14974ca1a30b4a9bfb69672d31c982c')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd 

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 10:59:02
  Author: andrea
Revision: 189373

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

Added:
  kdeartwork/repos/staging-i686/
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 189372, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-x86_64/
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 189372, kdeartwork/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   97 ++
 staging-x86_64/PKGBUILD |   97 ++
 2 files changed, 194 insertions(+)

Copied: kdeartwork/repos/staging-i686/PKGBUILD (from rev 189372, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 08:59:02 UTC (rev 189373)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.5
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a6f9244b473ec01174ba85f9375438050be76daf')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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/staging-x86_64/PKGBUILD (from rev 189372, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 08:59:02 UTC (rev 189373)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.5
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('a6f9244b473ec01174ba85f9375438050be76daf')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+  

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-06-28 Thread Andrea Scarpino
Date: Friday, June 28, 2013 @ 15:50:41
  Author: andrea
Revision: 189047

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-06-28 13:50:31 UTC (rev 189046)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:50:41 UTC (rev 189047)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.80
-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')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ccabc40600960ecc431ad5fd4c8b6568611e7680')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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 189046, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:50:41 UTC (rev 189047)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cda12c0727aa947d61c201a24506ae8dcf7a4a9b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd 

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 20:55:46
  Author: andrea
Revision: 188297

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

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

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

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 188296, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 18:55:46 UTC (rev 188297)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.80
+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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ccabc40600960ecc431ad5fd4c8b6568611e7680')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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 188296, 
kdeartwork/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 18:55:46 UTC (rev 188297)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.80
+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')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ccabc40600960ecc431ad5fd4c8b6568611e7680')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd 

[arch-commits] Commit in kdeartwork/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2013-06-05 Thread Andrea Scarpino
Date: Wednesday, June 5, 2013 @ 21:42:39
  Author: andrea
Revision: 187385

archrelease: copy trunk to staging-x86_64

Added:
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 187384, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-05 19:42:34 UTC (rev 187384)
+++ PKGBUILD2013-06-05 19:42:39 UTC (rev 187385)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.4
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b41e00708a595f4ee310a69c7326a6f956e8c6e2')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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/staging-x86_64/PKGBUILD (from rev 187384, 
kdeartwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-05 19:42:39 UTC (rev 187385)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.4
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b41e00708a595f4ee310a69c7326a6f956e8c6e2')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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

[arch-commits] Commit in kdeartwork/repos/staging-i686 (PKGBUILD PKGBUILD)

2013-06-05 Thread Andrea Scarpino
Date: Wednesday, June 5, 2013 @ 21:42:44
  Author: andrea
Revision: 187386

archrelease: copy trunk to staging-i686

Added:
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 187385, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/staging-i686/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-05 19:42:39 UTC (rev 187385)
+++ PKGBUILD2013-06-05 19:42:44 UTC (rev 187386)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.4
-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')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b41e00708a595f4ee310a69c7326a6f956e8c6e2')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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/staging-i686/PKGBUILD (from rev 187385, 
kdeartwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-05 19:42:44 UTC (rev 187386)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.4
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b41e00708a595f4ee310a69c7326a6f956e8c6e2')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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
+}
+

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:24:19
  Author: svenstaro
Revision: 187224

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

Added:
  kdeartwork/repos/staging-i686/
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 187223, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-x86_64/
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 187223, kdeartwork/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   97 ++
 staging-x86_64/PKGBUILD |   97 ++
 2 files changed, 194 insertions(+)

Copied: kdeartwork/repos/staging-i686/PKGBUILD (from rev 187223, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:24:19 UTC (rev 187224)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.4
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b41e00708a595f4ee310a69c7326a6f956e8c6e2')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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/staging-x86_64/PKGBUILD (from rev 187223, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:24:19 UTC (rev 187224)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.4
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b41e00708a595f4ee310a69c7326a6f956e8c6e2')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   

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

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 15:27:25
  Author: andrea
Revision: 184505

KDE 4.10.3

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 13:27:24 UTC (rev 184504)
+++ PKGBUILD2013-05-07 13:27:25 UTC (rev 184505)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('000146f17a31d1257959e274f952e5a2f55f0a00')
+sha1sums=('45baac5806471aa33e976e06652f828d989e6b67')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:34:05
  Author: andrea
Revision: 184652

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 184651, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 184651, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   97 ++
 testing-x86_64/PKGBUILD |   97 ++
 2 files changed, 194 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 184651, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:34:05 UTC (rev 184652)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.3
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('45baac5806471aa33e976e06652f828d989e6b67')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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/testing-x86_64/PKGBUILD (from rev 184651, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:34:05 UTC (rev 184652)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.3
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('45baac5806471aa33e976e06652f828d989e6b67')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+ 

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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:02:14
  Author: svenstaro
Revision: 181478

upgpkg: kdeartwork 4.10.2-1

upstream

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 04:02:09 UTC (rev 181477)
+++ PKGBUILD2013-04-04 04:02:14 UTC (rev 181478)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('4d0e91b2916ee97e356dc064a72a5c2d2d10f4cf')
+sha1sums=('000146f17a31d1257959e274f952e5a2f55f0a00')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeartwork/repos (4 files)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:02:27
  Author: svenstaro
Revision: 181479

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

Added:
  kdeartwork/repos/staging-i686/
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 181478, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-x86_64/
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 181478, kdeartwork/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   97 ++
 staging-x86_64/PKGBUILD |   97 ++
 2 files changed, 194 insertions(+)

Copied: kdeartwork/repos/staging-i686/PKGBUILD (from rev 181478, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 04:02:27 UTC (rev 181479)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.2
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('000146f17a31d1257959e274f952e5a2f55f0a00')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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/staging-x86_64/PKGBUILD (from rev 181478, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 04:02:27 UTC (rev 181479)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.2
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('000146f17a31d1257959e274f952e5a2f55f0a00')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   

[arch-commits] Commit in kdeartwork/repos (4 files)

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:28:18
  Author: andrea
Revision: 179361

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

Added:
  kdeartwork/repos/extra-i686/PKGBUILD
(from rev 179360, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/extra-x86_64/PKGBUILD
(from rev 179360, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/extra-i686/PKGBUILD
  kdeartwork/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  195 +++-
 extra-x86_64/PKGBUILD |  195 +++-
 2 files changed, 194 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:27:56 UTC (rev 179360)
+++ extra-i686/PKGBUILD 2013-03-05 15:28:18 UTC (rev 179361)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.10.0
-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/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -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/extra-i686/PKGBUILD (from rev 179360, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 15:28:18 UTC (rev 179361)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.1
+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')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('4d0e91b2916ee97e356dc064a72a5c2d2d10f4cf')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   

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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:06
  Author: andrea
Revision: 179172

KDE 4.10.1

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:04 UTC (rev 179171)
+++ PKGBUILD2013-03-04 11:10:06 UTC (rev 179172)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
+sha1sums=('4d0e91b2916ee97e356dc064a72a5c2d2d10f4cf')
 
 build() {
cd $srcdir



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 20:48:22
  Author: andrea
Revision: 178861

Remove mesa from makedepends

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 19:41:37 UTC (rev 178860)
+++ PKGBUILD2013-02-27 19:48:22 UTC (rev 178861)
@@ -18,8 +18,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
- 'libkexiv2' 'mesa')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
 



[arch-commits] Commit in kdeartwork/repos (4 files)

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:36:57
  Author: andrea
Revision: 177129

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

Added:
  kdeartwork/repos/testing-i686/
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 177128, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/testing-x86_64/
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 177128, kdeartwork/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   98 ++
 testing-x86_64/PKGBUILD |   98 ++
 2 files changed, 196 insertions(+)

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 177128, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:36:57 UTC (rev 177129)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.0
+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/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -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/testing-x86_64/PKGBUILD (from rev 177128, 
kdeartwork/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:36:57 UTC (rev 177129)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.10.0
+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/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   

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

2013-01-31 Thread Andrea Scarpino
Date: Thursday, January 31, 2013 @ 12:19:32
  Author: andrea
Revision: 176404

KDE 4.10

Modified:
  kdeartwork/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-31 11:19:30 UTC (rev 176403)
+++ PKGBUILD2013-01-31 11:19:32 UTC (rev 176404)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.9.98
+pkgver=4.10.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,8 +20,8 @@
 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=('ef0f7dd633586e7788693ca7246593ac5642c8bf')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
 
 build() {
cd $srcdir



  1   2   3   4   >