Compare commits
35 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 | ||
|
|
b70820657a | ||
|
|
498e659c25 | ||
|
|
44c2c2ef3e | ||
|
|
e38a9ceb85 | ||
|
|
7ce7143061 | ||
|
|
115dd48d81 | ||
|
|
65c0faeaf6 | ||
|
|
8fdd5d04d6 | ||
|
|
f2317f4f61 | ||
|
|
a5e742bf21 | ||
|
|
edb6d88adf | ||
|
|
44c8efeebd |
4 changed files with 50 additions and 13 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -20,3 +20,14 @@ ulauncher
|
|||
/ulauncher_5.14.1.tar.gz
|
||||
/ulauncher_5.14.2.tar.gz
|
||||
/ulauncher_5.14.3.tar.gz
|
||||
/ulauncher_5.14.4.tar.gz
|
||||
/ulauncher_5.14.6.tar.gz
|
||||
/ulauncher_5.14.7.tar.gz
|
||||
/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.14.3.tar.gz) = f9c6643ffa14bfab7513e277600bd3b031c18774949b1237c38b4b32ad312db63b4caf56623a33a641d97ee8debcd41124c627bbcc69e09374718799e74ef34f
|
||||
SHA512 (ulauncher_5.15.15.tar.gz) = f29579b85c79cafcea3af5ef03b144c0e9ad14ecba5a77f16ac779b9798b8c0f8ba0bd964a68d3341b377f4eff5fdea11e637d1d14d21dea86936448de5aea31
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
Name: ulauncher
|
||||
Version: 5.14.3
|
||||
Version: 5.15.15
|
||||
Release: %{autorelease}
|
||||
Summary: Linux Application Launcher
|
||||
Summary: Feature rich application Launcher for Linux
|
||||
BuildArch: noarch
|
||||
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/Ulauncher/Ulauncher
|
||||
Source0: %{url}/releases/download/%{version}/%{name}_%{version}.tar.gz
|
||||
|
||||
|
|
@ -12,22 +12,21 @@ BuildRequires: desktop-file-utils
|
|||
BuildRequires: intltool
|
||||
BuildRequires: keybinder3-devel
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-devel
|
||||
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,17 +35,18 @@ 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
|
||||
%autosetup -n %{name} -p1
|
||||
sed -i "s|version='%%VERSION%'|version='%{version}'|g" setup.py
|
||||
# Newer version patch: https://github.com/Ulauncher/Ulauncher/issues/1194
|
||||
sed -i "s|version=''|version='%{version}'|g" setup.py
|
||||
|
||||
|
||||
%build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue