summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-25 20:44:27 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-25 20:44:27 -0300
commite12def2f350f7719974f9dfc8157b6ccb1599f8d (patch)
tree21e5487b8a6c9664e59e98958e965bb7664c99a8
parent6230668fdff937bd20d91cedcde5608d8d94e19a (diff)
parente1a72973b50bf1aa4e66b2a62fd05cbe12ea7880 (diff)
downloadabslibre-e12def2f350f7719974f9dfc8157b6ccb1599f8d.tar.gz
abslibre-e12def2f350f7719974f9dfc8157b6ccb1599f8d.tar.bz2
abslibre-e12def2f350f7719974f9dfc8157b6ccb1599f8d.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r--pcr/ha-pacemaker/PKGBUILD4
-rw-r--r--pcr/nekobee/PKGBUILD27
-rw-r--r--pcr/nekobee/nekobee.patch20
3 files changed, 50 insertions, 1 deletions
diff --git a/pcr/ha-pacemaker/PKGBUILD b/pcr/ha-pacemaker/PKGBUILD
index 64132b521..2cd0be84c 100644
--- a/pcr/ha-pacemaker/PKGBUILD
+++ b/pcr/ha-pacemaker/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ha-pacemaker
_pkgname=${pkgname:3}
pkgver=1.1.9
-pkgrel=2
+pkgrel=3
pkgdesc='Cluster resource manager'
arch=(
i686
@@ -78,4 +78,6 @@ build() {
package() {
cd $srcdir/$_pkgname-${_pkgname^}-$pkgver
setarch $CARCH make DESTDIR=$pkgdir install
+
+ mv $pkgdir/usr/sbin/cibsecret{,-pacemaker}
}
diff --git a/pcr/nekobee/PKGBUILD b/pcr/nekobee/PKGBUILD
new file mode 100644
index 000000000..4e71ae93d
--- /dev/null
+++ b/pcr/nekobee/PKGBUILD
@@ -0,0 +1,27 @@
+# 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
new file mode 100644
index 000000000..dd995c357
--- /dev/null
+++ b/pcr/nekobee/nekobee.patch
@@ -0,0 +1,20 @@
+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 = [