commit ce137388920ae2022ec4f1d80fc1be1a998cc558
parent 26ddce6a4c790f871d598631790051d5e54d1719
Author: Oliver Lowe <o@olowe.co>
Date: Fri, 8 Aug 2025 17:07:50 +1000
Remove even more leftover dbus address book sources
While here remove empty libsm make config
Diffstat:
2 files changed, 2 insertions(+), 77 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -313,16 +313,12 @@ claws_mailinclude_HEADERS = \
BUILT_SOURCES = \
matcher_parser_parse.h \
- quote_fmt_parse.h \
- client-bindings.h
-
-client-bindings.h: claws-contacts.xml
+ quote_fmt_parse.h
CLEANFILES = \
$(BUILT_SOURCES)
EXTRA_DIST = \
- claws-contacts.xml \
w32-logo.ico \
pixmaps/addr_one.xpm \
pixmaps/addr_two.xpm \
@@ -517,9 +513,7 @@ EXTRA_DIST = \
pixmaps/zoom_fit.xpm \
pixmaps/zoom_in.xpm \
pixmaps/zoom_out.xpm \
- pixmaps/zoom_width.xpm \
- $(abook_extra)
-
+ pixmaps/zoom_width.xpm
IFLAGS = \
-I$(srcdir)/common \
@@ -543,7 +537,6 @@ claws_mail_LDADD = \
$(GNUTLS_LIBS) \
$(NETTLE_LIBS) \
$(PTHREAD_LIBS) \
- $(SM_LIBS) \
$(LIBICONV) \
$(STARTUP_NOTIFICATION_LIBS) \
$(LIBETPAN_LIBS) \
diff --git a/src/claws-contacts.xml b/src/claws-contacts.xml
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE node PUBLIC
- "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
- "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
-<!--
-# $Id$
--->
-<node name="/org/clawsmail/contacts/service">
-
-<interface name="org.clawsmail.Contacts">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="abook"/>
-
- <method name="ShowAddressbook">
- <arg type="b" name="compose" direction="in" />
- </method>
-
- <method name="Ping">
- <arg type="s" name="reply" direction="out" />
- </method>
-
- <method name="Commit">
- <arg type="s" name="addressbook" direction="in" />
- <arg type="b" name="succes" direction="out" />
- </method>
-
- <method name="BookList">
- <arg type="as" name="books" direction="out" />
- </method>
-
- <method name="SearchAddressbook">
- <arg type="s" name="token" direction="in" />
- <!-- if addressbook is NULL search all available books -->
- <arg type="s" name="addressbook" direction="in" />
- <arg type="as" name="emails" direction="out" />
- </method>
-
- <method name="AddContact">
- <arg type="s" name="addressbook" direction="in" />
- <arg type="a{ss}" name="contact_data" direction="in" />
- <arg type="a(sss)" name="contact_emails" direction="in" />
- </method>
-
- <method name="AddVCard">
- <!-- if addressbook is NULL add to default address book -->
- <arg type="s" name="addressbook" direction="in" />
- <arg type="s" name="vcard" direction="in" />
- </method>
-
- <method name="GetVCard">
- <arg type="s" name="acount" direction="in" />
- <arg type="s" name="vcard" direction="out" />
- </method>
-
- <signal name="ContactMailTo">
- <arg type="s" name="contact_add_to" direction="out" />
- </signal>
-
- <signal name="ContactMailCc">
- <arg type="s" name="contact_add_cc" direction="out" />
- </signal>
-
- <signal name="ContactMailBcc">
- <arg type="s" name="contact_add_bcc" direction="out" />
- </signal>
-
-</interface>
-
-</node>