From 5a94e81f57568d8e7e435c896e96837aef8bad0a Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 6 Apr 2018 20:04:27 -0500 Subject: Removing giada: This package is in [community] repo --- pcr/giada/PKGBUILD | 41 ----------------------------------------- pcr/giada/giada.desktop | 10 ---------- pcr/giada/giada.install | 11 ----------- pcr/giada/giada.png | Bin 2141 -> 0 bytes 4 files changed, 62 deletions(-) delete mode 100644 pcr/giada/PKGBUILD delete mode 100644 pcr/giada/giada.desktop delete mode 100644 pcr/giada/giada.install delete mode 100644 pcr/giada/giada.png (limited to 'pcr/giada') diff --git a/pcr/giada/PKGBUILD b/pcr/giada/PKGBUILD deleted file mode 100644 index 5f2548eaa..000000000 --- a/pcr/giada/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer (AUR): Christopher Arndt - -# parabola changes and rationale: -# - added .install file to update desktop database -# - added missing depends: libxrandr - -pkgname=giada -pkgver=0.14.5 -pkgrel=1 -pkgdesc="A looper, drum machine, sequencer, live sampler and plugin host" -arch=('i686' 'x86_64' 'armv7h') -url="http://www.giadamusic.com/" -license=('GPL3') -depends=('fltk' 'jansson' 'libpulse' 'libxpm' 'rtmidi' 'libxrandr') -makedepends=('steinberg-vst36') -source=("${pkgname}-${pkgver}-src.tar.gz::http://www.giadamusic.com/download/grab/source" - "$pkgname.desktop" - "$pkgname.png") -install="$pkgname.install" -md5sums=('c83bfd7280dd0408dc1315f4df750ab2' - '06238158680470ab01fbbeb33353e58e' - 'f9b6e4233890720af50c536c4b2c92c0') - -build() { - cd "$srcdir/$pkgname-$pkgver-src" - - export CXXFLAGS="$CXXFLAGS -Wno-error" - ./configure --prefix=/usr --target=linux --enable-vst - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver-src" - - export CXXFLAGS="$CXXFLAGS -Wno-error" - make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/$pkgname.png" \ - "$pkgdir/usr/share/pixmaps/$pkgname.png" - install -Dm644 "$srcdir/$pkgname.desktop" \ - "$pkgdir/usr/share/applications/$pkgname.desktop" -} diff --git a/pcr/giada/giada.desktop b/pcr/giada/giada.desktop deleted file mode 100644 index b0f0dd4c1..000000000 --- a/pcr/giada/giada.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Giada -Comment=A looper, drum machine, sequencer, live sampler and plugin host -TryExec=giada -Exec=giada %F -Icon=giada -StartupNotify=true -Terminal=false -Type=Application -Categories=Application;AudioVideo;Audio;Midi;Music diff --git a/pcr/giada/giada.install b/pcr/giada/giada.install deleted file mode 100644 index 660593cf5..000000000 --- a/pcr/giada/giada.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/pcr/giada/giada.png b/pcr/giada/giada.png deleted file mode 100644 index 586e8f8cc..000000000 Binary files a/pcr/giada/giada.png and /dev/null differ -- cgit v1.2.3