wok-next view gimp-plug-ins/receipt @ rev 10721

postfix: Fixed uid for postdrop group and postfix user. We should use uid 75 for postfix user and uid 73 for postdrop. Postdrop group was seting itself to 1000 uid before.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 18:20:04 2011 +0000 (2011-05-28)
parents fcaa62b434c4
children cb6c3a7328e7
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-plug-ins"
4 VERSION="2.6.11"
5 CATEGORY="graphics"
6 SHORT_DESC="The GIMP image editor plug-ins suite for advanced users."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gimp lcms xorg-libXpm libmng"
9 WANTED="gimp"
10 WEB_SITE="http://www.gimp.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gimp/2.0
16 cp -a $_pkg/usr/lib/gimp/2.0/plug-ins $fs/usr/lib/gimp/2.0
17 # Remove plug-ins provided by the main package.
18 for i in file-jpeg file-png pixelize screenshot
19 do
20 rm $fs/usr/lib/gimp/2.0/plug-ins/$i
21 done
22 strip -s $fs/usr/lib/gimp/*/plug-ins/*
23 }