[arch-commits] Commit in xorg-fonts-type1/repos/extra-any (4 files)

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


    Date: Saturday, January 3, 2015 @ 11:13:24
  Author: andyrtr
Revision: 228383

archrelease: copy trunk to extra-any

Added:
  xorg-fonts-type1/repos/extra-any/PKGBUILD
    (from rev 228382, xorg-fonts-type1/trunk/PKGBUILD)
  xorg-fonts-type1/repos/extra-any/xfonts.install
    (from rev 228382, xorg-fonts-type1/trunk/xfonts.install)
Deleted:
  xorg-fonts-type1/repos/extra-any/PKGBUILD
  xorg-fonts-type1/repos/extra-any/xfonts.install

----------------+
 PKGBUILD       |   98 +++++++++++++++++++++++++++----------------------------
 xfonts.install |   30 ++++++++--------
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 10:13:18 UTC (rev 228382)
+++ PKGBUILD	2015-01-03 10:13:24 UTC (rev 228383)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-fonts-type1
-pkgver=7.4
-pkgrel=3
-pkgdesc="X.org Type1 fonts"
-arch=(any)
-license=('custom')
-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')
-
-build() {
-  cd "${srcdir}"
-  for dir in *; do
-    if [ -d "${dir}" ]; then
-      pushd "${dir}"
-      ./configure --prefix=/usr \
-        --with-fontdir=/usr/share/fonts/Type1
-      make
-      popd
-    fi
-  done
-}
-
-package() {
-  cd "${srcdir}"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  for dir in *; do
-    if [ -d "${dir}" ]; then
-      pushd "${dir}"
-      make DESTDIR="${pkgdir}" install
-      install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-*}"
-      popd
-    fi
-  done
-  rm -f "${pkgdir}"/usr/share/fonts/Type1/fonts.*
-}

Copied: xorg-fonts-type1/repos/extra-any/PKGBUILD (from rev 228382, xorg-fonts-type1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-03 10:13:24 UTC (rev 228383)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-fonts-type1
+pkgver=7.7
+pkgrel=1
+pkgdesc="X.org Type1 fonts"
+arch=(any)
+license=('custom')
+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.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}"
+  for dir in *; do
+    if [ -d "${dir}" ]; then
+      pushd "${dir}"
+      ./configure --prefix=/usr \
+        --with-fontdir=/usr/share/fonts/Type1
+      make
+      popd
+    fi
+  done
+}
+
+package() {
+  cd "${srcdir}"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  for dir in *; do
+    if [ -d "${dir}" ]; then
+      pushd "${dir}"
+      make DESTDIR="${pkgdir}" install
+      install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-*}"
+      popd
+    fi
+  done
+  rm -f "${pkgdir}"/usr/share/fonts/Type1/fonts.*
+}

Deleted: xfonts.install
===================================================================
--- xfonts.install	2015-01-03 10:13:18 UTC (rev 228382)
+++ xfonts.install	2015-01-03 10:13:24 UTC (rev 228383)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
-  mkfontscale /usr/share/fonts/Type1
-  mkfontdir /usr/share/fonts/Type1
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: xorg-fonts-type1/repos/extra-any/xfonts.install (from rev 228382, xorg-fonts-type1/trunk/xfonts.install)
===================================================================
--- xfonts.install	                        (rev 0)
+++ xfonts.install	2015-01-03 10:13:24 UTC (rev 228383)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/Type1
+  mkfontdir /usr/share/fonts/Type1
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list