summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Korpel2021-01-31 13:32:54 +0100
committerMarcel Korpel2021-01-31 13:32:54 +0100
commit03d65de271924c5d88b4d5029c658b5f727ffeb9 (patch)
treef8e8124c31fead7ad19263f696e18177a3825f28
parent407c7e12d131183cbf9b8fa540ad850d96697829 (diff)
downloadaur-03d65de271924c5d88b4d5029c658b5f727ffeb9.tar.gz
Remove dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--ttf-kix.install15
3 files changed, 0 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c50dbdf7a88a..68c382f0ad05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,12 +3,8 @@ pkgbase = ttf-kix
pkgver = 1
pkgrel = 1
url = http://www.postnl.nl/klantenservice/bestellen-en-downloaden/documentatie-downloaden/kix-code/
- install = ttf-kix.install
arch = any
license = unknown
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
source = http://www.postnl.nl/Images/KIX-font-brg-ttf-PostNL_tcm10-11662.zip
sha256sums = fa113518a3a4528b5a3960efa6a6a4fbd17836bca65d1ce626bb87f52e646b4f
diff --git a/PKGBUILD b/PKGBUILD
index 34f5f36e110d..6ae87934fc8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,6 @@ pkgdesc='The KIX code is a barcode-like format used by the Dutch Post to encode
arch=('any')
url='http://www.postnl.nl/klantenservice/bestellen-en-downloaden/documentatie-downloaden/kix-code/'
license=('unknown')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
source=('http://www.postnl.nl/Images/KIX-font-brg-ttf-PostNL_tcm10-11662.zip')
sha256sums=('fa113518a3a4528b5a3960efa6a6a4fbd17836bca65d1ce626bb87f52e646b4f')
diff --git a/ttf-kix.install b/ttf-kix.install
deleted file mode 100644
index aca81bf3db0f..000000000000
--- a/ttf-kix.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}