package created by autospec [release 0.6.0-1mamba;Tue Jul 07 2026]
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
# ddcui
|
||||
|
||||
ddcui is a graphical user interface for ddcutil, implemented using Qt. It allows querying and changing monitor settings using DDC/CI, such as brightness, contrast and color settings.
|
||||
|
||||
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
Name: ddcui
|
||||
Version: 0.6.0
|
||||
Release: 1mamba
|
||||
Summary: Graphical user interface for ddcutil
|
||||
Group: Graphical Desktop/Applications/Configuration
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Claude <claude@openmamba.org>
|
||||
URL: https://github.com/rockowitz/ddcui
|
||||
Source: https://github.com/rockowitz/ddcui.git/v%{version}/ddcui-%{version}.tar.bz2
|
||||
License: GPL-2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libddcutil-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
ddcui is a graphical user interface for ddcutil, implemented using Qt. It allows querying and changing monitor settings using DDC/CI, such as brightness, contrast and color settings.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%cmake_install
|
||||
rm -rf %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_prefix}/lib/modules-load.d/%{name}.conf
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Jul 07 2026 Claude <claude@openmamba.org> 0.6.0-1mamba
|
||||
- package created by autospec
|
||||
Reference in New Issue
Block a user