summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Korpel2021-01-31 13:34:45 +0100
committerMarcel Korpel2021-01-31 13:34:45 +0100
commit137c9705fcf0dab4cad3db0d649fb60a51b3031c (patch)
treeffa054b25656651b47fdc5a4623a09ed9643b52c
parentb12771dc3b70d323231f81f721db9e502c5fee00 (diff)
downloadaur-137c9705fcf0dab4cad3db0d649fb60a51b3031c.tar.gz
Remove dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
-rw-r--r--otf.install20
3 files changed, 0 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4417fba6da8d..dadad060513f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,10 @@
-# Generated by mksrcinfo v8
-# Thu Jun 13 15:26:34 UTC 2019
pkgbase = otf-junction
pkgdesc = A humanist sans-serif typeface
pkgver = 1
pkgrel = 3
url = http://theleagueofmoveabletype.com/junction/
- install = otf.install
arch = any
license = OFL
- depends = fontconfig
- depends = xorg-font-utils
source = https://github.com/theleagueof/junction/archive/master.zip
md5sums = e35636a6a9075db4f1bc09df69b8d0d3
diff --git a/PKGBUILD b/PKGBUILD
index 880facd77d44..5370c93f87ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,6 @@ pkgdesc="A humanist sans-serif typeface"
arch=('any')
url="http://theleagueofmoveabletype.com/junction/"
license=('OFL')
-depends=('fontconfig' 'xorg-font-utils')
-install=otf.install
source=('https://github.com/theleagueof/junction/archive/master.zip')
md5sums=('e35636a6a9075db4f1bc09df69b8d0d3')
diff --git a/otf.install b/otf.install
deleted file mode 100644
index 52655ed5cff5..000000000000
--- a/otf.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -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 $*