mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
32 lines
1.3 KiB
Bash
32 lines
1.3 KiB
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Biru Ionut <biru.ionut at gmail.com>
|
|
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
|
|
# Contributor: William Rea <sillywilly@gmail.com>
|
|
pkgname=jokosher
|
|
pkgver=0.11.3
|
|
pkgrel=1
|
|
pkgdesc="A simple and easy-to-use Open Source multi-track editor"
|
|
arch=('i686' 'x86_64')
|
|
url="http://jokosher.org"
|
|
license=('GPL')
|
|
depends=('gstreamer0.10-python>=0.10.6' 'gnonlin>=0.10.8' 'pygtk' 'dbus-python' 'librsvg' 'setuptools' 'gstreamer0.10-base-plugins' 'gstreamer0.10-base>=0.10.12' 'gstreamer0.10-good>=0.10.5' 'libcanberra' 'pyxdg')
|
|
source=(http://launchpad.net/$pkgname/0.11/$pkgver/+download/$pkgname-$pkgver.tar.gz
|
|
jokosher)
|
|
build() {
|
|
cd $srcdir/$pkgname-$pkgver
|
|
|
|
# Install Jokosher to /usr/share by copying
|
|
mkdir -p $pkgdir/usr/share/jokosher
|
|
cp -R Instruments Jokosher extensions images locale help \
|
|
$pkgdir/usr/share/jokosher/
|
|
|
|
# Install the Jokosher icon, desktop file and run script
|
|
install -D -m644 images/jokosher.png $pkgdir/usr/share/pixmaps/jokosher.png
|
|
install -D -m644 bin/jokosher.desktop $pkgdir/usr/share/applications/jokosher.desktop
|
|
install -D ../jokosher $pkgdir/usr/bin/jokosher
|
|
|
|
# Fixed permission
|
|
chmod 644 $pkgdir/usr/share/jokosher/images/effect_phasers.png
|
|
}
|
|
md5sums=('4f5d4341173a528c5cde596b569414d2'
|
|
'9f43fb030620a6ec7c8eaf1cb2584135')
|