From 5005c7bf988785ccdb8b4bb2205c057606b16673 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 9 Mar 2015 15:59:14 +0100 Subject: [PATCH] xorg-cf-files: patch XAppLoadDir and a few defaults. --- .../xorg-cf-files/patches/linuxconfig.patch | 33 +++++++++++++++++++ srcpkgs/xorg-cf-files/template | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/xorg-cf-files/patches/linuxconfig.patch diff --git a/srcpkgs/xorg-cf-files/patches/linuxconfig.patch b/srcpkgs/xorg-cf-files/patches/linuxconfig.patch new file mode 100644 index 00000000000..a4a86cefa53 --- /dev/null +++ b/srcpkgs/xorg-cf-files/patches/linuxconfig.patch @@ -0,0 +1,33 @@ +From Arch. + +--- linux.cf.orig 2006-03-04 18:40:43.000000000 +0000 ++++ linux.cf 2006-03-04 18:41:48.000000000 +0000 +@@ -193,6 +193,13 @@ + #define FSUseSyslog YES + #endif + ++#define FSUseSyslog YES ++#define BuildRman NO ++#define BuildHtmlManPages NO ++#define ProjectRoot /usr ++#define ManPath /usr/share/man ++#define XappLoadDir /usr/share/X11/app-defaults ++ + #ifndef HasDevRandom + # define HasDevRandom YES + # ifndef RandomDeviceName +--- X11.tmpl.orig 2006-07-15 10:45:23.000000000 +0000 ++++ X11.tmpl 2006-07-15 10:46:19.000000000 +0000 +@@ -1502,10 +1502,10 @@ + #define DocPdfDir $(DOCDIR)/PDF + #endif + #ifndef FontDir +-#define FontDir $(LIBDIR)/fonts ++#define FontDir /usr/share/fonts + #endif + #ifndef FontEncDir +-#define FontEncDir $(LIBDIR)/fonts/encodings ++#define FontEncDir /usr/share/fonts/encodings + #endif + #ifndef AdmDir + #define AdmDir /usr/adm diff --git a/srcpkgs/xorg-cf-files/template b/srcpkgs/xorg-cf-files/template index cd45bc73a71..4eaf970c2c8 100644 --- a/srcpkgs/xorg-cf-files/template +++ b/srcpkgs/xorg-cf-files/template @@ -1,7 +1,7 @@ # Template file for 'xorg-cf-files' pkgname=xorg-cf-files version=1.0.5 -revision=2 +revision=3 noarch=yes hostmakedepends="pkg-config automake xorg-util-macros font-util" short_desc="X.Org imake program and related utilities"