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

Kyle Keen kkeen at nymeria.archlinux.org
Mon Apr 28 20:55:38 UTC 2014


    Date: Monday, April 28, 2014 @ 22:55:38
  Author: kkeen
Revision: 110395

upgpkg: dina-font 2.92-3

Modified:
  dina-font/trunk/PKGBUILD
  dina-font/trunk/dina-font.install

-------------------+
 PKGBUILD          |    4 ++--
 dina-font.install |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-28 19:29:07 UTC (rev 110394)
+++ PKGBUILD	2014-04-28 20:55:38 UTC (rev 110395)
@@ -6,7 +6,7 @@
 
 pkgname=dina-font
 pkgver=2.92
-pkgrel=2
+pkgrel=3
 pkgdesc="A monospace bitmap font, primarily aimed at programmers"
 arch=('any')
 url="http://www.donationcoder.com/Software/Jibz/Dina/index.html"
@@ -46,7 +46,7 @@
 package() {
     cd "$srcdir/BDF"
     for i in *.gz; do
-        install -Dm 644 $i "$pkgdir/usr/share/fonts/local/$i"
+        install -Dm 644 $i "$pkgdir/usr/share/fonts/misc/$i"
     done
     install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

Modified: dina-font.install
===================================================================
--- dina-font.install	2014-04-28 19:29:07 UTC (rev 110394)
+++ dina-font.install	2014-04-28 20:55:38 UTC (rev 110395)
@@ -1,7 +1,7 @@
 post_install() {
   echo -n "Updating font cache... " 
   usr/bin/fc-cache
-  cd usr/share/fonts/local
+  cd usr/share/fonts/misc
   mkfontdir
   mkfontscale
   echo "done."




More information about the arch-commits mailing list