summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--otf-gfs-majuscule.install13
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f9e8b2aca7..e9f22c5badc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 15:22:55 UTC 2016
+# Wed Jul 20 15:22:08 UTC 2016
pkgbase = otf-gfs-majuscule
pkgdesc = Open Font Majuscule typefaces, provided by the Greek Font Society
pkgver = 20160313
- pkgrel = 1
+ pkgrel = 2
url = http://www.greekfontsociety.gr/typefaces/majuscule
- install = otf-gfs-majuscule.install
arch = any
license = custom:OTF
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 0351ce1e32bc..d6654ff96b5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=otf-gfs-majuscule
pkgver=20160313
-pkgrel=1
+pkgrel=2
pkgdesc='Open Font Majuscule typefaces, provided by the Greek Font Society'
arch=(any)
url='http://www.greekfontsociety.gr/typefaces/majuscule'
license=('custom:OTF')
depends=('fontconfig' 'xorg-font-utils')
-install='otf-gfs-majuscule.install'
source=("http://www.greekfontsociety.gr/_assets/fonts/GFS_Ignacio.zip"
"http://www.greekfontsociety.gr/_assets/fonts/GFS_Garaldus.zip"
"http://www.greekfontsociety.gr/_assets/fonts/GFS_Jackson.zip"
diff --git a/otf-gfs-majuscule.install b/otf-gfs-majuscule.install
deleted file mode 100644
index 4b77955a6a4f..000000000000
--- a/otf-gfs-majuscule.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install()
-{
- echo -n "Updating font cache..."
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done"
-}
-
-post_upgrade()
-{
- post_install
-}