]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- merged from DEVEL
authoraflinta <aflinta@pld-linux.org>
Sat, 5 Mar 2005 14:49:13 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-desktop.patch -> 1.4
    abiword-home_etc.patch -> 1.2

abiword-desktop.patch
abiword-home_etc.patch

index 99280a5675a1f5d5f17daefdabe27f1197c919e7..633ab266d926652fd5840617ff34774af33822d3 100644 (file)
@@ -1,15 +1,7 @@
-diff -Nuard abiword-2.0.2.orig/abi/abiword.desktop abiword-2.0.2/abi/abiword.desktop
---- abiword-2.0.2.orig/abi/abiword.desktop     2003-11-05 23:48:22.000000000 +0100
-+++ abiword-2.0.2/abi/abiword.desktop  2003-12-15 20:17:02.584553768 +0100
-@@ -1,11 +1,14 @@
- [Desktop Entry]
--Name=AbiWord Word Processor
-+Name=AbiWord
-+Name[pl]=AbiWord
- Name[de]=AbiWord Textverarbeitung
-+Comment=Word Processor
-+Comment[pl]=Edytor dokumentów tekstowych
- Exec=abiword
+diff -aurN abiword-2.1.90.orig/abi/abiword.desktop abiword-2.1.90/abi/abiword.desktop
+--- abiword-2.1.90.orig/abi/abiword.desktop    2004-09-30 16:34:58.000000000 +0200
++++ abiword-2.1.90/abi/abiword.desktop 2004-10-16 00:01:20.331450440 +0200
+@@ -3,14 +3,13 @@
  Icon=abiword_48.png
  Terminal=false
  Type=Application
@@ -17,4 +9,12 @@ diff -Nuard abiword-2.0.2.orig/abi/abiword.desktop abiword-2.0.2/abi/abiword.des
 +Categories=GTK;GNOME;Office;WordProcessor;
  StartupNotify=true
  Encoding=UTF-8
+-X-Desktop-File-Install-Version=0.4
+ MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;
+ Name=AbiWord Word Processor
+ Name[de]=AbiWord Textverarbeitung
+ Name[nb]=AbiWord Tekstbehandling
+ Name[nn]=AbiWord Tekstbehandling
+-Name[no]=AbiWord Tekstbehandler
++Name[pl]=Procesor tekstu AbiWord
+ Name[pt]=AbiWord Processador de Texto
index ccaaf91cc085c2c61c6a6c4695ad524d23372f6a..ed0f1b6343bf5f64281e50cfdaa67512cc14760f 100644 (file)
@@ -22,37 +22,6 @@ diff -Nru abiword-2.0.1.orig/abi/src/wp/ap/unix/ap_UnixApp.cpp abiword-2.0.1/abi
        if (!szHome || !*szHome)
                szHome = "./";
        
---- abiword-2.0.1.orig/abi/src/other/pango/pango/mini-xft/minixftcfg.c 2002-05-12 21:12:49.000000000 +0200
-+++ abiword-2.0.1/abi/src/other/pango/pango/mini-xft/minixftcfg.c      2003-11-14 09:50:19.000000000 +0100
-@@ -50,7 +50,7 @@
-     if (*d == '~')
-     {
--      h = getenv ("HOME");
-+      h = getenv("HOME_ETC") ? getenv("HOME_ETC") : getenv ("HOME");
-       if (!h)
-           return False;
-       dir = (char *) malloc (strlen (h) + strlen (d));
-@@ -93,7 +93,7 @@
-     if (*c == '~')
-     {
--      h = getenv ("HOME");
-+      h = getenv("HOME_ETC") ? getenv("HOME_ETC") : getenv ("HOME");
-       if (!h)
-           return False;
-       new = (char *) malloc (strlen (h) + strlen (c));
---- abiword-2.0.1.orig/abi/src/other/pango/pango/mini-xft/minixftlex.l 2002-05-12 21:12:55.000000000 +0200
-+++ abiword-2.0.1/abi/src/other/pango/pango/mini-xft/minixftlex.l      2003-11-14 09:51:17.000000000 +0100
-@@ -212,7 +212,7 @@
-     t = s;
-     if (*s == '~')
-     {
--      h = getenv ("HOME");
-+      h = getenv("HOME_ETC") ? getenv("HOME_ETC") : getenv ("HOME");
-       if (h)
-       {
-           t = (char *) malloc (strlen (h) + strlen (s));
 --- abiword-2.0.1.orig/popt/poptconfig.c       2002-11-11 03:00:51.000000000 +0100
 +++ abiword-2.0.1/popt/poptconfig.c    2003-11-14 09:55:31.000000000 +0100
 @@ -144,7 +144,9 @@
This page took 0.057391 seconds and 4 git commands to generate.