[arch-commits] Commit in xorg-fonts-type1/trunk (PKGBUILD xfonts.install)

Andreas Radke andyrtr at archlinux.org
Sat Jan 3 10:13:18 UTC 2015


    Date: Saturday, January 3, 2015 @ 11:13:18
  Author: andyrtr
Revision: 228382

upgpkg: xorg-fonts-type1 7.7-1

upstream update, use fc-cache -s to speed up installation

Modified:
  xorg-fonts-type1/trunk/PKGBUILD
  xorg-fonts-type1/trunk/xfonts.install

----------------+
 PKGBUILD       |   24 ++++++++++++------------
 xfonts.install |    2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 10:07:15 UTC (rev 228381)
+++ PKGBUILD	2015-01-03 10:13:18 UTC (rev 228382)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-fonts-type1
-pkgver=7.4
-pkgrel=3
+pkgver=7.7
+pkgrel=1
 pkgdesc="X.org Type1 fonts"
 arch=(any)
 license=('custom')
@@ -10,16 +10,16 @@
 url="http://xorg.freedesktop.org/"
 depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
 install=xfonts.install
-source=(${url}/releases/individual/font/font-adobe-utopia-type1-1.0.2.tar.bz2
-        ${url}/releases/individual/font/font-bh-type1-1.0.1.tar.bz2
-        ${url}/releases/individual/font/font-bitstream-type1-1.0.1.tar.bz2
-        ${url}/releases/individual/font/font-ibm-type1-1.0.1.tar.bz2
-        ${url}/releases/individual/font/font-xfree86-type1-1.0.2.tar.bz2)
-md5sums=('ad945b19b2db64dec3a19507848ff63b'
-         '374d954c61363206c93d1ce7e9445c31'
-         'a4e8e229a051c0ede9eb525e4006d93a'
-         '1646179ff224b3e2c9b1e7f59042897f'
-         'a966f5a8aade9e63af86d8a6bf3e8586')
+source=(${url}/releases/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2
+        ${url}/releases/individual/font/font-bh-type1-1.0.3.tar.bz2
+        ${url}/releases/individual/font/font-bitstream-type1-1.0.3.tar.bz2
+        ${url}/releases/individual/font/font-ibm-type1-1.0.3.tar.bz2
+        ${url}/releases/individual/font/font-xfree86-type1-1.0.4.tar.bz2)
+md5sums=('fcf24554c348df3c689b91596d7f9971'
+         '53ed9a42388b7ebb689bdfc374f96a22'
+         '5e0c9895d69d2632e2170114f8283c11'
+         'bfb2593d2102585f45daa960f43cb3c4'
+         '3eeb3fb44690b477d510bbd8f86cf5aa')
 
 build() {
   cd "${srcdir}"

Modified: xfonts.install
===================================================================
--- xfonts.install	2015-01-03 10:07:15 UTC (rev 228381)
+++ xfonts.install	2015-01-03 10:13:18 UTC (rev 228382)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
+  fc-cache -s
   mkfontscale /usr/share/fonts/Type1
   mkfontdir /usr/share/fonts/Type1
   echo "done."



More information about the arch-commits mailing list