Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9119d452d | ||
|
|
84aad95964 | ||
|
|
7b155f1864 | ||
|
|
264418a470 | ||
|
|
bfee0d12db | ||
|
|
ca038563d9 | ||
|
|
0081f2750d | ||
|
|
79cb1ea4db | ||
|
|
f2d4f4337f | ||
|
|
4dc7a1fbe3 | ||
|
|
b627e70fa7 | ||
|
|
877916b9a7 | ||
|
|
d0eb483fda |
2 changed files with 9 additions and 3 deletions
|
|
@ -1,10 +1,12 @@
|
|||
%global app_id org.gnome.alacarte
|
||||
|
||||
Name: alacarte
|
||||
Version: 3.52.0
|
||||
Version: 3.58.0
|
||||
Release: %autorelease
|
||||
Summary: Menu editor for the GNOME desktop
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/alacarte
|
||||
Source0: https://download.gnome.org/sources/alacarte/3.52/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/alacarte/3.58/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -12,8 +14,10 @@ BuildRequires: autoconf
|
|||
BuildRequires: automake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(libgnome-menu-3.0) >= 3.5.3
|
||||
|
|
@ -50,6 +54,7 @@ desktop-file-install \
|
|||
--remove-not-show-in=KDE \
|
||||
--dir=%{buildroot}%{_datadir}/applications \
|
||||
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.metainfo.xml
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
@ -63,6 +68,7 @@ desktop-file-install \
|
|||
%{_datadir}/%{name}/
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_metainfodir}/%{app_id}.metainfo.xml
|
||||
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (alacarte-3.52.0.tar.xz) = 711166b1d772483be1ca3044f9402ec62dd6bb9c09b71b09944886bac91a72fe9838a60a4cf24649dce33148844b586446c17954129c6bc7aaa3096ba01e1463
|
||||
SHA512 (alacarte-3.58.0.tar.xz) = 04de7e44217e638ca2de0c2acc8f6df53f181ee7fc1218d6a91211b01f82462a4c0dffb968b88977cd6f81c12e6aec27d497d2407a073a91dc52c2d7b910ef96
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue