diff --git a/community/drumkv1/PKGBUILD b/community/drumkv1/PKGBUILD deleted file mode 100644 index e5b536217..000000000 --- a/community/drumkv1/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: speps - -# ALARM: Kevin Mihelich -# - build with -fPIE for ARM - -pkgname=drumkv1 -pkgver=0.4.1 -pkgrel=1 -pkgdesc="An old-school drum-kit sampler" -arch=(i686 x86_64) -url="http://$pkgname.sourceforge.net/$pkgname-index.html" -license=('GPL') -groups=('lv2-plugins') -depends=('jack' 'liblo' 'lv2' 'qt5-base' - 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info') -install="$pkgname.install" -source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('48b092e94a4fbf8e8e51bd02d39ed348') - -prepare() { - cd $pkgname-$pkgver - - # x86_64 lib path fix - sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro - - # i686 -reduce-relocations - if [[ $CARCH = i686 || $CARCH = arm || $CARCH = armv6h || $CARCH = armv7h ]]; then - export CXXFLAGS+=" -fPIE" - fi -} - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/drumkv1/drumkv1.install b/community/drumkv1/drumkv1.install deleted file mode 100644 index ec1a84bbb..000000000 --- a/community/drumkv1/drumkv1.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null - update-mime-database usr/share/mime - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/community/samplv1/PKGBUILD b/community/samplv1/PKGBUILD deleted file mode 100644 index 95f66b45b..000000000 --- a/community/samplv1/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: speps - -# ALARM: Kevin Mihelich -# - build with -fPIE for ARM - -pkgname=samplv1 -pkgver=0.4.1 -pkgrel=1 -pkgdesc="Polyphonic sampler synthesizer with stereo fx" -arch=(i686 x86_64) -url="http://$pkgname.sourceforge.net/$pkgname-index.html" -license=('GPL') -groups=('lv2-plugins') -depends=('jack' 'liblo' 'lv2' 'qt5-base' - 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info') -install="$pkgname.install" -source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('77b94efe772f0f3bee7c6ccc67dacf8d') - -prepare() { - cd $pkgname-$pkgver - - # x86_64 lib path fix - sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro - - # i686 -reduce-relocations - if [[ $CARCH = i686 || $CARCH = arm || $CARCH = armv6h || $CARCH = armv7h ]]; then - export CXXFLAGS+=" -fPIE" - fi -} - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/samplv1/samplv1.install b/community/samplv1/samplv1.install deleted file mode 100644 index ec1a84bbb..000000000 --- a/community/samplv1/samplv1.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null - update-mime-database usr/share/mime - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/community/synthv1/PKGBUILD b/community/synthv1/PKGBUILD deleted file mode 100644 index 418adae87..000000000 --- a/community/synthv1/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: speps - -# ALARM: Kevin Mihelich -# - build with -fPIE for ARM - -pkgname=synthv1 -pkgver=0.4.1 -pkgrel=1 -pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx" -arch=(i686 x86_64) -url="http://$pkgname.sourceforge.net/$pkgname-index.html" -license=('GPL') -groups=('lv2-plugins') -depends=('jack' 'liblo' 'lv2' 'qt5-base' - 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info') -install="$pkgname.install" -source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('848413db4318819fd9fe8e0274845285') - -prepare() { - cd $pkgname-$pkgver - - # x86_64 lib path fix - sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro - - # i686 -reduce-relocations - if [[ $CARCH = i686 || $CARCH = arm || $CARCH = armv6h || $CARCH = armv7h ]]; then - export CXXFLAGS+=" -fPIE" - fi -} - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/synthv1/synthv1.install b/community/synthv1/synthv1.install deleted file mode 100644 index ec1a84bbb..000000000 --- a/community/synthv1/synthv1.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null - update-mime-database usr/share/mime - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}