Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
e2b0a08485
!8 update to version 44.0
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-28 07:22:22 +00:00
lwg K
c1ba918c59 update to version 44.0 2023-11-27 10:56:09 +08:00
openeuler-ci-bot
2a550d4cbe
!6 Update to 43.0
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-17 04:42:39 +00:00
dwl301
edfe36a21f Update to 43.0 2023-01-31 18:14:26 +08:00
openeuler-ci-bot
14f383ddea
!5 Update to 42.0
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-20 11:43:18 +00:00
zhang__3125
0c610eeca8 Update to 42.0 2022-04-13 17:01:38 +08:00
openeuler-ci-bot
f32ab718ef !4 Upgrade to 3.38.1
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-29 06:26:19 +00:00
weijin-deng
9aa669e743 Upgrade to 3.38.1 2021-06-28 15:30:50 +08:00
openeuler-ci-bot
b904f6be81 !3 Add gnome-contacts yaml file
Merge pull request !3 from 雷炬/master
2020-05-09 09:44:08 +08:00
lei_ju
62ece75cea Increase gnome-contacts yaml 2020-05-07 12:55:24 +08:00
openeuler-ci-bot
114b953ba1 !2 Add gnome-contacts yaml file
Merge pull request !2 from 雷炬/master
2020-05-07 08:44:26 +08:00
5 changed files with 89 additions and 27 deletions

29
216.patch Normal file
View File

@ -0,0 +1,29 @@
From 5565cd0961aaa204599e0af57fd8806a65758c10 Mon Sep 17 00:00:00 2001
From: Niels De Graef <nielsdegraef@gmail.com>
Date: Fri, 14 Oct 2022 08:56:30 +0200
Subject: [PATCH] main-window: Hide the link button
There's definitely something going wrong with linking contacts, as it
forgets any link between app restarts. Since we really don't want to
expose something that's completely broken to our users, hide the button
that allows the linking. It's a shitty workaround for now.
---
data/ui/contacts-main-window.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/ui/contacts-main-window.ui b/data/ui/contacts-main-window.ui
index 3d01bdc7..fd8f0a17 100644
--- a/data/ui/contacts-main-window.ui
+++ b/data/ui/contacts-main-window.ui
@@ -167,7 +167,7 @@
</child>
<child>
<object class="GtkButton" id="link_button">
- <property name="focus_on_click">False</property>
+ <property name="visible">False</property>
<property name="label" translatable="yes" comments="Link refers to the verb, from linking contacts together">Link</property>
<property name="tooltip-text" translatable="yes">Link Selected Contacts Together</property>
<property name="action-name">win.link-marked-contacts</property>
--
GitLab

Binary file not shown.

BIN
gnome-contacts-44.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,55 +1,88 @@
%global gtk4_version 4.6
Name: gnome-contacts
Version: 3.30.1
Release: 2
Summary: Integrated address book for GNOME
Version: 44.0
Release: 1
Summary: Contacts manager for GNOME
License: GPLv2+
URL: https://wiki.gnome.org/Apps/Contacts
Source0: https://download.gnome.org/sources/gnome-contacts/3.30/gnome-contacts-%{version}.tar.xz
BuildRequires: desktop-file-utils docbook-dtds docbook-style-xsl gettext meson vala libappstream-glib
BuildRequires: libxslt pkgconfig(cheese-gtk) pkgconfig(folks) >= 0.11.4 pkgconfig(folks-eds)
BuildRequires: pkgconfig(folks-telepathy) pkgconfig(gee-0.8) pkgconfig(gnome-desktop-3.0) pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) >= 3.22.0
Requires: folks >= 1:0.11.4 gtk3 >= 3.22.0 hicolor-icon-theme
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
Patch0: 216.patch
BuildRequires: desktop-file-utils
BuildRequires: docbook-dtds
BuildRequires: docbook-style-xsl
BuildRequires: gettext
BuildRequires: meson
BuildRequires: vala
BuildRequires: libappstream-glib
BuildRequires: libxslt
BuildRequires: pkgconfig(folks)
BuildRequires: pkgconfig(folks-eds)
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libportal-gtk4)
BuildRequires: pkgconfig(libqrencode)
Requires: gtk4%{?_isa} >= %{gtk4_version}
Requires: hicolor-icon-theme
%description
Contacts is GNOME's integrated address book. It is written in Vala and uses libfolks
(also written in Vala) and Evolution Data Server.
%{name} is a standalone contacts manager for GNOME desktop.
%package help
Summary: Documentation for gnome-contacts
BuildArch: noarch
Requires: gnome-contacts = %{version}-%{release}
%description help
Documentation for gnome-contacts.
%package_help
%prep
%autosetup -n gnome-contacts-%{version}
%autosetup -p1 -n %{name}-%{version}
%build
export VALAFLAGS="-g"
%meson
%meson_build
%install
%meson_install
%find_lang gnome-contacts
%find_lang %{name}
%check
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.gnome.Contacts.appdata.xml
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Contacts.desktop
%files -f gnome-contacts.lang
%doc AUTHORS NEWS COPYING
%files -f %{name}.lang
%license COPYING
%{_bindir}/gnome-contacts
%{_libexecdir}/gnome-contacts/
%{_libexecdir}/gnome-contacts-search-provider
%{_datadir}/applications/org.gnome.Contacts.desktop
%{_datadir}/dbus-1/services/{org.gnome.Contacts.service,org.gnome.Contacts.SearchProvider.service}
%{_datadir}/dbus-1/services/org.gnome.Contacts.service
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
%dir %{_datadir}/gnome-shell
%dir %{_datadir}/gnome-shell/search-providers
%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
%{_datadir}/icons/hicolor/*/apps/org.gnome.Contacts.png
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Contacts-symbolic.svg
%{_datadir}/icons/hicolor/*/apps/org.gnome.Contacts*.svg
%{_datadir}/metainfo/org.gnome.Contacts.appdata.xml
%files help
%doc NEWS
%{_mandir}/man1/gnome-contacts.1*
%changelog
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 44.0-1
- update to version 44.0
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
- Update to 43.0
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
- Update to 42.0
* Wed Jun 16 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.1-1
- Upgrade to 3.38.1
* Wed Dec 11 2019 Ling Yang <lingyang2@huawei.com> - 3.30.1-2
- Package init

View File

@ -1,4 +1,4 @@
version_control: gitlab.gnome
src_repo: gnome-contacts
src_repo: GNOME Contacts
tag_prefix: ^
seperator: .
separator: .