[arch-commits] Commit in mediathekview/repos/community-any (6 files)
David Runge
dvzrv at archlinux.org
Mon Jan 11 10:20:55 UTC 2021
Date: Monday, January 11, 2021 @ 10:20:55
Author: dvzrv
Revision: 817813
archrelease: copy trunk to community-any
Added:
mediathekview/repos/community-any/PKGBUILD
(from rev 817812, mediathekview/trunk/PKGBUILD)
mediathekview/repos/community-any/de.mediathekview.MediathekView.desktop
(from rev 817812, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
mediathekview/repos/community-any/mediathekview.sh
(from rev 817812, 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 | 119 +++++++++++++++----------------
de.mediathekview.MediathekView.desktop | 22 ++---
mediathekview.sh | 10 +-
3 files changed, 76 insertions(+), 75 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-11 10:20:45 UTC (rev 817812)
+++ PKGBUILD 2021-01-11 10:20:55 UTC (rev 817813)
@@ -1,59 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=MediathekView
-pkgname=mediathekview
-pkgver=13.6.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=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'
- 'be694730973bd2addb3965a49ac1363a55fef18929e6dba4da8132aa77d2675c2767208877f95fd7c272ca0ef8427b21522ec979e20caf22335026ba8cc1383a')
-b2sums=('7521bdb0dfbcc93b78e6fb1fa5dd897e53dc7041ee14af24f048a0c70ca2c5474eb37c2b3c9825f1d577f990bce628380fdcd8d7ae62525b4e6efdba28b000f1'
- '6dbcdea2918009621fc132b4ff1056ef79f06e27c3299b69ccd7e3cb2b093e3a2a5f76acd6b1ab62689edd867ac1650f61bf829f2a1c575835d31e117d9b9ae5'
- '24649841c5162e43764ff4c4290a30c7b53a6c59ead92117dbc60ca28971f46c39b50d33cbfca5c13104c38bea64ee93ed877eec467a406538b537b65d727303')
-
-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 817812, mediathekview/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-11 10:20:55 UTC (rev 817813)
@@ -0,0 +1,60 @@
+# 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}"
+}
Deleted: de.mediathekview.MediathekView.desktop
===================================================================
--- de.mediathekview.MediathekView.desktop 2021-01-11 10:20:45 UTC (rev 817812)
+++ de.mediathekview.MediathekView.desktop 2021-01-11 10:20:55 UTC (rev 817813)
@@ -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 817812, mediathekview/trunk/de.mediathekview.MediathekView.desktop)
===================================================================
--- de.mediathekview.MediathekView.desktop (rev 0)
+++ de.mediathekview.MediathekView.desktop 2021-01-11 10:20:55 UTC (rev 817813)
@@ -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-11 10:20:45 UTC (rev 817812)
+++ mediathekview.sh 2021-01-11 10:20:55 UTC (rev 817813)
@@ -1,5 +0,0 @@
-#!/usr/bin/env sh
-
-PATH="/usr/lib/jvm/java-14-openjdk/bin:${PATH}"
-# requires preview features: https://github.com/mediathekview/MediathekView/issues/528
-java -jar --enable-preview /usr/share/java/mediathekview/MediathekView.jar "$@"
Copied: mediathekview/repos/community-any/mediathekview.sh (from rev 817812, mediathekview/trunk/mediathekview.sh)
===================================================================
--- mediathekview.sh (rev 0)
+++ mediathekview.sh 2021-01-11 10:20:55 UTC (rev 817813)
@@ -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