Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c98af82a8d | ||
|
|
31f0d25b1a | ||
|
|
b8a0c7ae36 | ||
|
|
d5f4ad0181 | ||
|
|
65eb027f2d | ||
|
|
428d99245b | ||
|
|
725c3b7183 | ||
|
|
0768ff2a0a | ||
|
|
f09a1e35d5 |
3 changed files with 41 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/wdisplays-1.0.tar.gz
|
||||
/wdisplays-1.1.tar.gz
|
||||
/wdisplays-1.1.1.tar.gz
|
||||
/wdisplays-1.1.3.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wdisplays-1.1.1.tar.gz) = 46923592e9fbb5c06c3549c198aedbafd8e0b5a6a82bc11d9d0b4cb0860070000cce18e0aa109932a4e4bee34d9f235660d2ea9d485a8fce146a2755ef62f81d
|
||||
SHA512 (wdisplays-1.1.3.tar.gz) = 7260deddb5871359ae9b0133cc9fa2f0b43e43664ff84cd37ad10385c4c2618a3b3303536be060097b982c7d2ab3890392ba9775e01b44281c1b3419256398a8
|
||||
|
|
|
|||
|
|
@ -1,21 +1,23 @@
|
|||
# -*-Mode: rpm-spec -*-
|
||||
%global app_id network.cycles.wdisplays
|
||||
|
||||
Name: wdisplays
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.1.3
|
||||
Release: 3%{?dist}
|
||||
Summary: GUI display configurator for wlroots compositors
|
||||
License: GPLv3+
|
||||
# Automatically converted from old format: GPLv3+ - review is highly recommended.
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/artizirk/wdisplays
|
||||
|
||||
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libepoxy-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: wayland-protocols-devel
|
||||
BuildRequires: pkgconfig(epoxy)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.17
|
||||
|
||||
Conflicts: wlroots < 0.7.0
|
||||
Requires: hicolor-icon-theme
|
||||
|
|
@ -40,17 +42,12 @@ kiosks, digital signage, and other elaborate multi-monitor setups.
|
|||
%meson_install
|
||||
find %{buildroot}
|
||||
|
||||
desktop-file-install --dir %{buildroot}/%{_datadir}/applications \
|
||||
--set-icon %{name} \
|
||||
--set-key=Terminal --set-value=false \
|
||||
--remove-key=Version \
|
||||
--add-category=Settings --add-category=HardwareSettings \
|
||||
%{buildroot}/%{_datadir}/applications/network.cycles.%{name}.desktop
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}.desktop
|
||||
|
||||
%files
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/icons/*
|
||||
%{_datadir}/applications/%{app_id}.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{app_id}.svg
|
||||
|
||||
%doc README.md
|
||||
|
||||
|
|
@ -59,6 +56,33 @@ desktop-file-install --dir %{buildroot}/%{_datadir}/applications \
|
|||
%clean
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Dec 24 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1.3-1
|
||||
- Update to 1.1.3
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.1-5
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2023 Bob Hepple <bob.hepple@gmail.com> - 1.1.1-1
|
||||
- new version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue