summaryrefslogtreecommitdiff
path: root/community/gnofract4d
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
commit7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch)
tree5b0baf1ad1b36444ffbf73707a377b15fc67692f /community/gnofract4d
parent46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff)
Mon Jan 9 13:47:49 UTC 2012
Diffstat (limited to 'community/gnofract4d')
-rw-r--r--community/gnofract4d/PKGBUILD30
-rw-r--r--community/gnofract4d/gnofract4d.install12
-rw-r--r--community/gnofract4d/imageIO.cpp.patch13
3 files changed, 0 insertions, 55 deletions
diff --git a/community/gnofract4d/PKGBUILD b/community/gnofract4d/PKGBUILD
deleted file mode 100644
index 4d8b5b0dd..000000000
--- a/community/gnofract4d/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
-
-pkgname=gnofract4d
-pkgver=3.14
-pkgrel=1
-pkgdesc='A fractal browser with PyGTK gui'
-arch=('i686' 'x86_64')
-url='http://gnofract4d.sourceforge.net'
-license=('custom')
-depends=('pygtk' 'libjpeg' 'libpng' 'shared-mime-info')
-options=('!strip')
-install='gnofract4d.install'
-source=("http://downloads.sourceforge.net/sourceforge/gnofract4d/gnofract4d-${pkgver}.tar.gz")
-md5sums=('5c4956ff9aed37b5ad8b984e3673937d')
-
-build() {
- cd gnofract4d-${pkgver}
-
- python2 setup.py build
-}
-
-package() {
- cd gnofract4d-${pkgver}
-
- python2 setup.py install --root=${pkgdir} --optimize=1
-
- install -D -m644 COPYING \
- ${pkgdir}/usr/share/licenses/gnofract4d/COPYING
-}
diff --git a/community/gnofract4d/gnofract4d.install b/community/gnofract4d/gnofract4d.install
deleted file mode 100644
index 1fa01b255..000000000
--- a/community/gnofract4d/gnofract4d.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-
-post_remove() {
- post_install $1
-}
diff --git a/community/gnofract4d/imageIO.cpp.patch b/community/gnofract4d/imageIO.cpp.patch
deleted file mode 100644
index 62c7e1c69..000000000
--- a/community/gnofract4d/imageIO.cpp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- fract4d/c/imageIO.cpp.orig 2010-03-28 04:47:10.000000000 +0200
-+++ fract4d/c/imageIO.cpp 2010-08-18 23:29:06.000000000 +0200
-@@ -3,6 +3,10 @@
-
- #include "image_public.h"
-
-+#define png_infopp_NULL (png_infopp)NULL
-+#define int_p_NULL (int*)NULL
-+#define png_bytepp_NULL (png_bytepp)NULL
-+
- class image_writer : public ImageWriter
- {
- public: