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

Pierre Schmitz pierre at archlinux.org
Thu Jul 24 01:29:05 UTC 2008


    Date: Wednesday, July 23, 2008 @ 21:29:05
  Author: pierre
Revision: 6274

upgpkg: kdebase 4.1.0-1

Added:
  kdebase/trunk/kdebase.install
Modified:
  kdebase/trunk/PKGBUILD

-----------------+
 PKGBUILD        |    2 ++
 kdebase.install |    5 +++++
 2 files changed, 7 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-24 01:25:51 UTC (rev 6273)
+++ PKGBUILD	2008-07-24 01:29:05 UTC (rev 6274)
@@ -11,6 +11,8 @@
 groups=('kde')
 depends=('libraw1394' 'kdebase-runtime')
 makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4')
+optdepends=('kdebase-workspace')
+install='kdebase.install'
 options=('docs')
 source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('419bc56c2f39a123735a0fb472a3b644')

Added: kdebase.install
===================================================================
--- kdebase.install	                        (rev 0)
+++ kdebase.install	2008-07-24 01:29:05 UTC (rev 6274)
@@ -0,0 +1,5 @@
+post_upgrade() {
+	if [ $(vercmp '4.1.0' $2) -gt 0 ];then
+		echo 'Install kdebase-workspace to get a full functional desktop environment'
+	fi
+}
\ No newline at end of file





More information about the arch-commits mailing list