Date: Thursday, March 2, 2023 @ 16:40:31
Author: heftig
Revision: 1407276
archrelease: copy trunk to multilib-x86_64
Added:
lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 1407275, lib32-pango/trunk/PKGBUILD)
Deleted:
lib32-pango/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 134 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 67 insertions(+), 67 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-02 16:40:17 UTC (rev 1407275)
+++ PKGBUILD 2023-03-02 16:40:31 UTC (rev 1407276)
@@ -1,67 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Biru Ionut <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-# Contributor: Mikko Seppälä <[email protected]>
-
-pkgbase=lib32-pango
-pkgname=(
- lib32-pango
-)
-pkgver=1.50.13
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(
- lib32-cairo
- lib32-fribidi
- lib32-harfbuzz
- lib32-libthai
- lib32-libxft
- pango
-)
-makedepends=(
- git
- meson
-)
-_commit=5e912b951efe4976adaf328a561f2a26ec794095 # tags/1.50.13^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd pango
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd pango
-}
-
-build() {
- local meson_options=(
- --libdir=/usr/lib32
- -D introspection=disabled
- )
-
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
- arch-meson pango build "${meson_options[@]}"
- meson compile -C build
-}
-
-# not running checks: validation breaks when deps
-# (especially harfbuzz) don't match upstream CI
-
-package_lib32-pango() {
- provides=(libpango{,cairo,ft2,xft}-1.0.so)
-
- meson install -C build --destdir "$pkgdir"
-
- rm -r "$pkgdir"/usr/{bin,include}
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 1407275,
lib32-pango/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-02 16:40:31 UTC (rev 1407276)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Biru Ionut <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+# Contributor: Mikko Seppälä <[email protected]>
+
+pkgbase=lib32-pango
+pkgname=(
+ lib32-pango
+)
+pkgver=1.50.14
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(
+ lib32-cairo
+ lib32-fribidi
+ lib32-harfbuzz
+ lib32-libthai
+ lib32-libxft
+ pango
+)
+makedepends=(
+ git
+ meson
+)
+_commit=25c27f452294f84044d5cc9f23b637193c7b4421 # tags/1.50.14^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd pango
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd pango
+}
+
+build() {
+ local meson_options=(
+ --libdir=/usr/lib32
+ -D introspection=disabled
+ )
+
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+ arch-meson pango build "${meson_options[@]}"
+ meson compile -C build
+}
+
+# not running checks: validation breaks when deps
+# (especially harfbuzz) don't match upstream CI
+
+package_lib32-pango() {
+ provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+ meson install -C build --destdir "$pkgdir"
+
+ rm -r "$pkgdir"/usr/{bin,include}
+}
+
+# vim:set sw=2 sts=-1 et: