Libindicator

From LFScript

LFScript can find this software under the name libindicator.

Sources


MD5 Checksums:

5fd4d6bab339fc9611078b64c44a85a8  libindicator-12.10.1.tar.gz

Dependencies

  • gtk+3

Installation

sed 's/gtk_icon_info_free/g_object_unref/g' \
        -i libindicator/indicator-image-helper.c
sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' \
        -i configure
./configure --prefix=/usr &&
make

As the root user:

make install