Accepting request 1192449 from X11:COSMIC:Factory

- 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:
  * fix: tab complete index calculation and cursor
  * fix: do nothing for focus next/prev if list is empty
  * fix: set width of list contents using FillPortion
  * chore(desktop-file): remove ICED as a category
- enable leap (thanks to vyvir)

OBS-URL: https://build.opensuse.org/request/show/1192449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cosmic-launcher?expand=0&rev=2
This commit is contained in:
2024-08-12 10:30:08 +00:00
committed by Git OBS Bridge
6 changed files with 29 additions and 9 deletions

View File

@@ -3,9 +3,11 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-launcher.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-launcher</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d5610a191f9ab884888c4ac781c5db4620d86d8abb2b12667fb4d0e0125132f
size 264901

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7743be7d466ef0ce84a20268f0c1db9b0a8f4b398746116b26c58d26ff265ca
size 264367

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 8 01:00:00 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:35:50 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0~alpha1:
* fix: tab complete index calculation and cursor
* fix: do nothing for focus next/prev if list is empty
* fix: set width of list contents using FillPortion
* chore(desktop-file): remove ICED as a category
- enable leap (thanks to vyvir)
-------------------------------------------------------------------
Wed Mar 13 16:03:35 UTC 2024 - Richard Rahl <rrahl0@proton.me>

View File

@@ -18,7 +18,7 @@
%define appname com.system76.CosmicLauncher
Name: cosmic-launcher
Version: 0.1.0+git20240725.03fa390
Version: 1.0.0~alpha1
Release: 0
Summary: Layer Shell frontend
License: GPL-3.0-only
@@ -60,7 +60,7 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appname}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg
%{_datadir}/metainfo/%{appname}.metainfo.xml
%changelog

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f4fe2fb227e9aa9540a23ef4e223e1142201e18eda82b939c5105a296748869
size 64799704
oid sha256:a42d92d8643ddfdd69fd66155962c5f7cab2a0b6a318c06a56cf36f4b27a6a43
size 64870609