From 53ef21bb95e7c637ea0aad27c6c1d85ceaaf6845 Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 14 Mar 2018 23:04:17 -0300 Subject: Removing [pcr] packages available in [community] Excepting arduino, there's a thing about that that I don't remember My hack for discovering these pkgs: pacman -Sl pcr community | gawk '{ print $2 }' | sort | uniq -cd --- pcr/helm/PKGBUILD | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 pcr/helm/PKGBUILD (limited to 'pcr/helm/PKGBUILD') diff --git a/pcr/helm/PKGBUILD b/pcr/helm/PKGBUILD deleted file mode 100644 index 5849b36d8..000000000 --- a/pcr/helm/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# Maintainer (AUR): gato_lento -# Based on helm-git PKGBUILD by: Christopher Arndt -# Contributor: André Silva - -# parabola changes and rationale: -# - changed tarball name to reduce chance of collisions -# - added missing depends: libxinerama jack libxcursor -# - added patch to fix compile error against recent glibc - -pkgname='helm' -pkgver=0.9.0 -pkgrel=3 -pkgdesc='a cross-platform, polyphonic synthesizer, available standalone and as an LV2 plugin' -arch=('x86_64' 'i686' 'armv7h') -url='http://tytel.org/helm/' -license=('GPL') -groups=('lv2-plugins') -depends=('alsa-lib' 'freetype2' 'mesa' 'lv2' 'libxinerama' 'jack' 'libxcursor') -conflicts=('helm-git') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mtytel/helm/archive/v${pkgver}.tar.gz" - "sigemptyset.patch") -sha256sums=('4004c11fd1d773cc2a12adb5336873bc86c5ecbd370b8da2820fed6ef5ec58ad' - '66c442780c36b5a17c73be7f76b46ba9261e69591d15be4607c90214852b1454') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -Np1 -i "$srcdir"/sigemptyset.patch - - for build in standalone/builds/linux builds/linux/VST builds/linux/LV2; do - sed -i -e 's|JUCE_INCLUDE_PNGLIB_CODE=0|JUCE_INCLUDE_PNGLIB_CODE=1|g' \ - "${build}/Makefile" - done -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - CXXFLAGS="${CXXFLAGS} -DHAVE_LROUND -Wno-error" - make PREFIX="/usr" standalone lv2 -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - CXXFLAGS="${CXXFLAGS} -DHAVE_LROUND -Wno-error" - make DESTDIR="$pkgdir" install_standalone install_lv2 -} -- cgit v1.2.3