[Frugalware-darcs] frugalware-current: kxmleditor-1.1.4-1-i686

BMH1980 bmh1980de at yahoo.de
Sat Jun 25 21:50:04 CEST 2005


Sat Jun 25 21:42:01 CEST 2005  BMH1980 <bmh1980de at yahoo.de>
  * kxmleditor-1.1.4-1-i686
  New package: KXML Editor is application for KDE, that display and edit contents of XML file.
diff -rN -u old-frugalware-current/extra/source/kde/kxmleditor/FrugalBuild new-frugalware-current/extra/source/kde/kxmleditor/FrugalBuild
--- old-frugalware-current/extra/source/kde/kxmleditor/FrugalBuild	1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current/extra/source/kde/kxmleditor/FrugalBuild	2005-06-25 21:46:05.000000000 +0200
@@ -0,0 +1,21 @@
+# Last Modified: Sat, 25 Jun 2005 21:30:10 +0200
+# Compiling Time: ~0.5 SBU
+# Maintainer: BMH1980 <bmh1980de at yahoo.de>
+
+pkgname=kxmleditor
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="KXML Editor is application for KDE, that display and edit contents of XML file."
+url="http://kxmleditor.sourceforge.net/"
+license="GPL2"
+install=$pkgname.install
+up2date="lynx -dump $url | grep 'Current version' | cut -d ' ' -f 6"
+source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('d2329e06393c78f22531b8ba42e67d9b')
+groups=('kde-extra')
+archs=('i686')
+depends=('qt' 'kdelibs')
+
+# optimalization OK
+
+# vim: ft=sh
diff -rN -u old-frugalware-current/extra/source/kde/kxmleditor/kxmleditor.install new-frugalware-current/extra/source/kde/kxmleditor/kxmleditor.install
--- old-frugalware-current/extra/source/kde/kxmleditor/kxmleditor.install	1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current/extra/source/kde/kxmleditor/kxmleditor.install	2005-06-25 21:46:05.000000000 +0200
@@ -0,0 +1,25 @@
+post_install()
+{
+	echo -n "updating desktop database..."
+	if update-desktop-database > /dev/null 2>&1 ; then
+		echo " done."
+	else
+		echo " failed."
+	fi
+}
+
+post_update()
+{
+	post_install
+}
+
+post_remove()
+{
+	post_install
+}
+
+op=$1
+shift
+$op $*
+
+# vim: ft=sh



More information about the Frugalware-darcs mailing list