[arch-commits] Commit in lancelot/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Sun Sep 14 09:09:29 UTC 2008


    Date: Sunday, September 14, 2008 @ 05:09:29
  Author: pierre
Revision: 12394

Merged revisions 12393 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/lancelot/trunk

........
  r12393 | pierre | 2008-09-14 09:08:47 +0000 (So, 14 Sep 2008) | 1 line
  
  upgpkg: lancelot 1.0.3-1
........

Added:
  lancelot/repos/extra-x86_64/lancelot.install
    (from rev 12393, lancelot/trunk/lancelot.install)
Modified:
  lancelot/repos/extra-x86_64/	(properties)
  lancelot/repos/extra-x86_64/PKGBUILD

------------------+
 PKGBUILD         |   12 +++++++-----
 lancelot.install |   12 ++++++++++++
 2 files changed, 19 insertions(+), 5 deletions(-)


Property changes on: lancelot/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /lancelot/trunk:1-10589
   + /lancelot/trunk:1-12393

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-09-14 09:08:47 UTC (rev 12393)
+++ extra-x86_64/PKGBUILD	2008-09-14 09:09:29 UTC (rev 12394)
@@ -2,23 +2,25 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=lancelot
-pkgver=1.0
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="An application launcher menu (or ALI) for KDE 4 designed to provide a place from which all your jobs begin."
 arch=('i686' 'x86_64')
 url='http://lancelot.fomentgroup.org'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
+depends=('kdebase-workspace' 'shared-mime-info' 'xdg-utils')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python')
 options=('docs')
-source=("http://downloads.sourceforge.net/lancelot-menu/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('20ad6b20817ac0f0e6903930c27e7d85')
+install='lancelot.install'
+#source=("http://downloads.sourceforge.net/lancelot-menu/${pkgname}-${pkgver}.tar.bz2")
+source=("ftp://ftp.archlinux.org/other/lancelot/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('4af213314b823dc4a96242aa9d96e009')
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
-	cmake ../${pkgname} \
+	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make

Copied: lancelot/repos/extra-x86_64/lancelot.install (from rev 12393, lancelot/trunk/lancelot.install)
===================================================================
--- extra-x86_64/lancelot.install	                        (rev 0)
+++ extra-x86_64/lancelot.install	2008-09-14 09:09:29 UTC (rev 12394)
@@ -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