[arch-commits] Commit in xorg-fonts-type1/repos/extra-any (3 files)
Andreas Radke
andyrtr at archlinux.org
Sun Jan 15 16:43:12 UTC 2017
Date: Sunday, January 15, 2017 @ 16:43:12
Author: andyrtr
Revision: 286573
archrelease: copy trunk to extra-any
Added:
xorg-fonts-type1/repos/extra-any/PKGBUILD
(from rev 286572, xorg-fonts-type1/trunk/PKGBUILD)
Deleted:
xorg-fonts-type1/repos/extra-any/PKGBUILD
xorg-fonts-type1/repos/extra-any/xfonts.install
----------------+
PKGBUILD | 97 +++++++++++++++++++++++++++----------------------------
xfonts.install | 15 --------
2 files changed, 48 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-15 16:43:01 UTC (rev 286572)
+++ PKGBUILD 2017-01-15 16:43:12 UTC (rev 286573)
@@ -1,49 +0,0 @@
-# $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.*
-}
Copied: xorg-fonts-type1/repos/extra-any/PKGBUILD (from rev 286572, xorg-fonts-type1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-15 16:43:12 UTC (rev 286573)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-fonts-type1
+pkgver=7.7
+pkgrel=2
+pkgdesc="X.org Type1 fonts"
+arch=(any)
+license=('custom')
+url="https://xorg.freedesktop.org/"
+depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+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 2017-01-15 16:43:01 UTC (rev 286572)
+++ xfonts.install 2017-01-15 16:43:12 UTC (rev 286573)
@@ -1,15 +0,0 @@
-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