pidgin/pixmaps/meson.build

Sat, 09 Jun 2018 01:43:48 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 09 Jun 2018 01:43:48 +0000
changeset 39132
adf7ec9cd09c
parent 39043
837015ba2923
child 40536
c0ea70247280
permissions
-rw-r--r--

Merged in CMaiku/pidgin (pull request #367)

gtkdebug: Fix initial filter level of debug window

Approved-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Approved-by: Eion Robb <eionrobb@gmail.com>
Approved-by: Gary Kramlich <grim@reaperworld.com>

38465
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 pidginpixmapdir = get_option('datadir') + '/pixmaps/pidgin'
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
2
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
3 subdir('emotes/default/24')
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
4 subdir('emotes/small/16')
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
5
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
6 if INSTALL_PIXMAPS
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
7 install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
8 install_dir : pidginpixmapdir)
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
9
38517
286bb278081b Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38465
diff changeset
10 # Some of these don't use install_subdir because it deletes the target,
286bb278081b Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38465
diff changeset
11 # and some target directories probably have something in them, for those
286bb278081b Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38465
diff changeset
12 # installing somewhere with existing stuff. Additionally, we have
286bb278081b Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38465
diff changeset
13 # extra stuff in our directories we don't want to install.
286bb278081b Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38465
diff changeset
14 install_data('edit.png', 'info.png', 'pause.png',
286bb278081b Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38465
diff changeset
15 install_dir : join_paths(pidginpixmapdir, 'buttons'))
286bb278081b Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38465
diff changeset
16 subdir('tray')
38465
7639468580d6 Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
17 endif

mercurial