- Update to version 47.0.1+6:
* build: - Fix config.h target - Fix symbolic icon name * Updated translations. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=233
This commit is contained in:
commit
047ee82c6a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
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/seahorse.git</param>
|
||||||
|
<param name="revision">1ecd8e22d86e02adab9f77b0d1216018b726298c</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>
|
||||||
|
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/seahorse.git</param>
|
||||||
|
<param name="changesrevision">1ecd8e22d86e02adab9f77b0d1216018b726298c</param></service></servicedata>
|
3
seahorse-43.0+22.obscpio
Normal file
3
seahorse-43.0+22.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ade0c56aaaf286a62f7c8165701797e96c4f26abb8b4dab03887c447127330f3
|
||||||
|
size 12644877
|
3
seahorse-47.0.1+6.obscpio
Normal file
3
seahorse-47.0.1+6.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:575f15478d6cd0cc19b1c987063c16d8ba452435e1729bee9c6bb9dfc29acd32
|
||||||
|
size 12613133
|
3
seahorse-47.0.1.obscpio
Normal file
3
seahorse-47.0.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e24e71b76842eac388d0949d02eb3d8ef7c9deb7bc6113fe65a75114d378b51
|
||||||
|
size 12631053
|
25
seahorse-gcc14.patch
Normal file
25
seahorse-gcc14.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 4110a2389bf9728b8f0c9b216b0a5843de806e4a Mon Sep 17 00:00:00 2001
|
||||||
|
From: ppw 0 <ppw0@tuta.io>
|
||||||
|
Date: Wed, 6 Dec 2023 12:16:45 +0000
|
||||||
|
Subject: [PATCH] Update file operation.vala
|
||||||
|
|
||||||
|
---
|
||||||
|
ssh/operation.vala | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/ssh/operation.vala b/ssh/operation.vala
|
||||||
|
index 4743d0a5..48a525c3 100644
|
||||||
|
--- a/ssh/operation.vala
|
||||||
|
+++ b/ssh/operation.vala
|
||||||
|
@@ -49,7 +49,7 @@ public abstract class Operation : GLib.Object {
|
||||||
|
protected async string? operation_async(string command,
|
||||||
|
string? input,
|
||||||
|
Cancellable? cancellable) throws GLib.Error {
|
||||||
|
- return_val_if_fail (command != null && command != "", null);
|
||||||
|
+ return_val_if_fail (command != null && command != "", false);
|
||||||
|
|
||||||
|
// Strip the command name for logging purposes
|
||||||
|
string[] args;
|
||||||
|
--
|
||||||
|
GitLab
|
||||||
|
|
1852
seahorse.changes
Normal file
1852
seahorse.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
seahorse.obsinfo
Normal file
4
seahorse.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: seahorse
|
||||||
|
version: 47.0.1+6
|
||||||
|
mtime: 1729275525
|
||||||
|
commit: 1ecd8e22d86e02adab9f77b0d1216018b726298c
|
119
seahorse.spec
Normal file
119
seahorse.spec
Normal file
@ -0,0 +1,119 @@
|
|||||||
|
#
|
||||||
|
# spec file for package seahorse
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: seahorse
|
||||||
|
Version: 47.0.1+6
|
||||||
|
Release: 0
|
||||||
|
Summary: GNOME interface for gnupg
|
||||||
|
License: GFDL-1.1-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Group: Productivity/Security
|
||||||
|
URL: https://wiki.gnome.org/Apps/Seahorse
|
||||||
|
Source0: %{name}-%{version}.tar.zst
|
||||||
|
BuildRequires: appstream-glib
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: gpg2 >= 2.2.0
|
||||||
|
BuildRequires: libxslt-tools
|
||||||
|
BuildRequires: meson >= 0.51
|
||||||
|
BuildRequires: openldap2-devel
|
||||||
|
BuildRequires: openssh
|
||||||
|
BuildRequires: pkcs11-helper-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: vala
|
||||||
|
BuildRequires: yelp-tools
|
||||||
|
BuildRequires: pkgconfig(avahi-client)
|
||||||
|
BuildRequires: pkgconfig(avahi-glib) >= 0.6
|
||||||
|
BuildRequires: pkgconfig(gcr-3) >= 3.18
|
||||||
|
BuildRequires: pkgconfig(gcr-ui-3) >= 3.18
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.66
|
||||||
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.66
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.66
|
||||||
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.66
|
||||||
|
BuildRequires: pkgconfig(gpgme) >= 1.14.0
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
||||||
|
BuildRequires: pkgconfig(libhandy-1) >= 1.5.0
|
||||||
|
BuildRequires: pkgconfig(libsecret-1) >= 0.16
|
||||||
|
BuildRequires: pkgconfig(libsoup-3.0) >= 2.33.92
|
||||||
|
BuildRequires: pkgconfig(pwquality)
|
||||||
|
Obsoletes: %{name}-devel < %{version}
|
||||||
|
|
||||||
|
%description
|
||||||
|
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
||||||
|
|
||||||
|
%package -n gnome-shell-search-provider-seahorse
|
||||||
|
Summary: GNOME interface for gnupg -- Search Provider for GNOME Shell
|
||||||
|
Group: Productivity/Security
|
||||||
|
Supplements: (%{name} and gnome-shell)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description -n gnome-shell-search-provider-seahorse
|
||||||
|
Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
|
||||||
|
|
||||||
|
This package contains a search provider to enable GNOME Shell to get
|
||||||
|
search results from seahorse.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson \
|
||||||
|
-Dpgp-support=true \
|
||||||
|
-Dcheck-compatible-gpg=true \
|
||||||
|
-Dpkcs11-support=true \
|
||||||
|
-Dkeyservers-support=true \
|
||||||
|
-Dhkp-support=true \
|
||||||
|
-Dldap-support=true \
|
||||||
|
-Dkey-sharing=true \
|
||||||
|
-Dmanpage=true \
|
||||||
|
%{nil}
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING COPYING-DOCS COPYING.LIB
|
||||||
|
%doc NEWS README.md
|
||||||
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
|
%{_bindir}/seahorse
|
||||||
|
%{_libexecdir}/seahorse/
|
||||||
|
%{_datadir}/applications/org.gnome.seahorse.Application.desktop
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.*xml
|
||||||
|
%{_datadir}/icons/hicolor/
|
||||||
|
%{_datadir}/metainfo/org.gnome.seahorse.Application.appdata.xml
|
||||||
|
%{_datadir}/seahorse/
|
||||||
|
%{_mandir}/man1/seahorse.1%{?ext_man}
|
||||||
|
|
||||||
|
%files -n gnome-shell-search-provider-seahorse
|
||||||
|
%dir %{_datadir}/gnome-shell
|
||||||
|
%dir %{_datadir}/gnome-shell/search-providers
|
||||||
|
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user