python3-pygobject3 ver. bump

This commit is contained in:
Rmys
2025-04-07 12:49:53 +03:00
parent 66fa60c107
commit f1ec3e8107
11 changed files with 107 additions and 11 deletions
@@ -0,0 +1,26 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Sat, 15 Mar 2025 05:33:51 +0100
Subject: [PATCH] meson: Don't install internal static library
It's only used for tests. Now that it's always static there should never
be any need to install it, even for installed tests, which AFAICT
libadwaita doesn't even have.
---
src/meson.build | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/meson.build b/src/meson.build
index 7567bd5d3e58..90cecc6a1eb2 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -435,9 +435,7 @@ if get_option('tests')
c_args: libadwaita_c_args,
dependencies: libadwaita_deps,
include_directories: [ root_inc, src_inc ],
- install: true,
link_args: libadwaita_link_args,
- install_dir: adwaita_libdir,
)
libadwaita_internal_dep = declare_dependency(
+9 -2
View File
@@ -13,7 +13,7 @@
<Icon>org.gnome.Adwaita1.Demo</Icon>
<Summary>Building blocks for modern GNOME applications.</Summary>
<Description>Modern GNOME uygulamaları için yapı taşları.</Description>
<Archive sha1sum="64eb3f3d2e82caefe1589ce7bbdf3e608a6fe6f7" type="tarxz">https://download.gnome.org/sources/libadwaita/1.6/libadwaita-1.6.4.tar.xz</Archive>
<Archive sha1sum="2757685bae7968daf8d39a51e3af9001c8b23c3c" type="tarxz">https://download.gnome.org/sources/libadwaita/1.7/libadwaita-1.7.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>sassc</Dependency>
@@ -29,7 +29,7 @@
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">appstream-1.0-test.patch</Patch> -->
<Patch level="1">0001-meson-Don-t-install-internal-static-library.patch</Patch>
<!-- <Patch level="1">c579fbe0.patch</Patch> -->
<!-- <Patch level="1">3e3967d5.patch</Patch> -->
</Patches>
@@ -75,6 +75,13 @@
</Package>
<History>
<Update release="32">
<Date>2025-04-05</Date>
<Version>1.7.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="31">
<Date>2025-02-05</Date>
<Version>1.6.4</Version>