Accepting request 1192477 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:
  * Add British English localisation
  * fix(libcosmic): double-click to maximize
  * fix: center go-up and go-down icons
  * update translations
- enable leap (thanks to vyvir)

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

View File

@ -3,9 +3,11 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-term.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-term</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:dd3c0d062bcd42a227b5ccf1dbd60fb9456e7e72d4818c033c9b2ffd735a2712
size 473528

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 8 01:00:41 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:57:53 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0~alpha1:
* Add British English localisation
* fix(libcosmic): double-click to maximize
* fix: center go-up and go-down icons
* update translations
- enable leap (thanks to vyvir)
-------------------------------------------------------------------
Thu Mar 14 03:59:22 UTC 2024 - Richard Rahl <rrahl0@proton.me>

View File

@ -18,7 +18,7 @@
%define appname com.system76.CosmicTerm
Name: cosmic-term
Version: 0.1.0+git20240620.09e2073
Version: 1.0.0~alpha1
Release: 0
Summary: COSMIC terminal emulator
License: GPL-3.0-only
@ -33,7 +33,7 @@ BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(xkbcommon)
Requires: mozilla-fira-fonts
Requires: google-noto-coloremoji-fonts
Recommends: google-noto-coloremoji-fonts
%description
COSMIC terminal emulator, built using alacritty_terminal that is provided by the
@ -58,7 +58,8 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appname}.desktop
%{_iconsdir}/hicolor/*/apps/%{appname}.svg
%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
%{_datadir}/icons/hicolor/???x???/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:b80a60600173e7e780f2492e4570c890dd9e36c1c63fb3cfda22e64ffd01b981
size 82150193
oid sha256:d23468d7fe9935d3d709f957fa0c06368f1610107e6af28bb21553eae9e71122
size 83606884