Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting.git;a=commitdiff;h=827874d97d13508dfba46be0b5f337cb69a3400e

commit 827874d97d13508dfba46be0b5f337cb69a3400e
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun Jan 17 21:02:07 2010 +0100

tx-1_2-1-i686

- new package, replaces kxmleditor

diff --git a/source/kde-extra/kxmleditor/FrugalBuild 
b/source/kde-extra/kxmleditor/FrugalBuild
deleted file mode 100644
index 6db1f6e..0000000
--- a/source/kde-extra/kxmleditor/FrugalBuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Compiling Time: ~0.5 SBU
-# Maintainer: crazy <cr...@frugalware.org>
-# Contributor: BMH1980 <bmh1...@frugalware.org>
-
-pkgname=kxmleditor
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="KXML Editor is application for KDE, that display and edit contents of 
XML file."
-url="http://kxmleditor.sourceforge.net/";
-license="GPL2"
-groups=('kde-extra')
-archs=('i686' 'x86_64')
-depends=('kdelibs>=3.5.4')
-Finclude kde sourceforge
-sha1sums=('f285eca3ca33d7e8d100f8a808e91507bc955ee2')
-
-
-
-
-# optimization OK
diff --git a/source/kde-extra/kxmleditor/kxmleditor.install 
b/source/kde-extra/kxmleditor/kxmleditor.install
deleted file mode 100644
index c4eaeec..0000000
--- a/source/kde-extra/kxmleditor/kxmleditor.install
+++ /dev/null
@@ -1,25 +0,0 @@
-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
diff --git a/source/kde-extra/tx/FrugalBuild b/source/kde-extra/tx/FrugalBuild
new file mode 100644
index 0000000..27bb49d
--- /dev/null
+++ b/source/kde-extra/tx/FrugalBuild
@@ -0,0 +1,25 @@
+# Compiling Time: 0.32 SBU
+# Maintainer: crazy <cr...@frugalware.org>
+
+pkgname=tx
+pkgver=1_2
+pkgrel=1
+pkgdesc="Atabular XML editor."
+url="http://www.gravitybind.com/";
+depends=('libqt3support')
+Finclude kde
+groups=('kde-extra')
+replaces=('kxmleditor')
+archs=('i686')
+Fpkgversep="_"
+up2date="Flastarchive http://www.gravitybind.com/download.php _src.zip"
+source=(http://www.gravitybind.com/download/tx_1-2_src.zip)
+sha1sums=('f699596b0592d16c7dd614e65dea0e149dc1cf2f')
+
+build()
+{
+       Fcd tx
+       qmake tx.pro || return 1
+       Fmake
+       Fexerel bin/tx /usr/bin/tx
+}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to