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

David Runge dvzrv at archlinux.org
Mon Jan 18 08:35:51 UTC 2021


    Date: Monday, January 18, 2021 @ 08:35:51
  Author: dvzrv
Revision: 822639

archrelease: copy trunk to community-any

Added:
  mediathekview/repos/community-any/PKGBUILD
    (from rev 822638, mediathekview/trunk/PKGBUILD)
  mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop
    (from rev 822638, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
  mediathekview/repos/community-any/mediathekview.sh
    (from rev 822638, 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-01-18 08:35:41 UTC (rev 822638)
+++ PKGBUILD	2021-01-18 08:35:51 UTC (rev 822639)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=MediathekView
-pkgname=mediathekview
-pkgver=13.7.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=15')
-provides=('mediathek')
-conflicts=('mediathek')
-replaces=('mediathek')
-makedepends=('maven')
-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/${pkgver}.tar.gz"
-        "de.${pkgname}.${_name}.desktop"
-        "${pkgname}.sh")
-sha512sums=('f456422deaa6342812bfc6dfd0f7d4082e2182852766f09ede0e55a2f6bbd68d10a3f57f3412e0a198e11c2e8309af37e0006264338d2189c93b9bf16dad4d59'
-            '24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
-            'c70e7ffc83ef6f05552edcf90f69461b543af9b601983ceeb4deaf3d372fe9d3ab0750928dd73db4da29727583c7814202d2a6bbf6d0b51642bacf14c972666c')
-b2sums=('aa15936f4274fb60e48846838d33c4d49378208a8aecc51c137cefa25546566ad70628efb59275b7ffc5c47557f01d70ceb043d7eee1d965855fd816aafcc309'
-        '6dbcdea2918009621fc132b4ff1056ef79f06e27c3299b69ccd7e3cb2b093e3a2a5f76acd6b1ab62689edd867ac1650f61bf829f2a1c575835d31e117d9b9ae5'
-        '12b16d33c4c0e1ab6f6b7963ad2d9cc508116cc512521bdfa7b361c2443154558ccfacf42be3032c261392c6d60424021cb69fb9753821bd063c21911b2cae81')
-
-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 822638, mediathekview/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-18 08:35:51 UTC (rev 822639)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=MediathekView
+pkgname=mediathekview
+pkgver=13.7.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>=15')
+provides=('mediathek')
+conflicts=('mediathek')
+replaces=('mediathek')
+makedepends=('maven')
+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/${pkgver}.tar.gz"
+        "de.${pkgname}.${_name}.desktop"
+        "${pkgname}.sh")
+sha512sums=('f456422deaa6342812bfc6dfd0f7d4082e2182852766f09ede0e55a2f6bbd68d10a3f57f3412e0a198e11c2e8309af37e0006264338d2189c93b9bf16dad4d59'
+            '24a94a078180aca7c50ed7763ef4806c116c27f901f644ef570ee413ffc3ac795b5ebd24d696a9b2ec426e7c9b6eaf8a8b22addb5ac7c9fe9700f7c04305f64b'
+            'c70e7ffc83ef6f05552edcf90f69461b543af9b601983ceeb4deaf3d372fe9d3ab0750928dd73db4da29727583c7814202d2a6bbf6d0b51642bacf14c972666c')
+b2sums=('aa15936f4274fb60e48846838d33c4d49378208a8aecc51c137cefa25546566ad70628efb59275b7ffc5c47557f01d70ceb043d7eee1d965855fd816aafcc309'
+        '6dbcdea2918009621fc132b4ff1056ef79f06e27c3299b69ccd7e3cb2b093e3a2a5f76acd6b1ab62689edd867ac1650f61bf829f2a1c575835d31e117d9b9ae5'
+        '12b16d33c4c0e1ab6f6b7963ad2d9cc508116cc512521bdfa7b361c2443154558ccfacf42be3032c261392c6d60424021cb69fb9753821bd063c21911b2cae81')
+
+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	2021-01-18 08:35:41 UTC (rev 822638)
+++ de.mediathekview.MediathekView.desktop	2021-01-18 08:35:51 UTC (rev 822639)
@@ -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 822638, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
===================================================================
--- de.mediathekview.MediathekView.desktop	                        (rev 0)
+++ de.mediathekview.MediathekView.desktop	2021-01-18 08:35:51 UTC (rev 822639)
@@ -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-01-18 08:35:41 UTC (rev 822638)
+++ mediathekview.sh	2021-01-18 08:35:51 UTC (rev 822639)
@@ -1,5 +0,0 @@
-#!/usr/bin/env sh
-
-PATH="/usr/lib/jvm/java-15-openjdk/bin:${PATH}"
-# requires preview features: https://github.com/mediathekview/MediathekView/issues/528
-java --enable-preview -jar /usr/share/java/mediathekview/MediathekView.jar "$@"

Copied: mediathekview/repos/community-any/mediathekview.sh (from rev 822638, mediathekview/trunk/mediathekview.sh)
===================================================================
--- mediathekview.sh	                        (rev 0)
+++ mediathekview.sh	2021-01-18 08:35:51 UTC (rev 822639)
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+PATH="/usr/lib/jvm/java-15-openjdk/bin:${PATH}"
+# requires preview features: https://github.com/mediathekview/MediathekView/issues/528
+java --enable-preview -jar /usr/share/java/mediathekview/MediathekView.jar "$@"



More information about the arch-commits mailing list