Libindicator

From LFScript
Revision as of 12:51, 5 March 2017 by Marcel (talk | contribs) (Created page with "Category:Scripts <scriptname>libindicator</scriptname> == Sources == * <sourcecode>https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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