[arch-commits] Commit in xorg-mkfontdir/repos/extra-any (8 files)

Jan Steffens heftig at archlinux.org
Thu Mar 16 19:53:20 UTC 2017


    Date: Thursday, March 16, 2017 @ 19:53:19
  Author: heftig
Revision: 290949

archrelease: copy trunk to extra-any

Added:
  xorg-mkfontdir/repos/extra-any/PKGBUILD
    (from rev 290948, xorg-mkfontdir/trunk/PKGBUILD)
  xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.hook
    (from rev 290948, xorg-mkfontdir/trunk/xorg-mkfontdir.hook)
  xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.install
    (from rev 290948, xorg-mkfontdir/trunk/xorg-mkfontdir.install)
  xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.script
    (from rev 290948, xorg-mkfontdir/trunk/xorg-mkfontdir.script)
Deleted:
  xorg-mkfontdir/repos/extra-any/PKGBUILD
  xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.hook
  xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.install
  xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.script

------------------------+
 PKGBUILD               |   68 +++++++++++++++++++++++------------------------
 xorg-mkfontdir.hook    |   25 ++++++++---------
 xorg-mkfontdir.install |   16 +++++------
 xorg-mkfontdir.script  |   18 ++++++------
 4 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-16 19:52:47 UTC (rev 290948)
+++ PKGBUILD	2017-03-16 19:53:19 UTC (rev 290949)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-mkfontdir
-pkgver=1.0.7
-pkgrel=7
-pkgdesc="Create an index of X font files in a directory"
-arch=(any)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('bash' 'xorg-mkfontscale')
-makedepends=('xorg-util-macros')
-groups=('xorg' 'xorg-apps')
-install=xorg-mkfontdir.install
-source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2
-        xorg-mkfontdir.hook
-        xorg-mkfontdir.script)
-sha256sums=('56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530'
-            'df6f71601b2be5161bb8e980acee753d6ef86d71221f61627422bcbe87ed09cd'
-            '06c60e3e46a76b5300c3224cea6b5094556ea712a08ff9a0103be2eb58d222b5')
-
-build() {
-  cd mkfontdir-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd mkfontdir-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 ../xorg-mkfontdir.hook "${pkgdir}/usr/share/libalpm/hooks/xorg-mkfontdir.hook"
-  install -D ../xorg-mkfontdir.script "${pkgdir}/usr/share/libalpm/scripts/xorg-mkfontdir"
-}

Copied: xorg-mkfontdir/repos/extra-any/PKGBUILD (from rev 290948, xorg-mkfontdir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-16 19:53:19 UTC (rev 290949)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-mkfontdir
+pkgver=1.0.7
+pkgrel=8
+pkgdesc="Create an index of X font files in a directory"
+arch=(any)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('bash' 'xorg-mkfontscale')
+makedepends=('xorg-util-macros')
+groups=('xorg' 'xorg-apps')
+install=xorg-mkfontdir.install
+source=(https://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2
+        xorg-mkfontdir.hook
+        xorg-mkfontdir.script)
+sha256sums=('56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530'
+            '4b43af2f2683aad73ddc01b862a3a3744a2c74c1a8697daaba31a4350d407c02'
+            '06c60e3e46a76b5300c3224cea6b5094556ea712a08ff9a0103be2eb58d222b5')
+
+build() {
+  cd mkfontdir-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd mkfontdir-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 ../xorg-mkfontdir.hook "${pkgdir}/usr/share/libalpm/hooks/xorg-mkfontdir.hook"
+  install -D ../xorg-mkfontdir.script "${pkgdir}/usr/share/libalpm/scripts/xorg-mkfontdir"
+}

Deleted: xorg-mkfontdir.hook
===================================================================
--- xorg-mkfontdir.hook	2017-03-16 19:52:47 UTC (rev 290948)
+++ xorg-mkfontdir.hook	2017-03-16 19:53:19 UTC (rev 290949)
@@ -1,12 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/fonts/*/
-
-[Action]
-Description = Updating X fontdir indices...
-When = PostTransaction
-Exec = /usr/share/libalpm/scripts/xorg-mkfontdir
-NeedsTargets

Copied: xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.hook (from rev 290948, xorg-mkfontdir/trunk/xorg-mkfontdir.hook)
===================================================================
--- xorg-mkfontdir.hook	                        (rev 0)
+++ xorg-mkfontdir.hook	2017-03-16 19:53:19 UTC (rev 290949)
@@ -0,0 +1,13 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/fonts/*/
+Target = !usr/share/fonts/encodings/*
+
+[Action]
+Description = Updating X fontdir indices...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/xorg-mkfontdir
+NeedsTargets

Deleted: xorg-mkfontdir.install
===================================================================
--- xorg-mkfontdir.install	2017-03-16 19:52:47 UTC (rev 290948)
+++ xorg-mkfontdir.install	2017-03-16 19:53:19 UTC (rev 290949)
@@ -1,8 +0,0 @@
-post_install() {
-  if [[ -d /usr/share/fonts ]]; then
-    echo -n "Creating X fontdir indices..."
-    find /usr/share/fonts -mindepth 1 -type d -printf '%p/\n' |
-      /usr/share/libalpm/scripts/xorg-mkfontdir
-    echo " done."
-  fi
-}

Copied: xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.install (from rev 290948, xorg-mkfontdir/trunk/xorg-mkfontdir.install)
===================================================================
--- xorg-mkfontdir.install	                        (rev 0)
+++ xorg-mkfontdir.install	2017-03-16 19:53:19 UTC (rev 290949)
@@ -0,0 +1,8 @@
+post_install() {
+  if [[ -d /usr/share/fonts ]]; then
+    echo -n "Creating X fontdir indices..."
+    find /usr/share/fonts -mindepth 1 -type d -printf '%p/\n' |
+      /usr/share/libalpm/scripts/xorg-mkfontdir
+    echo " done."
+  fi
+}

Deleted: xorg-mkfontdir.script
===================================================================
--- xorg-mkfontdir.script	2017-03-16 19:52:47 UTC (rev 290948)
+++ xorg-mkfontdir.script	2017-03-16 19:53:19 UTC (rev 290949)
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-sort -r | while read -r d; do
-  [[ -d $d ]] || continue
-  mkfontscale "$d"
-  mkfontdir "$d"
-  find "$d"fonts.{scale,dir} -maxdepth 0 -size -3c -delete
-  rmdir --ignore-fail-on-non-empty "$d"
-done

Copied: xorg-mkfontdir/repos/extra-any/xorg-mkfontdir.script (from rev 290948, xorg-mkfontdir/trunk/xorg-mkfontdir.script)
===================================================================
--- xorg-mkfontdir.script	                        (rev 0)
+++ xorg-mkfontdir.script	2017-03-16 19:53:19 UTC (rev 290949)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+sort -r | while read -r d; do
+  [[ -d $d ]] || continue
+  mkfontscale "$d"
+  mkfontdir "$d"
+  find "$d"fonts.{scale,dir} -maxdepth 0 -size -3c -delete
+  rmdir --ignore-fail-on-non-empty "$d"
+done



More information about the arch-commits mailing list