summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-03 12:04:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-03 12:04:19 +0000
commit1c05e9fc3e2596e912dd7b75054f0961b77bc7b4 (patch)
treea20a42f96f9db89e66f557495ab05f5ef1f92777 /x11
parent627cf2171d6f035e046c0d722e1befef294ceb00 (diff)
downloadaports-1c05e9fc3e2596e912dd7b75054f0961b77bc7b4.tar.bz2
aports-1c05e9fc3e2596e912dd7b75054f0961b77bc7b4.tar.xz
x11/font-*-*: added type1, ttf, speedo and cyrillic fonts
Diffstat (limited to 'x11')
-rw-r--r--x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-install8
l---------x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-upgrade1
-rw-r--r--x11/font-bh-ttf/font-bh-ttf.post-install8
l---------x11/font-bh-ttf/font-bh-ttf.post-upgrade1
-rw-r--r--x11/font-bh-type1/font-bh-type1.post-install8
l---------x11/font-bh-type1/font-bh-type1.post-upgrade1
-rw-r--r--x11/font-bitstream-speedo/font-bitstream-speedo.post-install8
l---------x11/font-bitstream-speedo/font-bitstream-speedo.post-upgrade1
-rw-r--r--x11/font-bitstream-type1/font-bitstream-type1.post-install8
l---------x11/font-bitstream-type1/font-bitstream-type1.post-upgrade1
-rw-r--r--x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-install8
l---------x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-upgrade1
-rw-r--r--x11/font-ibm-type1/font-ibm-type1.post-install8
l---------x11/font-ibm-type1/font-ibm-type1.post-upgrade1
-rw-r--r--x11/font-misc-cyrillic/font-misc-cyrillic.post-install8
l---------x11/font-misc-cyrillic/font-misc-cyrillic.post-upgrade1
-rw-r--r--x11/font-misc-ethiopic/font-misc-ethiopic.post-install8
l---------x11/font-misc-ethiopic/font-misc-ethiopic.post-upgrade1
-rw-r--r--x11/font-misc-meltho/font-misc-meltho.post-install8
l---------x11/font-misc-meltho/font-misc-meltho.post-upgrade1
-rw-r--r--x11/font-screen-cyrillic/font-screen-cyrillic.post-install8
l---------x11/font-screen-cyrillic/font-screen-cyrillic.post-upgrade1
-rw-r--r--x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-install8
l---------x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-upgrade1
-rw-r--r--x11/font-xfree86-type1/font-xfree86-type1.post-install8
l---------x11/font-xfree86-type1/font-xfree86-type1.post-upgrade1
26 files changed, 117 insertions, 0 deletions
diff --git a/x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-install b/x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-install
new file mode 100644
index 00000000..f5162235
--- /dev/null
+++ b/x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/utopia-type1
+mkfontdir /usr/share/fonts/utopia-type1
+echo "done."
+
diff --git a/x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-upgrade b/x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-upgrade
new file mode 120000
index 00000000..da36a1f8
--- /dev/null
+++ b/x11/font-adobe-utopia-type1/font-adobe-utopia-type1.post-upgrade
@@ -0,0 +1 @@
+font-adobe-utopia-type1.post-install \ No newline at end of file
diff --git a/x11/font-bh-ttf/font-bh-ttf.post-install b/x11/font-bh-ttf/font-bh-ttf.post-install
new file mode 100644
index 00000000..56244168
--- /dev/null
+++ b/x11/font-bh-ttf/font-bh-ttf.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/TTF
+mkfontdir /usr/share/fonts/TTF
+echo "done."
+
diff --git a/x11/font-bh-ttf/font-bh-ttf.post-upgrade b/x11/font-bh-ttf/font-bh-ttf.post-upgrade
new file mode 120000
index 00000000..d0585439
--- /dev/null
+++ b/x11/font-bh-ttf/font-bh-ttf.post-upgrade
@@ -0,0 +1 @@
+font-bh-ttf.post-install \ No newline at end of file
diff --git a/x11/font-bh-type1/font-bh-type1.post-install b/x11/font-bh-type1/font-bh-type1.post-install
new file mode 100644
index 00000000..0d210571
--- /dev/null
+++ b/x11/font-bh-type1/font-bh-type1.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/Type1
+mkfontdir /usr/share/fonts/Type1
+echo "done."
+
diff --git a/x11/font-bh-type1/font-bh-type1.post-upgrade b/x11/font-bh-type1/font-bh-type1.post-upgrade
new file mode 120000
index 00000000..f687cead
--- /dev/null
+++ b/x11/font-bh-type1/font-bh-type1.post-upgrade
@@ -0,0 +1 @@
+font-bh-type1.post-install \ No newline at end of file
diff --git a/x11/font-bitstream-speedo/font-bitstream-speedo.post-install b/x11/font-bitstream-speedo/font-bitstream-speedo.post-install
new file mode 100644
index 00000000..fabb00b4
--- /dev/null
+++ b/x11/font-bitstream-speedo/font-bitstream-speedo.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/Speedo
+mkfontdir /usr/share/fonts/Speedo
+echo "done."
+
diff --git a/x11/font-bitstream-speedo/font-bitstream-speedo.post-upgrade b/x11/font-bitstream-speedo/font-bitstream-speedo.post-upgrade
new file mode 120000
index 00000000..0174eb09
--- /dev/null
+++ b/x11/font-bitstream-speedo/font-bitstream-speedo.post-upgrade
@@ -0,0 +1 @@
+font-bitstream-speedo.post-install \ No newline at end of file
diff --git a/x11/font-bitstream-type1/font-bitstream-type1.post-install b/x11/font-bitstream-type1/font-bitstream-type1.post-install
new file mode 100644
index 00000000..0d210571
--- /dev/null
+++ b/x11/font-bitstream-type1/font-bitstream-type1.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/Type1
+mkfontdir /usr/share/fonts/Type1
+echo "done."
+
diff --git a/x11/font-bitstream-type1/font-bitstream-type1.post-upgrade b/x11/font-bitstream-type1/font-bitstream-type1.post-upgrade
new file mode 120000
index 00000000..691d0bf9
--- /dev/null
+++ b/x11/font-bitstream-type1/font-bitstream-type1.post-upgrade
@@ -0,0 +1 @@
+font-bitstream-type1.post-install \ No newline at end of file
diff --git a/x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-install b/x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-install
new file mode 100644
index 00000000..0d2f0d77
--- /dev/null
+++ b/x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/cyrillic
+mkfontdir /usr/share/fonts/cyrillic
+echo "done."
+
diff --git a/x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-upgrade b/x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-upgrade
new file mode 120000
index 00000000..1198ffd2
--- /dev/null
+++ b/x11/font-cronyx-cyrillic/font-cronyx-cyrillic.post-upgrade
@@ -0,0 +1 @@
+font-cronyx-cyrillic.post-install \ No newline at end of file
diff --git a/x11/font-ibm-type1/font-ibm-type1.post-install b/x11/font-ibm-type1/font-ibm-type1.post-install
new file mode 100644
index 00000000..0d210571
--- /dev/null
+++ b/x11/font-ibm-type1/font-ibm-type1.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/Type1
+mkfontdir /usr/share/fonts/Type1
+echo "done."
+
diff --git a/x11/font-ibm-type1/font-ibm-type1.post-upgrade b/x11/font-ibm-type1/font-ibm-type1.post-upgrade
new file mode 120000
index 00000000..4fff34ef
--- /dev/null
+++ b/x11/font-ibm-type1/font-ibm-type1.post-upgrade
@@ -0,0 +1 @@
+font-ibm-type1.post-install \ No newline at end of file
diff --git a/x11/font-misc-cyrillic/font-misc-cyrillic.post-install b/x11/font-misc-cyrillic/font-misc-cyrillic.post-install
new file mode 100644
index 00000000..0d2f0d77
--- /dev/null
+++ b/x11/font-misc-cyrillic/font-misc-cyrillic.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/cyrillic
+mkfontdir /usr/share/fonts/cyrillic
+echo "done."
+
diff --git a/x11/font-misc-cyrillic/font-misc-cyrillic.post-upgrade b/x11/font-misc-cyrillic/font-misc-cyrillic.post-upgrade
new file mode 120000
index 00000000..ca0af793
--- /dev/null
+++ b/x11/font-misc-cyrillic/font-misc-cyrillic.post-upgrade
@@ -0,0 +1 @@
+font-misc-cyrillic.post-install \ No newline at end of file
diff --git a/x11/font-misc-ethiopic/font-misc-ethiopic.post-install b/x11/font-misc-ethiopic/font-misc-ethiopic.post-install
new file mode 100644
index 00000000..ebd2bbfa
--- /dev/null
+++ b/x11/font-misc-ethiopic/font-misc-ethiopic.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/ethiopic
+mkfontdir /usr/share/fonts/ethiopic
+echo "done."
+
diff --git a/x11/font-misc-ethiopic/font-misc-ethiopic.post-upgrade b/x11/font-misc-ethiopic/font-misc-ethiopic.post-upgrade
new file mode 120000
index 00000000..cf8f78d4
--- /dev/null
+++ b/x11/font-misc-ethiopic/font-misc-ethiopic.post-upgrade
@@ -0,0 +1 @@
+font-misc-ethiopic.post-install \ No newline at end of file
diff --git a/x11/font-misc-meltho/font-misc-meltho.post-install b/x11/font-misc-meltho/font-misc-meltho.post-install
new file mode 100644
index 00000000..9424edc7
--- /dev/null
+++ b/x11/font-misc-meltho/font-misc-meltho.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/meltho
+mkfontdir /usr/share/fonts/meltho
+echo "done."
+
diff --git a/x11/font-misc-meltho/font-misc-meltho.post-upgrade b/x11/font-misc-meltho/font-misc-meltho.post-upgrade
new file mode 120000
index 00000000..97a56879
--- /dev/null
+++ b/x11/font-misc-meltho/font-misc-meltho.post-upgrade
@@ -0,0 +1 @@
+font-misc-meltho.post-install \ No newline at end of file
diff --git a/x11/font-screen-cyrillic/font-screen-cyrillic.post-install b/x11/font-screen-cyrillic/font-screen-cyrillic.post-install
new file mode 100644
index 00000000..0d2f0d77
--- /dev/null
+++ b/x11/font-screen-cyrillic/font-screen-cyrillic.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/cyrillic
+mkfontdir /usr/share/fonts/cyrillic
+echo "done."
+
diff --git a/x11/font-screen-cyrillic/font-screen-cyrillic.post-upgrade b/x11/font-screen-cyrillic/font-screen-cyrillic.post-upgrade
new file mode 120000
index 00000000..123449b9
--- /dev/null
+++ b/x11/font-screen-cyrillic/font-screen-cyrillic.post-upgrade
@@ -0,0 +1 @@
+font-screen-cyrillic.post-install \ No newline at end of file
diff --git a/x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-install b/x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-install
new file mode 100644
index 00000000..0d2f0d77
--- /dev/null
+++ b/x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/cyrillic
+mkfontdir /usr/share/fonts/cyrillic
+echo "done."
+
diff --git a/x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-upgrade b/x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-upgrade
new file mode 120000
index 00000000..a0928865
--- /dev/null
+++ b/x11/font-winitzki-cyrillic/font-winitzki-cyrillic.post-upgrade
@@ -0,0 +1 @@
+font-winitzki-cyrillic.post-install \ No newline at end of file
diff --git a/x11/font-xfree86-type1/font-xfree86-type1.post-install b/x11/font-xfree86-type1/font-xfree86-type1.post-install
new file mode 100644
index 00000000..0d210571
--- /dev/null
+++ b/x11/font-xfree86-type1/font-xfree86-type1.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo -n "Updating font cache (TODO: implement triggers in apk)... "
+fc-cache -f > /dev/null
+mkfontscale /usr/share/fonts/Type1
+mkfontdir /usr/share/fonts/Type1
+echo "done."
+
diff --git a/x11/font-xfree86-type1/font-xfree86-type1.post-upgrade b/x11/font-xfree86-type1/font-xfree86-type1.post-upgrade
new file mode 120000
index 00000000..5362f29a
--- /dev/null
+++ b/x11/font-xfree86-type1/font-xfree86-type1.post-upgrade
@@ -0,0 +1 @@
+font-xfree86-type1.post-install \ No newline at end of file