Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
809ee8a04c | ||
|
|
9f6c7bfffe | ||
|
|
fe10a82f7b | ||
|
|
89df5a479a |
4 changed files with 88 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/wofi-v*/
|
||||
|
||||
/v1.0.tar.gz
|
||||
/v1.1.tar.gz
|
||||
/v1.1.1.tar.gz
|
||||
/v1.2.1.tar.gz
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (v1.2.1.tar.gz) = a24b0f2c6e92dba097c6d7ac9d9ccb502036344bce8d07856519d479b503f1453a533f335faa7fcc037fcf192dd898c1d96810875fd68f191c31203a3c16cdc9
|
||||
13
wofi-v1.2.1-fix-manpage.diff
Normal file
13
wofi-v1.2.1-fix-manpage.diff
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff '--color=auto' -ru wofi-v1.2.1.orig/meson.build wofi-v1.2.1/meson.build
|
||||
--- wofi-v1.2.1.orig/meson.build 2020-07-29 01:18:44.000000000 +0200
|
||||
+++ wofi-v1.2.1/meson.build 2020-08-23 18:38:53.354081666 +0200
|
||||
@@ -55,7 +55,8 @@
|
||||
'man/wofi-config.3',
|
||||
'man/wofi-keys.7',
|
||||
'man/wofi-map.3',
|
||||
- 'man/wofi-utils.3')
|
||||
+ 'man/wofi-utils.3',
|
||||
+ 'man/wofi-widget-builder.3')
|
||||
|
||||
subdir = 'wofi-1'
|
||||
|
||||
68
wofi.spec
Normal file
68
wofi.spec
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
Name: wofi
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Wofi is a launcher/menu program for wlroots based wayland compositors such as sway
|
||||
License: GPLv3
|
||||
URL: https://hg.sr.ht/~scoopta/wofi
|
||||
Source0: %{URL}/archive/v%{version}.tar.gz
|
||||
# Initial patch fix wofi-widget-builder.3 manpage
|
||||
# https://todo.sr.ht/~scoopta/wofi/122
|
||||
Patch0: wofi-v1.2.1-fix-manpage.diff
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
|
||||
%description
|
||||
Wofi is a launcher/menu program for wlroots based wayland compositors such as sway.
|
||||
|
||||
%package devel
|
||||
Summary: Development package for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Files for development with %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-v%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%license COPYING.md
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/wofi.1*
|
||||
%{_mandir}/man5/wofi.5*
|
||||
%{_mandir}/man7/wofi-keys.7*
|
||||
%{_mandir}/man7/wofi.7*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/wofi-1/*.h
|
||||
%{_libdir}/pkgconfig/wofi.pc
|
||||
%{_mandir}/man3/wofi-api.3*
|
||||
%{_mandir}/man3/wofi-config.3*
|
||||
%{_mandir}/man3/wofi-map.3*
|
||||
%{_mandir}/man3/wofi-utils.3*
|
||||
%{_mandir}/man3/wofi-widget-builder.3*
|
||||
%{_mandir}/man3/wofi.3*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 23 2020 Stefano Figura <stefano@figura.im> - 1.2.1-1
|
||||
- Update to version 1.2.1
|
||||
|
||||
* Mon Mar 9 2020 Christian Kellner <ckellner@redhat.com> - 1.1.1-1
|
||||
- New upstream release 1.1.1, includes header and pkg config file
|
||||
|
||||
* Wed Mar 4 2020 Christian Kellner <ckellner@redhat.com> - 1.1-1
|
||||
- New upstream release 1.1, which includes man pages
|
||||
|
||||
* Mon Jan 27 2020 Christian Kellner <ckellner@redhat.com> - 1.0-1
|
||||
- Initial package of v1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue