Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=35ac6ba657c6934bd6fcf01d851274b3d3ecda0c

commit 35ac6ba657c6934bd6fcf01d851274b3d3ecda0c
Author: Melko <lorddarthfe...@gmail.com>
Date:   Fri Jan 14 20:57:32 2011 +0100

kvirc-4.0.2-1-i686

* version bump
* drop an ancient patch
* .install no more needed

diff --git a/source/kde-extra/kvirc/630.diff b/source/kde-extra/kvirc/630.diff
deleted file mode 100644
index 4780da5..0000000
--- a/source/kde-extra/kvirc/630.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: kvirc/src/kvirc/kernel/kvi_ircurl.cpp
-===================================================================
---- kvirc/src/kvirc/kernel/kvi_ircurl.cpp (revision 246)
-+++ kvirc/src/kvirc/kernel/kvi_ircurl.cpp (revision 630)
-@@ -44,4 +44,6 @@
-       // irc[6]://<server>[:<port>][/<channel>[?<pass>]]
-       KviStr szUrl = url;
-+      szUrl.replaceAll("$","\\$");
-+      szUrl.replaceAll(";","\\;");
-       bool bIpV6 = false;
-       bool bSSL = false;
diff --git a/source/kde-extra/kvirc/FrugalBuild 
b/source/kde-extra/kvirc/FrugalBuild
index c574e3f..cb71295 100644
--- a/source/kde-extra/kvirc/FrugalBuild
+++ b/source/kde-extra/kvirc/FrugalBuild
@@ -1,17 +1,18 @@
-# Compiling Time: 5.23 SBU
+# Compiling Time: 4.34 SBU
# Maintainer: DeX77 <d...@dragonslave.de>

pkgname=kvirc
-pkgver=4.0rc2
+pkgver=4.0.2
pkgrel=1
pkgdesc="Graphical Irc client for K Desktop"
-depends=('kdenetwork')
+depends=('libnepomuk' 'libqtwebkit' 'libqtsql' 'python' 'audiofile')
+makedepends=('kdelibs-compiletime' 'libkfile' 'kdelibs-interfaces')
groups=('kde-extra')
archs=('i686' 'x86_64')
Finclude kde
url="http://www.kvirc.net";
up2date="Flasttar ftp://ftp.kvirc.de/pub/kvirc/latest/source/";
-source=(ftp://ftp.kvirc.de/pub/kvirc/snapshots/source/$pkgname-$pkgver.tar.bz2)
-sha1sums=('98c50b0751234760eeea7aaa8e9283cdce9eda57')
+source=(ftp://ftp.kvirc.de/pub/kvirc/latest/source/$pkgname-$pkgver.tar.bz2)
+sha1sums=('fa9a049431cd0eb0113bca6ecc3864ee8c27aada')

# optimization OK
diff --git a/source/kde-extra/kvirc/kvirc.install 
b/source/kde-extra/kvirc/kvirc.install
deleted file mode 100644
index 8ab5212..0000000
--- a/source/kde-extra/kvirc/kvirc.install
+++ /dev/null
@@ -1,22 +0,0 @@
-#install script for kvirc
-# $1:  the new package version
-post_install()
-{
-       mv /usr/share/services/irc.protocol \
-               /usr/share/services/irc.protocol.kvircsave
-       mv /usr/share/services/irc.protocol.kvirc \
-               /usr/share/services/irc.protocol
-}
-
-# $1:  the old package version
-post_remove()
-{
-       mv /usr/share/services/irc.protocol.kvircsave \
-               /usr/share/services/irc.protocol
-}
-
-op=$1
-shift
-$op $*
-
-# vim: ft=sh
\ No newline at end of file
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to