Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
5 changed files with 91 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/sgtk-menu-1.3.1.tar.gz
|
||||
/sgtk-menu-1.4.1.tar.gz
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# sgtk-menu
|
||||
|
||||
The sgtk-menu package
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
85
sgtk-menu.spec
Normal file
85
sgtk-menu.spec
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
%global sysname sgtk_menu
|
||||
|
||||
Name: sgtk-menu
|
||||
Version: 1.4.1
|
||||
Release: 8%{?dist}
|
||||
Summary: GTK launcher for sway & other WMs
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://github.com/nwg-piotr/sgtk-menu
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description
|
||||
This project is an attempt to create a launcher, that behaves decently on sway,
|
||||
but also works on other window managers. It may or may not work on some DEs - I
|
||||
don't care much about it. For what I managed to test so far, see the
|
||||
Compatibility chart.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
|
||||
# Remove shebang from Python libraries
|
||||
for lib in sgtk_menu/*.py; do
|
||||
sed '1{\@^#!/usr/bin/env python@d}' $lib > $lib.new &&
|
||||
touch -r $lib $lib.new &&
|
||||
mv $lib.new $lib
|
||||
done
|
||||
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md examples/
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/sgtk-bar
|
||||
%{_bindir}/sgtk-dmenu
|
||||
%{_bindir}/sgtk-grid
|
||||
%{python3_sitelib}/%{sysname}-*.egg-info/
|
||||
%{python3_sitelib}/%{sysname}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.4.1-7
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.4.1-4
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jun 25 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.4.1-1
|
||||
- Update to 1.4.1
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.1-4
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Wed Feb 26 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.3.1-3
|
||||
- Packaging fixes
|
||||
|
||||
* Wed Feb 26 2020 Bob Hepple <bob.hepple@gmail.com> - 1.3.1-1.fc31.wef
|
||||
- Initial version of the package
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (sgtk-menu-1.4.1.tar.gz) = 93e22ce305b76695804f9935e6f646b10dc1bdca3edfb895f68a12d07c271d6bab842692c2d1d7b0db4ca5ea9f9ae0745b288eb63220ec5d0dadaf70e7b78eba
|
||||
Loading…
Add table
Add a link
Reference in a new issue