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


Commits:
f9778296 by Jan Alexander Steffens (heftig) at 2024-05-02T04:54:29+02:00
2.80.0-4: gcc rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = glib2
        pkgdesc = Low level core library
        pkgver = 2.80.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://gitlab.gnome.org/GNOME/glib
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -24,8 +24,6 @@ pkgbase = glib2
        depends = pcre2
        depends = util-linux-libs
        depends = zlib
-       options = debug
-       options = staticlibs
        source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.80.0
        source = git+https://gitlab.gnome.org/GNOME/gvdb.git
        source = 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
@@ -56,6 +54,7 @@ pkgname = glib2
        provides = libgmodule-2.0.so
        provides = libgobject-2.0.so
        provides = libgthread-2.0.so
+       options = staticlibs
 
 pkgname = glib2-docs
        pkgdesc = Low level core library - documentation


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
   glib2-docs
 )
 pkgver=2.80.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Low level core library"
 url="https://gitlab.gnome.org/GNOME/glib";
 license=(LGPL-2.1-or-later)
@@ -38,10 +38,6 @@ checkdepends=(
   desktop-file-utils
   glib2
 )
-options=(
-  debug
-  staticlibs
-)
 source=(
   "git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver";
   "git+https://gitlab.gnome.org/GNOME/gvdb.git";
@@ -108,6 +104,7 @@ package_glib2() {
     'python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report'
     'python-packaging: gdbus-codegen'
   )
+  options=(staticlibs)
 
   meson install -C build --destdir "$pkgdir"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/commit/f977829666bad85fd051d3fc2759be981b82cec0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/commit/f977829666bad85fd051d3fc2759be981b82cec0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to