summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD15
-rw-r--r--otf-aurebesh.install15
3 files changed, 46 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..311104516bf3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by makepkg 4.2.1
+# Thu Jun 11 20:44:47 UTC 2015
+pkgbase = otf-aurebesh
+ pkgdesc = Custom font based on Star Wars Galactic Basic (Aurebesh/Aurek-Besh) by Tycho_Ordo on theforce.net - Arabic numbers version
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://boards.theforce.net/threads/new-aurebesh-font.50009464
+ install = otf-aurebesh.install
+ arch = any
+ depends = fontconfig
+ depends = xorg-font-utils
+ source = https://www.dropbox.com/s/pa8oe4idancx9jp/Aurebesh.otf
+ md5sums = 6289b7f7548c5977a1df49d3a91cc0f0
+
+pkgname = otf-aurebesh
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e442660c94f0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=otf-aurebesh
+pkgver=1.1
+pkgrel=1
+pkgdesc="Custom font based on Star Wars Galactic Basic (Aurebesh/Aurek-Besh) by Tycho_Ordo on theforce.net - Arabic numbers version"
+arch=(any)
+url=("http://boards.theforce.net/threads/new-aurebesh-font.50009464")
+depends=(fontconfig xorg-font-utils)
+source=("https://www.dropbox.com/s/pa8oe4idancx9jp/Aurebesh.otf")
+md5sums=("6289b7f7548c5977a1df49d3a91cc0f0")
+install=$pkgname.install
+
+package() {
+ install -d "$pkgdir/usr/share/fonts/OTF"
+ install -m644 "$srcdir/"*.otf "$pkgdir/usr/share/fonts/OTF/"
+}
diff --git a/otf-aurebesh.install b/otf-aurebesh.install
new file mode 100644
index 000000000000..fe5c52fe1795
--- /dev/null
+++ b/otf-aurebesh.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache >/dev/null -f
+ mkfontscale /usr/share/fonts/OTF
+ mkfontdir /usr/share/fonts/OTF
+ echo done
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}