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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jan 22 17:59:19 UTC 2017


    Date: Sunday, January 22, 2017 @ 17:59:18
  Author: jlichtblau
Revision: 208422

upgpkg: profont 1-5 - pacman hooks: fontconfig / xorg-mkfontdir

Modified:
  profont/trunk/PKGBUILD
Deleted:
  profont/trunk/profont.install

-----------------+
 PKGBUILD        |    5 ++---
 profont.install |   15 ---------------
 2 files changed, 2 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-22 17:55:29 UTC (rev 208421)
+++ PKGBUILD	2017-01-22 17:59:18 UTC (rev 208422)
@@ -1,17 +1,16 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemdory at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Olivier Duclos <oliwer at free.fr>
 
 pkgname=profont
 pkgver=1
-pkgrel=4
+pkgrel=5
 pkgdesc='A small bitmap font which is absolutely great for programming'
 arch=('any')
 url='http://tobiasjung.name/profont/'
 license=('MIT')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-install=$pkgname.install
 source=(profont-x11.zip::http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip)
 sha256sums=('99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7')
 

Deleted: profont.install
===================================================================
--- profont.install	2017-01-22 17:55:29 UTC (rev 208421)
+++ profont.install	2017-01-22 17:59:18 UTC (rev 208422)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/misc
-  mkfontdir /usr/share/fonts/misc
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list