bb698610ef
This is the back-end component for the GNUstep GUI Library. The implementation of the GNUstep GUI Library is designed in two parts. The first part is the front-end component which is independent of platform and display system. This front-end is combined with a back-end component which handles all of the display system dependent such as specific calls to the X Window System. This design allows the GNUstep applications to have the "look and feel" of the underlying display system without any changes to the application, and the library can be easily ported to other display systems. The GNUstep GUI Backend is for platforms using the X-Window System or Window's Systems. It works via a DPS emulation engine to emulate the DPS functions required by the front-end system.
12 lines
550 B
Plaintext
12 lines
550 B
Plaintext
$OpenBSD: patch-Fonts_GNUmakefile_postamble,v 1.1.1.1 2007/05/29 03:03:08 ajacoutot Exp $
|
|
--- Fonts/GNUmakefile.postamble.orig Tue May 15 17:56:25 2007
|
|
+++ Fonts/GNUmakefile.postamble Tue May 15 17:56:39 2007
|
|
@@ -38,6 +38,7 @@ after-install::
|
|
for file in $(FONT_INSTALL_FILES); do \
|
|
($(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list $$file) | (cd $(back-resources_INSTALL_DIR); $(TAR) xf -) ;\
|
|
done
|
|
+ $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(back-resources_INSTALL_DIR)$(END_ECHO)
|
|
|
|
# Things to do before uninstalling
|
|
before-uninstall::
|