From cc42094ef5a5f95f64f6a04e2457a082bf18baca Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Tue, 30 Aug 2011 15:43:46 +0400 Subject: xorg-cf-files: corrected man path dir --- xorg-util/xorg-cf-files/DETAILS | 1 + xorg-util/xorg-cf-files/HISTORY | 5 +++++ xorg-util/xorg-cf-files/PRE_BUILD | 1 + xorg-util/xorg-cf-files/man-path.patch | 11 +++++++++++ 4 files changed, 18 insertions(+) create mode 100644 xorg-util/xorg-cf-files/man-path.patch (limited to 'xorg-util') 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 + * DETAILS: PATCHLEVEL=1 + * PRE_BUILD: apply the patch + * man-path.patch: added, to correct general man path directory + 2011-01-18 Ladislav Hagara * 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 -- cgit v1.2.3