summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2017-01-18 15:44:05 +0100
committerChristian Hesse2017-01-18 15:44:05 +0100
commit13fb22dde77de3c1c0c9650cf9c8144b3a88fb96 (patch)
treee9cec94e3010ed7526962bb73a4054ecc089f81a
parent661b599d85a969acbca6a6504c6bb58a0f0b0332 (diff)
downloadaur-13fb22dde77de3c1c0c9650cf9c8144b3a88fb96.tar.gz
commit ttf-exljbris 1.1-5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--exljbris.install20
3 files changed, 4 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0bceac92c12..e2c1a4e38afe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Jan 18 14:44:05 UTC 2017
pkgbase = ttf-exljbris
pkgdesc = A collection of free opentype fonts by Jos Buivenga. Includes Delicious, Diavlo, Fontin, Fontin Sans and Tallys
pkgver = 1.1
- pkgrel = 4
+ pkgrel = 5
url = http://www.exljbris.com/
- install = exljbris.install
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index f200e5972ea0..c8ad0dc2dbbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=ttf-exljbris
pkgver=1.1
-pkgrel=4
+pkgrel=5
pkgdesc='A collection of free opentype fonts by Jos Buivenga. Includes Delicious, Diavlo, Fontin, Fontin Sans and Tallys'
arch=('i686' 'x86_64')
license=('custom')
url='http://www.exljbris.com/'
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=exljbris.install
source=('http://www.exljbris.com/dl/delicious-123.zip'
'http://www.exljbris.com/dl/Diavlo_II_37b2.zip'
'http://www.exljbris.com/dl/fontin_pc.zip'
diff --git a/exljbris.install b/exljbris.install
deleted file mode 100644
index e2a37b4a1f41..000000000000
--- a/exljbris.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s -f > /dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-
-$op $*