meson install patch no longer needed (#2700)

This commit is contained in:
sadlerm4
2024-12-20 13:35:32 +08:00
committed by GitHub
parent eea726e93c
commit a4c6ca5bcf
2 changed files with 1 additions and 17 deletions
@@ -1,12 +0,0 @@
diff --git a/meson.build b/meson.build
index 4784ac2..2348b13 100644
--- a/meson.build
+++ b/meson.build
@@ -13,4 +13,5 @@ executable(
dependency('cairomm-1.0'),
dependency('freetype2'),
],
-)
\ No newline at end of file
+ install: true
+)
+1 -5
View File
@@ -9,8 +9,7 @@ Summary: View and install fonts
License: GPL-2.0
URL: https://github.com/chocolateimage/%{name}
Source0: %{url}/archive/%{commit}.tar.gz
Patch0: fontviewer-meson.patch
Source0: %{url}/archive/%{commit}.tar.gz
BuildRequires: gcc-c++
BuildRequires: meson
@@ -37,9 +36,6 @@ A platform-agnostic GTK+ 3 alternative to GNOME's Font Viewer
%install
%meson_install
install -m 0755 -vd %{buildroot}%{_datadir}/applications
install -m 0644 -vp data/%{name}.desktop %{buildroot}%{_datadir}/applications/
%files
%license LICENSE
%doc README.md