[arch-commits] Commit in kdebase/repos (10 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:50:34
  Author: arojas
Revision: 233624

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 233623, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 233623, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 233623, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 233623, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233623, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 233623, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 233623, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 233623, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  138 
 kde-unstable-i686/kdebase-dolphin.install |   11 +
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 +
 kde-unstable-x86_64/PKGBUILD  |  138 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 +
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 +
 8 files changed, 344 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 233623, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:50:34 UTC (rev 233624)
@@ -0,0 +1,138 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=15.03.90
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('23e69b3852f844eeaed6fcd9f7fb696d4cd35037')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-dolphin() {
+  pkgdesc='File Manager'
+  depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
+  optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+  'kdegraphics-thumbnailers: thumbnailers for various graphics 
files'
+  'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+  'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+  'kdesdk-thumbnailers: thumbnailers for development files'
+  'icoutils: thumbnailers for MS files'
+  'ruby: servicemenu installation'
+  'konsolepart4: open terminal in context menu')
+  url=http://kde.org/applications/system/dolphin/;
+  install=kdebase-dolphin.install
+
+  cd $srcdir/build/dolphin
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc/dolphin
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+  pkgdesc='Change Password'
+  depends=('kdebase-runtime' 'kdebase-lib')
+
+  cd $srcdir/build/kdepasswd
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc/kdepasswd
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+  pkgdesc='A utility for displaying dialog boxes from shell scripts'
+  depends=('kdebase-runtime')
+
+  cd $srcdir/build/kdialog
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+  pkgdesc='Bookmark Organizer and Editor'
+  depends=('kdebase-runtime')
+
+  cd $srcdir/build/keditbookmarks
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+  pkgdesc='Find Files/Folders'
+  depends=('kdebase-runtime' 'kdebase-lib')
+  url=http://kde.org/applications/utilities/kfind/;
+  install='kdebase.install'
+
+  cd $srcdir/build/kfind
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc/kfind
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+  pkgdesc='Extra plugins for Konqueror'
+  

[arch-commits] Commit in kdebase/repos (10 files)

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 10:39:12
  Author: fyan
Revision: 232545

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 232544, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 232544, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 232544, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 232544, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 232544, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 232544, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 232544, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 232544, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  138 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  138 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 344 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 232544, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 09:39:12 UTC (rev 232545)
@@ -0,0 +1,138 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=14.12.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('b2fac2836aead7dcfe5e8eb46b2e08a4df339e6b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-dolphin() {
+  pkgdesc='File Manager'
+  depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
+  optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+  'kdegraphics-thumbnailers: thumbnailers for various graphics 
files'
+  'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+  'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+  'kdesdk-thumbnailers: thumbnailers for development files'
+  'icoutils: thumbnailers for MS files'
+  'ruby: servicemenu installation'
+  'konsolepart4: open terminal in context menu')
+  url=http://kde.org/applications/system/dolphin/;
+  install=kdebase-dolphin.install
+
+  cd $srcdir/build/dolphin
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc/dolphin
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+  pkgdesc='Change Password'
+  depends=('kdebase-runtime' 'kdebase-lib')
+
+  cd $srcdir/build/kdepasswd
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc/kdepasswd
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+  pkgdesc='A utility for displaying dialog boxes from shell scripts'
+  depends=('kdebase-runtime')
+
+  cd $srcdir/build/kdialog
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+  pkgdesc='Bookmark Organizer and Editor'
+  depends=('kdebase-runtime')
+
+  cd $srcdir/build/keditbookmarks
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+  pkgdesc='Find Files/Folders'
+  depends=('kdebase-runtime' 'kdebase-lib')
+  url=http://kde.org/applications/utilities/kfind/;
+  install='kdebase.install'
+
+  cd $srcdir/build/kfind
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc/kfind
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+  pkgdesc='Extra plugins for Konqueror'
+  depends=('kdebase-konqueror' 'tidyhtml')
+  replaces=('konq-plugins')
+  install='kdebase.install'
+
+  cd $srcdir/build/konq-plugins
+  make DESTDIR=$pkgdir install
+}
+

[arch-commits] Commit in kdebase/repos (10 files)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 05:19:19
  Author: fyan
