diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/xjadeo | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xjadeo')
-rw-r--r-- | community/xjadeo/PKGBUILD | 42 | ||||
-rw-r--r-- | community/xjadeo/qjadeo.desktop | 8 | ||||
-rw-r--r-- | community/xjadeo/xjadeo.install | 11 |
3 files changed, 0 insertions, 61 deletions
diff --git a/community/xjadeo/PKGBUILD b/community/xjadeo/PKGBUILD deleted file mode 100644 index 24e1d1919..000000000 --- a/community/xjadeo/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# $Id: PKGBUILD 95059 2013-08-04 22:37:03Z speps $ -# Maintainer : speps <speps at aur dot archlinux dot org> - -pkgname=xjadeo -pkgver=0.7.5 -pkgrel=1 -pkgdesc="A simple video player that is synchronized to jack transport." -arch=('i686' 'x86_64') -url="http://xjadeo.sourceforge.net" -license=('GPL') -depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi') -makedepends=('qt4') -optdepends=('qt4: for the GUI (qjadeo)') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - "qjadeo.desktop") -install="$pkgname.install" -md5sums=('477e1140f1f3c4a89243bf7310aa9907' - '315e2ab44ce3edf4068ff6db48942908') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ - --enable-qtgui \ - --with-qt4prefix=/usr/lib/qt4 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install - - # rc file - install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc" - - # desktop file - install -Dm644 ../qjadeo.desktop \ - "$pkgdir/usr/share/applications/qjadeo.desktop" - - # icon - install -Dm644 doc/xjadeo.png \ - "$pkgdir/usr/share/pixmaps/qjadeo.png" -} diff --git a/community/xjadeo/qjadeo.desktop b/community/xjadeo/qjadeo.desktop deleted file mode 100644 index 4d68949f6..000000000 --- a/community/xjadeo/qjadeo.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Exec=qjadeo -Type=Application -Terminal=false -Name=QJadeo -Comment=QJadeo Jack Video Player -Categories=AudioVideo; -Icon=qjadeo
\ No newline at end of file diff --git a/community/xjadeo/xjadeo.install b/community/xjadeo/xjadeo.install deleted file mode 100644 index 29a708b66..000000000 --- a/community/xjadeo/xjadeo.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_install() { - post_install -} - -post_remove() { - post_install -} |