Richard Rahl 2024-08-08 02:46:02 +00:00 committed by Git OBS Bridge
parent d267508395
commit 1bb9d8852a
5 changed files with 24 additions and 9 deletions

View File

@ -4,7 +4,8 @@
<param name="url">https://github.com/leb-kuchen/emoji-selector-applet-for-cosmic_tm.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="versionformat">0.1.4+git%cd.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="package-meta">yes</param>
<param name="filename">cosmic-ext-applet-emoji-selector</param>
</service>

View File

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

View File

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

View File

@ -1,11 +1,25 @@
-------------------------------------------------------------------
Thu Aug 8 00:59:05 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 22:14:14 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.1.5+git20240807.21a8a17:
* Update documentation
-------------------------------------------------------------------
Wed Aug 7 05:35:50 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.1.4+git20240805.8fc5690:
* enable leap
* switch to tar_scm (obs_scm has a bug)
* remove fix-naming.patch as upstream fixed it
* remove fix-justfile, upstreamed
- enable leap (thanks to vyvir)
- switch to tar_scm (obs_scm has a bug)
-------------------------------------------------------------------
Wed May 8 10:22:57 UTC 2024 - Richard Rahl <rrahl0@disroot.org>

View File

@ -18,7 +18,7 @@
%define appname dev.dominiccgeh.CosmicAppletEmojiSelector
Name: cosmic-ext-applet-emoji-selector
Version: 0.1.4+git20240805.8fc5690
Version: 0.1.5+git20240807.21a8a17
Release: 0
Summary: Emoji Selector for COSMIC DE
License: MPL-2.0
@ -57,10 +57,10 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
%files
%license LICENSE
%doc ATTRIBUTION.md README.md
%doc ATTRIBUTION.md README.md DEPENDENCIES.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appname}.desktop
%{_datadir}/icons/hicolor/scalable/apps/dev.dominiccgeh.*.svg
%{_datadir}/icons/hicolor/scalable/apps/dev.dominiccgeh.{CosmicAppletEmojiSelector,black-flag-icon,emotion-satisfied,food-and-drink-icon,food,international-travel-and-tourism,objects-column,people-nearby,pets,symbols,walking,world-1}.svg
%{_datadir}/%{appname}
%changelog