Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d81d84386 |
||
|
|
eb26a9531c | ||
|
|
19fcfb6894 | ||
|
|
c898fee030 |
||
|
|
2f017b67b0 |
||
|
|
6b883e8c43 |
||
|
|
a8c3ffd41d |
||
|
|
50cca8c911 |
||
|
|
d52aa991d7 | ||
|
|
99fc612cd3 |
||
|
|
0340efd7df |
||
|
|
ed1d962e9e |
||
|
|
976345be38 | ||
|
|
91ac6d8eda | ||
|
|
5d6d8a3978 |
||
|
|
e87c6e6bc1 |
||
|
|
6f3b1dbce5 |
||
|
|
503a2e6775 | ||
|
|
85c25c87cf |
||
|
|
5ea9ad85e7 |
||
|
|
52b75c4453 | ||
|
|
8f7f5064b8 |
||
|
|
4f7231e0b0 |
5 changed files with 1 additions and 107 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,7 +0,0 @@
|
|||
/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
|
||||
/wingpanel-applications-menu-2.4.2.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
remove package (temporarily) due to unresolved issues with GNOME 43
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wingpanel-applications-menu-2.4.2.tar.gz) = fe9c2d9a02c511f9b4988f77d354d788a55fe1f0cff92c0f0c323d86a149b782158c529b2df1390ff723b11526bed97b76c0ed95738f14baf0035df44f5cb3f5
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# false positives
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*")
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*")
|
||||
|
|
@ -1,96 +0,0 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/wingpanel/.*\\.so$
|
||||
|
||||
%global srcname applications-menu
|
||||
%global appname io.elementary.desktop.wingpanel.applications-menu
|
||||
|
||||
Name: wingpanel-applications-menu
|
||||
Summary: Lightweight and stylish app launcher
|
||||
Version: 2.4.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
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
|
||||
|
||||
BuildRequires: appstream-vala
|
||||
|
||||
BuildRequires: pkgconfig(appstream) >= 0.10.0
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(granite) >= 0.5
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libgnome-menu-3.0)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(plank) >= 0.10.9
|
||||
BuildRequires: pkgconfig(switchboard-2.0)
|
||||
BuildRequires: pkgconfig(unity) >= 4.0.0
|
||||
BuildRequires: pkgconfig(wingpanel-2.0) >= 2.1.0
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
|
||||
Requires: redhat-menus
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
Provides: slingshot-launcher = %{version}-%{release}
|
||||
Obsoletes: slingshot-launcher < 2.2.0-8
|
||||
|
||||
|
||||
%description
|
||||
The lightweight and stylish app launcher from elementary.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
|
||||
%find_lang slingshot
|
||||
|
||||
|
||||
%files -f slingshot.lang
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%config(noreplace) %{_sysconfdir}/xdg/menus/pantheon-applications.menu
|
||||
|
||||
%{_libdir}/wingpanel/libslingshot.so
|
||||
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 22 2019 Fabio Valentini <decathorpe@gmail.com> - 2.4.2-1
|
||||
- Update to version 2.4.2.
|
||||
|
||||
* 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.
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* 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