From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- graphics/gimp/gimp-2.8.4-paths.patch.xz | Bin 0 -> 544 bytes graphics/gimp/gimp.build | 80 ++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 graphics/gimp/gimp-2.8.4-paths.patch.xz create mode 100755 graphics/gimp/gimp.build (limited to 'graphics/gimp') diff --git a/graphics/gimp/gimp-2.8.4-paths.patch.xz b/graphics/gimp/gimp-2.8.4-paths.patch.xz new file mode 100644 index 0000000..483422e Binary files /dev/null and b/graphics/gimp/gimp-2.8.4-paths.patch.xz differ diff --git a/graphics/gimp/gimp.build b/graphics/gimp/gimp.build new file mode 100755 index 0000000..3530e11 --- /dev/null +++ b/graphics/gimp/gimp.build @@ -0,0 +1,80 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=gimp +MAJOR=2.8 +VERSION=${MAJOR}.4 +BUILD=1 +DEPENDS=('gtk+ >= 2.24.14-1' 'gegl >= 0.2.0-1' 'compat_lcms >= 1.19-1') +OPTDEPENDS=('libwmf >= 0.2.8.4-1') + +# Description + +cat > ${PKG}/install/slack-desc < gimptool.1 + echo ".so man1/gimpremote-2.6.1" > gimp-remote.1 + echo ".so man1/gimp-2.6.1" > gimp.1 + cd ${PKG}${SYS_DIR[man]}/man5 + echo ".so man5/gimprc-2.6.5" > gimprc.5 +) +rm -rf ${PKG}${SYS_DIR[html]} +} -- cgit v1.2.3-70-g09d2