[arch-commits] Commit in ttf-droid/trunk (PKGBUILD ttf-droid.install)

Jelle van der Waa jelle at archlinux.org
Thu Jan 12 19:53:38 UTC 2017


    Date: Thursday, January 12, 2017 @ 19:53:37
  Author: jelle
Revision: 207076

upgpkg: ttf-droid 20121017-5

pacman hooks: fontconfig / xorg-mkfontdir

Modified:
  ttf-droid/trunk/PKGBUILD
Deleted:
  ttf-droid/trunk/ttf-droid.install

-------------------+
 PKGBUILD          |   14 ++++++--------
 ttf-droid.install |   15 ---------------
 2 files changed, 6 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 19:46:44 UTC (rev 207075)
+++ PKGBUILD	2017-01-12 19:53:37 UTC (rev 207076)
@@ -3,7 +3,7 @@
 
 pkgname=ttf-droid
 pkgver=20121017
-pkgrel=4
+pkgrel=5
 pkgdesc="General-purpose fonts released by Google as part of Android"
 arch=('any')
 license=('Apache')
@@ -10,9 +10,12 @@
 url='http://www.droidfonts.com/'
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 provides=('ttf-font')
-install=$pkgname.install
 source=('https://sources.archlinux.org/other/community/ttf-droid/ttf-droid-20121017.tar.xz' 'serif-fontconfig.conf' 'sans-fontconfig.conf' 'sans-mono-fontconfig.conf' 'kufi-fontconfig.conf' )
-md5sums=('0fa20eb63d7d05b23be955777bb52a5d')
+md5sums=('0fa20eb63d7d05b23be955777bb52a5d'
+         '7db18cf9df70ee41fbab444c80117ec6'
+         '61f59063f84bd1331a91e21ebf86d43d'
+         '7d7787d92e7b5089558a6d68c99813e3'
+         '954a340fc7cb2846826a97d2b752501d')
 
 package()
 {
@@ -30,8 +33,3 @@
         install -m644 kufi-fontconfig.conf $pkgdir/etc/fonts/conf.avail/65-$pkgname-kufi-fontconfig.conf
 }
 
-md5sums=('0fa20eb63d7d05b23be955777bb52a5d'
-         '7db18cf9df70ee41fbab444c80117ec6'
-         '61f59063f84bd1331a91e21ebf86d43d'
-         '7d7787d92e7b5089558a6d68c99813e3'
-         '954a340fc7cb2846826a97d2b752501d')

Deleted: ttf-droid.install
===================================================================
--- ttf-droid.install	2017-01-12 19:46:44 UTC (rev 207075)
+++ ttf-droid.install	2017-01-12 19:53:37 UTC (rev 207076)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list