[arch-commits] Commit in kdesdk/trunk (PKGBUILD kdesdk-kate.install)

Andrea Scarpino andrea at archlinux.org
Tue Jul 27 09:10:31 UTC 2010


    Date: Tuesday, July 27, 2010 @ 05:10:30
  Author: andrea
Revision: 86196

moved to [testing]

Added:
  kdesdk/trunk/kdesdk-kate.install
Modified:
  kdesdk/trunk/PKGBUILD

---------------------+
 PKGBUILD            |   62 +++++++++++++++++++++++++++++++++-----------------
 kdesdk-kate.install |   12 +++++++++
 2 files changed, 53 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-27 09:10:26 UTC (rev 86195)
+++ PKGBUILD	2010-07-27 09:10:30 UTC (rev 86196)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgbase=kdesdk
 pkgname=('kdesdk-cervisia'
+         'kdesdk-dolphin-plugins'
          'kdesdk-kapptemplate'
          'kdesdk-kate'
          'kdesdk-kbugbuster'
@@ -21,16 +23,16 @@
          'kdesdk-scripts'
          'kdesdk-strigi-analyzer'
          'kdesdk-umbrello')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdesdk')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebase-runtime' 'kdepimlibs' 'subversion'
-             'kdepim-runtime' 'kdebindings-python')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('f1e0bebde061d7eec994820f1c77d697efaca024')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 'subversion'
+	'kdebindings-python' 'docbook-xsl')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('0da4e63e7eaa5d48505fdf4744ef95c014393229')
 
 build() {
 	cd $srcdir
@@ -45,7 +47,8 @@
 
 package_kdesdk-cervisia() {
 	pkgdesc='CVS Frontend'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/development/cervisia/"
 	install='kdesdk.install'
 	cd $srcdir/build/cervisia
 	make DESTDIR=$pkgdir install
@@ -53,9 +56,18 @@
 	make DESTDIR=$pkgdir install
 }
 
+package_kdesdk-dolphin-plugins() {
+	pkgdesc='Extra Dolphin plugins'
+	depends=('kdebase-dolphin' 'subversion' 'git' 'kdesdk-kompare')
+	install='kdesdk.install'
+	cd $srcdir/build/dolphin-plugins
+	make DESTDIR=$pkgdir install
+}
+
 package_kdesdk-kapptemplate() {
 	pkgdesc='KDE Template Generator'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/development/kapptemplate/"
 	install='kdesdk.install'
 	cd $srcdir/build/kapptemplate
 	make DESTDIR=$pkgdir install
@@ -65,8 +77,9 @@
 
 package_kdesdk-kate() {
 	pkgdesc='Advanced Text Editor'
-	depends=('kdebase-runtime' 'kdelibs')
-	install='kdesdk.install'
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/utilities/kate/"
+	install='kdesdk-kate.install'
 	cd $srcdir/build/kate
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/kate
@@ -75,7 +88,8 @@
 
 package_kdesdk-kbugbuster() {
 	pkgdesc='KDE Bug Management'
-	depends=('kdebase-runtime' 'kdepimlibs' 'kdepim-runtime')
+	depends=('kdepim-runtime')
+	url="http://kde.org/applications/development/kbugbuster/"
 	install='kdesdk.install'
 	cd $srcdir/build/kbugbuster
 	make DESTDIR=$pkgdir install
@@ -85,7 +99,8 @@
 
 package_kdesdk-kcachegrind() {
 	pkgdesc='Visualization of Performance Profiling Data'
-	depends=('kdebase-runtime' 'kdelibs' 'python')
+	depends=('kdebase-runtime' 'python')
+	url="http://kde.org/applications/development/kcachegrind/"
 	install='kdesdk.install'
 	cd $srcdir/build/kcachegrind
 	make DESTDIR=$pkgdir install
@@ -95,27 +110,28 @@
 
 package_kdesdk-kdeaccounts-plugin() {
 	pkgdesc='KDE Repository Accounts'
-	depends=('kdepimlibs' 'kdepim-runtime')
+	depends=('kdepim-runtime')
 	cd $srcdir/build/kdeaccounts-plugin
 	make DESTDIR=$pkgdir install
 }
 
 package_kdesdk-kdepalettes() {
 	pkgdesc='Palettes for the Gimp that match the KDE standard color palette'
+	depends=('gimp')
 	install -D -m644 $srcdir/${pkgbase}-${pkgver}/kdepalettes/KDE_Gimp \
 		$pkgdir/usr/share/gimp/2.0/palettes/KDE.gpl
 }
 
 package_kdesdk-kioslave() {
 	pkgdesc='KDED Subversion Module'
-	depends=('kdebase-runtime' 'kdelibs' 'subversion')
+	depends=('kdebase-runtime' 'subversion')
 	cd $srcdir/build/kioslave
 	make DESTDIR=$pkgdir install
 }
 
 package_kdesdk-kmtrace() {
 	pkgdesc='A KDE tool to assist with malloc debugging using glibc´s "mtrace" functionality'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
 	cd $srcdir/build/kmtrace
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/kmtrace
@@ -124,7 +140,8 @@
 
 package_kdesdk-kompare() {
 	pkgdesc='Diff/Patch Frontend'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/development/kompare/"
 	install='kdesdk.install'
 	cd $srcdir/build/kompare
 	make DESTDIR=$pkgdir install
@@ -134,7 +151,7 @@
 
 package_kdesdk-kpartloader() {
 	pkgdesc='A test application for KParts'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
 	install='kdesdk.install'
 	cd $srcdir/build/kpartloader
 	make DESTDIR=$pkgdir install
@@ -148,14 +165,15 @@
 
 package_kdesdk-kstartperf() {
 	pkgdesc='Startup time measurement tool for KDE applications'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
 	cd $srcdir/build/kstartperf
 	make DESTDIR=$pkgdir install
 }
 
 package_kdesdk-kuiviewer() {
 	pkgdesc='Qt Designer UI File Viewer'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/development/kuiviewer/"
 	install='kdesdk.install'
 	cd $srcdir/build/kuiviewer
 	make DESTDIR=$pkgdir install
@@ -163,7 +181,8 @@
 
 package_kdesdk-lokalize() {
 	pkgdesc='Computer-Aided Translation System'
-	depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python')
+	depends=('kdebase-runtime' 'kdebindings-python')
+	url="http://kde.org/applications/development/lokalize/"
 	optdepends=('translate-toolkit: enable extra python script')
 	install='kdesdk.install'
 	cd $srcdir/build/lokalize
@@ -199,7 +218,8 @@
 
 package_kdesdk-umbrello() {
 	pkgdesc='UML Modeller'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/development/umbrello/"
 	install='kdesdk.install'
 	cd $srcdir/build/umbrello
 	make DESTDIR=$pkgdir install

Added: kdesdk-kate.install
===================================================================
--- kdesdk-kate.install	                        (rev 0)
+++ kdesdk-kate.install	2010-07-27 09:10:30 UTC (rev 86196)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+        update-mime-database usr/share/mime  &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list