.
OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Apps/cosmic-term?expand=0&rev=5
This commit is contained in:
parent
872371f713
commit
28fd95dfda
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<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">master</param>
|
<param name="revision">@PARENT_TAG@</param>
|
||||||
<param name="versionformat">0.1.0+git%cd.%h</param>
|
<param name="versionformat">1.0.0.a1</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="manual">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c5ae90008c587caa782d09d065c77af7ec433efc2a5b1069b331975cf6b1441
|
|
||||||
size 500473
|
|
3
cosmic-term-1.0.0.a1.tar.zst
Normal file
3
cosmic-term-1.0.0.a1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:acc30527ddeb7100142d06e4ab206d3ee9e99536ee7b3d1d252ff46b3951f0b8
|
||||||
|
size 502154
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Mar 14 03:59:22 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define appname com.system76.CosmicTerm
|
%define appname com.system76.CosmicTerm
|
||||||
Name: cosmic-term
|
Name: cosmic-term
|
||||||
Version: 0.1.0+git20240725.72391e7
|
Version: 1.0.0.a1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: COSMIC terminal emulator
|
Summary: COSMIC terminal emulator
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -58,7 +58,7 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{appname}.desktop
|
%{_datadir}/applications/%{appname}.desktop
|
||||||
%{_iconsdir}/hicolor/*/apps/%{appname}.svg
|
%{_datadir}/icons/hicolor/*/apps/%{appname}.svg
|
||||||
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:455e69a650fecfc33f55baf4a2f9083bd8d0af18af7d7af54e72b839b38c5cd5
|
oid sha256:d23468d7fe9935d3d709f957fa0c06368f1610107e6af28bb21553eae9e71122
|
||||||
size 83578758
|
size 83606884
|
||||||
|
Loading…
Reference in New Issue
Block a user