Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
cadbc18677
!6 Update to 43.0
From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-08-25 07:22:36 +00:00
starlet-dx
72e2ab91f3 Update to 43.0 2023-08-25 14:42:40 +08:00
openeuler-ci-bot
70a5d127b0
!5 Fix build error caused by gnupg2 update to 2.4.3
From: @starlet-dx 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-07-20 03:05:30 +00:00
starlet-dx
cebb31ead1 Fix build error caused by gnupg2 update to 2.4.3 2023-07-20 09:54:00 +08:00
openeuler-ci-bot
a1e494b21c
!3 Resolve compilation failures
From: @starlet-dx 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-04-11 00:52:29 +00:00
starlet-dx
2312538a16 Resolve compilation failures 2022-04-08 10:10:41 +08:00
openeuler-ci-bot
22d78432b8 !2 fix build fail: gkr use 0 on empty flags
Merge pull request !2 from ultra_planet/master
2020-07-29 16:48:22 +08:00
lingsheng
fed4dbc54b fix build fail: gkr use 0 on empty flags 2020-07-29 16:34:34 +08:00
openeuler-ci-bot
c5b187f9ca !1 Package init
Merge pull request !1 from lyn/master
2020-06-20 10:02:29 +08:00
lyn1001
cfa867aa3e Package init 2020-06-19 17:18:53 +08:00
4 changed files with 52 additions and 10 deletions

View File

@ -0,0 +1,22 @@
From 9260c74779be3d7a378db0671af862ffa3573d42 Mon Sep 17 00:00:00 2001
From: Xi Ruoyao <xry111@xry111.site>
Date: Wed, 21 Dec 2022 20:58:26 +0800
Subject: [PATCH] Allow building with GnuPG-2.4.x
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index e29b5322..23d0b54f 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@ endif
# Dependencies
min_glib_version = '2.66'
min_gcr_version = '3.38'
-accepted_gpg_versions = [ '2.2.0', '2.3.0' ]
+accepted_gpg_versions = [ '2.2.0', '2.3.0', '2.4.0' ]
gpg_check_version = find_program('build-aux' / 'gpg_check_version.py')
glib_deps = [

Binary file not shown.

BIN
seahorse-43.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,21 @@
Name: seahorse
Version: 3.30.1.1
Release: 2
Name: seahorse
Version: 43.0
Release: 1
Summary: A GNOME application for managing encryption keys
License: GPLv2+ and LGPLv2+
URL: https://wiki.gnome.org/Apps/Seahorse
Source: https://download.gnome.org/sources/seahorse/3.30/seahorse-%{version}.tar.xz
Source: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
# https://github.com/GNOME/seahorse/commit/9260c74779be3d7a378db0671af862ffa3573d42
Patch0: Allow-building-with-GnuPG-2.4.x.patch
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib) pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gck-1) pkgconfig(gcr-3) pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libsecret-unstable) pkgconfig(libsoup-2.4) desktop-file-utils gettext
BuildRequires: pkgconfig(libsecret-unstable) pkgconfig(libsoup-3.0) desktop-file-utils gettext
BuildRequires: gpgme-devel >= 1.0 gnupg2 itstool libSM-devel meson openldap-devel
BuildRequires: openssh-clients vala /usr/bin/appstream-util
BuildRequires: pkgconfig(libhandy-1) pkgconfig(pwquality) docbook-style-xsl
BuildRequires: /usr/bin/xsltproc
Requires: pinentry-gui
Obsoletes: seahorse-devel < 3.1.4-2
Obsoletes: seahorse-plugins < 2.91.6-0.8
@ -23,7 +29,7 @@ along with an easy to use interface for encryption operations.
%autosetup -n seahorse-%{version} -p1
%build
%meson
%meson -Dmanpage=true
%meson_build
find . -type f -name "*.c" -exec chmod a-x {} ';'
@ -33,22 +39,36 @@ find . -type f -name "*.c" -exec chmod a-x {} ';'
%check
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
desktop-file-validate %{buildroot}/%{_datadir}/applications/seahorse.desktop
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.seahorse.Application.desktop
%files -f seahorse.lang
%license COPYING*
%doc NEWS README.md
%{_bindir}/*
%{_libexecdir}/seahorse/
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/{seahorse.png,seahorse-preferences.png}
%{_datadir}/icons/hicolor/symbolic/apps/seahorse-symbolic.svg
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.seahorse.Application.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
%{_datadir}/{glib-2.0/schemas/*.gschema.xml,metainfo/*.appdata.xml}
%dir %{_datadir}/gnome-shell/
%dir %{_datadir}/gnome-shell/search-providers/
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
%{_datadir}/seahorse/
%{_mandir}/man1/*.1*
%exclude %{_datadir}/icons/hicolor/icon-theme.cache
%changelog
* Fri Aug 25 2023 yaoxin <yao_xin001@hoperun.com> - 43.0-1
- Update to 43.0
* Thu Jul 20 2023 yaoxin <yao_xin001@hoperun.com> - 41.0-2
- Fix build error caused by gnupg2 update to 2.4.3
* Fri Apr 8 2022 yaoxin <yaoxin30@huawei.com> - 41.0-1
- Resolve compilation failures
* Wed Jul 29 2020 lingsheng <lingsheng@huawei.com> - 3.30.1.1-3
- fix build fail: gkr use 0 on empty flags
* Wed May 13 2020 yanan li <liyanan032@huawei.com> - 3.30.1.1-2
- Package init