[arch-commits] Commit in clipgrab/repos/community-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Fri Feb 15 20:44:55 UTC 2019


    Date: Friday, February 15, 2019 @ 20:44:54
  Author: arojas
Revision: 433037

archrelease: copy trunk to community-x86_64

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

------------------+
 PKGBUILD         |   75 ++++++++++++++++++++++++++---------------------------
 clipgrab.desktop |   26 +++++++++---------
 2 files changed, 50 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-15 20:44:28 UTC (rev 433036)
+++ PKGBUILD	2019-02-15 20:44:54 UTC (rev 433037)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Alois Nespor <alium at centrum.cz>
-# Contributor: kikadf <kikadf.01 at gmail.com>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: thacrazze <thacrazze|googlemail|com>
-
-pkgname=clipgrab
-pkgver=3.8.0
-pkgrel=1
-pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
-arch=(x86_64)
-url='http://clipgrab.org'
-license=(GPL3)
-depends=(qt5-webengine)
-optdepends=('ffmpeg: for the conversion functionality')
-source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
-        $pkgname.desktop)
-sha256sums=('e67485514e12ed4c4c7a1e70d1f9d51b093677088617ae44c2f68f729d4490d6'
-            '840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake \
-    QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" \
-    QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" \
-    QMAKE_LFLAGS_RELEASE="$LDFLAGS" \
-    clipgrab.pro
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
-  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir"/$pkgname.desktop -t "$pkgdir"/usr/share/applications/
-}

Copied: clipgrab/repos/community-x86_64/PKGBUILD (from rev 433036, clipgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-15 20:44:54 UTC (rev 433037)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alois Nespor <alium at centrum.cz>
+# Contributor: kikadf <kikadf.01 at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: thacrazze <thacrazze|googlemail|com>
+
+pkgname=clipgrab
+pkgver=3.8.1
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
+arch=(x86_64)
+url='https://clipgrab.org'
+license=(GPL3)
+depends=(qt5-webengine)
+optdepends=('ffmpeg: for the conversion functionality')
+source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
+        $pkgname.desktop)
+sha256sums=('e4ab4a1337eeaa1fb06d638afd86414b9bdff5606e1a7a1e396f19cfd017dd3e'
+            '840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake \
+    QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" \
+    QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" \
+    QMAKE_LFLAGS_RELEASE="$LDFLAGS" \
+    clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir"/$pkgname.desktop -t "$pkgdir"/usr/share/applications/
+}

Deleted: clipgrab.desktop
===================================================================
--- clipgrab.desktop	2019-02-15 20:44:28 UTC (rev 433036)
+++ clipgrab.desktop	2019-02-15 20:44:54 UTC (rev 433037)
@@ -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;

Copied: clipgrab/repos/community-x86_64/clipgrab.desktop (from rev 433036, clipgrab/trunk/clipgrab.desktop)
===================================================================
--- clipgrab.desktop	                        (rev 0)
+++ clipgrab.desktop	2019-02-15 20:44:54 UTC (rev 433037)
@@ -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