~keruspe/gnome-paint/latest-gtk2

« back to all changes in this revision

Viewing changes to data/icons/16x16/actions/Makefile

  • Committer: rogerioferro
  • Date: 2010-06-04 13:53:02 UTC
  • Revision ID: svn-v4:06becd44-3357-11de-a996-7ff70a941223:trunk:67
- cleaned warning messages
- added es_MX.po and ru.po translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
GETTEXT_PACKAGE = gnome_paint
101
101
GMOFILES = 
102
102
GMSGFMT = /usr/bin/msgfmt
103
 
GNOME_PAINT_CFLAGS = -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
104
 
GNOME_PAINT_LIBS = -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
 
103
GNOME_PAINT_CFLAGS = -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12  
 
104
GNOME_PAINT_LIBS = -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
105
105
GREP = /bin/grep
106
106
INSTALL = /usr/bin/install -c
107
107
INSTALL_DATA = ${INSTALL} -m 644
138
138
PACKAGE = gnome-paint
139
139
PACKAGE_BUGREPORT = http://code.google.com/p/gnome-paint/
140
140
PACKAGE_NAME = gnome-paint
141
 
PACKAGE_STRING = gnome-paint 0.2.1
 
141
PACKAGE_STRING = gnome-paint 0.3.1
142
142
PACKAGE_TARNAME = gnome-paint
143
143
PACKAGE_URL = 
144
 
PACKAGE_VERSION = 0.2.1
 
144
PACKAGE_VERSION = 0.3.1
145
145
PATH_SEPARATOR = :
146
146
PKG_CONFIG = /usr/bin/pkg-config
147
147
POFILES = 
154
154
SHELL = /bin/bash
155
155
STRIP = strip
156
156
USE_NLS = yes
157
 
VERSION = 0.2.1
 
157
VERSION = 0.3.1
158
158
XGETTEXT = /usr/bin/xgettext
159
159
abs_builddir = /home/rogerio/src/gnome-paint/data/icons/16x16/actions
160
160
abs_srcdir = /home/rogerio/src/gnome-paint/data/icons/16x16/actions