diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /gpdf | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'gpdf')
-rw-r--r-- | gpdf/files/aclocal-lossage.patch | 11 | ||||
-rw-r--r-- | gpdf/files/desktop.patch | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/gpdf/files/aclocal-lossage.patch b/gpdf/files/aclocal-lossage.patch index e69de29bb2..cdbe8100bd 100644 --- a/gpdf/files/aclocal-lossage.patch +++ b/gpdf/files/aclocal-lossage.patch @@ -0,0 +1,11 @@ +--- gpdf-2.7.90/Makefile.am.old 2004-08-03 20:32:38.000000000 +0100 ++++ gpdf-2.7.90/Makefile.am 2004-08-03 20:27:11.000000000 +0100 +@@ -43,7 +43,7 @@ + + DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install + +-ACLOCAL_AMFLAGS = -I $(datadir)/aclocal -I $(datadir)/aclocal/gnome2-macros ++# ACLOCAL_AMFLAGS = -I $(datadir)/aclocal -I $(datadir)/aclocal/gnome2-macros + + CLEANFILES = \ + $(schema_DATA) \ diff --git a/gpdf/files/desktop.patch b/gpdf/files/desktop.patch index e69de29bb2..e76e63328a 100644 --- a/gpdf/files/desktop.patch +++ b/gpdf/files/desktop.patch @@ -0,0 +1,11 @@ +--- gpdf-2.7.90/gpdf.desktop.in.old 2004-08-05 15:31:09.000000000 +0100 ++++ gpdf-2.7.90/gpdf.desktop.in 2004-08-05 15:31:19.000000000 +0100 +@@ -3,7 +3,7 @@ + _Name=PDF Viewer + _Comment=View PDF files + Exec=gpdf %U +-Icon=gnome-pdf ++Icon=gnome-pdf.png + Terminal=false + Type=Application + Categories=GNOME;Application;Graphics;VectorGraphics;Viewer; |