~ubuntu-branches/ubuntu/trusty/ibus/trusty-proposed

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-01-07 21:08:21 UTC
  • mfrom: (39.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20140107210821-m89iuax9xr5mz8t4
Tags: 1.5.4-1ubuntu1
* Merge with Debian; remaining changes:
  - debian/rules:
    + Build with dh_translations. Add dh-translations build dependency.
  - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
    Methods"
  - debian/patches/ibus-no-notification.patch: Don't show the notification
    if not actually upgrading from a previous version. (LP: #1255542).

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
# This library is free software; you can redistribute it and/or
25
25
# modify it under the terms of the GNU Lesser General Public
26
26
# License as published by the Free Software Foundation; either
27
 
# version 2 of the License, or (at your option) any later version.
 
27
# version 2.1 of the License, or (at your option) any later version.
28
28
#
29
29
# This library is distributed in the hope that it will be useful,
30
30
# but WITHOUT ANY WARRANTY; without even the implied warranty of
31
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32
 
# GNU Lesser General Public License for more details.
 
31
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
32
# Lesser General Public License for more details.
33
33
#
34
34
# You should have received a copy of the GNU Lesser General Public
35
 
# License along with this program; if not, write to the
36
 
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
37
 
# Boston, MA  02111-1307  USA
 
35
# License along with this library; if not, write to the Free Software
 
36
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
 
37
# USA
38
38
 
39
39
VPATH = @srcdir@
40
40
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
239
239
GOBJECT_QUERY = @GOBJECT_QUERY@
240
240
GREP = @GREP@
241
241
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
242
GSETTINGS_SCHEMA_CONVERT = @GSETTINGS_SCHEMA_CONVERT@
242
243
GTHREAD2_CFLAGS = @GTHREAD2_CFLAGS@
243
244
GTHREAD2_LIBS = @GTHREAD2_LIBS@
244
245
GTK2_CFLAGS = @GTK2_CFLAGS@
352
353
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
353
354
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
354
355
VERSION = @VERSION@
 
356
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
 
357
WAYLAND_LIBS = @WAYLAND_LIBS@
355
358
X11_CFLAGS = @X11_CFLAGS@
356
359
X11_LIBS = @X11_LIBS@
357
360
XGETTEXT = @XGETTEXT@