Date: Friday, January 27, 2023 @ 15:17:42
Author: heftig
Revision: 1388615
archrelease: copy trunk to multilib-x86_64
Added:
lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
(from rev 1388614, lib32-fontconfig/trunk/PKGBUILD)
lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.hook
(from rev 1388614, lib32-fontconfig/trunk/fontconfig-32.hook)
lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.install
(from rev 1388614, lib32-fontconfig/trunk/fontconfig-32.install)
Deleted:
lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.hook
lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.install
-----------------------+
PKGBUILD | 155 +++++++++++++++++++++++-------------------------
fontconfig-32.hook | 28 ++++----
fontconfig-32.install | 22 +++---
3 files changed, 102 insertions(+), 103 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-27 15:17:15 UTC (rev 1388614)
+++ PKGBUILD 2023-01-27 15:17:42 UTC (rev 1388615)
@@ -1,78 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=lib32-fontconfig
-pkgver=2.14.1
-pkgrel=2
-epoch=2
-pkgdesc="Library for configuring and customizing font access"
-url=https://www.freedesktop.org/wiki/Software/fontconfig/
-arch=(x86_64)
-license=(custom)
-depends=(
- fontconfig
- lib32-expat
- lib32-freetype2
-)
-makedepends=(
- git
- gperf
- meson
-)
-install=fontconfig-32.install
-options=(debug)
-_commit=c45e09df1ef235d653d56aef05012f6a3cc57979 # tags/2.14.1^0
-source=(
-
"git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit"
- fontconfig-32.hook
-)
-b2sums=('SKIP'
-
'1cba71810c9bde6ecb6fac124e458fb7260be3ea72ade82b836e0e8e1eaa7c7df31e6e92e405fa420325cec0ce14d0f19630e777308032b0c26ec96a3d668d93')
-
-prepare() {
- cd fontconfig
-}
-
-pkgver() {
- cd fontconfig
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-build() {
- local meson_options=(
- --libdir=/usr/lib32
- -D doc=disabled
- )
-
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
- arch-meson fontconfig build "${meson_options[@]}"
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- depends+=(
- libexpat.so
- libfreetype.so
- )
- provides+=(libfontconfig.so)
-
- meson install -C build --destdir "$pkgdir"
-
- rm -r "$pkgdir"/{etc,usr/{include,share}}
-
- mv "$pkgdir"/usr/bin/fc-cache{,-32}
- find "$pkgdir"/usr/bin -type f -not -name '*-32' -delete
-
- install -Dm644 *.hook -t "$pkgdir/usr/share/libalpm/hooks"
- install -Dm644 fontconfig/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: lib32-fontconfig/repos/multilib-x86_64/PKGBUILD (from rev 1388614,
lib32-fontconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-27 15:17:42 UTC (rev 1388615)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=lib32-fontconfig
+pkgver=2.14.2
+pkgrel=1
+epoch=2
+pkgdesc="Library for configuring and customizing font access"
+url=https://www.freedesktop.org/wiki/Software/fontconfig/
+arch=(x86_64)
+license=(custom)
+depends=(
+ fontconfig
+ lib32-expat
+ lib32-freetype2
+)
+makedepends=(
+ git
+ gperf
+ meson
+)
+install=fontconfig-32.install
+_commit=7861a719616b4b132b9cac089c6c64f47832edb1 # tags/2.14.2^0
+source=(
+
"git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit"
+ fontconfig-32.hook
+)
+b2sums=('SKIP'
+
'1cba71810c9bde6ecb6fac124e458fb7260be3ea72ade82b836e0e8e1eaa7c7df31e6e92e405fa420325cec0ce14d0f19630e777308032b0c26ec96a3d668d93')
+
+prepare() {
+ cd fontconfig
+}
+
+pkgver() {
+ cd fontconfig
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+ local meson_options=(
+ --libdir=/usr/lib32
+ -D doc=disabled
+ )
+
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+ arch-meson fontconfig build "${meson_options[@]}"
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ depends+=(
+ libexpat.so
+ libfreetype.so
+ )
+ provides+=(libfontconfig.so)
+
+ meson install -C build --destdir "$pkgdir"
+
+ rm -r "$pkgdir"/{etc,usr/{include,share}}
+
+ mv "$pkgdir"/usr/bin/fc-cache{,-32}
+ find "$pkgdir"/usr/bin -type f -not -name '*-32' -delete
+
+ install -Dm644 *.hook -t "$pkgdir/usr/share/libalpm/hooks"
+ install -Dm644 fontconfig/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set sw=2 sts=-1 et:
Deleted: fontconfig-32.hook
===================================================================
--- fontconfig-32.hook 2023-01-27 15:17:15 UTC (rev 1388614)
+++ fontconfig-32.hook 2023-01-27 15:17:42 UTC (rev 1388615)
@@ -1,14 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = etc/fonts/conf.d/*
-Target = usr/share/fonts/*
-Target = usr/share/fontconfig/conf.avail/*
-Target = usr/share/fontconfig/conf.default/*
-
-[Action]
-Description = Updating 32-bit fontconfig cache...
-When = PostTransaction
-Exec = /usr/bin/fc-cache-32 -s
Copied: lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.hook (from rev
1388614, lib32-fontconfig/trunk/fontconfig-32.hook)
===================================================================
--- fontconfig-32.hook (rev 0)
+++ fontconfig-32.hook 2023-01-27 15:17:42 UTC (rev 1388615)
@@ -0,0 +1,14 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = etc/fonts/conf.d/*
+Target = usr/share/fonts/*
+Target = usr/share/fontconfig/conf.avail/*
+Target = usr/share/fontconfig/conf.default/*
+
+[Action]
+Description = Updating 32-bit fontconfig cache...
+When = PostTransaction
+Exec = /usr/bin/fc-cache-32 -s
Deleted: fontconfig-32.install
===================================================================
--- fontconfig-32.install 2023-01-27 15:17:15 UTC (rev 1388614)
+++ fontconfig-32.install 2023-01-27 15:17:42 UTC (rev 1388615)
@@ -1,11 +0,0 @@
-post_upgrade() {
- # a full forced directory scan is required here
- echo "Rebuilding 32-bit fontconfig cache..."
- /usr/bin/fc-cache-32 -rs
-}
-
-post_install() {
- post_upgrade $1 0
-}
-
-# vim:set sw=2 et:
Copied: lib32-fontconfig/repos/multilib-x86_64/fontconfig-32.install (from rev
1388614, lib32-fontconfig/trunk/fontconfig-32.install)
===================================================================
--- fontconfig-32.install (rev 0)
+++ fontconfig-32.install 2023-01-27 15:17:42 UTC (rev 1388615)
@@ -0,0 +1,11 @@
+post_upgrade() {
+ # a full forced directory scan is required here
+ echo "Rebuilding 32-bit fontconfig cache..."
+ /usr/bin/fc-cache-32 -rs
+}
+
+post_install() {
+ post_upgrade $1 0
+}
+
+# vim:set sw=2 et: