summaryrefslogtreecommitdiff
path: root/pcr/giada
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-06 20:04:27 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-06 20:04:27 -0500
commit5a94e81f57568d8e7e435c896e96837aef8bad0a (patch)
tree9fcf7d650674db0aa5e40e9efc122298d2502d7b /pcr/giada
parenta1ffd354f36340bd1a0bf6bed83941df666410d2 (diff)
downloadabslibre-5a94e81f57568d8e7e435c896e96837aef8bad0a.tar.gz
abslibre-5a94e81f57568d8e7e435c896e96837aef8bad0a.tar.bz2
abslibre-5a94e81f57568d8e7e435c896e96837aef8bad0a.zip
Removing giada: This package is in [community] repo
Diffstat (limited to 'pcr/giada')
-rw-r--r--pcr/giada/PKGBUILD41
-rw-r--r--pcr/giada/giada.desktop10
-rw-r--r--pcr/giada/giada.install11
-rw-r--r--pcr/giada/giada.pngbin2141 -> 0 bytes
4 files changed, 0 insertions, 62 deletions
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 <aur -at- chrisarndt -dot- de>
-
-# 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
--- a/pcr/giada/giada.png
+++ /dev/null
Binary files differ