Accepting request 1111863 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111863 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-kiosk?expand=0&rev=6
This commit is contained in:
4
_service
4
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-kiosk.git</param>
|
||||
<param name="revision">refs/tags/44.0</param>
|
||||
<param name="revision">refs/tags/45.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@@ -11,7 +11,7 @@
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cb08a87ff4e48dfd01064aa3cb33b54180a144625a31e9fb648fc0fbbaada12
|
||||
size 313355
|
3
gnome-kiosk-45.0.obscpio
Normal file
3
gnome-kiosk-45.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b9b3917436a284b6c9521cce5fa774e4999c31be9312f92c22bc6929182c5d2
|
||||
size 313867
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 12:52:47 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.0:
|
||||
+ Complete port to mutter 45.
|
||||
- Switch compression to zst in both service and tarball produced.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 19:42:16 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 45.rc:
|
||||
+ Switch to gnome-desktop4.
|
||||
+ Port to mutter 45.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 15:25:06 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.0+4:
|
||||
+ build: Switch to gnome-desktop-4
|
||||
+ Build against mutter API version 13
|
||||
- Replace pkgconfig(gnome-desktop-3.0) with
|
||||
pkgconfig(gnome-desktop-4) BuildRequires following upstream
|
||||
changes.
|
||||
- Bump mutter_api define to 13 following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 16:09:31 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: gnome-kiosk
|
||||
version: 44.0
|
||||
mtime: 1679327205
|
||||
commit: 3f4dcd82f06389a1764df71f1f91a5c4b1ddfacc
|
||||
version: 45.0
|
||||
mtime: 1694954679
|
||||
commit: a235abce1828be82adcb004688a26aefebae843b
|
||||
|
@@ -16,21 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%define mutter_api 12
|
||||
%define mutter_api 13
|
||||
|
||||
Name: gnome-kiosk
|
||||
Version: 44.0
|
||||
Version: 45.0
|
||||
Release: 0
|
||||
Summary: Mutter based compositor for kiosks
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-kiosk
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-4)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(ibus-1.0)
|
||||
BuildRequires: pkgconfig(libmutter-%{mutter_api})
|
||||
|
Reference in New Issue
Block a user