summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornous2023-05-16 12:55:08 +0300
committernous2023-05-16 12:55:08 +0300
commitf07b2971b9a95ffc18e4a8b99432e131d535bf64 (patch)
tree094526a74115cb3d1dc7daff4bbd342239e55883
parentfc0eae809fd0a9330308a546f2a6ab9adb819232 (diff)
downloadaur-f07b2971b9a95ffc18e4a8b99432e131d535bf64.tar.gz
Remove deps and .install
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--ttf-inconsolata-hellenic.install15
3 files changed, 5 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44640408560b..b0d68686549b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
# Generated by mksrcinfo v8
-# Mon May 7 16:09:51 UTC 2018
+# Tue May 16 09:53:10 UTC 2023
pkgbase = ttf-inconsolata-hellenic
pkgdesc = Monospace font for pretty code listings and for the terminal (augmented with Hellenic glyphs)
pkgver = 1.19
- pkgrel = 1
+ pkgrel = 2
url = http://www.cosmix.org/software/
- install = ttf-inconsolata-hellenic.install
arch = any
license = custom:OFL
makedepends = unzip
- depends = fontconfig
- depends = xorg-font-utils
source = http://www.cosmix.org/software/files/InconsolataHellenic.zip
md5sums = ef6725eb45236c1620baba06a25e14d2
diff --git a/PKGBUILD b/PKGBUILD
index 96f21a739464..00c41be6145e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,14 @@
pkgname=ttf-inconsolata-hellenic
pkgver=1.19
-pkgrel=1
+pkgrel=2
pkgdesc="Monospace font for pretty code listings and for the terminal (augmented with Hellenic glyphs)"
arch=("any")
-url="http://www.cosmix.org/software/"
+url="http://www.cosmix.org/software"
license=("custom:OFL")
-depends=("fontconfig" "xorg-font-utils")
makedepends=("unzip")
-source=("${url}files/InconsolataHellenic.zip")
+source=("${url}/files/InconsolataHellenic.zip")
md5sums=('ef6725eb45236c1620baba06a25e14d2')
-install=${pkgname}.install
package() {
install -Dm644 $srcdir/InconsolataHellenic.ttf $pkgdir/usr/share/fonts/TTF/ttf-inconsolata-hellenic.ttf
diff --git a/ttf-inconsolata-hellenic.install b/ttf-inconsolata-hellenic.install
deleted file mode 100644
index 43e14fbd0cff..000000000000
--- a/ttf-inconsolata-hellenic.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}