Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-pango


Commits:
32c1c026 by Jan Alexander Steffens (heftig) at 2024-02-12T02:21:47+01:00
1.51.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = lib32-pango
        pkgdesc = A library for layout and rendering of text (32-bit)
-       pkgver = 1.51.1
+       pkgver = 1.51.2
        pkgrel = 1
        epoch = 1
        url = https://www.pango.org/
        arch = x86_64
-       license = LGPL
+       license = LGPL-2.1-or-later
        makedepends = git
        makedepends = meson
        depends = lib32-cairo
@@ -14,7 +14,7 @@ pkgbase = lib32-pango
        depends = lib32-libthai
        depends = lib32-libxft
        depends = pango
-       source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=dfdbb8b55effc0feb72a1981944acaf20ee71354
+       source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=54c5f4ec01ce9c89a590cdc7e4c2c6e3948bb029
        b2sums = SKIP
 
 pkgname = lib32-pango


=====================================
PKGBUILD
=====================================
@@ -7,13 +7,13 @@ pkgbase=lib32-pango
 pkgname=(
   lib32-pango
 )
-pkgver=1.51.1
+pkgver=1.51.2
 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)
+license=(LGPL-2.1-or-later)
 depends=(
   lib32-cairo
   lib32-fribidi
@@ -26,7 +26,7 @@ makedepends=(
   git
   meson
 )
-_commit=dfdbb8b55effc0feb72a1981944acaf20ee71354  # tags/1.51.1^0
+_commit=54c5f4ec01ce9c89a590cdc7e4c2c6e3948bb029  # tags/1.51.2^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit";)
 b2sums=('SKIP')
 
@@ -41,14 +41,10 @@ prepare() {
 
 build() {
   local meson_options=(
-    --libdir=/usr/lib32
+    --cross-file 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
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pango/-/commit/32c1c026ae3ef3a35a1e1f8decec7c24b998cf8d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pango/-/commit/32c1c026ae3ef3a35a1e1f8decec7c24b998cf8d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to