diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-04-06 20:04:27 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-04-06 20:04:27 -0500 |
commit | 5a94e81f57568d8e7e435c896e96837aef8bad0a (patch) | |
tree | 9fcf7d650674db0aa5e40e9efc122298d2502d7b /pcr/giada | |
parent | a1ffd354f36340bd1a0bf6bed83941df666410d2 (diff) | |
download | abslibre-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/PKGBUILD | 41 | ||||
-rw-r--r-- | pcr/giada/giada.desktop | 10 | ||||
-rw-r--r-- | pcr/giada/giada.install | 11 | ||||
-rw-r--r-- | pcr/giada/giada.png | bin | 2141 -> 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 Binary files differdeleted file mode 100644 index 586e8f8cc..000000000 --- a/pcr/giada/giada.png +++ /dev/null |