This commit is contained in:
parent
d279d4bed4
commit
b71a5f577c
4
_service
4
_service
@ -3,9 +3,11 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/pop-os/cosmic-term.git</param>
|
<param name="url">https://github.com/pop-os/cosmic-term.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">@PARENT_TAG@</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="versionformat">1.0.0~alpha1</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
|
<param name="filename">cosmic-term</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,7 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Aug 7 01:57:53 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
- update to 1.0.0-alpha1:
|
- update to 1.0.0~alpha1:
|
||||||
* Add British English localisation
|
* Add British English localisation
|
||||||
* fix(libcosmic): double-click to maximize
|
* fix(libcosmic): double-click to maximize
|
||||||
* fix: center go-up and go-down icons
|
* fix: center go-up and go-down icons
|
||||||
|
@ -32,8 +32,8 @@ BuildRequires: just
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
Requires: google-noto-coloremoji-fonts
|
|
||||||
Requires: mozilla-fira-fonts
|
Requires: mozilla-fira-fonts
|
||||||
|
Recommends: google-noto-coloremoji-fonts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
COSMIC terminal emulator, built using alacritty_terminal that is provided by the
|
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
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{appname}.desktop
|
%{_datadir}/applications/%{appname}.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{appname}.svg
|
%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
|
||||||
|
%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
|
||||||
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user