Codebase list xapp / 7e7567a
Cleanup some leftover dependencies, some unneeded files, clean up gir scanning. Michael Webster 7 years ago
6 changed file(s) with 6 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
4646 GDK_PIXBUF_REQUIRED=2.22.0
4747 GTK_REQUIRED=3.3.16
4848 GLIB_REQUIRED=2.37.3
49 CLUTTER_REQUIRED=1.10
5049
5150 AC_SUBST(GTK_REQUIRED)
5251 AC_SUBST(GLIB_REQUIRED)
7372 glib-2.0 >= $GLIB_REQUIRED
7473 gio-2.0 >= $GLIB_REQUIRED
7574 cairo
76 libgnomekbdui
77 clutter-1.0 >= CLUTTER_REQUIRED)
75 libgnomekbdui)
7876
7977 dnl Language Support
8078
+0
-20
debian/libxapp1.acc.in less more
0 <?xml version="1.0" encoding="utf-8"?>
1 <descriptor>
2
3 <version>
4 1.0.0
5 </version>
6
7 <headers>
8 /usr/include/xapp/libxapp
9 </headers>
10
11 <libs>
12 /usr/lib/@@DEB_HOST_MULTIARCH@@/libxapp.so
13 </libs>
14
15 <gcc_options>
16 -DGNOME_DESKTOP_USE_UNSTABLE_API
17 </gcc_options>
18
19 </descriptor>
4545 if HAVE_INTROSPECTION
4646
4747 XApp-1.0.gir: libxapp.la
48 XApp_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 Clutter-1.0
49 XApp_1_0_gir_PACKAGES = gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 gtk+-3.0 clutter-1.0
48 XApp_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0
49 XApp_1_0_gir_PACKAGES = gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 gtk+-3.0
5050 XApp_1_0_gir_EXPORT_PACKAGES = xapp
51 XApp_1_0_gir_CFLAGS = -DGNOME_DESKTOP_USE_UNSTABLE_API -I$(top_srcdir)
51 XApp_1_0_gir_CFLAGS = -I$(top_srcdir) -DWITH_INTROSPECTION
5252 XApp_1_0_gir_LIBS = libxapp.la
5353 XApp_1_0_gir_FILES = $(introspection_sources) $(libxapp_HEADERS)
5454 XApp_1_0_gir_SCANNERFLAGS = --identifier-prefix=XApp --symbol-prefix=xapp_
55 INTROSPECTION_SCANNER_ARGS += $(patsubst %,--c-include='libxapp/%',$(libxapp_HEADERS))
5655 INTROSPECTION_GIRS += XApp-1.0.gir
5756
5857 girdir = $(datadir)/gir-1.0
22
33 #include <stdio.h>
44 #include <gdk-pixbuf/gdk-pixbuf.h>
5 #include <clutter/clutter.h>
65
76 #include <glib-object.h>
87
44
55 Name: xapp
66 Description: Utility library for loading .desktop files
7 Requires: gtk+-3.0 clutter-1.0
7 Requires: gtk+-3.0
88 Version: @VERSION@
99 Libs: ${pc_top_builddir}/${pcfiledir}/libxapp.la
1010 Cflags: -I${pc_top_builddir}/${pcfiledir}/..
44
55 Name: xapp
66 Description: Utility library for loading .desktop files
7 Requires: gtk+-3.0 clutter-1.0
7 Requires: gtk+-3.0
88 Requires.private: xkbfile
99 Version: @VERSION@
1010 Libs: -L${libdir} -lxapp