summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2009-12-16 14:54:56 +0100
committerEric Sandall2009-12-19 00:21:06 -0800
commit8c20a21389f558498f1b70bc5dc9be0f032ef4ec (patch)
treeda3ef72af1b83159ee60d58f49327e608b1c4db5
parent7221a2a8fc3a9cde5a5c4cecc066b2b12d748f2a (diff)
font-sony-misc: install fonts to /usr/share/fonts/X11 .
(cherry picked from commit 0fc314bdadbcd4fa902a10d41e1a6292731729dc)
-rwxr-xr-xxorg-font/font-sony-misc/BUILD2
-rwxr-xr-xxorg-font/font-sony-misc/DETAILS1
-rw-r--r--xorg-font/font-sony-misc/HISTORY4
3 files changed, 7 insertions, 0 deletions
diff --git a/xorg-font/font-sony-misc/BUILD b/xorg-font/font-sony-misc/BUILD
new file mode 100755
index 0000000000..ce8aa86fba
--- /dev/null
+++ b/xorg-font/font-sony-misc/BUILD
@@ -0,0 +1,2 @@
+OPTS="--with-fontdir=$INSTALL_ROOT/usr/share/fonts/X11/misc $OPTS" &&
+default_build
diff --git a/xorg-font/font-sony-misc/DETAILS b/xorg-font/font-sony-misc/DETAILS
index c43e8f143d..c6aebabd82 100755
--- a/xorg-font/font-sony-misc/DETAILS
+++ b/xorg-font/font-sony-misc/DETAILS
@@ -8,6 +8,7 @@
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
+ PATCHLEVEL=1
LICENSE[0]=XCL
SHORT="Module font-sony-misc for xorg"
diff --git a/xorg-font/font-sony-misc/HISTORY b/xorg-font/font-sony-misc/HISTORY
index 6cb172ffe7..b24d5c1066 100644
--- a/xorg-font/font-sony-misc/HISTORY
+++ b/xorg-font/font-sony-misc/HISTORY
@@ -1,3 +1,7 @@
+2009-12-16 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: Added to install fonts to /usr/share/fonts/X11 .
+ * DETAILS: patchlevel
+
2009-02-05 Eric Sandall <sandalle@sourcemage.org>
* POST_RESURRECT: Removed, now uses default_post_resurrect in FUNCTIONS