[arch-commits] Commit in clipgrab (7 files)

Antonio Rojas arojas at archlinux.org
Fri Dec 19 20:09:41 UTC 2014


    Date: Friday, December 19, 2014 @ 21:09:41
  Author: arojas
Revision: 124122

archrelease: copy trunk to community-i686, community-x86_64

Added:
  clipgrab/repos/
  clipgrab/repos/community-i686/
  clipgrab/repos/community-i686/PKGBUILD
    (from rev 124121, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-i686/clipgrab.desktop
    (from rev 124121, clipgrab/trunk/clipgrab.desktop)
  clipgrab/repos/community-x86_64/
  clipgrab/repos/community-x86_64/PKGBUILD
    (from rev 124121, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
    (from rev 124121, clipgrab/trunk/clipgrab.desktop)

-----------------------------------+
 community-i686/PKGBUILD           |   31 +++++++++++++++++++++++++++++++
 community-i686/clipgrab.desktop   |   13 +++++++++++++
 community-x86_64/PKGBUILD         |   31 +++++++++++++++++++++++++++++++
 community-x86_64/clipgrab.desktop |   13 +++++++++++++
 4 files changed, 88 insertions(+)

Copied: clipgrab/repos/community-i686/PKGBUILD (from rev 124121, clipgrab/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-19 20:09:41 UTC (rev 124122)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: thacrazze <thacrazze|googlemail|com>
+
+pkgname=clipgrab
+pkgver=3.4.8
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
+arch=('i686' 'x86_64')
+url='http://clipgrab.de/en'
+license=('GPL3')
+depends=('qtwebkit')
+optdepends=('ffmpeg: for the conversion functionality')
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
+        $pkgname.desktop)
+md5sums=('f15acc189a2bbf43fd0ed3a47e1d9ee0'
+         '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Copied: clipgrab/repos/community-i686/clipgrab.desktop (from rev 124121, clipgrab/trunk/clipgrab.desktop)
===================================================================
--- repos/community-i686/clipgrab.desktop	                        (rev 0)
+++ repos/community-i686/clipgrab.desktop	2014-12-19 20:09:41 UTC (rev 124122)
@@ -0,0 +1,13 @@
+[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;

Copied: clipgrab/repos/community-x86_64/PKGBUILD (from rev 124121, clipgrab/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-19 20:09:41 UTC (rev 124122)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: thacrazze <thacrazze|googlemail|com>
+
+pkgname=clipgrab
+pkgver=3.4.8
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
+arch=('i686' 'x86_64')
+url='http://clipgrab.de/en'
+license=('GPL3')
+depends=('qtwebkit')
+optdepends=('ffmpeg: for the conversion functionality')
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
+        $pkgname.desktop)
+md5sums=('f15acc189a2bbf43fd0ed3a47e1d9ee0'
+         '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Copied: clipgrab/repos/community-x86_64/clipgrab.desktop (from rev 124121, clipgrab/trunk/clipgrab.desktop)
===================================================================
--- repos/community-x86_64/clipgrab.desktop	                        (rev 0)
+++ repos/community-x86_64/clipgrab.desktop	2014-12-19 20:09:41 UTC (rev 124122)
@@ -0,0 +1,13 @@
+[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;



More information about the arch-commits mailing list