Update to 1.3.alpha
This commit is contained in:
parent
7ea4f9c602
commit
d016e80d99
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/libadwaita-1.2.beta.tar.xz
|
/libadwaita-1.2.beta.tar.xz
|
||||||
/libadwaita-1.2.rc.tar.xz
|
/libadwaita-1.2.rc.tar.xz
|
||||||
/libadwaita-1.2.0.tar.xz
|
/libadwaita-1.2.0.tar.xz
|
||||||
|
/libadwaita-1.3.alpha.tar.xz
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
%global apiver 1
|
%global apiver 1
|
||||||
|
%global gtk_version 4.9.2
|
||||||
|
|
||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: libadwaita
|
Name: libadwaita
|
||||||
Version: 1.2.0
|
Version: 1.3~alpha
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Building blocks for modern GNOME applications
|
Summary: Building blocks for modern GNOME applications
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
||||||
Source0: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.3/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -21,7 +22,8 @@ BuildRequires: sassc
|
|||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk4) >= 4.5
|
BuildRequires: pkgconfig(gtk4) >= %{gtk_version}
|
||||||
|
Requires: gtk4%{?_isa} >= %{gtk_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Building blocks for modern GNOME applications.
|
Building blocks for modern GNOME applications.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libadwaita-1.2.0.tar.xz) = e043c3d43bb8f842e0b78d02d7ccaccce6c00a9c8abd7b63b21c4bab1000e5269708ca83677fe235260b12b1824ba5b06cb2c9460ddfc47fce10232d1901e4c8
|
SHA512 (libadwaita-1.3.alpha.tar.xz) = e17f5b547cc382067166f588d607bc5cdb9d46f9474458e07aa96f938a47237493e204d50238eebf2dd022e31e007bb5b3e1caaf1c5617d7f4b0e695d928ce3b
|
||||||
|
Loading…
Reference in New Issue
Block a user