OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/xdg-desktop-portal-cosmic?expand=0&rev=8
This commit is contained in:
parent
632461841a
commit
4288dd2280
4
_service
4
_service
@ -3,9 +3,11 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/pop-os/xdg-desktop-portal-cosmic.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</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">xdg-desktop-portal-cosmic</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e87cac8642f302d9716bda415be88766a03985539ffd0738ca32ea946bb960f
|
||||
size 297540
|
||||
oid sha256:bf049122aa1ebed539de093b8ec8891b2a4cf9805df199ac973a3f470bad1278
|
||||
size 297603
|
||||
|
@ -1,7 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 01:01:29 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 02:12:58 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.0.0-alpha1:
|
||||
- update to 1.0.0~alpha1:
|
||||
* Fix compile warnings
|
||||
* Add scrolling for list of toplevels
|
||||
* Hover and selected styles for outputs in screencast dialog
|
||||
|
@ -53,7 +53,7 @@ This package contains the xdg portal implementation for COSMIC DE.
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install prefix=%{_prefix}
|
||||
%make_install DESTDIR=%{buildroot} prefix=%{_prefix}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
@ -61,7 +61,7 @@ This package contains the xdg portal implementation for COSMIC DE.
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_libexecdir}/%{name}
|
||||
%{_datadir}/icons/hicolor/scalable/actions/*.svg
|
||||
%{_datadir}/icons/hicolor/scalable/actions/{screenshot-screen-symbolic,screenshot-selection-symbolic,screenshot-window-symbolic}.svg
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.cosmic.service
|
||||
%{_datadir}/xdg-desktop-portal/cosmic-portals.conf
|
||||
%{_datadir}/xdg-desktop-portal/portals/cosmic.portal
|
||||
|
Loading…
Reference in New Issue
Block a user