Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79b08eda67 |
||
|
|
f6bb6b2b23 |
3 changed files with 16 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1 +1,6 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/wingpanel-applications-menu-2.3.0.tar.gz
|
||||
/wingpanel-applications-menu-2.4.0.tar.gz
|
||||
/wingpanel-applications-menu-2.4.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-applications-menu-2.3.0.tar.gz) = e179963de01ebf026f3cfe4a54c884979b7da14af78f2dab0304d138831fb64443d87229fd2a940148a3bc7664c16c85166614e9c6eb1c556383da592adcb3b2
|
||||
SHA512 (wingpanel-applications-menu-2.4.1.tar.gz) = 0e644537812ab197995a7c77499a6e3c211634526860470c8136a54718a9e4816a28c1e8bac774b906419da9eda581f2976cff3c4f98310ed01cc0a0900d9d29
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: wingpanel-applications-menu
|
||||
Summary: Lightweight and stylish app launcher
|
||||
Version: 2.3.0
|
||||
Version: 2.4.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
|
|
@ -13,6 +13,8 @@ URL: https://github.com/elementary/%{srcname}
|
|||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vala >= 0.32.1
|
||||
|
||||
|
|
@ -33,7 +35,6 @@ BuildRequires: pkgconfig(wingpanel-2.0)
|
|||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
|
||||
Requires: redhat-menus
|
||||
Requires: zeitgeist
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
|
@ -77,6 +78,13 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 08 2018 Fabio Valentini <decathorpe@gmail.com> - 2.4.1-1
|
||||
- Update to version 2.4.1.
|
||||
- Drop explicit dependency on zeitgeist.
|
||||
|
||||
* Tue Sep 18 2018 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
|
||||
- Update to version 2.4.0.
|
||||
|
||||
* Sun Jul 08 2018 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
|
||||
- Initial package renamed from slingshot-launcher.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue