]> git.pld-linux.org Git - packages/gtksourceview5.git/commitdiff
- updated to 5.4.1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Apr 2022 14:42:25 +0000 (16:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Apr 2022 14:42:25 +0000 (16:42 +0200)
- added no-update patch (don't require gtk4-update-icon-cache at build time)

gtksourceview5.spec

index dfa6314c279de1d1d237ed4644884e1adbe40232..d8fe4c44c8cde01f8cfbd58311fcbc3685319e8e 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: use gtk4-update-icon-cache
 #
 # Conditional build:
 %bcond_without apidocs         # API documentation
@@ -8,12 +9,13 @@
 Summary:       Text widget that extends the standard GTK+ 3.x
 Summary(pl.UTF-8):     Widget tekstowy rozszerzajÄ…cy standardowy z GTK+ 3.x
 Name:          gtksourceview5
-Version:       5.4.0
+Version:       5.4.1
 Release:       1
 License:       LGPL v2+ (library), GPL v2+ (some language specs files)
 Group:         X11/Libraries
 Source0:       https://download.gnome.org/sources/gtksourceview/5.4/gtksourceview-%{version}.tar.xz
-# Source0-md5: ab90544ba01611b1bbe914798ea73e67
+# Source0-md5: dc9c3fdb3a16f4add937334421149b34
+Patch0:                %{name}-no-update.patch
 URL:           https://wiki.gnome.org/Projects/GtkSourceView
 BuildRequires: docbook-dtd412-xml
 BuildRequires: fontconfig-devel
@@ -114,6 +116,7 @@ API GtkSourceView dla jÄ™zyka Vala.
 
 %prep
 %setup -q -n gtksourceview-%{version}
+%patch0 -p1
 
 %if %{with static_libs}
 %{__sed} -i -e 's/gtksource_lib = shared_library/gtksource_lib = library/' gtksourceview/meson.build
This page took 0.084928 seconds and 4 git commands to generate.