summaryrefslogtreecommitdiff
path: root/packages/xorg-fonts
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-07-24 19:46:41 +0000
committerRaymond Danks <raymond@edanks.com>2006-07-24 19:46:41 +0000
commitdd0c887b669ed5f2fdfa21118f4b32d096e92816 (patch)
tree52a9bb766480ea9983a6e3e5d4ae600e0a482f2c /packages/xorg-fonts
parentb88c8ee5fdd3c5bda8a7fea778c3d7b09b180622 (diff)
xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* directory structure.
This is the first step for the update to X11R7.1. This will not build and will be followed by more patches and updates.
Diffstat (limited to 'packages/xorg-fonts')
-rw-r--r--packages/xorg-fonts/font-alias_1.0.1.bb4
-rw-r--r--packages/xorg-fonts/font-common.inc31
-rw-r--r--packages/xorg-fonts/font-cursor-misc_1.0.0.bb4
-rw-r--r--packages/xorg-fonts/font-misc-misc_1.0.0.bb7
-rw-r--r--packages/xorg-fonts/font-util_1.0.0.bb5
5 files changed, 0 insertions, 51 deletions
diff --git a/packages/xorg-fonts/font-alias_1.0.1.bb b/packages/xorg-fonts/font-alias_1.0.1.bb
deleted file mode 100644
index f757dd39bf..0000000000
--- a/packages/xorg-fonts/font-alias_1.0.1.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-include font-common.inc
-
-DEPENDS = "mkfontscale"
-FILES_${PN} = "${libdir}/X11/fonts/*"
diff --git a/packages/xorg-fonts/font-common.inc b/packages/xorg-fonts/font-common.inc
deleted file mode 100644
index 37d478bdc6..0000000000
--- a/packages/xorg-fonts/font-common.inc
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "X font files"
-SECTION = "x11/fonts"
-LICENSE= "MIT-X"
-
-SRC_URI = "${XORG_MIRROR}/X11R7.0/src/font/${PN}-X11R7.0-${PV}.tar.bz2"
-S = "${WORKDIR}/${PN}-X11R7.0-${PV}"
-FONT_DIR = "${datadir}/share/fonts"
-DEPENDS = "encodings mkfontscale mkfontdir"
-
-inherit autotools pkgconfig
-
-do_stage () {
- autotools_stage_all
-}
-
-
-FILES_${PN} += " ${libdir}/X11/fonts/*.gz ${libdir}/X11/fonts/*/*.gz"
-
-pkg_postinst_${PN} () {
-
- if [ "x$D" != "x" ]; then
- exit 1
- fi
-
- for fontdir in /usr/lib/X11/fonts/* /usr/lib/X11/fonts/*/* ; do
- if test -d $fontdir ; then
- mkfontdir $fontdir
- mkfontscale $fontdir
- fi
- done
-}
diff --git a/packages/xorg-fonts/font-cursor-misc_1.0.0.bb b/packages/xorg-fonts/font-cursor-misc_1.0.0.bb
deleted file mode 100644
index a7b1ceaf0d..0000000000
--- a/packages/xorg-fonts/font-cursor-misc_1.0.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-include font-common.inc
-
-DEPENDS = "bdftopcf font-util"
-FILES_${PN} = "${libdir}/X11/fonts/*"
diff --git a/packages/xorg-fonts/font-misc-misc_1.0.0.bb b/packages/xorg-fonts/font-misc-misc_1.0.0.bb
deleted file mode 100644
index 14022adaf9..0000000000
--- a/packages/xorg-fonts/font-misc-misc_1.0.0.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-include font-common.inc
-
-DEPENDS = "bdftopcf font-util"
-
-FILES_${PN} = "${libdir}/X11/fonts/misc/*"
-
-EXTRA_OECONF = "--disable-iso8859-2 --disable-iso8859-3 --disable-iso8859-4 --disable-iso8859-5 --disable-iso8859-6 --disable-iso8859-7 --disable-iso8859-8 --disable-iso8859-9 --disable-iso8859-10 --disable-iso8859-11 --disable-iso8859-12 --disable-iso8859-13 --disable-iso8859-14 --disable-iso8859-15 --disable-iso8859-16 --disable-jisx0201 --disable-koi8-r"
diff --git a/packages/xorg-fonts/font-util_1.0.0.bb b/packages/xorg-fonts/font-util_1.0.0.bb
deleted file mode 100644
index 5bbf7e0809..0000000000
--- a/packages/xorg-fonts/font-util_1.0.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-include font-common.inc
-
-DEPENDS = "bdftopcf"
-
-FILES_${PN} = "${bindir}/* ${libdir}/X11/fonts/util/*"