Accepting request 1159290 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159290 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=313
This commit is contained in:
parent
bf1ccff615
commit
fd36db0f1d
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="manual">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/file-roller.git</param>
|
||||||
|
<param name="revision">44.beta</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</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:84994023997293beb345d9793db8f5f0bbb41faa155c6ffb48328f203957ad08
|
|
||||||
size 898216
|
|
3
file-roller-44.beta.obscpio
Normal file
3
file-roller-44.beta.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f05bce1849bb49bee0383271f93e4c16f5495999af444ccfe51d62271bb6653
|
||||||
|
size 7968269
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 08:01:54 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 44.beta:
|
||||||
|
+ window: Fix incompatible pointer types,
|
||||||
|
+ appdata: Fix reverse DNS developer id,
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 18 10:43:47 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
- Update to version 44.alpha:
|
||||||
|
+ Ported to GTK4
|
||||||
|
- Change BuildRequires ported from gtk3 to gtk4:
|
||||||
|
+ pkgconfig(gtk+-3.0) to pkgconfig(gtk4)
|
||||||
|
+ pkgconfig(libhandy-1) to pkgconfig(libadwaita-1)
|
||||||
|
+ pkgconfig(libportal-gtk3) to pkgconfig(libportal-gtk4)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 3 12:01:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Dec 3 12:01:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
4
file-roller.obsinfo
Normal file
4
file-roller.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: file-roller
|
||||||
|
version: 44.beta
|
||||||
|
mtime: 1710088705
|
||||||
|
commit: 9c2e28e83e351d87d93d62ac1c4850b658ad4746
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file-roller
|
# spec file for package file-roller
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 43.1
|
Version: 44.beta
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An Archive Manager for GNOME
|
Summary: An Archive Manager for GNOME
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
URL: https://wiki.gnome.org/Apps/FileRoller
|
URL: https://wiki.gnome.org/Apps/FileRoller
|
||||||
Source0: https://download.gnome.org/sources/file-roller/43/%{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
# PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 gankov@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip files. Gives better results for non-latin charsets.
|
# PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 gankov@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip files. Gives better results for non-latin charsets.
|
||||||
Patch0: file-roller-3.4-change-archiver-priority.patch
|
Patch0: file-roller-3.4-change-archiver-priority.patch
|
||||||
@ -42,13 +42,13 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
BuildRequires: pkgconfig(gtk4)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.14.0
|
BuildRequires: pkgconfig(json-glib-1.0) >= 0.14.0
|
||||||
|
BuildRequires: pkgconfig(libadwaita-1)
|
||||||
BuildRequires: pkgconfig(libarchive) >= 3.0.0
|
BuildRequires: pkgconfig(libarchive) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(libhandy-1) >= 1.5
|
|
||||||
BuildRequires: pkgconfig(libnautilus-extension-4)
|
BuildRequires: pkgconfig(libnautilus-extension-4)
|
||||||
BuildRequires: pkgconfig(libportal)
|
BuildRequires: pkgconfig(libportal)
|
||||||
BuildRequires: pkgconfig(libportal-gtk3)
|
BuildRequires: pkgconfig(libportal-gtk4)
|
||||||
# Formats that we likely want to support by default
|
# Formats that we likely want to support by default
|
||||||
Recommends: bzip2
|
Recommends: bzip2
|
||||||
Recommends: 7zip
|
Recommends: 7zip
|
||||||
|
Loading…
Reference in New Issue
Block a user