From 7cde88457278bf9a14fd0dd6643a8f793e829555 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 11 May 2014 11:37:51 +0200 Subject: Rename libslab to libmate-slab https://github.com/mate-desktop/mate-control-center/issues/100 This is to avoid package name and version conflicts with libslab0 / libslab0a which existed in Debian until squeeze. MATE components (currently only gnome-main-menu) depending on libmate-slab0 have to be patch accordingly. --- libslab/mate-slab.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libslab/mate-slab.pc.in (limited to 'libslab/mate-slab.pc.in') diff --git a/libslab/mate-slab.pc.in b/libslab/mate-slab.pc.in new file mode 100644 index 00000000..c6f26ec3 --- /dev/null +++ b/libslab/mate-slab.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: mate-slab +Description: Beautiful App Slab +Requires: glib-2.0 gobject-2.0 gio-2.0 gtk+-@GTK_API_VERSION@ mate-desktop-2.0 libmate-menu +Requires.private: gdk-@GTK_API_VERSION@ librsvg-2.0 +Version: @VERSION@ +Libs: -L${libdir} -lmate-slab +Cflags: -I${includedir}/libmate-slab -- cgit v1.2.1