summaryrefslogtreecommitdiffstats
path: root/xorg-util
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-util')
-rwxr-xr-xxorg-util/xorg-cf-files/DETAILS1
-rw-r--r--xorg-util/xorg-cf-files/HISTORY5
-rwxr-xr-xxorg-util/xorg-cf-files/PRE_BUILD1
-rw-r--r--xorg-util/xorg-cf-files/man-path.patch11
4 files changed, 18 insertions, 0 deletions
diff --git a/xorg-util/xorg-cf-files/DETAILS b/xorg-util/xorg-cf-files/DETAILS
index bec4c89d04..52374554f0 100755
--- a/xorg-util/xorg-cf-files/DETAILS
+++ b/xorg-util/xorg-cf-files/DETAILS
@@ -1,5 +1,6 @@
SPELL=xorg-cf-files
VERSION=1.0.4
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/util/${SOURCE}
diff --git a/xorg-util/xorg-cf-files/HISTORY b/xorg-util/xorg-cf-files/HISTORY
index 7ceaa2422e..d425e1fd01 100644
--- a/xorg-util/xorg-cf-files/HISTORY
+++ b/xorg-util/xorg-cf-files/HISTORY
@@ -1,3 +1,8 @@
+2011-08-30 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: apply the patch
+ * man-path.patch: added, to correct general man path directory
+
2011-01-18 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.0.4
diff --git a/xorg-util/xorg-cf-files/PRE_BUILD b/xorg-util/xorg-cf-files/PRE_BUILD
index 40345a02ed..2469702993 100755
--- a/xorg-util/xorg-cf-files/PRE_BUILD
+++ b/xorg-util/xorg-cf-files/PRE_BUILD
@@ -2,4 +2,5 @@ default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -Np0 < "$SCRIPT_DIRECTORY/lib64.patch" &&
patch -p1 < $SPELL_DIRECTORY/05_xaw_without_xp.diff &&
+patch -p0 < "$SPELL_DIRECTORY/man-path.patch" &&
sedit "s:/X11R6::" $SOURCE_DIRECTORY/site.def
diff --git a/xorg-util/xorg-cf-files/man-path.patch b/xorg-util/xorg-cf-files/man-path.patch
new file mode 100644
index 0000000000..b0e6d6738d
--- /dev/null
+++ b/xorg-util/xorg-cf-files/man-path.patch
@@ -0,0 +1,11 @@
+--- Imake.tmpl.orig 2009-10-17 01:45:42.000000000 +0400
++++ Imake.tmpl 2011-08-30 15:33:37.808819997 +0400
+@@ -890,7 +890,7 @@
+ #endif
+ #ifndef ManDirectoryRoot
+ #ifdef ProjectRoot
+-#define ManDirectoryRoot Concat(ProjectRoot,/man)
++#define ManDirectoryRoot Concat(ProjectRoot,/share/man)
+ #else
+ #define ManDirectoryRoot SystemManDirectory
+ #endif