[arch-commits] Commit in mediathekview/repos/community-any (6 files)

David Runge dvzrv at archlinux.org
Mon Aug 17 08:48:06 UTC 2020


    Date: Monday, August 17, 2020 @ 08:48:05
  Author: dvzrv
Revision: 682540

archrelease: copy trunk to community-any

Added:
  mediathekview/repos/community-any/PKGBUILD
    (from rev 682539, mediathekview/trunk/PKGBUILD)
  mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop
    (from rev 682539, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
  mediathekview/repos/community-any/mediathekview.sh
    (from rev 682539, mediathekview/trunk/mediathekview.sh)
Deleted:
  mediathekview/repos/community-any/PKGBUILD
  mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop
  mediathekview/repos/community-any/mediathekview.sh

----------------------------------------+
 PKGBUILD                               |  115 +++++++++++++++----------------
 de.mediathekview.MediathekView.desktop |   22 ++---
 mediathekview.sh                       |    8 +-
 3 files changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 08:47:29 UTC (rev 682539)
+++ PKGBUILD	2020-08-17 08:48:05 UTC (rev 682540)
@@ -1,56 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=MediathekView
-pkgname=mediathekview
-pkgver=13.5.1
-pkgrel=3
-pkgdesc="Access the Mediathek of many German TV stations"
-arch=('any')
-url="https://github.com/mediathekview/MediathekView"
-license=('GPL3')
-depends=('bash' 'hicolor-icon-theme' 'java-runtime=14')
-provides=('mediathek')
-conflicts=('mediathek')
-replaces=('mediathek')
-makedepends=('maven')
-optdepends=('mplayer: for recording streams'
-            'vlc: for stream playback')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
-        "de.${pkgname}.${_name}.desktop"
-        "${pkgname}.sh")
-sha512sums=('6c2d8e9d3f7d030de4c3b1efb8355c008ab066abe5642e17b963ce28d41696400d809f2097267540d3219dc8b0545d853560621e48f70fa83dc6a1921937343d'
-            '24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
-            '14e06bfdfa76517d60e15cef0abf2a483dadbbc6433aa0d3a1ddd998ed3ca958ba17619ee386ee4d41ea98d2d57bf439c2432091aca57b348a697ef978b6c38f')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./mvnw clean install -Plinux,install4j-linux
-}
-
-package() {
-  local _size
-  cd "$pkgname-$pkgver"
-  # jar
-  install -vDm 644 "target/${_name}.jar" \
-    -t "${pkgdir}/usr/share/java/${pkgname}"
-  # script
-  install -vDm 755 "../${pkgname}.sh" \
-    "${pkgdir}/usr/bin/${pkgname}"
-  # XDG desktop file
-  install -vDm 644 "../de.mediathekview.${_name}.desktop" \
-    -t "${pkgdir}/usr/share/applications"
-  # icons
-  for _size in 16 32 48 128; do
-    install -vDm 644 "target/${_name}@x${_size}.png" \
-      "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/${pkgname}.png"
-  done
-  install -vDm 644 res/${_name}.svg \
-    -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # docs
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: mediathekview/repos/community-any/PKGBUILD (from rev 682539, mediathekview/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-17 08:48:05 UTC (rev 682540)
@@ -0,0 +1,59 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=MediathekView
+pkgname=mediathekview
+pkgver=13.6.0
+pkgrel=1
+pkgdesc="Access the Mediathek of many German TV stations"
+arch=('any')
+url="https://github.com/mediathekview/MediathekView"
+license=('GPL3')
+depends=('bash' 'hicolor-icon-theme' 'java-runtime=14')
+provides=('mediathek')
+conflicts=('mediathek')
+replaces=('mediathek')
+makedepends=('maven')
+optdepends=('mplayer: for recording streams'
+            'vlc: for stream playback')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
+        "de.${pkgname}.${_name}.desktop"
+        "${pkgname}.sh")
+sha512sums=('35e8b4c8797acd43ad5594ac121b779c237c5e1d7f007289a8fdfaae921060c2e5ca4568f1be1720b61e6a40a91d5a39a035e6fdfc8a8b67655c9e133b7db6bd'
+            '24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
+            '14e06bfdfa76517d60e15cef0abf2a483dadbbc6433aa0d3a1ddd998ed3ca958ba17619ee386ee4d41ea98d2d57bf439c2432091aca57b348a697ef978b6c38f')
+b2sums=('7521bdb0dfbcc93b78e6fb1fa5dd897e53dc7041ee14af24f048a0c70ca2c5474eb37c2b3c9825f1d577f990bce628380fdcd8d7ae62525b4e6efdba28b000f1'
+        '6dbcdea2918009621fc132b4ff1056ef79f06e27c3299b69ccd7e3cb2b093e3a2a5f76acd6b1ab62689edd867ac1650f61bf829f2a1c575835d31e117d9b9ae5'
+        '70c56ce2e3d9c606638c68745e22b7361150589314286b01a44c518c6eb73c90ab21ef3a1252c5aabf4c66cfea2b100f411db29ff6101f4dba43c2f60f2d45c6')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./mvnw clean install -Plinux,install4j-linux
+}
+
+package() {
+  local _size
+  cd "$pkgname-$pkgver"
+  # jar
+  install -vDm 644 "target/${_name}.jar" \
+    -t "${pkgdir}/usr/share/java/${pkgname}"
+  # script
+  install -vDm 755 "../${pkgname}.sh" \
+    "${pkgdir}/usr/bin/${pkgname}"
+  # XDG desktop file
+  install -vDm 644 "../de.mediathekview.${_name}.desktop" \
+    -t "${pkgdir}/usr/share/applications"
+  # icons
+  for _size in 16 32 48 128; do
+    install -vDm 644 "target/${_name}@x${_size}.png" \
+      "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/${pkgname}.png"
+  done
+  install -vDm 644 res/${_name}.svg \
+    -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: de.mediathekview.MediathekView.desktop
===================================================================
--- de.mediathekview.MediathekView.desktop	2020-08-17 08:47:29 UTC (rev 682539)
+++ de.mediathekview.MediathekView.desktop	2020-08-17 08:48:05 UTC (rev 682540)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Categories=AudioVideo;Audio;Video;Player;TV;
-Comment=Access to the Mediathek of different tv stations
-Comment[de]=Durchsucht die Online-Mediatheken verschiedener Sender
-Exec=mediathekview
-GenericName=Mediathek
-Icon=mediathekview
-Name=MediathekView
-StartupNotify=true
-Terminal=false
-Type=Application

Copied: mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop (from rev 682539, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
===================================================================
--- de.mediathekview.MediathekView.desktop	                        (rev 0)
+++ de.mediathekview.MediathekView.desktop	2020-08-17 08:48:05 UTC (rev 682540)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Categories=AudioVideo;Audio;Video;Player;TV;
+Comment=Access to the Mediathek of different tv stations
+Comment[de]=Durchsucht die Online-Mediatheken verschiedener Sender
+Exec=mediathekview
+GenericName=Mediathek
+Icon=mediathekview
+Name=MediathekView
+StartupNotify=true
+Terminal=false
+Type=Application

Deleted: mediathekview.sh
===================================================================
--- mediathekview.sh	2020-08-17 08:47:29 UTC (rev 682539)
+++ mediathekview.sh	2020-08-17 08:48:05 UTC (rev 682540)
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-
-PATH="/usr/lib/jvm/java-14-openjdk/bin:${PATH}"
-java -jar /usr/share/java/mediathekview/MediathekView.jar "$@"

Copied: mediathekview/repos/community-any/mediathekview.sh (from rev 682539, mediathekview/trunk/mediathekview.sh)
===================================================================
--- mediathekview.sh	                        (rev 0)
+++ mediathekview.sh	2020-08-17 08:48:05 UTC (rev 682540)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+PATH="/usr/lib/jvm/java-14-openjdk/bin:${PATH}"
+java -jar /usr/share/java/mediathekview/MediathekView.jar "$@"



More information about the arch-commits mailing list