diff options
Diffstat (limited to 'gimp-git')
-rw-r--r-- | gimp-git/PKGBUILD | 61 | ||||
-rw-r--r-- | gimp-git/gimp-git.install | 23 | ||||
-rw-r--r-- | gimp-git/linux.gpl | 19 |
3 files changed, 0 insertions, 103 deletions
diff --git a/gimp-git/PKGBUILD b/gimp-git/PKGBUILD deleted file mode 100644 index 58223f8..0000000 --- a/gimp-git/PKGBUILD +++ /dev/null @@ -1,61 +0,0 @@ -# Contributor: Alessio Biancalana <dottorblaster@gmail.com> - -pkgname=gimp-git -pkgver=20100131 -pkgrel=1 -pkgdesc="GNU Image Manipulation Program (GIT Version)" -arch=('i686' 'x86_64') -url="http://www.gimp.org/" -license=('GPL') -depends=('gtk2>=2.10' 'lcms>=1.16' 'libxpm>=3.5.6' 'libwmf>=0.2.8' \ - 'libxmu>=1.0.3' 'librsvg>=2.16.1' 'libmng>=1.0.9' 'desktop-file-utils' \ - 'libexif>=0.6.13' 'libart-lgpl>=2.3.19' 'pygtk>=2.10.4' 'dbus-glib' 'gtk-doc') -makedepends=('gutenprint>=5.0.0' 'intltool>=0.35.5' 'libgtkhtml>=2.6.3' \ - 'gnome-python>=2.16.2' 'poppler>=0.6' 'pkgconfig>=0.21' \ - 'libgnomeprintui>=2.18' 'alsa-lib>=1.0.0' 'gegl-git' -'libtool>=1.5' 'autoconf>=2.54' 'automake>=1.9.6' 'libxslt' 'libwebkit' -'pango' 'gettext' 'git') -options=('!libtool' '!makeflags') -provides=('gimp') -conflicts=('gimp' 'gimp-devel') -source=('gimp-git.install' 'linux.gpl') -install=('gimp-git.install') -md5sums=('c49a84c5333fbe0b49b49911a3da9d20' - 'bb27bc214261d36484093e857f015f38') - -_gitroot=('git://git.gnome.org/gimp') -_gitname=('gimp') - -build() { - cd $startdir/src - msg "Connecting to gnome.org git server...." - rm -rf $startdir/src/$_gitname-build - - if [[ -d $_gitname ]]; then - cd $_gitname || return 1 -# git pull origin || return 1 -# else -# git clone $_gitroot $_gitname || return 1 - fi - msg " checkout done." - - msg "Starting make..." - cd "$srcdir" - rm -r "$srcdir/$_gitname-build" - cp -r $srcdir/$_gitname $_gitname-build - cd $_gitname-build - - ./autogen.sh --prefix=/usr --sysconfdir=/etc \ - --enable-mp --enable-gimp-console --disable-devel-docs \ - --enable-python --with-gif-compression=lzw \ - --without-aa - make || return 1 - make DESTDIR=${startdir}/pkg install-strip || return 1 - - install -Dm644 ${startdir}/src/linux.gpl \ - ${startdir}/pkg/usr/share/gimp/2.0/palettes/Linux.gpl - - #ln -s gimp-2.5 ${startdir}/pkg/usr/bin/gimp - #ln -s gimp-console-2.5 ${startdir}/pkg/usr/bin/gimp-console - #ln -s gimp-remote-2.5 ${startdir}/pkg/usr/bin/gimp-remote -} diff --git a/gimp-git/gimp-git.install b/gimp-git/gimp-git.install deleted file mode 100644 index 24e2c39..0000000 --- a/gimp-git/gimp-git.install +++ /dev/null @@ -1,23 +0,0 @@ -post_install() { - cat << EOM - ---> OPTIONAL PACKAGES: ---> Please install optional packages as necessary. They will be found and ---> used automatically: ---> gimp has built-in cups print support now. For more sophisticated printing, install gutenprint. ---> For help browser support, install libgtkhtml. - -EOM - - echo "update desktop mime database..." - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - echo "update desktop mime database..." - update-desktop-database -q -} diff --git a/gimp-git/linux.gpl b/gimp-git/linux.gpl deleted file mode 100644 index 0a73d89..0000000 --- a/gimp-git/linux.gpl +++ /dev/null @@ -1,19 +0,0 @@ -GIMP Palette -Name: linux -# - 0 0 0 - 0 0 170 - 0 170 0 - 0 170 170 -170 0 0 -170 0 170 -170 85 0 -170 170 170 - 85 85 85 - 85 85 255 - 85 255 85 - 85 255 255 -255 85 85 -255 85 255 -255 255 85 -255 255 255 |