summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-09-10 23:34:38 +0200
committerhaawda2017-09-10 23:34:38 +0200
commit47855e1fe37174fcebdf039f52d18fd5a8af3ae1 (patch)
tree090282f233a6a4de58db342906dcc54832e4764e
parent257e203d573507e4c2186990df67f51fc099331f (diff)
downloadaur-47855e1fe37174fcebdf039f52d18fd5a8af3ae1.tar.gz
Adopt, remove epoch and install file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
-rw-r--r--ttf.install15
3 files changed, 4 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddd123332078..0537f9434449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
pkgbase = ttf-tahoma
pkgdesc = Tahoma and Tahoma Bold fonts from the Wine project
pkgver = 2.13
- pkgrel = 1
- epoch = 1
+ pkgrel = 2
url = https://www.winehq.org/
- install = ttf.install
arch = any
license = LGPL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index d61f8e4abf7a..56bf110bc775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
-# Maintainer: DetrikSyS <admin@vz.net.ve>
+# Contributor: DetrikSyS <admin@vz.net.ve>
# Contributor: TDY <tdy@archlinux.info>
# Contributor: Thomas Laroche <tho.laroche @t gmail.com>
# Contributor: Thayer Williams <thayer@archlinux.org>
# Contributor: dale <dale@archlinux.org>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=ttf-tahoma
pkgver=2.13
-pkgrel=1
-epoch=1
+pkgrel=2
pkgdesc="Tahoma and Tahoma Bold fonts from the Wine project"
arch=('any')
url="https://www.winehq.org/"
license=('LGPL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=ttf.install
source=(tahoma-$pkgver.ttf::"https://source.winehq.org/source/fonts/tahoma.ttf?!v=wine-$pkgver&_raw=1"
tahomabd-$pkgver.ttf::"https://source.winehq.org/source/fonts/tahomabd.ttf?!v=wine-$pkgver&_raw=1")
sha256sums=('8385eb7b3930798411953b8789245ae47e9a9e8480f7f37ecb8da1d895363954'
@@ -23,5 +22,3 @@ package() {
install -Dm644 tahoma-$pkgver.ttf "$pkgdir/usr/share/fonts/TTF/tahoma.ttf"
install -Dm644 tahomabd-$pkgver.ttf "$pkgdir/usr/share/fonts/TTF/tahomabd.ttf"
}
-
-# vim:set ts=2 sw=2 et:
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index 33b7d65490db..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "==> Rebuilding font cache... "
- fc-cache -f &> /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done"
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}