- 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
This commit is contained in:
commit
48ec579c9d
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
22
_service
Normal file
22
_service
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.com/adhami3310/impression.git</param>
|
||||
<param name="revision">refs/tags/v3.3.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">impression</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">false</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
3
impression-3.2.0.obscpio
Normal file
3
impression-3.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9d668d26a9d84bda58b339ea6643750183491092ffb205628819becc7f6d6aa
|
||||
size 601612
|
3
impression-3.2.0.tar.zst
Normal file
3
impression-3.2.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b26bbaf5a09cfba1378086c8e274aa34a76199a2d641ad2c8815aa0773978db
|
||||
size 192902
|
3
impression-3.3.0.obscpio
Normal file
3
impression-3.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f120f2213f5537c432679fdce7adcaebb4c133bfb6f50b6a06d7f67fc6c90f7e
|
||||
size 621580
|
29
impression.changes
Normal file
29
impression.changes
Normal file
@ -0,0 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 21:06:30 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 06:54:10 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||
|
||||
- update to 3.2.0:
|
||||
* resolve missing icons issues
|
||||
* add Ubuntu LTS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 01:47:36 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
- fix spec file - actually using the macro
|
||||
- add recompress service for smaller tarballs
|
||||
- update to 3.1.0:
|
||||
* Support for .xz files
|
||||
* Faster downloading of images
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 18:03:40 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
- initial packaging of version 3.0.1 for openSUSE Tumbleweed
|
4
impression.obsinfo
Normal file
4
impression.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: impression
|
||||
version: 3.3.0
|
||||
mtime: 1726864391
|
||||
commit: 983071bd489364848c1e8bc14079ac2c2558e8f7
|
77
impression.spec
Normal file
77
impression.spec
Normal file
@ -0,0 +1,77 @@
|
||||
#
|
||||
# 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
|
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:066276b180f8c53b09f6af51c5083a428029c24a70247c796d2d9d4c9ab30997
|
||||
size 34989606
|
Loading…
Reference in New Issue
Block a user