summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radovic2020-02-16 13:21:55 +0100
committerAndrej Radovic2020-02-16 13:21:55 +0100
commit3cef926c982966bc2fd9b7b2a861663eaf14c3af (patch)
tree25d3b4b2e6911e2b8335f449d3b2de9ac55c60a2
parentcb6ad252d366c2d110430cd0866fa59140143a6e (diff)
downloadaur-3cef926c982966bc2fd9b7b2a861663eaf14c3af.tar.gz
Removed install script (fontconfig autocaches).
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--ttf-news-cycle.install13
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2a95389a6a5..79ff5accd370 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = ttf-news-cycle
pkgdesc = A realist sans-serif typeface based on ATF's 1908 News Gothic.
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.glyphography.com/fonts/
- install = ttf-news-cycle.install
arch = any
license = custom:OFL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index ea7f4d43f6c6..c12d45d9d430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=ttf-news-cycle
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
depends=('fontconfig')
pkgdesc="A realist sans-serif typeface based on ATF's 1908 News Gothic."
url="https://www.glyphography.com/fonts/"
arch=('any')
license=('custom:OFL')
-install=$pkgname.install
source=(https://launchpad.net/newscycle/trunk/${pkgver}/+download/newscycle-${pkgver}.zip)
sha1sums=('2e249f434e8192cbd859d7cfbc6985096ec22765')
diff --git a/ttf-news-cycle.install b/ttf-news-cycle.install
deleted file mode 100644
index 490afd028608..000000000000
--- a/ttf-news-cycle.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo "Updating font cache..."
- fc-cache -s
- echo "Done."
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}