# # This file is part of live wallpaper # # Copyright (C) 2010 Vlad Vasiliev # Copyright (C) 2010 Tanya Makova # # 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 of the License, 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, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # berlinthemedir = $(datadir)/livewp/theme/Berlin berlintheme_DATA = theme/Berlin/* modernthemedir = $(datadir)/livewp/theme/Modern moderntheme_DATA = theme/Modern/* matrixthemedir = $(datadir)/livewp/theme/Matrix matrixtheme_DATA = theme/Matrix/* dbus_servicedir = $(datadir)/dbus-1/services dbus_service_DATA = org.maemo.livewp.service desktopdir = $(datadir)/applications/hildon desktop_files = livewp.desktop desktop_DATA = $(desktop_files) EXTRA_DIST = $(berlintheme_DATA) \ $(moderntheme_DATA) \ $(matrixtheme_DATA) \ $(dbus_service_DATA) livewp.desktop: livewp.desktop.in sed "s/__VERSION__/$(VERSION)/g" $< >$@.tmp && \ sed "s/__PACKAGE__/$(PACKAGE)/g" $@.tmp >$@ && \ $(RM) *.tmp