From 851ab9aa99e9bda38f88b5f5ade096c9137e11c8 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 23 Nov 2011 16:27:38 +0000 Subject: Wed Nov 23 16:27:34 UTC 2011 --- community-testing/clipgrab/PKGBUILD | 28 ---------------------------- community-testing/clipgrab/clipgrab.desktop | 13 ------------- community-testing/clipgrab/clipgrab.png | Bin 571 -> 0 bytes 3 files changed, 41 deletions(-) delete mode 100644 community-testing/clipgrab/PKGBUILD delete mode 100644 community-testing/clipgrab/clipgrab.desktop delete mode 100644 community-testing/clipgrab/clipgrab.png (limited to 'community-testing/clipgrab') diff --git a/community-testing/clipgrab/PKGBUILD b/community-testing/clipgrab/PKGBUILD deleted file mode 100644 index df3c57383..000000000 --- a/community-testing/clipgrab/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: thacrazze -# Maintainer: Stefan Husmann -pkgname=clipgrab -pkgver=3.1.0.2 -pkgrel=2 -pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...' -arch=('i686' 'x86_64') -url='http://clipgrab.de/' -license=('GPL') -depends=('qt' 'qtwebkit') -optdepends=('ffmpeg: for some encodings') -source=(http://clipgrab.de/download/${pkgname}-${pkgver}.tar.bz2 ${pkgname}.png ${pkgname}.desktop) -md5sums=('1250e1fb29cd88b7ce1a37d937de0146' - 'ef030502ae0922e632742f47283313f4' - '9a141791f6952917c441050c3dac81ce') - -build() { - cd $srcdir/$pkgname-$pkgver - qmake && make -} -package() { - cd $srcdir/$pkgname-$pkgver - install -Dm755 ${pkgname} $pkgdir/usr/bin/${pkgname} - 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/community-testing/clipgrab/clipgrab.desktop b/community-testing/clipgrab/clipgrab.desktop deleted file mode 100644 index dad31cfdd..000000000 --- a/community-testing/clipgrab/clipgrab.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Type=Application -Encoding=UTF-8 -Name=ClipGrab -GenericName=Video Downloader -GenericName[de]=Video-Downloader -Comment=Download videos and convert it -Comment[de]=Videos herunterladen und konvertieren -Icon=/usr/share/pixmaps/clipgrab.png -Exec=clipgrab -TryExec=clipgrab -Terminal=false -Categories=Qt;AudioVideo;Audio;Video; diff --git a/community-testing/clipgrab/clipgrab.png b/community-testing/clipgrab/clipgrab.png deleted file mode 100644 index 2573fed20..000000000 Binary files a/community-testing/clipgrab/clipgrab.png and /dev/null differ -- cgit v1.2.3-54-g00ecf