impression/impression.spec
Dominique Leuenberger 48ec579c9d - update to 3.3.0:
* Delete cache on start up to avoid build up
  * Fix icon aliases.
  * update to GNOME 47
- increase minimum libadwaita and glib as specified in the meson.build

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/impression?expand=0&rev=7
2024-10-10 09:44:15 +00:00

78 lines
2.4 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.3.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(glib-2.0) >= 2.81
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) >= 1.6
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
%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
%{_datadir}/metainfo/%{appname}.metainfo.xml
%files lang -f impression.lang
%changelog