Add 'orion/' from commit 'dfe7057edb0f0fe6d39c2b3173334451d9d1404b'
git-subtree-dir: orion git-subtree-mainline:eed882b85d
git-subtree-split:dfe7057edb
This commit is contained in:
17
orion/.SRCINFO
Normal file
17
orion/.SRCINFO
Normal file
@@ -0,0 +1,17 @@
|
||||
pkgbase = orion
|
||||
pkgdesc = QML/C++-written desktop client for Twitch.tv
|
||||
pkgver = 1.6.6
|
||||
pkgrel = 2
|
||||
url = https://github.com/alamminsalo/orion/
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = mpv
|
||||
depends = qt5-svg
|
||||
depends = qt5-quickcontrols2
|
||||
depends = qt5-quickcontrols
|
||||
depends = qt5-graphicaleffects
|
||||
source = orion-1.6.6.tar.gz::https://github.com/alamminsalo/orion/archive/1.6.6.tar.gz
|
||||
sha256sums = 3c8750555e9302e49904c43f35f2c2870a0224a231304c63301b9112471575e1
|
||||
|
||||
pkgname = orion
|
||||
|
35
orion/PKGBUILD
Normal file
35
orion/PKGBUILD
Normal file
@@ -0,0 +1,35 @@
|
||||
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||
# Contributor: sum01 <sum01@protonmail.com>
|
||||
# Contributor: David McInnis <davidm@eagles.ewu.edu>
|
||||
# Contributor: HabarNam <habarnam@gmail.com>
|
||||
|
||||
pkgname=orion
|
||||
pkgver=1.6.6
|
||||
pkgrel=2
|
||||
pkgdesc="QML/C++-written desktop client for Twitch.tv"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/alamminsalo/orion/"
|
||||
license=('GPL3')
|
||||
depends=('mpv' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-graphicaleffects')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/alamminsalo/orion/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('3c8750555e9302e49904c43f35f2c2870a0224a231304c63301b9112471575e1')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
|
||||
# Fix for https://github.com/alamminsalo/orion/issues/253
|
||||
sed -i 's/c++11/c++14/g' orion.pro
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
qmake CONFIG+=mpv
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
install -Dm644 distfiles/orion.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/orion.svg"
|
||||
install -Dm644 distfiles/Orion.desktop "${pkgdir}/usr/share/applications/Orion.desktop"
|
||||
install -Dm755 orion "${pkgdir}/usr/bin/orion"
|
||||
}
|
Reference in New Issue
Block a user