add: nwg-look (#8731) (#8735)

* add: nwg-look



* remove bloat



* add missing files



---------


(cherry picked from commit b9cff820f1)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-12-28 09:28:10 -08:00
committed by GitHub
parent 4cf65863c9
commit 75e5baa7f2
3 changed files with 61 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "nwg-look.spec"
}
}
+55
View File
@@ -0,0 +1,55 @@
%dnl %define debug_package %{nil}
%global goipath github.com/nwg-piotr/nwg-look
Version: 1.0.6
%gometa -f
Name: nwg-look
Release: 1%?dist
Summary: GTK3 settings editor adapted to work in the wlroots environment
License: MIT
URL: https://github.com/nwg-piotr/nwg-look
Source0: https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v%version.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: golang
BuildRequires: gcc
BuildRequires: go-rpm-macros
BuildRequires: make
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cairo-gobject)
Requires: glibc
%description
%{summary}.
%gopkg
%prep
%autosetup -n %{name}-%{version}
%build
%make_build
%make_build build
%install
%make_install
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{_appsdir}/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.svg
%changelog
* Fri Dec 05 2025 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("nwg-piotr/nwg-look"));