diff options
author | Mike Gabriel <[email protected]> | 2014-05-11 11:37:51 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-11 11:37:51 +0200 |
commit | 7cde88457278bf9a14fd0dd6643a8f793e829555 (patch) | |
tree | 5df5295e6c1a10d4e68a937a61b9fb4d8f97aa67 /libslab/libslab.pc.in | |
parent | f60fb4469756aa9672523c2b63c1e89336c6a789 (diff) | |
download | mate-control-center-7cde88457278bf9a14fd0dd6643a8f793e829555.tar.bz2 mate-control-center-7cde88457278bf9a14fd0dd6643a8f793e829555.tar.xz |
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.
Diffstat (limited to 'libslab/libslab.pc.in')
-rw-r--r-- | libslab/libslab.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libslab/libslab.pc.in b/libslab/libslab.pc.in deleted file mode 100644 index 8f341ed6..00000000 --- a/libslab/libslab.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: libslab -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} -lslab -Cflags: -I${includedir}/libslab |