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

Felix Yan fyan at archlinux.org
Wed Mar 4 09:37:49 UTC 2015


    Date: Wednesday, March 4, 2015 @ 10:37:48
  Author: fyan
Revision: 232544

upgpkg: kdebase 14.12.3-1

Modified:
  kdebase/trunk/PKGBUILD

----------+
 PKGBUILD |  146 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 73 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-04 09:33:29 UTC (rev 232543)
+++ PKGBUILD	2015-03-04 09:37:48 UTC (rev 232544)
@@ -13,7 +13,7 @@
          'kdebase-konqueror'
          'kdebase-lib'
          'kdebase-plasma')
-pkgver=14.12.2
+pkgver=14.12.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,7 +21,7 @@
 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')
+sha1sums=('b2fac2836aead7dcfe5e8eb46b2e08a4df339e6b')
 
 prepare() {
   mkdir build
@@ -28,111 +28,111 @@
 }
 
 build() {
-	cd build
-	cmake ../kde-baseapps-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DKDE4_BUILD_TESTS=OFF \
-		-DCMAKE_SKIP_RPATH=ON \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
+  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
+  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
+  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')
+  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
+  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')
+  pkgdesc='A utility for displaying dialog boxes from shell scripts'
+  depends=('kdebase-runtime')
 
-	cd "$srcdir"/build/kdialog
-	make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/kdialog
+  make DESTDIR="$pkgdir" install
 }
 
 package_kdebase-keditbookmarks() {
-	pkgdesc='Bookmark Organizer and Editor'
-	depends=('kdebase-runtime')
+  pkgdesc='Bookmark Organizer and Editor'
+  depends=('kdebase-runtime')
 
-	cd "$srcdir"/build/keditbookmarks
-	make DESTDIR="$pkgdir" install
+  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'
+  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
+  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'
+  pkgdesc='Extra plugins for Konqueror'
+  depends=('kdebase-konqueror' 'tidyhtml')
+  replaces=('konq-plugins')
+  install='kdebase.install'
 
-	cd "$srcdir"/build/konq-plugins
-	make DESTDIR="$pkgdir" 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')
+  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
+  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')
+  pkgdesc='KDE libraries for the basic desktop applications'
+  groups=()
+  depends=('kdelibs')
 
-	cd "$srcdir"/build/lib
-	make DESTDIR="$pkgdir" install
+  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')
+  pkgdesc='Display the contents of folders (User´s home folder as default)'
+  depends=('kdebase-workspace')
 
-	cd "$srcdir"/build/plasma
-	make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/plasma
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list