Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
420b9f8e9d | ||
|
|
a838c14721 | ||
|
|
f3b153a7e5 |
||
|
|
26b3203336 | ||
|
|
5d7cf8a1f9 | ||
|
|
84dbc154e8 | ||
|
|
aa9ae665a6 | ||
|
|
584ebb4d82 | ||
|
|
04a9f8332f | ||
|
|
aae223cfed | ||
|
|
41cbdc88b2 | ||
|
|
d3750d2c8a |
||
|
|
3892b89ae1 |
||
|
|
6812410c51 | ||
|
|
346e85eb32 | ||
|
|
ff6b84fdc8 |
3 changed files with 11 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -29,3 +29,5 @@ ulauncher
|
|||
/ulauncher_5.15.3.tar.gz
|
||||
/ulauncher_5.15.4.tar.gz
|
||||
/ulauncher_5.15.6.tar.gz
|
||||
/ulauncher_5.15.7.tar.gz
|
||||
/ulauncher_5.15.15.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ulauncher_5.15.6.tar.gz) = f8276df032446c371731c7e46b060250e59b5251434185238212aa0dcda672461314f113781b43c2126bd834b3207e76ab1f3e7e7132b319c751d0150625fe47
|
||||
SHA512 (ulauncher_5.15.15.tar.gz) = f29579b85c79cafcea3af5ef03b144c0e9ad14ecba5a77f16ac779b9798b8c0f8ba0bd964a68d3341b377f4eff5fdea11e637d1d14d21dea86936448de5aea31
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Name: ulauncher
|
||||
Version: 5.15.6
|
||||
Version: 5.15.15
|
||||
Release: %{autorelease}
|
||||
Summary: Linux Application Launcher
|
||||
Summary: Feature rich application Launcher for Linux
|
||||
BuildArch: noarch
|
||||
|
||||
License: GPL-3.0-or-later
|
||||
|
|
@ -14,20 +14,19 @@ BuildRequires: keybinder3-devel
|
|||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-devel >= 3.6
|
||||
BuildRequires: python3-distutils-extra
|
||||
# Need to call out setuptools since distutils-extra uses it, but doesn't list it as a requirement
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-gobject-devel >= 3.30
|
||||
BuildRequires: python3-inotify
|
||||
BuildRequires: python3-Levenshtein
|
||||
BuildRequires: python3-pyxdg
|
||||
BuildRequires: python3-websocket-client
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
BuildRequires: python3dist(requests)
|
||||
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: keybinder3
|
||||
Requires: webkitgtk4
|
||||
Requires: webkit2gtk4.1
|
||||
Requires: python3-cairo
|
||||
Requires: python3-dbus
|
||||
Requires: python3-gobject
|
||||
|
|
@ -36,12 +35,12 @@ Requires: python3-Levenshtein
|
|||
Requires: python3-pyxdg
|
||||
Requires: python3-websocket-client
|
||||
Requires: wmctrl
|
||||
|
||||
Recommends: libappindicator-gtk3
|
||||
|
||||
%description
|
||||
Ulauncher is a fast application launcher for Linux. It's is written in Python,
|
||||
using GTK+.
|
||||
Ulauncher is a fast application launcher for Linux. It's written in Python using
|
||||
GTK+, and features: App Search (fuzzy matching), Calculator, Extensions,
|
||||
Shortcuts, File browser mode and Custom Color Themes.
|
||||
|
||||
|
||||
%prep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue