Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=3d5c9498d1503680fd6d58308402dcdde1335cd0

commit 3d5c9498d1503680fd6d58308402dcdde1335cd0
Author: Elentir <elen...@mailoo.org>
Date:   Mon Feb 15 22:57:35 2010 +0100

add pango-minimal package for gui image

diff --git a/Makefile b/Makefile
index a131e35..b1f4eb1 100644
--- a/Makefile
+++ b/Makefile
@@ -950,4 +950,11 @@ cairo-minimal:
$(UNPACK); \
cp -a usr/lib/cairo-fwife/libcairo.so* ../cairo-minimal/usr/lib

+pango-minimal:
+       $(CLEANUP)
+       mkdir -p pango-minimal/{etc/pango,usr/{bin,lib}}
+       $(UNPACK); \
+       cp -a usr/lib/pango-fwife/libpango*.so* ../pango-minimal/usr/lib; \
+       cp -a etc/pango-fwife/* ../pango-minimal/etc/pango/
+
.NOTPARALLEL:
diff --git a/configure b/configure
index f403f4f..4771627 100755
--- a/configure
+++ b/configure
@@ -47,7 +47,7 @@ if options.gui:
'setxkbmap', 'xkbcomp', 'xkeyboard-config', 'xorg-server-minimal', 
'xf86-input-keyboard', 'xf86-input-mouse',
'xf86-video-vesa', 'freetype2', 'fontconfig', 'shared-mime-info', 'giblib', 
'feh', 'libxml2', 'atk',
'libpng', 'libjpeg', 'libstdc++', 'libgcc', 'libsigc++2', 'imlib2', 
'openbox-minimal',
-                       'cairo-minimal'])
+                       'cairo-minimal', 'pango-minimal'])

# if we want debug then we should add gdb and it's dependencies
sys.stdout.write("checking for debug support... ")
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to