summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2020-05-31 09:16:52 +0200
committerbastimeyer2020-05-31 09:16:52 +0200
commit21eff43c68c117cbe050adf577455e46287f8aad (patch)
treef2d574a1f627fecf4f6c13f12182ec61972e2414
parenta97756faf3ecb3ce137b985d7b73766109e4d29a (diff)
downloadaur-21eff43c68c117cbe050adf577455e46287f8aad.tar.gz
v1.10.0
- remove license file from package source (now included in release) - remove custom readme - fix minor stuff
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore2
-rw-r--r--LICENSE20
-rw-r--r--PKGBUILD21
-rw-r--r--README.md42
5 files changed, 14 insertions, 84 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6feb9a1d170..6d8ad2123186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-twitch-gui
pkgdesc = A multi platform Twitch.tv browser for Streamlink
- pkgver = 1.9.1
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/streamlink/streamlink-twitch-gui
arch = i686
@@ -10,15 +10,12 @@ pkgbase = streamlink-twitch-gui
depends = libxss
depends = nss
depends = streamlink
- provides = streamlink-twitch-gui
conflicts = streamlink-twitch-gui-git
options = !strip
- source = https://raw.githubusercontent.com/streamlink/streamlink-twitch-gui/v1.9.1/LICENSE
- sha256sums = dbdb3a606f3a5416cc97f73017cbd805c17e49408a44772d24428e0f1832164b
- source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.9.1/streamlink-twitch-gui-v1.9.1-linux32.tar.gz
- sha256sums_i686 = 8c65b64625fca3710a17a09e8b96cc3568a73c09433b98bb039c23a65dad47be
- source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.9.1/streamlink-twitch-gui-v1.9.1-linux64.tar.gz
- sha256sums_x86_64 = b80fa06de6bce21d4711e3200f5d5aac5c2e7e2800fa8152b7456d7908de13bd
+ source_i686 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.10.0/streamlink-twitch-gui-v1.10.0-linux32.tar.gz
+ sha256sums_i686 = 427859bf9c8f7cff7a1054043d5ea425987b5878887c1d1ed8a6229261019cdf
+ source_x86_64 = https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.10.0/streamlink-twitch-gui-v1.10.0-linux64.tar.gz
+ sha256sums_x86_64 = 02decf79fa0481e291b8fddca1136b6d3a85d0197749de7b4dff5d22fffa499f
pkgname = streamlink-twitch-gui
diff --git a/.gitignore b/.gitignore
index 0875af2e1731..f71c635dafda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
*
!.gitignore
-!LICENSE
-!README.md
!PKGBUILD
!.SRCINFO
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 70c5d4253d7c..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2013-2020 Sebastian Meyer
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 64f24efec4d3..f29655e1e105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
# Maintainer: Sebastian Meyer <mail@bastimeyer.de>
# Former maintainer: Ben Fox-Moore <ben.foxmoore@gmail.com>
pkgname=streamlink-twitch-gui
-pkgver=1.9.1
+pkgver=1.10.0
pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
url="https://github.com/streamlink/streamlink-twitch-gui"
license=("MIT")
depends=("gtk3" "libxss" "nss" "streamlink")
-provides=("streamlink-twitch-gui")
conflicts=("streamlink-twitch-gui-git")
options=(!strip)
-source=("https://raw.githubusercontent.com/streamlink/streamlink-twitch-gui/v${pkgver}/LICENSE")
-source_i686=("https://github.com/streamlink/streamlink-twitch-gui/releases/download/v${pkgver}/streamlink-twitch-gui-v${pkgver}-linux32.tar.gz")
-source_x86_64=("https://github.com/streamlink/streamlink-twitch-gui/releases/download/v${pkgver}/streamlink-twitch-gui-v${pkgver}-linux64.tar.gz")
-sha256sums=('dbdb3a606f3a5416cc97f73017cbd805c17e49408a44772d24428e0f1832164b')
-sha256sums_i686=('8c65b64625fca3710a17a09e8b96cc3568a73c09433b98bb039c23a65dad47be')
-sha256sums_x86_64=('b80fa06de6bce21d4711e3200f5d5aac5c2e7e2800fa8152b7456d7908de13bd')
+source_i686=("https://github.com/streamlink/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-linux32.tar.gz")
+source_x86_64=("https://github.com/streamlink/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-linux64.tar.gz")
+sha256sums_i686=('427859bf9c8f7cff7a1054043d5ea425987b5878887c1d1ed8a6229261019cdf')
+sha256sums_x86_64=('02decf79fa0481e291b8fddca1136b6d3a85d0197749de7b4dff5d22fffa499f')
package() {
cd "${srcdir}/${pkgname}"
@@ -30,12 +27,12 @@ package() {
# copy licenses
install -Dm644 \
-t "${pkgdir}/usr/share/licenses/${pkgname}/" \
- "${srcdir}/LICENSE" \
+ "./LICENSE.txt" \
"./credits.html"
# copy application content and remove unneeded files and dirs
cp -a "./" "${pkgdir}/opt/${pkgname}/"
- rm -r "${pkgdir}/opt/${pkgname}/"{{add,remove}-menuitem.sh,credits.html,icons/}
+ rm -r "${pkgdir}/opt/${pkgname}/"{{add,remove}-menuitem.sh,LICENSE.txt,credits.html,icons/}
# create custom start script and disable version check
cat > "${pkgdir}/usr/bin/${pkgname}" <<-EOF
@@ -58,8 +55,8 @@ package() {
Name=Streamlink Twitch GUI
GenericName=Twitch.tv browser for Streamlink
Comment=Browse Twitch.tv and watch streams in your videoplayer of choice
- Keywords=streamlink;livestreamer;twitch;
- Categories=AudioVideo;
+ Keywords=streamlink;twitch;streaming;
+ Categories=AudioVideo;Network;
Exec=/usr/bin/${pkgname}
Icon=${pkgname}
EOF
diff --git a/README.md b/README.md
deleted file mode 100644
index 188eeb559c5a..000000000000
--- a/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-Streamlink Twitch GUI package for Arch Linux
-====
-
-Arch User Repository (AUR) package:
-[`streamlink-twitch-gui`][pkg-AUR]
-
-
-## How to install
-
-Before installing, please make sure that you fully understand [what the AUR is][wiki-AUR] and how [building packages on Arch Linux][wiki-makepkg] works.
-
-```sh
-git clone https://aur.archlinux.org/streamlink-twitch-gui.git
-cd streamlink-twitch-gui
-makepkg -si
-```
-
-
-## Using an AUR helper
-
-If you know how all this works, using an AUR helper tool like `yay` for example is probably a bit quicker:
-
-```sh
-yay -S streamlink-twitch-gui
-```
-
-
-## Issues and pull requests
-
-All package related issues belong into the AUR comments section:
-[`streamlink-twitch-gui`][pkg-AUR]
-
-Package pull requests can be submitted on GitHub:
-https://github.com/streamlink/streamlink-twitch-gui-aur/
-
-Issues related to Streamlink Twitch GUI itself belong on the project's issue tracker:
-https://github.com/streamlink/streamlink-twitch-gui/
-
-
- [pkg-AUR]: https://aur.archlinux.org/packages/streamlink-twitch-gui/
- [wiki-AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
- [wiki-makepkg]: https://wiki.archlinux.org/index.php/Makepkg