[packages/gnome-app-list] - new

qboosh qboosh at pld-linux.org
Thu Oct 31 17:59:48 CET 2024


commit d4be5e728c01680281c00d8533c7d8762cc90cfd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Oct 31 17:31:27 2024 +0100

    - new

 gnome-app-list.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
---
diff --git a/gnome-app-list.spec b/gnome-app-list.spec
new file mode 100644
index 0000000..46ea505
--- /dev/null
+++ b/gnome-app-list.spec
@@ -0,0 +1,52 @@
+Summary:	GNOME app list
+Summary(pl.UTF-8):	Lista aplikacji GNOME
+Name:		gnome-app-list
+Version:	1.0
+Release:	1
+License:	LGPL v2.1+
+Group:		X11/Applications
+Source0:	https://download.gnome.org/sources/gnome-app-list/1.0/%{name}-%{version}.tar.xz
+# Source0-md5:	dbcb730311857a1de67f4f77dcbf4eb0
+URL:		https://gitlab.gnome.org/GNOME/gnome-app-list
+BuildRequires:	libxml2-progs >= 2.0
+BuildRequires:	python3 >= 1:3
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This project provides app recommendation data for the GNOME project,
+in the form of AppStream data which is installed in the standard
+system location. This is mainly used by the GNOME Software app
+(<https://gitlab.gnome.org/GNOME/gnome-software>).
+
+%description -l pl.UTF-8
+Ten projekt dostarcza dane rekomendowanych aplikacji dla projektu
+GNOME w postaci danych AppStream, instalowanych w standardowym miejscu
+w systemie. Jest to wykorzystywane głównie przez aplikację GNOME
+Software (<https://gitlab.gnome.org/GNOME/gnome-software>).
+
+%prep
+%setup -q
+
+%build
+%meson build
+
+%ninja_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README.md
+# XXX: owned also by gnome-software
+%dir %{_datadir}/swcatalog
+%dir %{_datadir}/swcatalog/xml
+%{_datadir}/swcatalog/xml/org.gnome.App-list.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-app-list.git/commitdiff/d4be5e728c01680281c00d8533c7d8762cc90cfd



More information about the pld-cvs-commit mailing list