[arch-commits] Commit in kdebase/repos (20 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Tue Oct 1 15:16:19 UTC 2013
Date: Tuesday, October 1, 2013 @ 17:16:19
Author: svenstaro
Revision: 195532
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kdebase/repos/extra-i686/PKGBUILD
(from rev 195531, kdebase/trunk/PKGBUILD)
kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 195531, kdebase/trunk/kdebase-dolphin.install)
kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 195531, kdebase/trunk/kdebase-konqueror.install)
kdebase/repos/extra-i686/kdebase.install
(from rev 195531, kdebase/trunk/kdebase.install)
kdebase/repos/extra-i686/kdebug-324511.patch
(from rev 195531, kdebase/trunk/kdebug-324511.patch)
kdebase/repos/extra-x86_64/PKGBUILD
(from rev 195531, kdebase/trunk/PKGBUILD)
kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 195531, kdebase/trunk/kdebase-dolphin.install)
kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 195531, kdebase/trunk/kdebase-konqueror.install)
kdebase/repos/extra-x86_64/kdebase.install
(from rev 195531, kdebase/trunk/kdebase.install)
kdebase/repos/extra-x86_64/kdebug-324511.patch
(from rev 195531, kdebase/trunk/kdebug-324511.patch)
Deleted:
kdebase/repos/extra-i686/PKGBUILD
kdebase/repos/extra-i686/kdebase-dolphin.install
kdebase/repos/extra-i686/kdebase-konqueror.install
kdebase/repos/extra-i686/kdebase.install
kdebase/repos/extra-i686/kdebug-324511.patch
kdebase/repos/extra-x86_64/PKGBUILD
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/extra-x86_64/kdebug-324511.patch
----------------------------------------+
/PKGBUILD | 258 +++++++++++++++++++++++++++++++
/kdebase-dolphin.install | 22 ++
/kdebase-konqueror.install | 24 ++
/kdebase.install | 22 ++
/kdebug-324511.patch | 50 ++++++
extra-i686/PKGBUILD | 132 ---------------
extra-i686/kdebase-dolphin.install | 11 -
extra-i686/kdebase-konqueror.install | 12 -
extra-i686/kdebase.install | 11 -
extra-i686/kdebug-324511.patch | 25 ---
extra-x86_64/PKGBUILD | 132 ---------------
extra-x86_64/kdebase-dolphin.install | 11 -
extra-x86_64/kdebase-konqueror.install | 12 -
extra-x86_64/kdebase.install | 11 -
extra-x86_64/kdebug-324511.patch | 25 ---
15 files changed, 376 insertions(+), 382 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-i686/PKGBUILD 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at 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.1
-pkgrel=2
-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"
- 'kdebug-324511.patch')
-sha1sums=('a8781b2d7d431024cd5355a1e57d387d5945e12f'
- 'ff32bee8ef0ee154f1885fa4cd91a6754d980343')
-
-prepare() {
- mkdir build
-
- cd kde-baseapps-${pkgver}
- patch -p1 -i "${srcdir}"/kdebug-324511.patch
-}
-
-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')
- 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}
- make DESTDIR=$pkgdir install
- done
-}
-
-package_kdebase-lib() {
- pkgdesc='KDE libraries for the basic desktop applications'
- groups=()
- depends=('kdelibs')
- cd $srcdir/build/lib
- make DESTDIR=$pkgdir install
-}
-
-package_kdebase-plasma() {
- pkgdesc='Display the contents of folders (User´s home folder as default)'
- depends=('kdebase-workspace' 'kdebase-lib')
- cd $srcdir/build/plasma
- make DESTDIR=$pkgdir install
-}
Copied: kdebase/repos/extra-i686/PKGBUILD (from rev 195531, kdebase/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at 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.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=('6a988adf54e9f499365dce0ce1691d020411bd0d')
+
+prepare() {
+ mkdir build
+
+ cd kde-baseapps-${pkgver}
+}
+
+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')
+ 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}
+ make DESTDIR=$pkgdir install
+ done
+}
+
+package_kdebase-lib() {
+ pkgdesc='KDE libraries for the basic desktop applications'
+ groups=()
+ depends=('kdelibs')
+ cd $srcdir/build/lib
+ make DESTDIR=$pkgdir install
+}
+
+package_kdebase-plasma() {
+ pkgdesc='Display the contents of folders (User´s home folder as default)'
+ depends=('kdebase-workspace' 'kdebase-lib')
+ cd $srcdir/build/plasma
+ make DESTDIR=$pkgdir install
+}
Deleted: extra-i686/kdebase-dolphin.install
===================================================================
--- extra-i686/kdebase-dolphin.install 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-i686/kdebase-dolphin.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdebase/repos/extra-i686/kdebase-dolphin.install (from rev 195531, kdebase/trunk/kdebase-dolphin.install)
===================================================================
--- extra-i686/kdebase-dolphin.install (rev 0)
+++ extra-i686/kdebase-dolphin.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-i686/kdebase-konqueror.install
===================================================================
--- extra-i686/kdebase-konqueror.install 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-i686/kdebase-konqueror.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdebase/repos/extra-i686/kdebase-konqueror.install (from rev 195531, kdebase/trunk/kdebase-konqueror.install)
===================================================================
--- extra-i686/kdebase-konqueror.install (rev 0)
+++ extra-i686/kdebase-konqueror.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-i686/kdebase.install
===================================================================
--- extra-i686/kdebase.install 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-i686/kdebase.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdebase/repos/extra-i686/kdebase.install (from rev 195531, kdebase/trunk/kdebase.install)
===================================================================
--- extra-i686/kdebase.install (rev 0)
+++ extra-i686/kdebase.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-i686/kdebug-324511.patch
===================================================================
--- extra-i686/kdebug-324511.patch 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-i686/kdebug-324511.patch 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,25 +0,0 @@
-commit 43a981481ab9161a83dd200db39c093e2502f68a
-Author: Bernd Buschinski <b.buschinski at googlemail.com>
-Date: Wed Sep 4 16:23:35 2013 +0200
-
- Fix toplevel bookmarks not showing in toolbar
- regression from d1963e23
-
-diff --git a/konqueror/src/konqbookmarkbar.cpp b/konqueror/src/konqbookmarkbar.cpp
-index 2141575..199e15f 100644
---- a/konqueror/src/konqbookmarkbar.cpp
-+++ b/konqueror/src/konqbookmarkbar.cpp
-@@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup & parent)
-
- if (!bm.isGroup())
- {
-- if ( bm.isSeparator() )
-+ if ( bm.isSeparator() )
-+ {
- if (m_toolBar) {
- m_toolBar->addSeparator();
- }
-+ }
- else
- {
- KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );
Copied: kdebase/repos/extra-i686/kdebug-324511.patch (from rev 195531, kdebase/trunk/kdebug-324511.patch)
===================================================================
--- extra-i686/kdebug-324511.patch (rev 0)
+++ extra-i686/kdebug-324511.patch 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,25 @@
+commit 43a981481ab9161a83dd200db39c093e2502f68a
+Author: Bernd Buschinski <b.buschinski at googlemail.com>
+Date: Wed Sep 4 16:23:35 2013 +0200
+
+ Fix toplevel bookmarks not showing in toolbar
+ regression from d1963e23
+
+diff --git a/konqueror/src/konqbookmarkbar.cpp b/konqueror/src/konqbookmarkbar.cpp
+index 2141575..199e15f 100644
+--- a/konqueror/src/konqbookmarkbar.cpp
++++ b/konqueror/src/konqbookmarkbar.cpp
+@@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup & parent)
+
+ if (!bm.isGroup())
+ {
+- if ( bm.isSeparator() )
++ if ( bm.isSeparator() )
++ {
+ if (m_toolBar) {
+ m_toolBar->addSeparator();
+ }
++ }
+ else
+ {
+ KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-x86_64/PKGBUILD 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,132 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at 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.1
-pkgrel=2
-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"
- 'kdebug-324511.patch')
-sha1sums=('a8781b2d7d431024cd5355a1e57d387d5945e12f'
- 'ff32bee8ef0ee154f1885fa4cd91a6754d980343')
-
-prepare() {
- mkdir build
-
- cd kde-baseapps-${pkgver}
- patch -p1 -i "${srcdir}"/kdebug-324511.patch
-}
-
-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')
- 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}
- make DESTDIR=$pkgdir install
- done
-}
-
-package_kdebase-lib() {
- pkgdesc='KDE libraries for the basic desktop applications'
- groups=()
- depends=('kdelibs')
- cd $srcdir/build/lib
- make DESTDIR=$pkgdir install
-}
-
-package_kdebase-plasma() {
- pkgdesc='Display the contents of folders (User´s home folder as default)'
- depends=('kdebase-workspace' 'kdebase-lib')
- cd $srcdir/build/plasma
- make DESTDIR=$pkgdir install
-}
Copied: kdebase/repos/extra-x86_64/PKGBUILD (from rev 195531, kdebase/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at 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.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=('6a988adf54e9f499365dce0ce1691d020411bd0d')
+
+prepare() {
+ mkdir build
+
+ cd kde-baseapps-${pkgver}
+}
+
+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')
+ 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}
+ make DESTDIR=$pkgdir install
+ done
+}
+
+package_kdebase-lib() {
+ pkgdesc='KDE libraries for the basic desktop applications'
+ groups=()
+ depends=('kdelibs')
+ cd $srcdir/build/lib
+ make DESTDIR=$pkgdir install
+}
+
+package_kdebase-plasma() {
+ pkgdesc='Display the contents of folders (User´s home folder as default)'
+ depends=('kdebase-workspace' 'kdebase-lib')
+ cd $srcdir/build/plasma
+ make DESTDIR=$pkgdir install
+}
Deleted: extra-x86_64/kdebase-dolphin.install
===================================================================
--- extra-x86_64/kdebase-dolphin.install 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-x86_64/kdebase-dolphin.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdebase/repos/extra-x86_64/kdebase-dolphin.install (from rev 195531, kdebase/trunk/kdebase-dolphin.install)
===================================================================
--- extra-x86_64/kdebase-dolphin.install (rev 0)
+++ extra-x86_64/kdebase-dolphin.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/kdebase-konqueror.install
===================================================================
--- extra-x86_64/kdebase-konqueror.install 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-x86_64/kdebase-konqueror.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdebase/repos/extra-x86_64/kdebase-konqueror.install (from rev 195531, kdebase/trunk/kdebase-konqueror.install)
===================================================================
--- extra-x86_64/kdebase-konqueror.install (rev 0)
+++ extra-x86_64/kdebase-konqueror.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/kdebase.install
===================================================================
--- extra-x86_64/kdebase.install 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-x86_64/kdebase.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdebase/repos/extra-x86_64/kdebase.install (from rev 195531, kdebase/trunk/kdebase.install)
===================================================================
--- extra-x86_64/kdebase.install (rev 0)
+++ extra-x86_64/kdebase.install 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/kdebug-324511.patch
===================================================================
--- extra-x86_64/kdebug-324511.patch 2013-10-01 15:16:11 UTC (rev 195531)
+++ extra-x86_64/kdebug-324511.patch 2013-10-01 15:16:19 UTC (rev 195532)
@@ -1,25 +0,0 @@
-commit 43a981481ab9161a83dd200db39c093e2502f68a
-Author: Bernd Buschinski <b.buschinski at googlemail.com>
-Date: Wed Sep 4 16:23:35 2013 +0200
-
- Fix toplevel bookmarks not showing in toolbar
- regression from d1963e23
-
-diff --git a/konqueror/src/konqbookmarkbar.cpp b/konqueror/src/konqbookmarkbar.cpp
-index 2141575..199e15f 100644
---- a/konqueror/src/konqbookmarkbar.cpp
-+++ b/konqueror/src/konqbookmarkbar.cpp
-@@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup & parent)
-
- if (!bm.isGroup())
- {
-- if ( bm.isSeparator() )
-+ if ( bm.isSeparator() )
-+ {
- if (m_toolBar) {
- m_toolBar->addSeparator();
- }
-+ }
- else
- {
- KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );
Copied: kdebase/repos/extra-x86_64/kdebug-324511.patch (from rev 195531, kdebase/trunk/kdebug-324511.patch)
===================================================================
--- extra-x86_64/kdebug-324511.patch (rev 0)
+++ extra-x86_64/kdebug-324511.patch 2013-10-01 15:16:19 UTC (rev 195532)
@@ -0,0 +1,25 @@
+commit 43a981481ab9161a83dd200db39c093e2502f68a
+Author: Bernd Buschinski <b.buschinski at googlemail.com>
+Date: Wed Sep 4 16:23:35 2013 +0200
+
+ Fix toplevel bookmarks not showing in toolbar
+ regression from d1963e23
+
+diff --git a/konqueror/src/konqbookmarkbar.cpp b/konqueror/src/konqbookmarkbar.cpp
+index 2141575..199e15f 100644
+--- a/konqueror/src/konqbookmarkbar.cpp
++++ b/konqueror/src/konqbookmarkbar.cpp
+@@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup & parent)
+
+ if (!bm.isGroup())
+ {
+- if ( bm.isSeparator() )
++ if ( bm.isSeparator() )
++ {
+ if (m_toolBar) {
+ m_toolBar->addSeparator();
+ }
++ }
+ else
+ {
+ KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );
More information about the arch-commits
mailing list