From 3b27c438a87266de7eaadd689048163b77b3d81f Mon Sep 17 00:00:00 2001 From: Márcio Alexandre Silva Delgado Date: Sat, 1 Sep 2012 03:06:55 -0300 Subject: gimp-art: add package to artistic --- artistic/gimp-art/PKGBUILD | 98 ++++++++++++++++++++++++++ artistic/gimp-art/gimp-splash-artwork.license | 13 ++++ artistic/gimp-art/gimp-splash-artwork.png | Bin 0 -> 375245 bytes artistic/gimp-art/gimp.install | 12 ++++ 4 files changed, 123 insertions(+) create mode 100644 artistic/gimp-art/PKGBUILD create mode 100644 artistic/gimp-art/gimp-splash-artwork.license create mode 100644 artistic/gimp-art/gimp-splash-artwork.png create mode 100644 artistic/gimp-art/gimp.install (limited to 'artistic/gimp-art') diff --git a/artistic/gimp-art/PKGBUILD b/artistic/gimp-art/PKGBUILD new file mode 100644 index 000000000..4236ce271 --- /dev/null +++ b/artistic/gimp-art/PKGBUILD @@ -0,0 +1,98 @@ +# $Id$ +# Maintainer (Parabola): Márcio Silva + +_pkgname=gimp +pkgname=gimp-art +pkgver=2.8.2 +pkgrel=1 +pkgdesc='GNU Image Manipulation Program (changed splash artwork)' +arch=( + i686 + x86_64 + mips64el +) +url=http://www.$_pkgname.org/ +license=( + GPL + LGPL +) +depends=( + babl + dbus-glib + desktop-file-utils + gegl + hicolor-icon-theme + jasper + lcms + libexif + libmng + librsvg + libxmu + libxpm + libwmf + pygtk +) +makedepends=( + alsa-lib + curl + ghostscript + intltool + iso-codes + libwebkit + poppler-glib +) +optdepends=( + 'alsa-lib: for MIDI event controller module' + 'curl: for URI support' + 'ghostscript: for postscript support' + 'gutenprint: for sophisticated printing only as gimp has built-in cups print support' + 'libwebkit: for the help browser' + 'poppler-glib: for pdf support' +) +options=( + '!libtool' + '!makeflags' +) +conflicts=( + $_pkgname + $_pkgname-devel +) +install=$_pkgname.install +source=( + ftp://ftp.$_pkgname.org/pub/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.bz2 + $_pkgname-splash-artwork.png + $_pkgname-splash-artwork.license +) +sha512sums=( + 82a15072aba97d41a7dd74920f5db4e89442ff83841ac614f6fadfd964bdb8d3ae478ac0ba2e906bcf4569c8de00a1616fd6d626032f093060f28df3655d9111 + 1a2930e612b339f49aa85f98275c24202e056f2fff5c1fda94e662bfd45ed5b6226e6ab1947f3daf758f4e5106fd3f7e4f286d63b258f008b6a5d9e5cd6f0611 + d3f055ce278f25b33a6b11f3b031ae801206390fa1f62e3383daf35570e5f68b98ddfac30dea71d89d4916eaf3263e642ad06805c3175f620412e546784335ac +) + +build() { + cd $srcdir/$_pkgname-$pkgver + + ## Add artwork splash image ## + install -Dm644 $srcdir/$_pkgname-splash-artwork.png \ + $srcdir/$_pkgname-$pkgver/data/images/$_pkgname-splash.png + + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ + --enable-mp --enable-$_pkgname-console --enable-python --without-aa \ + --with-gif-compression=lzw --with-libcurl --without-gvfs + make +} + +package() { + cd $srcdir/$_pkgname-$pkgver + make DESTDIR=$pkgdir install + sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' $pkgdir/usr/lib/$_pkgname/${pkgver::2}0/plug-ins/*.py + + ## Add artwork splash license ## + install -Dm644 $srcdir/$_pkgname-splash-artwork.license \ + $pkgdir/usr/share/licenses/$_pkgname/$_pkgname-splash-artwork.license + + rm $pkgdir/usr/share/man/man1/$_pkgname-console.1 + ln -s $_pkgname-console-${pkgver%.*}.1.gz $pkgdir/usr/share/man/man1/$_pkgname-console.1.gz + ln -s ${_pkgname}tool-${pkgver::2}0 $pkgdir/usr/bin/${_pkgname}tool + ln -sf ${_pkgname}tool-${pkgver::2}0.1.gz $pkgdir/usr/share/man/man1/${_pkgname}tool.1.gz +} diff --git a/artistic/gimp-art/gimp-splash-artwork.license b/artistic/gimp-art/gimp-splash-artwork.license new file mode 100644 index 000000000..64267a6c0 --- /dev/null +++ b/artistic/gimp-art/gimp-splash-artwork.license @@ -0,0 +1,13 @@ +GIMP LIBRE SPLASH LICENSE + +Logo and Effects is created by Zé Lara and Márcio Silva +Idea by André Silva + +The GIMP LIBRE splash screen is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send aletter to Creative Commons, 444 Castro Street, +Suite 900, Mountain View, California, 94041, USA. + +Sangeno Waterfall Picture is created by Abedinali from Wikimedia Commons under the Creative Commons CC0 1.0 Universal license (Public Domain). +To the extent possible under law, Abedinali from Wikimedia Commons has waived all copyright and related or neighboring rights to Sangeno Waterfall. +This work is published from: United States. +https://upload.wikimedia.org/wikipedia/commons/8/8b/Sangeno.jpg \ No newline at end of file diff --git a/artistic/gimp-art/gimp-splash-artwork.png b/artistic/gimp-art/gimp-splash-artwork.png new file mode 100644 index 000000000..76c9e8c94 Binary files /dev/null and b/artistic/gimp-art/gimp-splash-artwork.png differ diff --git a/artistic/gimp-art/gimp.install b/artistic/gimp-art/gimp.install new file mode 100644 index 000000000..c317fbaca --- /dev/null +++ b/artistic/gimp-art/gimp.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3