Merge pull request #130 from terrapkg/w/pantheon-tweaks

Add pantheon-tweaks
This commit is contained in:
lleyton
2023-01-17 17:05:50 +00:00
committed by GitHub
3 changed files with 45 additions and 0 deletions
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "pantheon-tweaks.spec"
}
}
@@ -0,0 +1,39 @@
Name: pantheon-tweaks
Version: 1.0.4
Release: %autorelease
Summary: A system settings panel for the Pantheon desktop environment
License: GPL-3.0
URL: https://github.com/pantheon-tweaks/pantheon-tweaks
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildRequires: vala switchboard-devel pkgconfig(gee-0.8) pkgconfig(glib-2.0)
BuildRequires: granite-devel >= 6.0.0 pkgconfig(gtk+-3.0) meson vala
Requires: glib2 gtk3 libgee granite
%description
A system settings panel for the Pantheon Desktop that
lets you easily and safely customise your desktop's appearance.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%files
%doc README.md
%license COPYING
/usr/lib/debug/usr/lib64/switchboard/personal/libpantheon-tweaks.so-*.debug
/usr/lib64/switchboard/personal/libpantheon-tweaks.so
%{_datadir}/icons/hicolor/32x32/categories/preferences-desktop-tweaks.svg
%{_datadir}/locale/*/LC_MESSAGES/pantheon-tweaks-plug.mo
%{_datadir}/metainfo/pantheon-tweaks.appdata.xml
%changelog
* Tue Jan 17 2023 windowsboy111 <windowsboy111@fyralabs.com>
- Initial package
@@ -0,0 +1 @@
rpm.version(gh("pantheon-tweaks/pantheon-tweaks"));