[arch-commits] Commit in kdebase/kde-unstable (PKGBUILD kdebase-dolphin.install)
Antonio Rojas
arojas at archlinux.org
Tue Jul 28 20:04:54 UTC 2015
Date: Tuesday, July 28, 2015 @ 22:04:54
Author: arojas
Revision: 242613
Dolphin is now KF5 based
Modified:
kdebase/kde-unstable/PKGBUILD
Deleted:
kdebase/kde-unstable/kdebase-dolphin.install
-------------------------+
PKGBUILD | 29 ++++-------------------------
kdebase-dolphin.install | 11 -----------
2 files changed, 4 insertions(+), 36 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-28 20:03:11 UTC (rev 242612)
+++ PKGBUILD 2015-07-28 20:04:54 UTC (rev 242613)
@@ -4,8 +4,7 @@
# Contributor: Pierre Schmitz <pierre at archlinux.de>
pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
+pkgname=('kdebase-kdepasswd'
'kdebase-kdialog'
'kdebase-keditbookmarks'
'kdebase-kfind'
@@ -19,12 +18,12 @@
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde-applications' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz")
sha1sums=('0905c813ee40451aeed25b4d2582b621b7e4aadf')
prepare() {
- mkdir build
+ mkdir -p build
}
build() {
@@ -37,26 +36,6 @@
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')
@@ -107,7 +86,7 @@
package_kdebase-konqueror() {
pkgdesc='KDE File Manager & Web Browser'
- depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
+ depends=('dolphinpart4' 'kdebase-keditbookmarks')
optdepends=('kwebkitpart: to enable webkit engine')
url="http://kde.org/applications/internet/konqueror/"
install='kdebase-konqueror.install'
Deleted: kdebase-dolphin.install
===================================================================
--- kdebase-dolphin.install 2015-07-28 20:03:11 UTC (rev 242612)
+++ kdebase-dolphin.install 2015-07-28 20:04:54 UTC (rev 242613)
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list