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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jan 3 09:58:07 UTC 2015


    Date: Saturday, January 3, 2015 @ 10:58:07
  Author: jlichtblau
Revision: 125204

upgpkg: profont 1-4
fc-cache todo rebuild

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 09:43:22 UTC (rev 125203)
+++ PKGBUILD	2015-01-03 09:58:07 UTC (rev 125204)
@@ -1,19 +1,19 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemdory at archlinux.org>
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Olivier Duclos <oliwer at free.fr>
 
 pkgname=profont
 pkgver=1
-pkgrel=3
-pkgdesc='A small bitmap font which is absolutely great for programming.'
+pkgrel=4
+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
+install=$pkgname.install
 source=(profont-x11.zip::http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip)
-md5sums=('2bf2826f0430c9c917021f3104cec9f4')
+sha256sums=('99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7')
 
 package() {
   cd "${srcdir}"/${pkgname}-x11
@@ -20,7 +20,6 @@
 
   install -d "${pkgdir}"/usr/share/fonts/misc
   install -m664 *.pcf "${pkgdir}"/usr/share/fonts/misc/
-  
-  install -D LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }
-

Modified: profont.install
===================================================================
--- profont.install	2015-01-03 09:43:22 UTC (rev 125203)
+++ profont.install	2015-01-03 09:58:07 UTC (rev 125204)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
+  fc-cache -s
   mkfontscale /usr/share/fonts/misc
   mkfontdir /usr/share/fonts/misc
   echo "done."



More information about the arch-commits mailing list