update
OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/xdg-desktop-portal-cosmic?expand=0&rev=2
This commit is contained in:
parent
b188946ef9
commit
b33939bc42
5
_service
5
_service
@ -1,14 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<services>
|
<services>
|
||||||
<service name="obs_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">master</param>
|
||||||
<param name="versionformat">0.1.0+git%cd.%h</param>
|
<param name="versionformat">0.1.0+git%cd.%h</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime" />
|
<service name="recompress" mode="manual">
|
||||||
<service name="recompress" mode="buildtime">
|
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">zstd</param>
|
<param name="compression">zstd</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3087008d4e9ef143659afaa9268c979cce962e7979c977501889808a78562217
|
oid sha256:9968d689c7544d4fd3347cd7263549fa944ee26f128960ae2701feb13791d9ad
|
||||||
size 66697725
|
size 93051136
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dba4e16d8141384d6b3865f1ce9636d1b3546e6ed706385c3de939b1d030e11e
|
|
||||||
size 581132
|
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c67cf92c7e20b33acfa522b7a56f6d51f9a68a38238e1b9fba8758b9ca2f0a8
|
||||||
|
size 275092
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 06 17:07:55 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Use tar_scm -- gh#openSUSE/obs-service-tar_scm#493
|
||||||
|
- Update to version 0.1.0+git20240703.b221b3e:
|
||||||
|
* FileChooser portal
|
||||||
|
* Fix passing fd to pipewire in example.
|
||||||
|
* fix: Change remaining `dbus_interface` uses to `zbus`
|
||||||
|
* l10n(ru): Add Russian l10n
|
||||||
|
* fix: change color-schem on theme mode change
|
||||||
|
* update libcosmic
|
||||||
|
* fix: add clipboard scheme to handle cases with no uri
|
||||||
|
* feat: implement design
|
||||||
|
* feat: copy screenshot to clipboard
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 14 04:16:41 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
Thu Mar 14 04:16:41 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
name: xdg-desktop-portal-cosmic
|
|
||||||
version: 0.1.0+git20240530.5f38044
|
|
||||||
mtime: 1717086453
|
|
||||||
commit: 5f38044f15656fb946c146b03f479d0931a093e0
|
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xdg-desktop-portal-cosmic
|
Name: xdg-desktop-portal-cosmic
|
||||||
Version: 0.1.0+git20240530.5f38044
|
Version: 0.1.0+git20240703.b221b3e
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: COSMIC xdg portal
|
Summary: COSMIC xdg portal
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -26,6 +26,7 @@ Source0: %{name}-%{version}.tar.zst
|
|||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
|
BuildRequires: git-core
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user