diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 18:38:20 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 18:38:20 (GMT) |
commit | 75a974500de1bb4b0bb84b726a9d7075d07e18b7 (patch) | |
tree | 9a0c45226e4b04a8595fbacfcde115d444f5c5d5 /abs/core-testing/imake/linuxconfig.patch | |
parent | 14beb839185f027cba412b6aa0941296a843818b (diff) | |
download | linhes_pkgbuild-75a974500de1bb4b0bb84b726a9d7075d07e18b7.zip linhes_pkgbuild-75a974500de1bb4b0bb84b726a9d7075d07e18b7.tar.gz linhes_pkgbuild-75a974500de1bb4b0bb84b726a9d7075d07e18b7.tar.bz2 |
Removing more cross repo makedepends.
Moved the following packages from extra->core.
nasm
automake
autoconf
sharutils
imake
gperf/
yasm/
setuptools/
libcaca/
libdca/
live-media/
There are still several cross repo make depends, but some packages just dont' belong in core.
For instance avahi and ca-certificates(core) depend on mono and ruby(extra). But really mono and ruby do not belong in core.
Diffstat (limited to 'abs/core-testing/imake/linuxconfig.patch')
-rw-r--r-- | abs/core-testing/imake/linuxconfig.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/abs/core-testing/imake/linuxconfig.patch b/abs/core-testing/imake/linuxconfig.patch new file mode 100644 index 0000000..8e1c5a0 --- /dev/null +++ b/abs/core-testing/imake/linuxconfig.patch @@ -0,0 +1,31 @@ +--- xorg-cf-files-1.0.1/linux.cf.orig 2006-03-04 18:40:43.000000000 +0000 ++++ xorg-cf-files-1.0.1/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/man ++#define XappLoadDir /usr/share/X11/app-defaults ++ + #ifndef HasDevRandom + # define HasDevRandom YES + # ifndef RandomDeviceName +--- xorg-cf-files-1.0.2/X11.tmpl.orig 2006-07-15 10:45:23.000000000 +0000 ++++ xorg-cf-files-1.0.2/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 |