Dominique Leuenberger
4da400192a
update to 3.1.0 OBS-URL: https://build.opensuse.org/request/show/1157810 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/impression?expand=0&rev=3
75 lines
2.3 KiB
RPMSpec
75 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package impression
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define appname io.gitlab.adhami3310.Impression
|
|
Name: impression
|
|
Version: 3.1.0
|
|
Release: 0
|
|
Summary: A straight-forward and modern application to create bootable drives
|
|
License: GPL-3.0-only
|
|
URL: https://gitlab.com/adhami3310/Impression
|
|
Source0: %{name}-%{version}.tar.zst
|
|
Source1: vendor.tar.zst
|
|
BuildRequires: appstream-glib
|
|
BuildRequires: cargo-packaging
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gdk-pixbuf-devel
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: meson
|
|
BuildRequires: python3-gobject
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(blueprint-compiler)
|
|
BuildRequires: pkgconfig(cairo)
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
BuildRequires: pkgconfig(gtk4)
|
|
BuildRequires: pkgconfig(libadwaita-1)
|
|
BuildRequires: pkgconfig(openssl)
|
|
BuildRequires: pkgconfig(pango)
|
|
|
|
%description
|
|
Write disk images onto your drives with ease. Select an image, insert your drive, and you're good to go! Impression is a useful tool for both avid distro-hoppers and casual computer users. See Press for content mentioning Impression from various writers, content creators, etc.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup -a1
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%suse_update_desktop_file %{appname} GNOME Utility
|
|
|
|
%find_lang impression
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc README.md
|
|
%{_bindir}/impression
|
|
%{_datadir}/applications/%{appname}.desktop
|
|
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
|
%{_datadir}/impression
|
|
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
|
|
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
|
|
|
%files lang -f impression.lang
|
|
|
|
%changelog
|