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

Christian Hesse eworm at archlinux.org
Thu May 18 11:25:29 UTC 2017


    Date: Thursday, May 18, 2017 @ 11:25:28
  Author: eworm
Revision: 296248

upgpkg: bdf-unifont 9.0.06-1

* new upstream release
* remove install file (pacman hooks!)

Modified:
  bdf-unifont/trunk/PKGBUILD
Deleted:
  bdf-unifont/trunk/unifont.install

-----------------+
 PKGBUILD        |    9 ++++-----
 unifont.install |   15 ---------------
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-18 11:22:26 UTC (rev 296247)
+++ PKGBUILD	2017-05-18 11:25:28 UTC (rev 296248)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren <ronald.archlinux.org>
 
 pkgname=bdf-unifont
-pkgver=9.0.04
+pkgver=9.0.06
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
@@ -9,12 +9,11 @@
 license=('custom' 'GPL2')
 url="http://unifoundry.com/unifont.html"
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=unifont.install
 source=("http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz"{,.sig} 'LICENSE')
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha1sums=('66e4e60ee65b98eeb5476a34d7a508924dde609b'
-          'SKIP'
-          'e4ba558b4af9b8ab0f129c1f1788e168e412b9be')
+sha256sums=('4246c4773ed70f78a7e27ff1118fd257a280d1102200265ad5d58bb2011195ef'
+            'SKIP'
+            'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 
 package() {
   install -Dm644 "${srcdir}/unifont-${pkgver}.bdf" \

Deleted: unifont.install
===================================================================
--- unifont.install	2017-05-18 11:22:26 UTC (rev 296247)
+++ unifont.install	2017-05-18 11:25:28 UTC (rev 296248)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s > /dev/null
-  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