![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 171504935927edd9b69af2e6d127bda6d61e52da Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed May 18 22:27:08 2016 +1000 inkscape: remove dependency libart_lgpl added README for librsvgrsvg for cairo diff --git a/inkscape/.footprint b/inkscape/.footprint index 7d8e40f..a3f7a64 100644 --- a/inkscape/.footprint +++ b/inkscape/.footprint @@ -2,10 +2,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/inkscape -rwxr-xr-x root/root usr/bin/inkview -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/inkscape.1.gz --rw-r--r-- root/root usr/man/man1/inkview.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/inkscape.desktop @@ -1091,3 +1087,7 @@ drwxr-xr-x root/root usr/share/inkscape/ui/ -rw-r--r-- root/root usr/share/inkscape/ui/menus-bars.xml -rw-r--r-- root/root usr/share/inkscape/ui/toolbox.xml -rw-r--r-- root/root usr/share/inkscape/ui/units.xml +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/inkscape.1.gz +-rw-r--r-- root/root usr/share/man/man1/inkview.1.gz diff --git a/inkscape/Pkgfile b/inkscape/Pkgfile index 60e80ac..1d08306 100644 --- a/inkscape/Pkgfile +++ b/inkscape/Pkgfile @@ -1,12 +1,12 @@ # Description: An open source SVG editor. -# URL: http://www.inkscape.org +# URL: http://www.inkscape.org/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Huynh Ngoc Chau Tran, tran dot huynh at laposte dot net -# Depends on: boehm-gc boost gsl gtkmm intltool libart_lgpl poppler-glib popt +# Depends on: boehm-gc boost gsl gtkmm intltool poppler-glib popt name=inkscape version=0.91 -release=1 +release=2 source=(http://inkscape.global.ssl.fastly.net/media/resources/file/$name-$version.ta...) build() { @@ -16,19 +16,22 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ - --disable-nls + --disable-nls \ + --enable-lcms \ + --enable-poppler-cairo \ + --disable-strict-build \ + --disable-dependency-tracking make make DESTDIR=$PKG install rm \ - $PKG/usr/man/man1/inkscape.??.1 \ - $PKG/usr/man/man1/inkscape.zh_TW.1 + $PKG/usr/share/man/man1/inkscape.??.1 \ + $PKG/usr/share/man/man1/inkscape.zh_TW.1 rm -r \ - $PKG/usr/man/?? \ - $PKG/usr/man/zh_TW + $PKG/usr/share/man/?? \ + $PKG/usr/share/man/zh_TW find $PKG/usr/share/inkscape -name README -exec rm -f {} + /usr/bin/python -mcompileall $PKG diff --git a/inkscape/README b/inkscape/README new file mode 100644 index 0000000..31b56a4 --- /dev/null +++ b/inkscape/README @@ -0,0 +1,3 @@ +COMPILING: + +Be sure to install librsvg before cairo else inkscape will fail to compile.