commit f5d5a7579dca50cf307d7401c50b133e782497673ec501a9b4e8f2e5003d1a4a Author: Dominique Leuenberger Date: Wed Dec 13 15:15:44 2023 +0000 Accepting request 1132281 from home:rrahl0 I want to maintain impression in Factory, and want to use GNOME:Apps as the develproject OBS-URL: https://build.opensuse.org/request/show/1132281 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/impression?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ee51a28 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +## 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 +## Specific LFS patterns +impression-3.0.1.tar filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..da5b272 --- /dev/null +++ b/_service @@ -0,0 +1,18 @@ + + + + git + https://gitlab.com/adhami3310/impression.git + refs/tags/v3.0.1 + @PARENT_TAG@ + v(.*) + disable + + + impression + zst + false + + + + diff --git a/impression-3.0.1.tar b/impression-3.0.1.tar new file mode 100644 index 0000000..8582162 --- /dev/null +++ b/impression-3.0.1.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4058b1e01b8399026f4d35c2c31d404facb9084ef4f31cece3d5a6ca0ac3acc +size 624640 diff --git a/impression.changes b/impression.changes new file mode 100644 index 0000000..e6cc654 --- /dev/null +++ b/impression.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Dec 8 18:03:40 UTC 2023 - Richard Rahl + +- initial packaging of version 3.0.1 for openSUSE Tumbleweed diff --git a/impression.spec b/impression.spec new file mode 100644 index 0000000..3edced9 --- /dev/null +++ b/impression.spec @@ -0,0 +1,71 @@ +# +# spec file for package impression +# +# Copyright (c) 2023 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/ +# + + +Name: impression +Version: 3.0.1 +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 +Source1: vendor.tar.zst +BuildRequires: meson +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(blueprint-compiler) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(pango) +BuildRequires: gdk-pixbuf-devel +BuildRequires: desktop-file-utils +BuildRequires: cargo-packaging +BuildRequires: appstream-glib +BuildRequires: python3-gobject + +%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 + +%find_lang impression + +%files +%license COPYING +%doc README.md +%{_bindir}/impression +%{_datadir}/applications/io.gitlab.adhami3310.Impression.desktop +%{_datadir}/glib-2.0/schemas/io.gitlab.adhami3310.Impression.gschema.xml +%{_datadir}/icons/* +%dir %{_datadir}/impression +%{_datadir}/impression/resources.gresource +%{_datadir}/metainfo/io.gitlab.adhami3310.Impression.metainfo.xml + +%files lang -f impression.lang + +%changelog diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..89fe2fe --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3478d777e7392ac282ff6dc4ddc7dbe6435e8e38581bf1fb45ae17ab3ff8b36f +size 28355371