Skip to content
Commits on Source (290)
This diff is collapsed.
......@@ -37,7 +37,12 @@ balsa_extra_dist = \
gnome-balsa2.png \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
intltool-update.in \
meson.build \
meson_options.txt \
balsa-mailto-handler.desktop.meson \
org.desktop.Balsa.desktop.meson \
po/meson.build
EXTRA_DIST = \
$(balsa_extra_dist)
......@@ -48,8 +53,10 @@ gtksourceview_DATA = balsa-mail.lang \
balsa-mail-style.xml
endif
# remove ./po/.intltool-merge-cache.lock to workaround intltool-0.51.0-6 bug
DISTCLEANFILES = $(desktop_DATA) $(server_DATA) $(dist_appdata_DATA) \
intltool-extract intltool-merge intltool-update
intltool-extract intltool-merge intltool-update \
po/.intltool-merge-cache.lock
dist-hook: balsa.spec
......@@ -79,12 +86,8 @@ dist-hook: balsa.spec
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
bzdist: distdir
xzdist: distdir
@test -n "$(AMTAR)" || { echo "AMTAR undefined. Run make bzdist AMTAR=gtar"; false; }
-chmod -R a+r $(distdir)
$(AMTAR) chojf $(distdir).tar.bz2 $(distdir)
$(AMTAR) choJf $(distdir).tar.xz $(distdir)
-rm -rf $(distdir)
# macros are not used any more by current configure.in, see also
# post by Ildar Mulyukov to balsa-list, 2006.06.27
# ACLOCAL_AMFLAGS = -I macros
This diff is collapsed.
* Balsa-2.6.3 release. Release date 2021-08-18
- Improve Autocrypt-related error messages.
- Improvements to communication with GnuPG key servers.
- Create standard-compatible HTML messages.
- Implement sender-dependent HTML message preferences.
- Reuse HTTP connections when rendering HTML messages.
- Do not send empty Reply-To, Cc, etc headers.
- More robust IMAP parser and response handling.
- Code cleanups, platform-dependent build fixes
* Balsa-2.6.2 release. Release date 2020-12-21
- Webkit widgets are now sandboxed.
- Improved desktop notifications.
- iTIP calendar reply are improved.
- Handling of multiple crypto keys for the same recipient.
- build cleanups and improvements, e.g. application logging.
- code cleanups and simplifications as enabled by moving to more modern
libraries.
- bug fixes: draft with message/external-body attachments;
do not crash on importing half-broken keys
- improved translations.
* Balsa-2.6.1 release. Release date 2020-05-10
- fix server identity verification.
* Balsa-2.6.0 release. Release date 2020-04-11
This release switches to gmime3 library for MIME processing.
......
Balsa E-Mail Client 2.5.x
Balsa E-Mail Client 2.6.x
=========================
See ChangeLog for the list of the recent changes and NEWS for highlights.
......@@ -41,7 +41,7 @@ complete descriptions are here.
Basically, Balsa requires
- glib-2.0 >= 2.48.0
- gtk+-3.0 >= 3.18.0
- gmime-2.6
- gmime-3.0 >= 3.2.6
- gio-2.0
- gthread-2.0
- gnutls >= 3.0
......@@ -71,7 +71,8 @@ Specify the kerberos directory as the argument.
When using webkit2, in order to quote html-only messages
it is recommended to install a html-to-text conversion tool. Supported
tools are python-html2text, html2markdown, html2markdown.py2,
html2markdown.py3 and html2text.
html2markdown.py3 and html2text. Additionally, sqlite3 is required for
managing sender-dependent HTML preferences.
--with-spell-checker=(internal|gtkspell|gspell)
Select the spell checker for the message composer. The internal spell
......@@ -240,7 +241,18 @@ following custom domains are implemented in Balsa:
- imap: IMAP server interaction. Warning: the output may contain
plain-text passwords.
- crypto: GnuPG and S/MIME crypto operations
- autocrypt: Autocrypt operations
- html: HTML rendering with webkit2
- address-book: address book backend operations (GPE, LDAP, …)
- icons:
- mbox-imap: IMAP mailbox operations
- mbox-local: local mailbox operations
- mbox-maildir: Maildir mailbox operations
- mbox-mbox: MBox mailbox operations
- mbox-mh: MH mailbox operations
- mbox-pop3: POP3 mailbox operations
- send: message transmission
- spell-check: internal spell checker
Reporting Bugs:
......
[Desktop Entry]
Name=Balsa
Comment=Email utility
GenericName=Mail Client
X-GNOME-FullName=Balsa Mail Client
TryExec=balsa
Exec=balsa -m %U
Icon=gnome-balsa2
Terminal=false
Type=Application
StartupNotify=true
Categories=@TOOLKIT_CATEGORIES@Network;Email;
MimeType=x-scheme-handler/mailto;
NoDisplay=true
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 The Balsa developers -->
<component type="desktop">
<id>balsa.desktop</id>
<id>org.desktop.Balsa.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<description>
<_p>Balsa is a graphical mail client. While it is in active development,
......
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
# This file is maintained in Automake, please report
# bugs to <bug-automake@gnu.org> or send patches to
# <automake-patches@gnu.org>.
nl='
'
# We need space, tab and new line, in precisely that order. Quoting is
# there to prevent tools from complaining about whitespace usage.
IFS=" "" $nl"
file_conv=
# func_file_conv build_file lazy
# Convert a $build file to $host form and store it in $file
# Currently only supports Windows hosts. If the determined conversion
# type is listed in (the comma separated) LAZY, no conversion will
# take place.
func_file_conv ()
{
file=$1
case $file in
/ | /[!/]*) # absolute file, and not a UNC file
if test -z "$file_conv"; then
# lazily determine how to convert abs files
case `uname -s` in
MINGW*)
file_conv=mingw
;;
CYGWIN*)
file_conv=cygwin
;;
*)
file_conv=wine
;;
esac
fi
case $file_conv/,$2, in
*,$file_conv,*)
;;
mingw/*)
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
;;
cygwin/*)
file=`cygpath -m "$file" || echo "$file"`
;;
wine/*)
file=`winepath -w "$file" || echo "$file"`
;;
esac
;;
esac
}
# func_cl_dashL linkdir
# Make cl look for libraries in LINKDIR
func_cl_dashL ()
{
func_file_conv "$1"
if test -z "$lib_path"; then
lib_path=$file
else
lib_path="$lib_path;$file"
fi
linker_opts="$linker_opts -LIBPATH:$file"
}
# func_cl_dashl library
# Do a library search-path lookup for cl
func_cl_dashl ()
{
lib=$1
found=no
save_IFS=$IFS
IFS=';'
for dir in $lib_path $LIB
do
IFS=$save_IFS
if $shared && test -f "$dir/$lib.dll.lib"; then
found=yes
lib=$dir/$lib.dll.lib
break
fi
if test -f "$dir/$lib.lib"; then
found=yes
lib=$dir/$lib.lib
break
fi
if test -f "$dir/lib$lib.a"; then
found=yes
lib=$dir/lib$lib.a
break
fi
done
IFS=$save_IFS
if test "$found" != yes; then
lib=$lib.lib
fi
}
# func_cl_wrapper cl arg...
# Adjust compile command to suit cl
func_cl_wrapper ()
{
# Assume a capable shell
lib_path=
shared=:
linker_opts=
for arg
do
if test -n "$eat"; then
eat=
else
case $1 in
-o)
# configure might choose to run compile as 'compile cc -o foo foo.c'.
eat=1
case $2 in
*.o | *.[oO][bB][jJ])
func_file_conv "$2"
set x "$@" -Fo"$file"
shift
;;
*)
func_file_conv "$2"
set x "$@" -Fe"$file"
shift
;;
esac
;;
-I)
eat=1
func_file_conv "$2" mingw
set x "$@" -I"$file"
shift
;;
-I*)
func_file_conv "${1#-I}" mingw
set x "$@" -I"$file"
shift
;;
-l)
eat=1
func_cl_dashl "$2"
set x "$@" "$lib"
shift
;;
-l*)
func_cl_dashl "${1#-l}"
set x "$@" "$lib"
shift
;;
-L)
eat=1
func_cl_dashL "$2"
;;
-L*)
func_cl_dashL "${1#-L}"
;;
-static)
shared=false
;;
-Wl,*)
arg=${1#-Wl,}
save_ifs="$IFS"; IFS=','
for flag in $arg; do
IFS="$save_ifs"
linker_opts="$linker_opts $flag"
done
IFS="$save_ifs"
;;
-Xlinker)
eat=1
linker_opts="$linker_opts $2"
;;
-*)
set x "$@" "$1"
shift
;;
*.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
func_file_conv "$1"
set x "$@" -Tp"$file"
shift
;;
*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
func_file_conv "$1" mingw
set x "$@" "$file"
shift
;;
*)
set x "$@" "$1"
shift
;;
esac
fi
shift
done
if test -n "$linker_opts"; then
linker_opts="-link$linker_opts"
fi
exec "$@" $linker_opts
exit 1
}
eat=
case $1 in
'')
echo "$0: No command. Try '$0 --help' for more information." 1>&2
exit 1;
;;
-h | --h*)
cat <<\EOF
Usage: compile [--help] [--version] PROGRAM [ARGS]
Wrapper for compilers which do not understand '-c -o'.
Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
arguments, and rename the output as expected.
If you are trying to build a whole package this is not the
right script to run: please start by reading the file 'INSTALL'.
Report bugs to <bug-automake@gnu.org>.
EOF
exit $?
;;
-v | --v*)
echo "compile $scriptversion"
exit $?
;;
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
func_cl_wrapper "$@" # Doesn't return...
;;
esac
ofile=
cfile=
for arg
do
if test -n "$eat"; then
eat=
else
case $1 in
-o)
# configure might choose to run compile as 'compile cc -o foo foo.c'.
# So we strip '-o arg' only if arg is an object.
eat=1
case $2 in
*.o | *.obj)
ofile=$2
;;
*)
set x "$@" -o "$2"
shift
;;
esac
;;
*.c)
cfile=$1
set x "$@" "$1"
shift
;;
*)
set x "$@" "$1"
shift
;;
esac
fi
shift
done
if test -z "$ofile" || test -z "$cfile"; then
# If no '-o' option was seen then we might have been invoked from a
# pattern rule where we don't need one. That is ok -- this is a
# normal compilation that the losing compiler can handle. If no
# '.c' file was seen then we are probably linking. That is also
# ok.
exec "$@"
fi
# Name of file we expect compiler to create.
cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
# Create the lock directory.
# Note: use '[/\\:.-]' here to ensure that we don't use the same name
# that we are using for the .o file. Also, base the name on the expected
# object file name, since that is what matters with a parallel build.
lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
while true; do
if mkdir "$lockdir" >/dev/null 2>&1; then
break
fi
sleep 1
done
# FIXME: race condition here if user kills between mkdir and trap.
trap "rmdir '$lockdir'; exit 1" 1 2 15
# Run the compile.
"$@"
ret=$?
if test -f "$cofile"; then
test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
elif test -f "${cofile}bj"; then
test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
fi
rmdir "$lockdir"
exit $ret
# Local Variables:
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End:
......@@ -54,21 +54,15 @@
/* Defined when Gspell can be used. */
#undef HAVE_GSPELL
/* Defined when Gspell API is version 1.2. */
#undef HAVE_GSPELL_1_2
/* Defined when GSSAPI support is to be compiled. */
#undef HAVE_GSSAPI
/* Defined when GtkSourceView-3 or 4 can be used. */
/* Defined when GtkSourceView-4 can be used. */
#undef HAVE_GTKSOURCEVIEW
/* Defined when GtkSpell can be used. */
#undef HAVE_GTKSPELL
/* Defined when GtkSpell version is at least 3.0.3. */
#undef HAVE_GTKSPELL_3_0_3
/* Defined for Heimdal. */
#undef HAVE_HEIMDAL
......
......@@ -8,9 +8,9 @@ dnl ###########################################################################
dnl Boilerplace and versioning
dnl ###########################################################################
# if autoconf is used not in a git source tree, use version=2.6.0
# if autoconf is used not in a git source tree, use version=2.6.3
AC_INIT([balsa],
m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.6.0]),
m4_esyscmd([test -d .git && echo -n `git describe --tags` || echo -n 2.6.3]),
[])
AM_INIT_AUTOMAKE
......@@ -224,7 +224,7 @@ dnl #####################################################################
PKG_CHECK_MODULES(BALSA, [
glib-2.0 >= 2.48.0
gtk+-3.0 >= 3.18.0
gtk+-3.0 >= 3.24.0
gmime-3.0 >= 3.2.6
gio-2.0
gthread-2.0
......@@ -260,7 +260,9 @@ AC_MSG_CHECKING(whether to use an HTML widget)
case "$use_html_widget" in
webkit2)
AC_MSG_RESULT([$use_html_widget])
PKG_CHECK_MODULES(HTML, [ webkit2gtk-4.0 ])
# note: sqlite3 is needed to manage html vs. plain and image download preferences
PKG_CHECK_MODULES(HTML, [ webkit2gtk-4.0 >= 2.28.0
sqlite3 >= 3.24.0])
AC_PATH_PROGS(HTML2TEXT,
[python-html2text \
html2markdown \
......@@ -299,36 +301,10 @@ fi
# GPGME detection.
# We don't use the std macro AM_PATH_GPGME here to avoid dependencies.
AC_PATH_PROG(gpgmecfg, gpgme-config, no)
if test "$gpgmecfg" = no; then
AC_MSG_ERROR([gpgme-config program not found.])
fi
AC_MSG_CHECKING([gpgme library version])
gpgmever=`$gpgmecfg --version`
AC_MSG_RESULT($gpgmever)
gpgme_ve=`echo $gpgmever|sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
gpgme_ma=`echo $gpgmever|sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
gpgme_mi=`echo $gpgmever|sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
if test $gpgme_ve -lt 1; then
gpgmecfg=no
fi
if test \( $gpgme_ve -eq 1 \) -a \( $gpgme_ma -lt 6 \) ; then
gpgmecfg=no
fi
if test x"$gpgmecfg" != xno ; then
if test \( $gpgme_ve -eq 1 \) -a \( $gpgme_ma -lt 8 \) ; then
BALSA_LIBS="$BALSA_LIBS `$gpgmecfg --thread=pthread --libs`"
if test x"$?" != x0 ; then
AC_MSG_ERROR([*** Your gpgme installation does not support threads.])
fi
else
BALSA_LIBS="$BALSA_LIBS `$gpgmecfg --libs`"
fi
BALSA_CFLAGS="$BALSA_CFLAGS `$gpgmecfg --cflags`"
else
AC_MSG_ERROR([sorry, you need at least gpgme version 1.6.0])
fi
#
PKG_CHECK_MODULES(GPGME, [ gpgme >= 1.8.0 ])
BALSA_CFLAGS="$BALSA_CFLAGS $GPGME_CFLAGS"
BALSA_LIBS="$BALSA_LIBS $GPGME_LIBS"
# Autocrypt support
AC_MSG_CHECKING(whether to build with Autocrypt support)
......@@ -450,12 +426,8 @@ fi
# GtkSourceView configuration
#
if test x$with_gtksourceview != xno; then
PKG_CHECK_MODULES([GTKSOURCEVIEW], [ gtksourceview-4 ], [],
[
PKG_CHECK_MODULES([GTKSOURCEVIEW], [ gtksourceview-3.0 >= 3.2.0 ])
BALSA_CFLAGS="$BALSA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_48"
])
AC_DEFINE(HAVE_GTKSOURCEVIEW,1,[Defined when GtkSourceView-3 or 4 can be used.])
PKG_CHECK_MODULES([GTKSOURCEVIEW], [ gtksourceview-4 ])
AC_DEFINE(HAVE_GTKSOURCEVIEW,1,[Defined when GtkSourceView-4 can be used.])
BALSA_CFLAGS="$BALSA_CFLAGS $GTKSOURCEVIEW_CFLAGS"
BALSA_LIBS="$BALSA_LIBS $GTKSOURCEVIEW_LIBS"
fi
......@@ -517,22 +489,12 @@ AC_MSG_CHECKING(whether to use an external spell checker)
case "$use_spell_checker" in
gspell)
AC_MSG_RESULT([configure gspell])
PKG_CHECK_MODULES(SPELL, [ gspell-1 ])
PKG_CHECK_MODULES(SPELL, [ gspell-1 >= 1.6.0 ])
AC_DEFINE(HAVE_GSPELL,1,[Defined when Gspell can be used.])
if $PKG_CONFIG --atleast-version=1.1.2 gspell-1; then
AC_DEFINE(HAVE_GSPELL_1_2,1,[Defined when Gspell API is version 1.2.])
fi
;;
gtkspell)
if $PKG_CONFIG --atleast-version=3.0.3 gtkspell3-3.0; then
AC_MSG_RESULT([gtkspell version >= 3.0.3])
PKG_CHECK_MODULES(SPELL, [ gtkspell3-3.0 ])
AC_DEFINE(HAVE_GTKSPELL_3_0_3,1,[Defined when GtkSpell version
is at least 3.0.3.])
else
AC_MSG_RESULT([gtkspell version < 3.0.3])
PKG_CHECK_MODULES(SPELL, [ gtkspell3-3.0 enchant ])
fi
AC_MSG_RESULT([configure gtkspell])
PKG_CHECK_MODULES(SPELL, [ gtkspell3-3.0 >= 3.0.9 ])
AC_DEFINE(HAVE_GTKSPELL,1,[Defined when GtkSpell can be used.])
;;
internal)
......@@ -591,18 +553,9 @@ if test -d "${srcdir}/.git" ; then
BALSA_FROM_GIT=yes
BALSA_CFLAGS="$BALSA_CFLAGS -Wall -Werror"
BALSA_DEFS="$BALSA_DEFS \
-DG_DISABLE_DEPRECATED \
-DG_DISABLE_SINGLE_INCLUDES \
-DGDK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES \
-DGDK_MULTIDEVICE_SAFE \
-DGMIME_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED_SOURCE \
-DGNOME_VFS_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
-DGTK_DISABLE_SINGLE_INCLUDES \
-DNM_DISABLE_DEPRECATED \
-DPANGO_DISABLE_DEPRECATED \
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 \
......
This diff is collapsed.
......@@ -193,7 +193,7 @@ id="win-main">
<gui> Edit</gui>
<gui> Copy</gui>
</guiseq>
<keyseq><key>Ctrl></key><key>C</key></keyseq> &mdash;
<keyseq><key>Ctrl</key><key>C</key></keyseq> &mdash;
Copy selected text to the clipboard.</p>
</item>
<item>
......
......@@ -68,7 +68,8 @@ balsa_spell_extra_dist =
endif
EXTRA_DIST = $(balsa_spell_extra_dist)
EXTRA_DIST = $(balsa_spell_extra_dist) \
meson.build
HELP_EXTRA = balsa.entities
......
This diff is collapsed.
# doc/meson.build
HELP_ID = 'balsa'
HELP_FILES = [
'ab-conf.page',
'authors.page',
'common-tasks.page',
'folder-config.page',
'getting-started.page',
'glossary.page',
'identities.page',
'index.page',
'introduction.page',
'its-not-working.page',
'mbox-formats.page',
'preferences-address-books.page',
'preferences-display-options.page',
'preferences-mail-options.page',
'preferences-miscellaneous.page',
'preferences.page',
'preferences-startup.page',
'toolbar-prefs.page',
'win-composer.page',
'win-filters.page',
'win-main.page',
'win-message.page',
'win-run-filters.page',
'win-search.page'
]
if spell_checker == 'internal'
HELP_FILES += 'preferences-spelling.page'
endif
HELP_EXTRA = [
'balsa.entities'
]
HELP_MEDIA = [
'figures/address-book-ldap.png',
'figures/address-book-modify.png',
'figures/address-book.png',
'figures/address-book-vcard.png',
'figures/balsa_logo.png',
'figures/druid-start.png',
'figures/example-alias.png',
'figures/figuresdobaaddress-book-modify.png',
'figures/main-window.png',
'figures/main-window-toolbar.png',
'figures/message-window.png',
'figures/msg-part-select.png',
'figures/newmsg-window-attachments.png',
'figures/newmsg-window.png',
'figures/newmsg-window-toolbar.png',
'figures/preferences-window.png',
'figures/spell-check.png'
]
gnome.yelp(HELP_ID,
sources : HELP_FILES,
media : HELP_MEDIA)
# Ugly!
# gnome.yelp needs '--extra : HELP_EXTRA' for included files
#
help_install_dir = join_paths(get_option('datadir'), 'help', 'C', 'balsa')
foreach file : HELP_EXTRA
install_data(join_paths('C', file),
install_dir : help_install_dir)
endforeach
......@@ -28,7 +28,8 @@ extra_appicons_IMGS = \
mail-outbox.png
EXTRA_DIST = $(extra_appicons_IMGS)
EXTRA_DIST = $(extra_appicons_IMGS) \
meson.build
extra_appiconsdir = $(BALSA_DATA_PREFIX)/hicolor/16x16/apps
extra_appicons_DATA = $(extra_appicons_IMGS)
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = images/16x16
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(extra_appiconsdir)"
DATA = $(extra_appicons_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALL_LINGUAS = @ALL_LINGUAS@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOCRYPT_CFLAGS = @AUTOCRYPT_CFLAGS@
AUTOCRYPT_LIBS = @AUTOCRYPT_LIBS@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BALSA_AB_CFLAGS = @BALSA_AB_CFLAGS@
BALSA_AB_LIBS = @BALSA_AB_LIBS@
BALSA_CFLAGS = @BALSA_CFLAGS@
BALSA_DATA_PREFIX = @BALSA_DATA_PREFIX@
BALSA_DEFS = @BALSA_DEFS@
BALSA_LIBS = @BALSA_LIBS@
CANBERRA_CFLAGS = @CANBERRA_CFLAGS@
CANBERRA_LIBS = @CANBERRA_LIBS@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DATADIRNAME = @DATADIRNAME@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DOXYGEN = @DOXYGEN@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GCR_CFLAGS = @GCR_CFLAGS@
GCR_LIBS = @GCR_LIBS@
GENHTML = @GENHTML@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GREP = @GREP@
GTKSOURCEVIEW_CFLAGS = @GTKSOURCEVIEW_CFLAGS@
GTKSOURCEVIEW_LIBS = @GTKSOURCEVIEW_LIBS@
GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
GTLSSRV = @GTLSSRV@
HELP_DIR = @HELP_DIR@
HTML2TEXT = @HTML2TEXT@
HTML_CFLAGS = @HTML_CFLAGS@
HTML_LIBS = @HTML_LIBS@
INETSIM = @INETSIM@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLLIBS = @INTLLIBS@
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
INTLTOOL_MERGE = @INTLTOOL_MERGE@
INTLTOOL_PERL = @INTLTOOL_PERL@
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
ITSTOOL = @ITSTOOL@
KRB5_CONFIG = @KRB5_CONFIG@
LCOV = @LCOV@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBNETCLIENT_CFLAGS = @LIBNETCLIENT_CFLAGS@
LIBNETCLIENT_LIBS = @LIBNETCLIENT_LIBS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
LIBSECRET_LIBS = @LIBSECRET_LIBS@
LIBTOOL = @LIBTOOL@
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
LIBXML2_LIBS = @LIBXML2_LIBS@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
MSGFMT_OPTS = @MSGFMT_OPTS@
MSGMERGE = @MSGMERGE@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
POFILES = @POFILES@
POSUB = @POSUB@
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
RANLIB = @RANLIB@
SCREEN = @SCREEN@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SPELL_CFLAGS = @SPELL_CFLAGS@
SPELL_LIBS = @SPELL_LIBS@
SQLITE_CFLAGS = @SQLITE_CFLAGS@
SQLITE_LIBS = @SQLITE_LIBS@
STRIP = @STRIP@
SUDO = @SUDO@
TOOLKIT_CATEGORIES = @TOOLKIT_CATEGORIES@
USE_NLS = @USE_NLS@
VALGRIND = @VALGRIND@
VERSION = @VERSION@
XGETTEXT = @XGETTEXT@
XMLLINT = @XMLLINT@
YELP_LC_DIST = @YELP_LC_DIST@
YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
gpgmecfg = @gpgmecfg@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
intltool__v_merge_options_ = @intltool__v_merge_options_@
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
extra_appicons_IMGS = \
balsa-encrypted.png \
balsa-mark-all.png \
balsa-mbox-draft.png \
balsa-mbox-sent.png \
balsa-mbox-tray-empty.png \
balsa-mbox-tray-full.png \
balsa-next-flagged.png \
balsa-next-part.png \
balsa-next.png \
balsa-next-unread.png \
balsa-postpone.png \
balsa-previous-part.png \
balsa-previous.png \
balsa-reply-all.png \
balsa-send-queued.png \
balsa-signature-bad.png \
balsa-signature-good.png \
balsa-signature-notrust.png \
balsa-signature-unknown.png \
stock_mail-receive.png \
stock_contact.png \
stock_mail.png \
stock_book_red.png \
stock_book_open.png \
mail-queue.png \
mail-inbox.png \
mail-outbox.png
EXTRA_DIST = $(extra_appicons_IMGS)
extra_appiconsdir = $(BALSA_DATA_PREFIX)/hicolor/16x16/apps
extra_appicons_DATA = $(extra_appicons_IMGS)
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu images/16x16/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu images/16x16/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
install-extra_appiconsDATA: $(extra_appicons_DATA)
@$(NORMAL_INSTALL)
@list='$(extra_appicons_DATA)'; test -n "$(extra_appiconsdir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(extra_appiconsdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(extra_appiconsdir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(extra_appiconsdir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(extra_appiconsdir)" || exit $$?; \
done
uninstall-extra_appiconsDATA:
@$(NORMAL_UNINSTALL)
@list='$(extra_appicons_DATA)'; test -n "$(extra_appiconsdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(extra_appiconsdir)'; $(am__uninstall_files_from_dir)
tags TAGS:
ctags CTAGS:
cscope cscopelist:
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
for dir in "$(DESTDIR)$(extra_appiconsdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am: install-extra_appiconsDATA
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am:
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-extra_appiconsDATA
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
cscopelist-am ctags-am distclean distclean-generic \
distclean-libtool distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am \
install-extra_appiconsDATA install-html install-html-am \
install-info install-info-am install-man install-pdf \
install-pdf-am install-ps install-ps-am install-strip \
installcheck installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
uninstall-am uninstall-extra_appiconsDATA
.PRECIOUS: Makefile
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
extra_appicons_imgs = [
'balsa-encrypted.png',
'balsa-mark-all.png',
'balsa-mbox-draft.png',
'balsa-mbox-sent.png',
'balsa-mbox-tray-empty.png',
'balsa-mbox-tray-full.png',
'balsa-next-flagged.png',
'balsa-next-part.png',
'balsa-next.png',
'balsa-next-unread.png',
'balsa-postpone.png',
'balsa-previous-part.png',
'balsa-previous.png',
'balsa-reply-all.png',
'balsa-send-queued.png',
'balsa-signature-bad.png',
'balsa-signature-good.png',
'balsa-signature-notrust.png',
'balsa-signature-unknown.png',
'stock_mail-receive.png',
'stock_contact.png',
'stock_mail.png',
'stock_book_red.png',
'stock_book_open.png',
'mail-queue.png',
'mail-inbox.png',
'mail-outbox.png'
]
extra_appiconsdir = join_paths(get_option('datadir'), 'balsa', 'hicolor', '16x16', 'apps')
foreach img : extra_appicons_imgs
install_data(img, install_dir : extra_appiconsdir)
endforeach
......@@ -32,7 +32,9 @@ extra_appicons_IMGS = \
stock_view-fields.png
EXTRA_DIST = $(extra_appicons_IMGS)
EXTRA_DIST = $(extra_appicons_IMGS) \
meson.build
extra_appiconsdir = $(BALSA_DATA_PREFIX)/hicolor/24x24/apps
extra_appicons_DATA = $(extra_appicons_IMGS)
This diff is collapsed.