summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Doege2017-01-18 20:02:29 +0100
committerMartin Doege2017-01-18 20:02:29 +0100
commita44e09ca54d129a8d9a1ade464af1c22037694f4 (patch)
tree2275e8a30e55327dfc6eca2f22529555ec77a653
parentd23a1f96c491c3221c505da6a72130990d92ba75 (diff)
downloadaur-a44e09ca54d129a8d9a1ade464af1c22037694f4.tar.gz
remove install file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
-rw-r--r--crimson-text.install15
3 files changed, 2 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb95e516f26..4f76af0ec859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
+# Generated by mksrcinfo v8
+# Wed Jan 18 19:01:50 UTC 2017
pkgbase = otf-crimson-text
pkgdesc = A font family for book production in the tradition of beautiful oldstyle typefaces
pkgver = 2014.06
pkgrel = 1
epoch = 1
url = https://github.com/skosch/Crimson/
- install = crimson-text.install
arch = any
license = OFL
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
source = otf-crimson-text.zip::https://github.com/skosch/Crimson/archive/master.zip
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3aecbb1dbf3b..46273fde70e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,6 @@ pkgdesc="A font family for book production in the tradition of beautiful oldstyl
arch=('any')
url="https://github.com/skosch/Crimson/"
license=('OFL')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=crimson-text.install
source=("$pkgname".zip::'https://github.com/skosch/Crimson/archive/master.zip')
md5sums=('SKIP')
diff --git a/crimson-text.install b/crimson-text.install
deleted file mode 100644
index 0476998b74dc..000000000000
--- a/crimson-text.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}