summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 11:31:29 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 11:31:29 -0500
commite5ceb83880a6cd7377952056636ca6594583b7d5 (patch)
tree50e987cd3594d6fbd7e07f0e669bb3efc07a2c58 /pcr
parent8f8ca4acea4b1dd5a129befae9fdc62dcf8ccdaa (diff)
nekobee: remove deprecated package from [pcr]
Diffstat (limited to 'pcr')
-rw-r--r--pcr/nekobee/PKGBUILD27
-rw-r--r--pcr/nekobee/nekobee.patch20
2 files changed, 0 insertions, 47 deletions
diff --git a/pcr/nekobee/PKGBUILD b/pcr/nekobee/PKGBUILD
deleted file mode 100644
index 4e71ae93d..000000000
--- a/pcr/nekobee/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
-
-pkgname=nekobee
-pkgver=0.1.8
-pkgrel=2
-pkgdesc="A TB303-style synthesizer for DSSI"
-url="https://github.com/gordonjcp/nekobee"
-depends=('liblo' 'gtk2')
-makedepends=('dssi' 'python' 'ladspa')
-arch=('i686')
-license=('GPL')
-source=("https://github.com/gordonjcp/${pkgname}/archive/${pkgver}.tar.gz"
- "nekobee.patch")
-md5sums=('5954ac49043bc80588be72a9b9a9b28f'
- '8dde87ad9b2a8500c51d773b25b7984f')
-
-build() {
-cd $startdir/src/$pkgname-$pkgver
-patch -p1 -i $srcdir/$pkgname.patch
-./waf configure --prefix=/usr
-./waf
-}
-
-package() {
-cd $startdir/src/$pkgname-$pkgver
-DESTDIR=$pkgdir ./waf install
-}
diff --git a/pcr/nekobee/nekobee.patch b/pcr/nekobee/nekobee.patch
deleted file mode 100644
index dd995c357..000000000
--- a/pcr/nekobee/nekobee.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -aur nekobee-0.1.8/wscript nekobee-0.1.8.new/wscript
---- nekobee-0.1.8/wscript 2010-09-12 21:34:13.000000000 +0200
-+++ nekobee-0.1.8.new/wscript 2013-05-25 22:47:23.923441000 +0200
-@@ -31,7 +31,7 @@
- # DSSI plugin
- plugin_dssi = bld.new_task_gen('cc', 'shlib')
- plugin_dssi.env['shlib_PATTERN'] = '%s.so'
-- plugin_dssi.env.append_value("LINKFLAGS", "-module -avoid-version -Wc,-nostartfiles")
-+ plugin_dssi.env.append_value("LINKFLAGS", "-lm")
- plugin_dssi.includes = ['.', 'src']
- plugin_dssi.defines = 'HAVE_CONFIG_H'
- plugin_dssi.source = [
-@@ -49,6 +49,7 @@
-
- # DSSI UI executable
- gui_gtk = bld.new_task_gen('cc', 'program')
-+ gui_gtk.env.append_value("LINKFLAGS", "-lm")
- gui_gtk.includes = ['.', 'src']
- gui_gtk.defines = 'HAVE_CONFIG_H'
- gui_gtk.source = [