summaryrefslogtreecommitdiff
path: root/community/qtoctave
diff options
context:
space:
mode:
Diffstat (limited to 'community/qtoctave')
-rwxr-xr-xcommunity/qtoctave/PKGBUILD30
-rw-r--r--community/qtoctave/qtoctave-gcc44.patch10
-rw-r--r--community/qtoctave/qtoctave.install14
3 files changed, 0 insertions, 54 deletions
diff --git a/community/qtoctave/PKGBUILD b/community/qtoctave/PKGBUILD
deleted file mode 100755
index aa57b3b79..000000000
--- a/community/qtoctave/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
-
-pkgname=qtoctave
-pkgver=0.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="qt frontend for octave"
-url="https://forja.rediris.es/projects/csl-qtoctave/"
-license=('GPL2')
-depends=('qt' 'octave' 'hicolor-icon-theme')
-makedepends=('cmake')
-source=(http://forja.rediris.es/frs/download.php/2054/${pkgname}-${pkgver}.tar.gz \
- qtoctave-gcc44.patch)
-md5sums=('f23afd8eb850b950f51b65f256a83835'
- 'ca88a01563e2ad4ad3ae4912289b501d')
-install=qtoctave.install
-options=('!libtool' '!emptydirs')
-
-build() {
- cd ${srcdir}/${pkgname}-$pkgver
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_BUILD_TYPE=RELEASE .
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-$pkgver
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/qtoctave/qtoctave-gcc44.patch b/community/qtoctave/qtoctave-gcc44.patch
deleted file mode 100644
index d13869111..000000000
--- a/community/qtoctave/qtoctave-gcc44.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/search_dialog.h.bak 2009-09-09 20:49:14.484802974 +0200
-+++ src/search_dialog.h 2009-09-09 20:49:24.222481579 +0200
-@@ -26,6 +26,7 @@
- #include <QGroupBox>
- #include <QPushButton>
- #include "config.h"
-+#include <stdio.h>
-
- class SearchDialog: public QDialog
- {
diff --git a/community/qtoctave/qtoctave.install b/community/qtoctave/qtoctave.install
deleted file mode 100644
index 28fdb48fb..000000000
--- a/community/qtoctave/qtoctave.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-