mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/gimp-wideangle-plugin: Added a fix for indirect linking.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
f94a468702
commit
32a7e49b0c
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PRGNAM=gimp-wideangle-plugin
|
PRGNAM=gimp-wideangle-plugin
|
||||||
VERSION=${VERSION:-1.0.10}
|
VERSION=${VERSION:-1.0.10}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCNAM=$(echo $PRGNAM | cut -f2 -d-)
|
SRCNAM=$(echo $PRGNAM | cut -f2 -d-)
|
||||||
|
@ -65,7 +65,8 @@ gcc $SLKCFLAGS -v \
|
||||||
-lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 \
|
-lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 \
|
||||||
-lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 \
|
-lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 \
|
||||||
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo \
|
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo \
|
||||||
-lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
|
-lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 \
|
||||||
|
-lm
|
||||||
strip --strip-unneeded $PKG/$GIMPPLUGINS/$SRCNAM
|
strip --strip-unneeded $PKG/$GIMPPLUGINS/$SRCNAM
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -5,7 +5,6 @@ DOWNLOAD="http://members.ozemail.com.au/~hodsond/wideangle.c"
|
||||||
MD5SUM="dd96615abbc761b4618ace94a29086c1"
|
MD5SUM="dd96615abbc761b4618ace94a29086c1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Michales Michaloudes"
|
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
MAINTAINER="Michales Michaloudes"
|
||||||
EMAIL="korgie@gmail.com"
|
EMAIL="korgie@gmail.com"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue