summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2010-06-26 18:11:44 +0200
committerTilman Sauerbeck <tilman@crux.nu>2010-06-26 18:11:44 +0200
commit05860ce5dbd7b459369d8f3d9e7797aee5b9c636 (patch)
treec2be740ba26d4c9a2d10e708aa9f21a8f358e404
parentd946ac48ccf1e9a9e9f2ef2307c4ad51959de661 (diff)
downloadxorg-05860ce5dbd7b459369d8f3d9e7797aee5b9c636.tar.gz
xorg-05860ce5dbd7b459369d8f3d9e7797aee5b9c636.tar.xz
xorg-font-screen-cyrillic: updated to 1.0.2.
-rw-r--r--xorg-font-screen-cyrillic/.footprint12
-rw-r--r--xorg-font-screen-cyrillic/.md5sum2
-rw-r--r--xorg-font-screen-cyrillic/Pkgfile4
-rwxr-xr-xxorg-font-screen-cyrillic/post-install4
4 files changed, 11 insertions, 11 deletions
diff --git a/xorg-font-screen-cyrillic/.footprint b/xorg-font-screen-cyrillic/.footprint
index f66a3d09..652f4299 100644
--- a/xorg-font-screen-cyrillic/.footprint
+++ b/xorg-font-screen-cyrillic/.footprint
@@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/X11/
-drwxr-xr-x root/root usr/lib/X11/fonts/
-drwxr-xr-x root/root usr/lib/X11/fonts/cyrillic/
--rw-r--r-- root/root usr/lib/X11/fonts/cyrillic/screen8x16.pcf.gz
--rw-r--r-- root/root usr/lib/X11/fonts/cyrillic/screen8x16b.pcf.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/fonts/
+drwxr-xr-x root/root usr/share/fonts/X11/
+drwxr-xr-x root/root usr/share/fonts/X11/cyrillic/
+-rw-r--r-- root/root usr/share/fonts/X11/cyrillic/screen8x16.pcf.gz
+-rw-r--r-- root/root usr/share/fonts/X11/cyrillic/screen8x16b.pcf.gz
diff --git a/xorg-font-screen-cyrillic/.md5sum b/xorg-font-screen-cyrillic/.md5sum
index c4db68d8..2fe7c5cb 100644
--- a/xorg-font-screen-cyrillic/.md5sum
+++ b/xorg-font-screen-cyrillic/.md5sum
@@ -1 +1 @@
-c8d5aef01c906c7aaea329702a8b1b63 font-screen-cyrillic-1.0.1.tar.bz2
+c912a976b66073acd80c9d5c624f3aae font-screen-cyrillic-1.0.2.tar.bz2
diff --git a/xorg-font-screen-cyrillic/Pkgfile b/xorg-font-screen-cyrillic/Pkgfile
index 8a5da88e..9c4b6ef0 100644
--- a/xorg-font-screen-cyrillic/Pkgfile
+++ b/xorg-font-screen-cyrillic/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: xorg-mkfontdir, xorg-mkfontscale
name=xorg-font-screen-cyrillic
-version=1.0.1
+version=1.0.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-screen-cyrillic-$version.tar.bz2)
@@ -16,5 +16,5 @@ build() {
make
make DESTDIR=$PKG install
- rm -f $PKG/usr/lib/X11/fonts/cyrillic/fonts.{dir,scale}
+ rm $PKG/usr/share/fonts/X11/cyrillic/fonts.dir
}
diff --git a/xorg-font-screen-cyrillic/post-install b/xorg-font-screen-cyrillic/post-install
index 1df5a15e..23e6d40a 100755
--- a/xorg-font-screen-cyrillic/post-install
+++ b/xorg-font-screen-cyrillic/post-install
@@ -1,4 +1,4 @@
#!/bin/sh
-mkfontdir /usr/lib/X11/fonts/cyrillic
-mkfontscale /usr/lib/X11/fonts/cyrillic
+mkfontdir /usr/share/fonts/X11/cyrillic
+mkfontscale /usr/share/fonts/X11/cyrillic

Generated by cgit