[arch-commits] Commit in lib32-fontconfig/trunk (3 files)

Jan Steffens heftig at archlinux.org
Sat Mar 17 19:41:18 UTC 2018


    Date: Saturday, March 17, 2018 @ 19:41:17
  Author: heftig
Revision: 308976

2.13.0+10+g58f5285-1.1

Added:
  lib32-fontconfig/trunk/fontconfig-32.hook
    (from rev 308975, lib32-fontconfig/trunk/lib32-fontconfig.hook)
Modified:
  lib32-fontconfig/trunk/PKGBUILD
Deleted:
  lib32-fontconfig/trunk/lib32-fontconfig.hook

-----------------------+
 PKGBUILD              |    6 +++---
 fontconfig-32.hook    |   11 +++++++++++
 lib32-fontconfig.hook |   11 -----------
 3 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-17 19:29:48 UTC (rev 308975)
+++ PKGBUILD	2018-03-17 19:41:17 UTC (rev 308976)
@@ -4,7 +4,7 @@
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
 pkgver=2.13.0+10+g58f5285
-pkgrel=1
+pkgrel=1.1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fontconfig/"
@@ -14,7 +14,7 @@
 install=lib32-fontconfig.install
 _commit=58f52853d5689e897525a5926c1a222340d3f404  # master
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit"
-        lib32-fontconfig.hook)
+        fontconfig-32.hook)
 sha256sums=('SKIP'
             'd97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3')
 
@@ -64,7 +64,7 @@
   find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
   mv "$pkgdir"/usr/bin/fc-cache{,-32}
 
-  install -Dm644 ../lib32-fontconfig.hook "$pkgdir/usr/share/libalpm/hooks/lib32-fontconfig.hook"
+  install -Dm644 ../fontconfig-32.hook "$pkgdir/usr/share/libalpm/hooks/fontconfig-32.hook"
 
   # Install license
   mkdir -p "$pkgdir/usr/share/licenses"

Copied: lib32-fontconfig/trunk/fontconfig-32.hook (from rev 308975, lib32-fontconfig/trunk/lib32-fontconfig.hook)
===================================================================
--- fontconfig-32.hook	                        (rev 0)
+++ fontconfig-32.hook	2018-03-17 19:41:17 UTC (rev 308976)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/fonts/*
+
+[Action]
+Description = Updating 32-bit fontconfig cache...
+When = PostTransaction
+Exec = /usr/bin/fc-cache-32 -s

Deleted: lib32-fontconfig.hook
===================================================================
--- lib32-fontconfig.hook	2018-03-17 19:29:48 UTC (rev 308975)
+++ lib32-fontconfig.hook	2018-03-17 19:41:17 UTC (rev 308976)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/fonts/*
-
-[Action]
-Description = Updating 32-bit fontconfig cache...
-When = PostTransaction
-Exec = /usr/bin/fc-cache-32 -s



More information about the arch-commits mailing list