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
This commit is contained in:
commit
f5d5a7579d
25
.gitattributes
vendored
Normal file
25
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<?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.0.1</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="manual" />
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
3
impression-3.0.1.tar
Normal file
3
impression-3.0.1.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4058b1e01b8399026f4d35c2c31d404facb9084ef4f31cece3d5a6ca0ac3acc
|
||||
size 624640
|
4
impression.changes
Normal file
4
impression.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 18:03:40 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
- initial packaging of version 3.0.1 for openSUSE Tumbleweed
|
71
impression.spec
Normal file
71
impression.spec
Normal file
@ -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
|
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:3478d777e7392ac282ff6dc4ddc7dbe6435e8e38581bf1fb45ae17ab3ff8b36f
|
||||
size 28355371
|
Loading…
Reference in New Issue
Block a user