Blob Blame History Raw
# vim:set noet ts=4:
#
# ibus - The Input Bus
#
# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2007-2010 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library 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
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
# USA

icons_DATA = \
	$(NULL)

iconsdir = $(pkgdatadir)/icons

sysicons_DATA = \
	$(NULL)
sysiconsdir = $(datadir)/pixmaps

hicolor_icon_16_DATA = \
	16/ibus-keyboard.png \
	$(NULL)
hicolor_icon_16dir= $(datadir)/icons/hicolor/16x16/apps/

hicolor_icon_22_DATA = \
	22/ibus-keyboard.png \
	$(NULL)
hicolor_icon_22dir= $(datadir)/icons/hicolor/22x22/apps/

hicolor_icon_24_DATA = \
	24/ibus-keyboard.png \
	$(NULL)
hicolor_icon_24dir= $(datadir)/icons/hicolor/24x24/apps/

hicolor_icon_32_DATA = \
	32/ibus-keyboard.png \
	$(NULL)
hicolor_icon_32dir= $(datadir)/icons/hicolor/32x32/apps/

hicolor_icon_48_DATA = \
	48/ibus-keyboard.png \
	$(NULL)
hicolor_icon_48dir= $(datadir)/icons/hicolor/48x48/apps/

hicolor_icon_scalable_DATA = \
	scalable/ibus.svg \
	scalable/ibus-setup.svg \
	scalable/ibus-engine.svg \
	scalable/ibus-keyboard.svg \
	$(NULL)
hicolor_icon_scalabledir= $(datadir)/icons/hicolor/scalable/apps/

EXTRA_DIST = \
	$(icons_DATA) \
	$(sysicons_DATA) \
	$(hicolor_icon_16_DATA) \
	$(hicolor_icon_22_DATA) \
	$(hicolor_icon_24_DATA) \
	$(hicolor_icon_32_DATA) \
	$(hicolor_icon_48_DATA) \
	$(hicolor_icon_scalable_DATA) \
	$(NULL)

-include $(top_srcdir)/git.mk