Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
420b9f8e9d | ||
|
|
a838c14721 | ||
|
|
f3b153a7e5 |
||
|
|
26b3203336 | ||
|
|
5d7cf8a1f9 | ||
|
|
84dbc154e8 | ||
|
|
aa9ae665a6 | ||
|
|
584ebb4d82 | ||
|
|
04a9f8332f | ||
|
|
aae223cfed | ||
|
|
41cbdc88b2 | ||
|
|
d3750d2c8a |
||
|
|
3892b89ae1 |
||
|
|
6812410c51 | ||
|
|
346e85eb32 | ||
|
|
ff6b84fdc8 | ||
|
|
0335c52188 | ||
|
|
954e18bbed | ||
|
|
bca1845742 | ||
|
|
88db33cd0d | ||
|
|
786b7b2e33 | ||
|
|
2529bdd5b8 | ||
|
|
7871b429f0 |
4 changed files with 40 additions and 10 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -26,3 +26,8 @@ ulauncher
|
|||
/ulauncher_5.15.0.tar.gz
|
||||
/ulauncher_5.15.1.tar.gz
|
||||
/ulauncher_5.15.2.tar.gz
|
||||
/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
|
||||
|
|
|
|||
26
.packit.yaml
Normal file
26
.packit.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
copy_upstream_release_description: false
|
||||
downstream_package_name: ulauncher
|
||||
upstream_package_name: Ulauncher
|
||||
upstream_project_url: https://github.com/Ulauncher/Ulauncher
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
# - fedora-development
|
||||
# - fedora-all
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: ["packit", "atim", "troycurtisjr"]
|
||||
allowed_committers: ["packit", "atim", "troycurtisjr"]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
# - epel-9
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
# - epel-9
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ulauncher_5.15.2.tar.gz) = 3a331ca44a503b2aaa8eb907043f1e1395d64c4934d9769fafb289bac8bec34296f05a4a34fde1bd64d6d2132578402cf86868f4b9e897962862c7da758d68bc
|
||||
SHA512 (ulauncher_5.15.15.tar.gz) = f29579b85c79cafcea3af5ef03b144c0e9ad14ecba5a77f16ac779b9798b8c0f8ba0bd964a68d3341b377f4eff5fdea11e637d1d14d21dea86936448de5aea31
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Name: ulauncher
|
||||
Version: 5.15.2
|
||||
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