]> git.pld-linux.org Git - packages/libpeas.git/commitdiff
up to 1.30.0
authorJan Palus <atler@pld-linux.org>
Sat, 20 Mar 2021 23:01:09 +0000 (00:01 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 20 Mar 2021 23:01:09 +0000 (00:01 +0100)
libpeas-tests-with-static.patch [deleted file]
libpeas.spec

diff --git a/libpeas-tests-with-static.patch b/libpeas-tests-with-static.patch
deleted file mode 100644 (file)
index 811524a..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- libpeas-1.24.0/libpeas-gtk/meson.build.orig        2019-09-10 02:41:29.000000000 +0200
-+++ libpeas-1.24.0/libpeas-gtk/meson.build     2019-09-30 20:10:09.963943989 +0200
-@@ -42,16 +42,6 @@
-   )
- )
--# Static library used for testing symbol access
--libpeas_gtk_test = static_library(
--  package_gtk_string.strip('lib'),
--  libpeas_gtk_c,
--  include_directories: rootdir,
--  dependencies: libpeas_gtk_deps,
--  c_args: libpeas_gtk_c_args,
--  link_args: libpeas_gtk_link_args,
--)
--
- libpeas_gtk_sha = library(
-   package_gtk_string.strip('lib'),
-   libpeas_gtk_c,
-@@ -105,7 +95,7 @@
- )
- libpeas_gtk_test_dep = declare_dependency(
--  link_with: libpeas_gtk_test,
-+  link_with: libpeas_gtk_sha.get_static_lib(),
-   dependencies: libpeas_gtk_deps,
-   include_directories: rootdir,
-   sources: libpeas_gtk_dep_sources,
index 0e07a10711219bef4f5d7e42c039a0e9906f5585..3261d6b03b9f3dac88a24eff39a617e203d346c5 100644 (file)
 Summary:       GObject Plugin System
 Summary(pl.UTF-8):     System wtyczek GObject
 Name:          libpeas
-Version:       1.28.0
-Release:       2
+Version:       1.30.0
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       https://download.gnome.org/sources/libpeas/1.28/%{name}-%{version}.tar.xz
-# Source0-md5: 62a5d01e9561f8fafca68e2863640735
-Patch0:                %{name}-tests-with-static.patch
-Patch1:                %{name}-gtkdocdir.patch
+Source0:       https://download.gnome.org/sources/libpeas/1.30/%{name}-%{version}.tar.xz
+# Source0-md5: 60b9d9fe2ee9dd518fb12d5d404e296a
+Patch0:                %{name}-gtkdocdir.patch
 URL:           https://wiki.gnome.org/Libpeas
 BuildRequires: gettext-tools >= 0.19.7
 %{?with_glade:BuildRequires:   glade-devel >= 2.0}
@@ -240,10 +239,7 @@ Aplikacja demonstracyjna libpeas.
 
 %prep
 %setup -q
-%if %{with static_libs}
 %patch0 -p1
-%endif
-%patch1 -p1
 
 %if %{with lua}
 # meson buildsystem expects .pc file for lua-lgi detection
This page took 0.158127 seconds and 4 git commands to generate.