Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=24e3bb6efddf0a7c879de800168915cfc0da37db

commit 24e3bb6efddf0a7c879de800168915cfc0da37db
Author: Krisztian VASAS <i...@frugalware.org>
Date:   Sat Jan 3 19:41:10 2009 +0100

xfontsel-1.0.2-2-i686
- rebuilt with new xorg
- disabled xprint support
- added some build fixes

diff --git 
a/source/x11/xfontsel/01-build_fix_for_non_case_sensitive_filesystems.patch 
b/source/x11/xfontsel/01-build_fix_for_non_case_sensitive_filesystems.patch
new file mode 100644
index 0000000..9f8fb67
--- /dev/null
+++ b/source/x11/xfontsel/01-build_fix_for_non_case_sensitive_filesystems.patch
@@ -0,0 +1,17 @@
+diff --git a/Makefile.am b/Makefile.am
+index 78209fb..832b1df 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -39,7 +39,7 @@ appdefaultdir = @appdefaultdir@
+
+
+ APPDEFAULTFILES = \
+-        XFontSel
++        app-defaults/XFontSel
+
+ SUFFIXES = .ad
+
+diff --git a/XFontSel.ad b/app-defaults/XFontSel.ad
+index 73c4854..73c4854 100644
+--- a/XFontSel.ad
++++ b/app-defaults/XFontSel.ad
diff --git 
a/source/x11/xfontsel/02-use_am_cflags_insted_of_xfontsel_cflags.patch 
b/source/x11/xfontsel/02-use_am_cflags_insted_of_xfontsel_cflags.patch
new file mode 100644
index 0000000..50145fb
--- /dev/null
+++ b/source/x11/xfontsel/02-use_am_cflags_insted_of_xfontsel_cflags.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.am b/Makefile.am
+index 832b1df..0e7514b 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -21,7 +21,7 @@
+
+ bin_PROGRAMS = xfontsel
+
+-xfontsel_CFLAGS = $(XFONTSEL_CFLAGS)
++AM_CFLAGS = $(XFONTSEL_CFLAGS)
+ xfontsel_LDADD = $(XFONTSEL_LIBS)
+
+ xfontsel_SOURCES =    \
diff --git a/source/x11/xfontsel/03-build_fix_1.patch 
b/source/x11/xfontsel/03-build_fix_1.patch
new file mode 100644
index 0000000..19db251
--- /dev/null
+++ b/source/x11/xfontsel/03-build_fix_1.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile.am b/Makefile.am
+index 0e7514b..21aa881 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -44,6 +44,7 @@ APPDEFAULTFILES = \
+ SUFFIXES = .ad
+
+ .ad:
++      [ -d app-defaults ] || mkdir app-defaults
+       cp $< $@
+
+ appdefault_DATA = $(APPDEFAULTFILES)
diff --git a/source/x11/xfontsel/04-use_xaw7_insted_of_xaw8.patch 
b/source/x11/xfontsel/04-use_xaw7_insted_of_xaw8.patch
new file mode 100644
index 0000000..0e65ab4
--- /dev/null
+++ b/source/x11/xfontsel/04-use_xaw7_insted_of_xaw8.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index 9f3a3e6..7e2b568 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -31,7 +31,7 @@ AM_CONFIG_HEADER(config.h)
+ AC_PROG_CC
+ AC_PROG_INSTALL
+
+-XAW_CHECK_XPRINT_SUPPORT(XFONTSEL)
++PKG_CHECK_MODULES(XFONTSEL, xaw7)
+
+ AC_SUBST(XFONTSEL_CFLAGS)
+ AC_SUBST(XFONTSEL_LIBS)
diff --git a/source/x11/xfontsel/FrugalBuild b/source/x11/xfontsel/FrugalBuild
index 8830f31..51a2129 100644
--- a/source/x11/xfontsel/FrugalBuild
+++ b/source/x11/xfontsel/FrugalBuild
@@ -3,16 +3,25 @@

pkgname=xfontsel
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="X.Org xfontsel application"
url="http://xorg.freedesktop.org";
groups=('x11' 'xorg-core' 'xorg-apps')
archs=('i686' 'x86_64')
-depends=('libx11>=1.1.3' 'libxp>=1.0.0-2' 'libxaw>=1.0.4')
-makedepends=('inputproto>=1.4.2.1')
+depends=('libx11>=1.1.99.2' 'libxp>=1.0.0-3' 'libxaw>=1.0.5')
+makedepends=('inputproto>=1.5.0')
_F_xorg_ind=1
-Fconfopts="$Fconfopts --enable-xprint"
+Fconfopts="$Fconfopts --disable-xprint"
Finclude xorg
-sha1sums=('c492444a3bada3e44bc0319cfd85a89cd7770b84')
+source=(${sour...@]} \
+       '01-build_fix_for_non_case_sensitive_filesystems.patch' \
+       '02-use_am_cflags_insted_of_xfontsel_cflags.patch' \
+       '03-build_fix_1.patch' \
+       '04-use_xaw7_insted_of_xaw8.patch')
+sha1sums=('c492444a3bada3e44bc0319cfd85a89cd7770b84' \
+          'f973b7291ef8f34b3773a888a0bdccb2f1b1ceb2' \
+          '11af33617371acfdd5b9b4e2395b61be7cb958e0' \
+          'ce7fe929c46aa6b9fc734a5d32c1b0b93f69fe8b' \
+          'a8d5ab5413cb0a2d7c3e49cd83bfc73204f7274e')

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to