diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 20:59:54 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-17 20:59:54 +0000 |
commit | 2ab396bc03ba06745b9dfc404423eab3f801cbf3 (patch) | |
tree | 0077e43ad16df4a8f487d06f13554d7e91e268d4 /gnustep-base/gnustep-back-xlib/files | |
parent | Stable on sparc wrt #85580 (diff) | |
download | gentoo-2-2ab396bc03ba06745b9dfc404423eab3f801cbf3.tar.gz gentoo-2-2ab396bc03ba06745b9dfc404423eab3f801cbf3.tar.bz2 gentoo-2-2ab396bc03ba06745b9dfc404423eab3f801cbf3.zip |
ebuild updates for GNUstep base, libs, and apps across the board; proper versions (to be stabilized, in due time) added where apropos, cvs-pull versions updated where needed
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnustep-base/gnustep-back-xlib/files')
-rw-r--r-- | gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20050106 | 0 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20050312 (renamed from gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20041203) | 0 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5_pre20050312 | 12 |
3 files changed, 12 insertions, 0 deletions
diff --git a/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20050106 b/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20050106 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20050106 +++ /dev/null diff --git a/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20041203 b/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20050312 index e69de29bb2d1..e69de29bb2d1 100644 --- a/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20041203 +++ b/gnustep-base/gnustep-back-xlib/files/digest-gnustep-back-xlib-0.9.5_pre20050312 diff --git a/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5_pre20050312 b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5_pre20050312 new file mode 100644 index 000000000000..5554a8b712a7 --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5_pre20050312 @@ -0,0 +1,12 @@ +diff -ur Fonts/GNUmakefile Fonts/GNUmakefile +--- Fonts/GNUmakefile 2005-03-12 23:06:51.808553304 -0500 ++++ Fonts/GNUmakefile 2005-02-22 22:47:34.000000000 -0500 +@@ -27,7 +27,7 @@ + include $(GNUSTEP_MAKEFILES)/common.make + + #RESOURCE_SET_NAME = back-resources +-back-resources_RESOURCE_FILES_INSTALL_DIR = Library/Fonts ++back-resources_RESOURCE_FILES_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/Fonts + back-resources_RESOURCE_FILES = $(FONT_INSTALL_FILES) + + FONT_INSTALL_FILES = Helvetica.nfont |