Update to 42.alpha
This commit is contained in:
parent
9152239241
commit
96cbb9d64c
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
|||||||
/baobab-40.beta.tar.xz
|
/baobab-40.beta.tar.xz
|
||||||
/baobab-40.0.tar.xz
|
/baobab-40.0.tar.xz
|
||||||
/baobab-41.0.tar.xz
|
/baobab-41.0.tar.xz
|
||||||
|
/baobab-42.alpha.tar.xz
|
||||||
|
17
baobab.spec
17
baobab.spec
@ -1,16 +1,19 @@
|
|||||||
|
%global gtk4_version 4.4.0
|
||||||
|
%global libadwaita_version 1.0.0
|
||||||
|
|
||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: baobab
|
Name: baobab
|
||||||
Version: 41.0
|
Version: 42~alpha
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A graphical directory tree analyzer
|
Summary: A graphical directory tree analyzer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: https://wiki.gnome.org/Apps/Baobab
|
URL: https://wiki.gnome.org/Apps/Baobab
|
||||||
Source0: https://download.gnome.org/sources/baobab/41/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/baobab/42/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||||
BuildRequires: pkgconfig(libhandy-1)
|
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||||
BuildRequires: /usr/bin/appstream-util
|
BuildRequires: /usr/bin/appstream-util
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -18,6 +21,9 @@ BuildRequires: itstool
|
|||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
|
||||||
|
Requires: gtk4%{?_isa} >= %{libadwaita_version}
|
||||||
|
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Baobab is able to scan either specific directories or the whole filesystem, in
|
Baobab is able to scan either specific directories or the whole filesystem, in
|
||||||
order to give the user a graphical tree representation including each
|
order to give the user a graphical tree representation including each
|
||||||
@ -58,6 +64,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.baobab.des
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 12 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
||||||
|
- Update to 42.alpha
|
||||||
|
|
||||||
* Tue Sep 21 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
* Tue Sep 21 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
||||||
- Update to 41.0
|
- Update to 41.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (baobab-41.0.tar.xz) = 4f41cac42491afb98855771a621573689f2b35c0a2602799af9f88adf901a5c62c9f8e4b70be43ed27024deba860b128bc22b8a7782ac207a5746b4df6b65aa0
|
SHA512 (baobab-42.alpha.tar.xz) = 656168bf49f6d2ae418c9504fb0af8a86d9888b60203a3da7201611d1e05d6a729f60aba64ca4480d7c5a59b2fff3da0011fce57a0328fdcaf253bebe46da858
|
||||||
|
Loading…
Reference in New Issue
Block a user