]> git.pld-linux.org Git - packages/apollon.git/commitdiff
- up to 1.0.2.1
authorblekot <blekot@pld-linux.org>
Mon, 25 Jul 2005 09:35:19 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apollon-firstrun.patch -> 1.2
    apollon.spec -> 1.17

apollon-firstrun.patch
apollon.spec

index a2b2547eff98c72b75be3ecc1a194ea3e899983d..501564490919dd964230938a6871f44c6f14e8ae 100644 (file)
@@ -1,21 +1,18 @@
-diff -urN a/apollon/firstrun.ui.h b/apollon/firstrun.ui.h
---- a/apollon/firstrun.ui.h    2004-10-13 18:33:15.000000000 +0200
-+++ b/apollon/firstrun.ui.h    2004-12-14 14:50:42.047878040 +0100
-@@ -48,15 +48,13 @@
-               return true;
-       else 
+--- apollon-1.0.2.1/apollon/firstrun.ui.h.old  2005-07-25 11:25:30.000000000 +0200
++++ apollon-1.0.2.1/apollon/firstrun.ui.h      2005-07-25 11:28:07.000000000 +0200
+@@ -50,13 +50,13 @@
        {
--              
+               
                //where are the plugins installed?
 -              QDir installedPath ("/usr/share/giFT/giftd.conf.template");
--              if (installedPath.exists()) {
+-              if (QFile::exists(installedPath.path())) {
 -                      installedPath = "/usr/share/giFT/";
 +              QDir installedPath;
 +              if (QFile::exists("/usr/share/giFT/giftd.conf.template")) {
 +                      installedPath = "/usr/share/giFT";
                }
                else {
--                      installedPath = "/usr/local/share/giFT/giftd.conf.template";
+                       installedPath = "/usr/local/share/giFT/giftd.conf.template";
 -                      if (QFile::exists(installedPath.path()))
 +                      if (QFile::exists("/usr/local/share/giFT/giftd.conf.template"))
                                installedPath = "/usr/local/share/giFT";
index 649df9a5d9d1c59f1e6834ccca374dc39fdcd3c1..5587a4a52693e45d39b7a40ac668d48c83310e59 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       KDE-based client for the p2p-protocol giFT (OpenFT, FastTrack(Kazaa), Gnutella)
 Summary(pl):   Oparty na KDE klient dla protoko³u p2p giFT (OpenFT, FastTrack(Kazaa), Gnutella)
 Name:          apollon
-Version:       1.0.1
+Version:       1.0.2.1
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/apollon/%{name}-%{version}.tar.bz2
-# Source0-md5: 835d783691b1c75cf772042d72d51d82
+# Source0-md5: 038fd070b855605c750acdb9060cbe82
 Patch0:                %{name}-dtd-location.patch
 Patch1:                %{name}-firstrun.patch
 URL:           http://apollon.sourceforge.net/
This page took 0.698678 seconds and 4 git commands to generate.