Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22b0afa5b8 |
||
|
|
1abfff788e |
||
|
|
9d40cd9e08 |
3 changed files with 32 additions and 9 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -15,3 +15,7 @@
|
|||
/wingpanel-2.2.3.tar.gz
|
||||
/wingpanel-2.2.4.tar.gz
|
||||
/wingpanel-2.2.5.tar.gz
|
||||
/wingpanel-2.2.6.tar.gz
|
||||
/wingpanel-2.3.0.tar.gz
|
||||
/wingpanel-88305e0.tar.gz
|
||||
/wingpanel-2.3.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-2.2.5.tar.gz) = 938789267c41b4760164e2a1adc7e14e077b376fc139a5937489f156a74323ce661428f4eca38a65e5d53fb17d55bd6d2a32e2bdeba3fb7818d897336fb216ca
|
||||
SHA512 (wingpanel-2.3.1.tar.gz) = 5afb5e2dbc25ee345fece0dd679d04581738295a958be79a7e2eb2d5caf01b0ac7f431c5bf499e515dbafa686d13a6b798bd93069728c855eb77289706a73b43
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%global appname io.elementary.desktop.wingpanel
|
||||
%global appname io.elementary.wingpanel
|
||||
|
||||
%global common_description %{expand:
|
||||
Stylish top panel that holds indicators and spawns an application
|
||||
|
|
@ -6,15 +6,16 @@ launcher.}
|
|||
|
||||
Name: wingpanel
|
||||
Summary: Stylish top panel
|
||||
Version: 2.2.5
|
||||
Version: 2.3.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
URL: https://github.com/elementary/wingpanel
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.24.0
|
||||
|
||||
|
|
@ -45,7 +46,7 @@ This package contains the files required for developing for wingpanel.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -67,20 +68,29 @@ mkdir -p %{buildroot}/%{_sysconfdir}/wingpanel.d
|
|||
|
||||
%check
|
||||
desktop-file-validate \
|
||||
%{buildroot}/%{_datadir}/applications/wingpanel.desktop
|
||||
%{buildroot}/%{_datadir}/applications/%{appname}.desktop
|
||||
|
||||
desktop-file-validate \
|
||||
%{buildroot}/%{_sysconfdir}/xdg/autostart/%{appname}.desktop
|
||||
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files -f wingpanel.lang
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
|
||||
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{appname}.desktop
|
||||
|
||||
%{_bindir}/wingpanel
|
||||
|
||||
%{_libdir}/gala/plugins/libwingpanel-interface.so
|
||||
|
||||
%{_datadir}/applications/wingpanel.desktop
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/wingpanel.svg
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
|
||||
%files libs
|
||||
|
|
@ -108,6 +118,15 @@ desktop-file-validate \
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 06 2020 Fabio Valentini <decathorpe@gmail.com> - 2.3.1-1
|
||||
- Update to version 2.3.1.
|
||||
|
||||
* Tue Mar 03 2020 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
|
||||
- Update to version 2.3.0.
|
||||
|
||||
* Fri Nov 01 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.6-1
|
||||
- Update to version 2.2.6.
|
||||
|
||||
* Thu Jun 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.5-1
|
||||
- Update to version 2.2.5.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue