Richard Rahl 2024-08-08 02:46:45 +00:00 committed by Git OBS Bridge
parent 632461841a
commit 4288dd2280
4 changed files with 16 additions and 6 deletions

View File

@ -3,9 +3,11 @@
<service name="tar_scm" mode="manual"> <service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/xdg-desktop-portal-cosmic.git</param> <param name="url">https://github.com/pop-os/xdg-desktop-portal-cosmic.git</param>
<param name="scm">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="versionformat">1.0.0~alpha1</param>
<param name="package-meta">yes</param> <param name="package-meta">yes</param>
<param name="filename">xdg-desktop-portal-cosmic</param>
</service> </service>
<service name="recompress" mode="manual"> <service name="recompress" mode="manual">
<param name="file">*.tar</param> <param name="file">*.tar</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5e87cac8642f302d9716bda415be88766a03985539ffd0738ca32ea946bb960f oid sha256:bf049122aa1ebed539de093b8ec8891b2a4cf9805df199ac973a3f470bad1278
size 297540 size 297603

View File

@ -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> 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 * Fix compile warnings
* Add scrolling for list of toplevels * Add scrolling for list of toplevels
* Hover and selected styles for outputs in screencast dialog * Hover and selected styles for outputs in screencast dialog

View File

@ -53,7 +53,7 @@ This package contains the xdg portal implementation for COSMIC DE.
%make_build %make_build
%install %install
%make_install prefix=%{_prefix} %make_install DESTDIR=%{buildroot} prefix=%{_prefix}
%check %check
%{cargo_test} %{cargo_test}
@ -61,7 +61,7 @@ This package contains the xdg portal implementation for COSMIC DE.
%files %files
%license LICENSE %license LICENSE
%{_libexecdir}/%{name} %{_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}/dbus-1/services/org.freedesktop.impl.portal.desktop.cosmic.service
%{_datadir}/xdg-desktop-portal/cosmic-portals.conf %{_datadir}/xdg-desktop-portal/cosmic-portals.conf
%{_datadir}/xdg-desktop-portal/portals/cosmic.portal %{_datadir}/xdg-desktop-portal/portals/cosmic.portal