Revision: 230439

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 230438, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 230438, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 230438, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 230438, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 230438, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 230438, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 230438, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 230438, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  138 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  138 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 344 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 230438, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 04:19:19 UTC (rev 230439)
@@ -0,0 +1,138 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=14.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('62e1d92623d13e97eed086c79b9765627fbefd8b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+   'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+   'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+   'kdesdk-thumbnailers: thumbnailers for development files'
+   'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation'
+   'konsolepart4: open terminal in context menu')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+

[arch-commits] Commit in kdebase/repos (10 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 13:09:48
  Author: fyan
Revision: 229049

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 229048, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 229048, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 229048, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 229048, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 229048, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 229048, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 229048, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 229048, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  128 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  128 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 324 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 229048, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 12:09:48 UTC (rev 229049)
@@ -0,0 +1,128 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=14.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('fefc86d7fb176689012f4ee8710f715a68c899f9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 18:03:19
  Author: fyan
Revision: 226437

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 226436, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 226436, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 226436, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 226436, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 226436, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 226436, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 226436, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 226436, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 226436, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 17:03:19 UTC (rev 226437)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.14.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('c4e28755454e1925b96eaf5374ca5c2f6c8bd9c8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

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

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 11, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 11, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 11, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 11, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 11, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 11, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 11, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 11, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 11, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:09:41 UTC (rev 12)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.14.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('a9dd7b4f4f50a0c4e8fed9c2493cd2cbe8b64101')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:02:39
  Author: svenstaro
Revision: 219825

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 219824, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 219824, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 219824, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 219824, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 219824, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 219824, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 219824, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 219824, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 219824, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:02:39 UTC (rev 219825)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.14.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('9f0c7cda0ec0ca6fbe41696a753679f3e158fec2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:16
  Author: svenstaro
Revision: 217877

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 217876, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 217876, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 217876, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 217876, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217876, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 217876, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 217876, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 217876, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  127 
 kde-unstable-i686/kdebase-dolphin.install |   11 ++
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 ++
 kde-unstable-x86_64/PKGBUILD  |  127 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 ++
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 217876, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:51:16 UTC (rev 217877)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.13.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('51a9e9fd1129a9b1103ba0cdc024b6411885f384')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+

[arch-commits] Commit in kdebase/repos (10 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:32
  Author: svenstaro
Revision: 21

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 214443, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 214443, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 214443, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 214443, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 214443, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 214443, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 214443, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 214443, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 214443, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:04:32 UTC (rev 21)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.13.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('90b4fefcd307df8da6f6eab4da97d9e7be9f2f78')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:53:25
  Author: svenstaro
Revision: 212469

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 212468, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 212468, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 212468, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 212468, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 212468, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 212468, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 212468, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 212468, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 212468, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 19:53:25 UTC (rev 212469)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.13.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('9b19ce18bd7e2beb9d43d33fc9a6c98b6452fc50')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 15:57:02
  Author: andrea
Revision: 210649

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 210648, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 210648, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 210648, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 210648, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 210648, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 210648, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 210648, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 210648, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 210648, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 13:57:02 UTC (rev 210649)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.13.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('effed07c20aff0e56155fb7be4d8b4636544cd2d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:06
  Author: andrea
Revision: 207184

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 207183, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 207183, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 207183, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 207183, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207183, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 207183, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 207183, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 207183, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  127 
 kde-unstable-i686/kdebase-dolphin.install |   11 ++
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 ++
 kde-unstable-x86_64/PKGBUILD  |  127 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 ++
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 207183, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:06 UTC (rev 207184)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.12.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('9b67cb2adc8a25e12d18a8382aead45c3432b937')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+

[arch-commits] Commit in kdebase/repos (10 files)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:10:53
  Author: andrea
Revision: 206728

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 206727, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 206727, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 206727, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 206727, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 206727, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 206727, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 206727, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 206727, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 206727, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:10:53 UTC (rev 206728)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.12.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('8ac3fb05357e74e1ab394333095f404c68edd8ec')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:52:51
  Author: svenstaro
Revision: 205135

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 205134, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 205134, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 205134, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 205134, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 205134, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 205134, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 205134, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 205134, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 205134, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 13:52:51 UTC (rev 205135)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('7002c8d1a8f4fb1735ad70b8cb1a106876323f94')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:37:04
  Author: svenstaro
Revision: 203723

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 203722, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 203722, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 203722, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 203722, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 203722, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 203722, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 203722, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 203722, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 203722, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:37:04 UTC (rev 203723)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.12.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('a08013c4f3e7221e597f98c310c323e40e03d280')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:26:27
  Author: andrea
Revision: 201837

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 201831, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 201832, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 201833, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 201833, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 201833, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 201833, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 201833, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 201834, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 201831, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:26:27 UTC (rev 201837)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.12.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('e85b5445380e44894efcaa21f4c95fad1ed4c4f6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 18:23:15
  Author: andrea
Revision: 199101

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 199100, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 199100, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 199100, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 199100, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199100, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 199100, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 199100, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 199100, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  127 
 kde-unstable-i686/kdebase-dolphin.install |   11 ++
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 ++
 kde-unstable-x86_64/PKGBUILD  |  127 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 ++
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 199100, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 17:23:15 UTC (rev 199101)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.11.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('33378f6522129c7f116bd9ebcb4a0f8fbb1fd67b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+

[arch-commits] Commit in kdebase/repos (10 files)

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 08:59:23
  Author: andrea
Revision: 192574

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 192573, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 192573, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 192573, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 192573, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 192573, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 192573, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 192573, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 192573, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  125 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  125 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 318 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 192573, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 06:59:23 UTC (rev 192574)
@@ -0,0 +1,125 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.11.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('2a1e0e902016f0dc6f39cbe4fc776e5f20554088')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+ 

[arch-commits] Commit in kdebase/repos (10 files)

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 10:56:48
  Author: andrea
Revision: 189355

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 189354, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 189354, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 189354, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 189354, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 189354, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 189354, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 189354, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 189354, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  124 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  124 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 316 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 189354, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 08:56:48 UTC (rev 189355)
@@ -0,0 +1,124 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.10.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('3953c441d508408becfbb1177d3a834775b92bf6')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   

[arch-commits] Commit in kdebase/repos (10 files)

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 20:48:27
  Author: andrea
Revision: 188277

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 188276, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 188276, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 188276, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 188276, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 188276, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 188276, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 188276, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 188276, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  125 
 kde-unstable-i686/kdebase-dolphin.install |   11 ++
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 ++
 kde-unstable-x86_64/PKGBUILD  |  125 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 ++
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 ++
 8 files changed, 318 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 188276, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 18:48:27 UTC (rev 188277)
@@ -0,0 +1,125 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.10.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('f2802be6a16189bb0afbc78893917965da22a62b')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+

[arch-commits] Commit in kdebase/repos (10 files)

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

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 187205, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 187205, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 187205, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 187205, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 187205, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 187205, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 187205, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 187205, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  124 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  124 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 316 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 187205, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:19:31 UTC (rev 187206)
@@ -0,0 +1,124 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.10.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('5465fffdaea70a5ca225283f45b9504775d0432d')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+

[arch-commits] Commit in kdebase/repos (10 files)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:31:50
  Author: andrea
Revision: 184634

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 184633, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 184633, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 184633, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 184633, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 184633, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 184633, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 184633, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 184633, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  121 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  121 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 310 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 184633, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:31:50 UTC (rev 184634)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.10.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('c9949ef6dafbc567bb3f088bf9e156c3a5a9ec08')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for graphics file'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: 

[arch-commits] Commit in kdebase/repos (10 files)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 05:57:45
  Author: svenstaro
Revision: 181443

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 181442, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 181442, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 181442, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 181442, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 181442, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 181442, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 181442, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 181442, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  121 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  121 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 310 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 181442, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 03:57:45 UTC (rev 181443)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.10.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('7f505292e95b35205cec3baa67e9e9b24f79b9b9')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for graphics file'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:34:44
  Author: andrea
Revision: 177111

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 177110, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 177110, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 177110, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 177110, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 177110, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 177110, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 177110, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 177110, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  121 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  121 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 310 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 177110, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:34:44 UTC (rev 177111)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.10.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('5b0127bd946286f52d98a1779eabf65e416a66c3')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for graphics file'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2013-01-02 Thread Andrea Scarpino
Date: Thursday, January 3, 2013 @ 02:05:49
  Author: andrea
Revision: 174171

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 174170, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 174170, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 174170, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 174170, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 174170, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 174170, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 174170, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 174170, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  119 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  119 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 306 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 174170, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-03 07:05:49 UTC (rev 174171)
@@ -0,0 +1,119 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.9.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('67d1c2c83570aac1d3c026cdecd82833e8d8b568')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   url=http://kde.org/applications/internet/konqueror/;
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 11:16:49
  Author: andrea
Revision: 172529

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 172528, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 172528, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 172528, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 172528, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 172528, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 172528, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 172528, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 172528, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  120 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  120 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 172528, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 16:16:49 UTC (rev 172529)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.9.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('b68e76766331272a45b1d897adf4c1928a11e747')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 13:25:15
  Author: andrea
Revision: 171728

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 171727, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 171727, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 171727, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 171727, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 171727, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 171727, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 171727, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 171727, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  120 
 kde-unstable-i686/kdebase-dolphin.install |   11 ++
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 ++
 kde-unstable-x86_64/PKGBUILD  |  120 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 ++
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 171727, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 18:25:15 UTC (rev 171728)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.9.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('9cde28381d72f86aa4d975e48e545026bc0c6d0a')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web 

[arch-commits] Commit in kdebase/repos (10 files)

2012-11-07 Thread Andrea Scarpino
Date: Wednesday, November 7, 2012 @ 15:01:13
  Author: andrea
Revision: 170443

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 170442, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 170442, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 170442, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 170442, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 170442, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 170442, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 170442, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 170442, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  120 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  120 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 170442, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-07 20:01:13 UTC (rev 170443)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.9.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('282b8704d54f081a16894bb94aa901e72eb5e694')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 15:09:21
  Author: andrea
Revision: 167578

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 167577, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 167577, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 167577, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 167577, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 167577, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 167577, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 167577, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 167577, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  120 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  120 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 167577, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-02 19:09:21 UTC (rev 167578)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.9.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('8b5a45cfd77e7e67a57c06cdbf387692e8547b66')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-09-04 Thread Andrea Scarpino
Date: Tuesday, September 4, 2012 @ 11:47:34
  Author: andrea
Revision: 166049

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 166048, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 166048, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 166048, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 166048, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 166048, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 166048, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 166048, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 166048, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  120 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  120 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 166048, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-04 15:47:34 UTC (rev 166049)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.9.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('9014332fd6fb18999c8290a3cbb498793d8caa2f')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-06-07 Thread Andrea Scarpino
Date: Thursday, June 7, 2012 @ 16:27:36
  Author: andrea
Revision: 160993

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 160992, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 160992, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 160992, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 160992, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 160992, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 160992, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 160992, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 160992, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  120 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  120 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 160992, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-07 20:27:36 UTC (rev 160993)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.8.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('a1d6951b27c868c738a36dbd21702b658f3d6245')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-05-29 Thread Andrea Scarpino
Date: Tuesday, May 29, 2012 @ 18:29:11
  Author: andrea
Revision: 160096

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

Added:
  kdebase/repos/kde-unstable-i686/
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 160095, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 160095, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 160095, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 160095, kdebase/kde-unstable/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 160095, kdebase/kde-unstable/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 160095, kdebase/kde-unstable/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 160095, kdebase/kde-unstable/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 160095, kdebase/kde-unstable/kdebase.install)

---+
 kde-unstable-i686/PKGBUILD|  120 
 kde-unstable-i686/kdebase-dolphin.install |   11 ++
 kde-unstable-i686/kdebase-konqueror.install   |   12 ++
 kde-unstable-i686/kdebase.install |   11 ++
 kde-unstable-x86_64/PKGBUILD  |  120 
 kde-unstable-x86_64/kdebase-dolphin.install   |   11 ++
 kde-unstable-x86_64/kdebase-konqueror.install |   12 ++
 kde-unstable-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/kde-unstable-i686/PKGBUILD (from rev 160095, 
kdebase/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-05-29 22:29:11 UTC (rev 160096)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.8.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('7057f83087295391c2bbbd1d75a79cf1ec696a20')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+

[arch-commits] Commit in kdebase/repos (10 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 10:36:27
  Author: andrea
Revision: 158241

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 158240, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 158240, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 158240, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 158240, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 158240, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 158240, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 158240, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 158240, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  120 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  120 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 158240, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-03 14:36:27 UTC (rev 158241)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.8.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('593053e7fdd50b32e6f9264edf2a69e499ddc0a6')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:23:48
  Author: andrea
Revision: 154847

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 154846, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 154846, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 154846, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 154846, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 154846, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 154846, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 154846, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 154846, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  120 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  120 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 154846, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:23:48 UTC (rev 154847)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('13dc2e6c8639feadc9a5a334d0720a60b1e3ccb6')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   

[arch-commits] Commit in kdebase/repos (10 files)

2012-03-07 Thread Andrea Scarpino
Date: Wednesday, March 7, 2012 @ 11:12:42
  Author: andrea
Revision: 152489

db-move: moved kdebase from [staging] to [extra] (i686)

Added:
  kdebase/repos/extra-i686/PKGBUILD
(from rev 152457, kdebase/repos/staging-i686/PKGBUILD)
  kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 152457, kdebase/repos/staging-i686/kdebase-dolphin.install)
  kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 152457, kdebase/repos/staging-i686/kdebase-konqueror.install)
  kdebase/repos/extra-i686/kdebase.install
(from rev 152457, kdebase/repos/staging-i686/kdebase.install)
Deleted:
  kdebase/repos/extra-i686/PKGBUILD
  kdebase/repos/extra-i686/fix-controlclick-selection.patch
  kdebase/repos/extra-i686/kdebase-dolphin.install
  kdebase/repos/extra-i686/kdebase-konqueror.install
  kdebase/repos/extra-i686/kdebase.install
  kdebase/repos/staging-i686/

--+
 PKGBUILD |  245 ++---
 fix-controlclick-selection.patch |   11 -
 kdebase-dolphin.install  |   22 +--
 kdebase-konqueror.install|   24 +--
 kdebase.install  |   22 +--
 5 files changed, 154 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-07 16:12:41 UTC (rev 152488)
+++ extra-i686/PKGBUILD 2012-03-07 16:12:42 UTC (rev 152489)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=4.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=(http://download.kde.org/stable/${pkgver}/src/xz/kde-baseapps-${pkgver}.tar.xz;
-'fix-controlclick-selection.patch')
-sha1sums=('25151b551793164c5eb1cb303d3031e63a6122e3'
-  'b29c42301b84475f95f19ff9edb22d2134df9c1c')
-
-build() {
-cd ${srcdir}/kde-baseapps-${pkgver}
-patch -p1 -i ${srcdir}/fix-controlclick-selection.patch
-
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-'kdegraphics-thumbnailers: thumbnailers for graphics file'
-'ruby: servicemenu installation')
-   url=http://kde.org/applications/system/dolphin/;
-install=kdebase-dolphin.install
-   cd $srcdir/build/dolphin
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dolphin
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-   pkgdesc='Change Password'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   cd $srcdir/build/kdepasswd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdepasswd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-   pkgdesc='A utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/kdialog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-keditbookmarks() {
-   pkgdesc='Bookmark Organizer and Editor'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/keditbookmarks
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kfind() {
-   pkgdesc='Find Files/Folders'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   url=http://kde.org/applications/utilities/kfind/;
-   install='kdebase.install'
-   cd $srcdir/build/kfind
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfind
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konq-plugins() {
-   pkgdesc='Extra plugins for Konqueror'
-   depends=('kdebase-konqueror' 'tidyhtml')
-   replaces=('konq-plugins')
-   install='kdebase.install'
-   cd $srcdir/build/konq-plugins
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konqueror() {
-   pkgdesc='KDE File Manager  Web Browser'
-   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
-   optdepends=('kwebkitpart: to enable webkit engine')
-   url=http://kde.org/applications/internet/konqueror/;
-   install='kdebase-konqueror.install'
-conflicts=('kdebase-nsplugins')
-replaces=('kdebase-nsplugins')
-for i in konqueror doc/konqueror nsplugins; do
-  cd $srcdir/build/${i}

[arch-commits] Commit in kdebase/repos (10 files)

2012-03-07 Thread Andrea Scarpino
Date: Wednesday, March 7, 2012 @ 11:12:45
  Author: andrea
Revision: 152490

db-move: moved kdebase from [staging] to [extra] (x86_64)

Added:
  kdebase/repos/extra-x86_64/PKGBUILD
(from rev 152457, kdebase/repos/staging-x86_64/PKGBUILD)
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 152457, kdebase/repos/staging-x86_64/kdebase-dolphin.install)
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 152457, kdebase/repos/staging-x86_64/kdebase-konqueror.install)
  kdebase/repos/extra-x86_64/kdebase.install
(from rev 152457, kdebase/repos/staging-x86_64/kdebase.install)
Deleted:
  kdebase/repos/extra-x86_64/PKGBUILD
  kdebase/repos/extra-x86_64/fix-controlclick-selection.patch
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
  kdebase/repos/extra-x86_64/kdebase.install
  kdebase/repos/staging-x86_64/

--+
 PKGBUILD |  245 ++---
 fix-controlclick-selection.patch |   11 -
 kdebase-dolphin.install  |   22 +--
 kdebase-konqueror.install|   24 +--
 kdebase.install  |   22 +--
 5 files changed, 154 insertions(+), 170 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-07 16:12:42 UTC (rev 152489)
+++ extra-x86_64/PKGBUILD   2012-03-07 16:12:45 UTC (rev 152490)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=4.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=(http://download.kde.org/stable/${pkgver}/src/xz/kde-baseapps-${pkgver}.tar.xz;
-'fix-controlclick-selection.patch')
-sha1sums=('25151b551793164c5eb1cb303d3031e63a6122e3'
-  'b29c42301b84475f95f19ff9edb22d2134df9c1c')
-
-build() {
-cd ${srcdir}/kde-baseapps-${pkgver}
-patch -p1 -i ${srcdir}/fix-controlclick-selection.patch
-
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-'kdegraphics-thumbnailers: thumbnailers for graphics file'
-'ruby: servicemenu installation')
-   url=http://kde.org/applications/system/dolphin/;
-install=kdebase-dolphin.install
-   cd $srcdir/build/dolphin
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dolphin
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-   pkgdesc='Change Password'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   cd $srcdir/build/kdepasswd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdepasswd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-   pkgdesc='A utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/kdialog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-keditbookmarks() {
-   pkgdesc='Bookmark Organizer and Editor'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/keditbookmarks
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kfind() {
-   pkgdesc='Find Files/Folders'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   url=http://kde.org/applications/utilities/kfind/;
-   install='kdebase.install'
-   cd $srcdir/build/kfind
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfind
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konq-plugins() {
-   pkgdesc='Extra plugins for Konqueror'
-   depends=('kdebase-konqueror' 'tidyhtml')
-   replaces=('konq-plugins')
-   install='kdebase.install'
-   cd $srcdir/build/konq-plugins
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konqueror() {
-   pkgdesc='KDE File Manager  Web Browser'
-   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
-   optdepends=('kwebkitpart: to enable webkit engine')
-   url=http://kde.org/applications/internet/konqueror/;
-   install='kdebase-konqueror.install'
-conflicts=('kdebase-nsplugins')
-replaces=('kdebase-nsplugins')
-for i in konqueror doc/konqueror 

[arch-commits] Commit in kdebase/repos (10 files)

2011-11-22 Thread Andrea Scarpino
Date: Wednesday, November 23, 2011 @ 02:48:33
  Author: andrea
Revision: 143132

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 143131, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-dolphin.install
(from rev 143131, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 143131, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 143131, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 143131, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-dolphin.install
(from rev 143131, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 143131, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 143131, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  120 +
 staging-i686/kdebase-dolphin.install |   11 ++
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  120 +
 staging-x86_64/kdebase-dolphin.install   |   11 ++
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 8 files changed, 308 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 143131, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-23 07:48:33 UTC (rev 143132)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.7.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.bz2;)
+sha1sums=('51782a7e569479ea0eff5e2ed93bc9813111a4cc')
+
+build() {
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+'kdegraphics-thumbnailers: thumbnailers for graphics file'
+'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   install='kdebase.install'
+   cd $srcdir/build/konq-plugins
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+   pkgdesc='KDE File Manager  Web Browser'
+   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+   optdepends=('kwebkitpart: to enable webkit engine')
+