Update package version to 4.21.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: gtk4
|
name: gtk4
|
||||||
description: GObject-based multi-platform GUI toolkit version 4
|
description: GObject-based multi-platform GUI toolkit version 4
|
||||||
version: 4.20.2
|
version: 4.21.1
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://www.gtk.org/
|
url: https://www.gtk.org/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
@@ -46,19 +46,21 @@ depends:
|
|||||||
- wayland
|
- wayland
|
||||||
make_depends:
|
make_depends:
|
||||||
- docbook-xsl-nons
|
- docbook-xsl-nons
|
||||||
|
- gi-docgen
|
||||||
- gobject-introspection
|
- gobject-introspection
|
||||||
- hicolor-icon-theme
|
- hicolor-icon-theme
|
||||||
- meson
|
- meson
|
||||||
|
- python-docutils
|
||||||
- python-pygobject
|
- python-pygobject
|
||||||
- sassc
|
- sassc
|
||||||
- shaderc
|
- shaderc
|
||||||
- vulkan-headers
|
- vulkan-headers
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://gitlab.gnome.org/GNOME/gtk/-/archive/${BPM_PKG_VERSION}/gtk-${BPM_PKG_VERSION}.tar.gz
|
- url: https://download.gnome.org/sources/gtk/${BPM_PKG_VERSION%.*}/gtk-${BPM_PKG_VERSION}.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: f30d85fe710299be74968ae1defc5949e87e136d073142906a15fc492516e3f4
|
checksum: a6a899276ccbb97ff257731d93474de689e9a4f62a63071b5bff4feeae8b895c
|
||||||
split_packages:
|
split_packages:
|
||||||
- name: gtk4
|
- name: gtk4
|
||||||
depends:
|
depends:
|
||||||
|
|||||||
@@ -8,7 +8,9 @@ build() {
|
|||||||
meson setup --prefix=/usr \
|
meson setup --prefix=/usr \
|
||||||
--buildtype=release \
|
--buildtype=release \
|
||||||
-Dbroadway-backend=true \
|
-Dbroadway-backend=true \
|
||||||
|
-Ddocumentation=true \
|
||||||
-Dintrospection=enabled \
|
-Dintrospection=enabled \
|
||||||
|
-Dman-pages=true \
|
||||||
-Dvulkan=enabled \
|
-Dvulkan=enabled \
|
||||||
-Dwrap_mode=nodownload build
|
-Dwrap_mode=nodownload build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
|
|||||||
Reference in New Issue
Block a user