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

David Runge dvzrv at gemini.archlinux.org
Tue Oct 12 15:42:58 UTC 2021


    Date: Tuesday, October 12, 2021 @ 15:42:58
  Author: dvzrv
Revision: 1029902

archrelease: copy trunk to community-any

Added:
  mediathekview/repos/community-any/PKGBUILD
    (from rev 1029901, mediathekview/trunk/PKGBUILD)
  mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop
    (from rev 1029901, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
  mediathekview/repos/community-any/mediathekview.sh
    (from rev 1029901, 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                               |  120 +++++++++++++++----------------
 de.mediathekview.MediathekView.desktop |   22 ++---
 mediathekview.sh                       |   10 +-
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-12 15:42:38 UTC (rev 1029901)
+++ PKGBUILD	2021-10-12 15:42:58 UTC (rev 1029902)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=MediathekView
-pkgname=mediathekview
-pkgver=13.8.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')
-makedepends=('maven')
-conflicts=('mediathek')
-provides=('mediathek')
-replaces=('mediathek')
-optdepends=('libnotify: to use desktop notifications'
-            'mplayer: for recording streams'
-            'vlc: for stream playback')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz"
-        "de.${pkgname}.${_name}.desktop"
-        "${pkgname}.sh")
-sha512sums=('67624a5d7303a51ef4d57d0ef6cfbd2bd59ee9e7f0df5aed53a270a7b4ea3270f0eedb41a363cb19062b1b312b4ef144ffc5034720bb58fb3f83cc88af4a3c04'
-            '24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
-            '3b4b96bd7f8dd26b9fbc71b109c57257eb57969bfc67dabb87b4d541da37b196f54534eb38266c0b74407c5493aa35db3dd1374b84ab562eb02a02d1660e2ec8')
-b2sums=('c3776a200ccd12253869e3b7fccb51f06a2d2564e0868391f1e761df754b0ec2ad669c8c201b849835a63df79f2944e33d4be0ffca1dee29e882e7b19d17a468'
-        '6dbcdea2918009621fc132b4ff1056ef79f06e27c3299b69ccd7e3cb2b093e3a2a5f76acd6b1ab62689edd867ac1650f61bf829f2a1c575835d31e117d9b9ae5'
-        'db19620fdde16e95df7b866745d95484571db421c791d2f8e28e5b96c59347dc13cc24fab69f07a6d32d5567bdefd8dda7a7057018be7a98a8186d3b156aa298')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${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 1029901, mediathekview/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-12 15:42:58 UTC (rev 1029902)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=MediathekView
+pkgname=mediathekview
+pkgver=13.8.0
+pkgrel=2
+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')
+makedepends=('maven')
+conflicts=('mediathek')
+provides=('mediathek')
+replaces=('mediathek')
+optdepends=('libnotify: to use desktop notifications'
+            'mplayer: for recording streams'
+            'vlc: for stream playback')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz"
+        "de.${pkgname}.${_name}.desktop"
+        "${pkgname}.sh")
+sha512sums=('67624a5d7303a51ef4d57d0ef6cfbd2bd59ee9e7f0df5aed53a270a7b4ea3270f0eedb41a363cb19062b1b312b4ef144ffc5034720bb58fb3f83cc88af4a3c04'
+            '24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
+            '24313f9873aef8680eb466d756c0f537c4d2320e51296f354422bcf70f8f42ffff481c7db0cf58024b2953efb1f7442728e3e977c1ad03aaf3b9c47a535cc6a0')
+b2sums=('c3776a200ccd12253869e3b7fccb51f06a2d2564e0868391f1e761df754b0ec2ad669c8c201b849835a63df79f2944e33d4be0ffca1dee29e882e7b19d17a468'
+        '6dbcdea2918009621fc132b4ff1056ef79f06e27c3299b69ccd7e3cb2b093e3a2a5f76acd6b1ab62689edd867ac1650f61bf829f2a1c575835d31e117d9b9ae5'
+        'cbf668c6ccfb42b575d40de256ec03bb7863ea7db0bb02586f6727728fb5f1f004169849bfa9082a40b93042dc9c8f330c743e5983847c0a20f5d613748bae60')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${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	2021-10-12 15:42:38 UTC (rev 1029901)
+++ de.mediathekview.MediathekView.desktop	2021-10-12 15:42:58 UTC (rev 1029902)
@@ -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 1029901, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
===================================================================
--- de.mediathekview.MediathekView.desktop	                        (rev 0)
+++ de.mediathekview.MediathekView.desktop	2021-10-12 15:42:58 UTC (rev 1029902)
@@ -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	2021-10-12 15:42:38 UTC (rev 1029901)
+++ mediathekview.sh	2021-10-12 15:42:58 UTC (rev 1029902)
@@ -1,5 +0,0 @@
-#!/usr/bin/env sh
-
-PATH="/usr/lib/jvm/java-16-openjdk/bin:${PATH}"
-# requires preview features: https://github.com/mediathekview/MediathekView/issues/528
-java -jar /usr/share/java/mediathekview/MediathekView.jar "$@"

Copied: mediathekview/repos/community-any/mediathekview.sh (from rev 1029901, mediathekview/trunk/mediathekview.sh)
===================================================================
--- mediathekview.sh	                        (rev 0)
+++ mediathekview.sh	2021-10-12 15:42:58 UTC (rev 1029902)
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+PATH="/usr/lib/jvm/java-17-openjdk/bin:${PATH}"
+# requires preview features: https://github.com/mediathekview/MediathekView/issues/528
+java -jar /usr/share/java/mediathekview/MediathekView.jar "$@"



More information about the arch-commits mailing list