Accepting request 1192475 from X11:COSMIC:Apps
- standardize packaging with also fixes for miscellaneous hardcoding filenames, using @PARENT_TAG where applicable, and be more specific with files in the %files section (so no non-wanted files are getting added - update to 1.0.0~alpha1: * update icon * chore: update notification icon and text * Update justfile - enable leap (thanks to vyvir) OBS-URL: https://build.opensuse.org/request/show/1192475 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cosmic-screenshot?expand=0&rev=2
This commit is contained in:
commit
aa8aa738c8
6
_service
6
_service
@ -3,9 +3,11 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/pop-os/cosmic-screenshot.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">0.1.0+git%cd.%h</param>
|
||||
<param name="revision">refs/tags/epoch-1.0.0-alpha.1</param>
|
||||
<param name="versionrewrite-pattern">epoch-(.*)</param>
|
||||
<param name="versionformat">1.0.0~alpha1</param>
|
||||
<param name="package-meta">yes</param>
|
||||
<param name="filename">cosmic-screenshot</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03cd80ccb6c45072d4b3cce645cfbf526f1f7896330adaa83051c0fb303e16be
|
||||
size 81171
|
3
cosmic-screenshot-1.0.0~alpha1.tar.zst
Normal file
3
cosmic-screenshot-1.0.0~alpha1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3d89da8f01d441a66b60903545db2f48474c606f772886c7fd6cf471aeda4fa
|
||||
size 96499
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 01:00:25 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- standardize packaging with also fixes for miscellaneous hardcoding
|
||||
filenames, using @PARENT_TAG where applicable, and be more specific
|
||||
with files in the %files section (so no non-wanted files are getting
|
||||
added
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 01:49:31 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.0.0~alpha1:
|
||||
* update icon
|
||||
* chore: update notification icon and text
|
||||
* Update justfile
|
||||
- enable leap (thanks to vyvir)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 02:27:03 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define appname com.system76.CosmicScreenshot
|
||||
Name: cosmic-screenshot
|
||||
Version: 0.1.0+git20240510.a8130eb
|
||||
Version: 1.0.0~alpha1
|
||||
Release: 0
|
||||
Summary: Utility for capturing screenshots via XDG Desktop Portal
|
||||
License: GPL-3.0-only
|
||||
@ -26,6 +26,7 @@ URL: https://github.com/pop-os/cosmic-screenshot
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: just
|
||||
BuildRequires: update-desktop-files
|
||||
|
||||
@ -50,5 +51,7 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
|
||||
%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user