[arch-commits] Commit in xorg-mkfontdir/repos/testing-any (4 files)
Christian Hesse
eworm at archlinux.org
Tue Jan 10 15:32:35 UTC 2017
Date: Tuesday, January 10, 2017 @ 15:32:34
Author: eworm
Revision: 285633
archrelease: copy trunk to testing-any
Added:
xorg-mkfontdir/repos/testing-any/PKGBUILD
(from rev 285632, xorg-mkfontdir/trunk/PKGBUILD)
xorg-mkfontdir/repos/testing-any/xorg-mkfontdir.hook
(from rev 285632, xorg-mkfontdir/trunk/xorg-mkfontdir.hook)
Deleted:
xorg-mkfontdir/repos/testing-any/PKGBUILD
xorg-mkfontdir/repos/testing-any/xorg-mkfontdir.hook
---------------------+
PKGBUILD | 60 +++++++++++++++++++++++++-------------------------
xorg-mkfontdir.hook | 35 +++++++++++++++--------------
2 files changed, 48 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-10 15:32:31 UTC (rev 285632)
+++ PKGBUILD 2017-01-10 15:32:34 UTC (rev 285633)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-mkfontdir
-pkgver=1.0.7
-pkgrel=3
-pkgdesc="Create an index of X font files in a directory"
-arch=(any)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('sh' 'xorg-mkfontscale')
-makedepends=('xorg-util-macros')
-groups=('xorg' 'xorg-apps')
-source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2
- xorg-mkfontdir.hook)
-sha1sums=('3c06dad8a5fbf7362b51fb7d6b1ab805eba40336'
- 'c8f44a0a662521fc83cc1d93b83e000a31f8f064')
-
-build() {
- cd "${srcdir}/mkfontdir-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/mkfontdir-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
- install -Dm644 $srcdir/xorg-mkfontdir.hook "${pkgdir}/usr/share/libalpm/hooks/xorg-mkfontdir.hook"
-}
Copied: xorg-mkfontdir/repos/testing-any/PKGBUILD (from rev 285632, xorg-mkfontdir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-10 15:32:34 UTC (rev 285633)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-mkfontdir
+pkgver=1.0.7
+pkgrel=4
+pkgdesc="Create an index of X font files in a directory"
+arch=(any)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('sh' 'xorg-mkfontscale')
+makedepends=('xorg-util-macros')
+groups=('xorg' 'xorg-apps')
+source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2
+ xorg-mkfontdir.hook)
+sha1sums=('3c06dad8a5fbf7362b51fb7d6b1ab805eba40336'
+ 'f62b04589bbdad9f0ae23631691372abd7b6fe14')
+
+build() {
+ cd "${srcdir}/mkfontdir-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/mkfontdir-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+ install -Dm644 $srcdir/xorg-mkfontdir.hook "${pkgdir}/usr/share/libalpm/hooks/xorg-mkfontdir.hook"
+}
Deleted: xorg-mkfontdir.hook
===================================================================
--- xorg-mkfontdir.hook 2017-01-10 15:32:31 UTC (rev 285632)
+++ xorg-mkfontdir.hook 2017-01-10 15:32:34 UTC (rev 285633)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/fonts/*/*.bdf
-Target = usr/share/fonts/*/*.otf
-Target = usr/share/fonts/*/*.pcf.gz
-Target = usr/share/fonts/*/*.pfa
-Target = usr/share/fonts/*/*.pfb
-Target = usr/share/fonts/*/*.ttf
-
-[Action]
-Description = Creating index of X font files...
-When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do dirname $f; done | uniq | while read -r d; do mkfontscale /$d && mkfontdir /$d; done'
-NeedsTargets
Copied: xorg-mkfontdir/repos/testing-any/xorg-mkfontdir.hook (from rev 285632, xorg-mkfontdir/trunk/xorg-mkfontdir.hook)
===================================================================
--- xorg-mkfontdir.hook (rev 0)
+++ xorg-mkfontdir.hook 2017-01-10 15:32:34 UTC (rev 285633)
@@ -0,0 +1,18 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/fonts/*/*.bdf
+Target = usr/share/fonts/*/*.otf
+Target = usr/share/fonts/*/*.pcf.gz
+Target = usr/share/fonts/*/*.pfa
+Target = usr/share/fonts/*/*.pfb
+Target = usr/share/fonts/*/*.ttc
+Target = usr/share/fonts/*/*.ttf
+
+[Action]
+Description = Creating index of X font files...
+When = PostTransaction
+Exec = /bin/sh -c 'while read -r f; do dirname $f; done | uniq | while read -r d; do mkfontscale /$d && mkfontdir /$d; done'
+NeedsTargets
More information about the arch-commits
mailing list