summaryrefslogtreecommitdiff
path: root/inkscape
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-05-18 22:27:08 +1000
committerDanny Rawlins <monster.romster@gmail.com>2016-05-18 22:27:08 +1000
commit171504935927edd9b69af2e6d127bda6d61e52da (patch)
tree1100496b21a643f17a97482f9b673dbc78fd5396 /inkscape
parent4ed8562b00c65b1356764ababf5db6c5db80af22 (diff)
downloadcontrib-171504935927edd9b69af2e6d127bda6d61e52da.tar.gz
contrib-171504935927edd9b69af2e6d127bda6d61e52da.tar.xz
inkscape: remove dependency libart_lgpl added README for librsvgrsvg for cairo
Diffstat (limited to 'inkscape')
-rw-r--r--inkscape/.footprint8
-rw-r--r--inkscape/Pkgfile21
-rw-r--r--inkscape/README3
3 files changed, 19 insertions, 13 deletions
diff --git a/inkscape/.footprint b/inkscape/.footprint
index 7d8e40f42..a3f7a640a 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 60e80ac72..1d08306f3 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.tar.bz2)
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 000000000..31b56a44e
--- /dev/null
+++ b/inkscape/README
@@ -0,0 +1,3 @@
+COMPILING:
+
+Be sure to install librsvg before cairo else inkscape will fail to compile.

Generated by cgit