Accepting request 1192479 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 0.4.6+git20240803.6598d33: * remove dead code * update dependencies - enable leap (thanks to vyvir) OBS-URL: https://build.opensuse.org/request/show/1192479 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quick-webapps?expand=0&rev=2
This commit is contained in:
commit
dba01dcb83
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/elevenhsoft/WebApps.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">0.4.6+git%cd.%h</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||
<param name="package-meta">yes</param>
|
||||
<param name="filename">quick-webapps</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5db8567f688a3bff07a2914b621f95cc0e2ce0810415ad65ba00fa19268aa2f
|
||||
size 756481
|
3
quick-webapps-0.4.6+git20240803.6598d33.tar.zst
Normal file
3
quick-webapps-0.4.6+git20240803.6598d33.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:345d2eb0640c7bbe441cc19d259174e8a82aac3dfcc72de21c8a3496319451f9
|
||||
size 761971
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 01:01:19 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 06:17:34 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.4.6+git20240803.6598d33:
|
||||
* remove dead code
|
||||
* update dependencies
|
||||
- enable leap (thanks to vyvir)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 12:24:10 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define appname io.github.elevenhsoft.WebApps
|
||||
Name: quick-webapps
|
||||
Version: 0.4.6+git20240628.695db98
|
||||
Version: 0.4.6+git20240803.6598d33
|
||||
Release: 0
|
||||
Summary: Web App Manager written with love and libcosmic
|
||||
License: GPL-3.0-only
|
||||
@ -30,6 +30,7 @@ BuildRequires: git-core
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: just
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rust >= 1.80
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
@ -58,8 +59,8 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_iconsdir}/hicolor/??x??/apps/%{appname}.svg
|
||||
%{_iconsdir}/hicolor/???x???/apps/%{appname}.svg
|
||||
%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
|
||||
%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
|
||||
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:744b2b8c27e4463f2e79040fb3f695ebd11e9ec38b376f516a0e62e8f34c9639
|
||||
size 84284671
|
||||
oid sha256:1f807167cc846db30c12c3ac5e8f91694bd814c19235c87d4c71a703f88a1f6a
|
||||
size 77874566
|
||||
|
Loading…
Reference in New Issue
Block a user