Accepting request 1192455 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: * Close workspaces view if window spawns while open * Correctly restrict modifiers in screencopy * chore(desktop-file): remove ICED category * Don't show background; rely on cosmic-comp for that - enable leap (thanks to vyvir) OBS-URL: https://build.opensuse.org/request/show/1192455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cosmic-workspaces?expand=0&rev=2
This commit is contained in:
commit
8b0d453628
5
_service
5
_service
@ -3,8 +3,9 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/pop-os/cosmic-workspaces-epoch.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-workspaces</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85a89ce5f77ceff471528671cb23d14ab86853730a382735896f3d74ccfdde89
|
||||
size 233259
|
3
cosmic-workspaces-1.0.0~alpha1.tar.zst
Normal file
3
cosmic-workspaces-1.0.0~alpha1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d68e1748bf20f9d952bec53ca6ca92507cf59492665498f6705c6966054e89e
|
||||
size 235540
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 01:00:47 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:59:57 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.0.0~alpha1:
|
||||
* Close workspaces view if window spawns while open
|
||||
* Correctly restrict modifiers in screencopy
|
||||
* chore(desktop-file): remove ICED category
|
||||
* Don't show background; rely on cosmic-comp for that
|
||||
- enable leap (thanks to vyvir)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 05:23:33 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define appname com.system76.CosmicWorkspaces
|
||||
Name: cosmic-workspaces
|
||||
Version: 0.1.0+git20240718.2de3669
|
||||
Version: 1.0.0~alpha1
|
||||
Release: 0
|
||||
Summary: COSMIC workspaces
|
||||
License: GPL-3.0-only
|
||||
@ -47,7 +47,7 @@ BuildRequires: pkgconfig(xkbcommon)
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install prefix=%{_prefix}
|
||||
%make_install DESTDIR=%{buildroot} prefix=%{_prefix}
|
||||
%suse_update_desktop_file %{appname}
|
||||
|
||||
%check
|
||||
@ -57,6 +57,6 @@ BuildRequires: pkgconfig(xkbcommon)
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f302c074880e65cdc80ce0abb08124cd8c1ab286642eb65662ed55e4114a2264
|
||||
size 62895686
|
||||
oid sha256:dd34ae8acbb3f99247e30f6c7def8ddbe8c9ee856de299e4308865acf6fccdeb
|
||||
size 63038641
|
||||
|
Loading…
Reference in New Issue
Block a user