version bump
This commit is contained in:
14
.SRCINFO
14
.SRCINFO
@@ -1,25 +1,27 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Fri Sep 23 15:23:20 UTC 2016
|
||||
# Sat Oct 15 19:46:30 UTC 2016
|
||||
pkgbase = orion
|
||||
pkgdesc = QML/C++-written desktop client for Twitch.tv
|
||||
pkgver = 1.3.2
|
||||
pkgver = 1.3.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/alamminsalo/orion/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = GPL
|
||||
makedepends = qtchooser
|
||||
makedepends = qt5-declarative
|
||||
makedepends = libcommuni
|
||||
depends = mpv
|
||||
depends = qt5-webengine
|
||||
depends = qt5-svg
|
||||
depends = qt5-quickcontrols
|
||||
optdepends = qtav: alternate video output
|
||||
optdepends = qt5-multimedia: alternate video output
|
||||
provides = orion
|
||||
conflicts = orion
|
||||
source = https://github.com/alamminsalo/orion/archive/v1.3.2.tar.gz
|
||||
source = https://github.com/alamminsalo/orion/archive/v1.3.5.tar.gz
|
||||
source = Orion.desktop
|
||||
sha256sums = 80a80b50ffcfc17da14aaeb527902f9659bfb1cf9e2286b259e7bcdbf1155a32
|
||||
sha256sums = a0bb773176dd7ec448ecd5702da9c32b35da27ea3070b23496fe51abb15d8d44
|
||||
sha256sums = 0094b3202a7cfe0bc5139fd30e0cd371fce76abad3eb019d355dce67b715c8c6
|
||||
sha256sums = 8bb70253fa24734bc612e602cb347f629bc59f3c0d83b1c7b59e0cbafdd91ea3
|
||||
|
||||
pkgname = orion
|
||||
|
||||
|
@@ -2,8 +2,8 @@
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Orion
|
||||
Icon=/usr/share/icons/orion.svg
|
||||
Exec=/usr/bin/orion
|
||||
Icon=orion
|
||||
Exec=orion
|
||||
Comment=Seek and watch streams on Twitch
|
||||
Categories=Games;
|
||||
Terminal=false
|
||||
|
14
PKGBUILD
14
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
# Contributor: HabarNam <habarnam@gmail.com>
|
||||
|
||||
pkgname=orion
|
||||
pkgver=1.3.2
|
||||
pkgver=1.3.5
|
||||
pkgrel=1
|
||||
pkgdesc="QML/C++-written desktop client for Twitch.tv"
|
||||
arch=('x86_64' 'i686')
|
||||
@@ -10,15 +10,17 @@ url="https://github.com/alamminsalo/orion/"
|
||||
license=('GPL')
|
||||
groups=()
|
||||
depends=('mpv' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols')
|
||||
makedepends=('qtchooser' 'libcommuni')
|
||||
makedepends=('qt5-declarative' 'libcommuni')
|
||||
optdepends=('qtav: alternate video output'
|
||||
'qt5-multimedia: alternate video output')
|
||||
provides=("${pkgname}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
source=("https://github.com/alamminsalo/orion/archive/v${pkgver}.tar.gz"
|
||||
"Orion.desktop"
|
||||
)
|
||||
|
||||
sha256sums=('80a80b50ffcfc17da14aaeb527902f9659bfb1cf9e2286b259e7bcdbf1155a32'
|
||||
'a0bb773176dd7ec448ecd5702da9c32b35da27ea3070b23496fe51abb15d8d44')
|
||||
sha256sums=('0094b3202a7cfe0bc5139fd30e0cd371fce76abad3eb019d355dce67b715c8c6'
|
||||
'8bb70253fa24734bc612e602cb347f629bc59f3c0d83b1c7b59e0cbafdd91ea3')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
@@ -27,12 +29,12 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/usr/share/icons"
|
||||
mkdir -p "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
|
||||
mkdir -p "$pkgdir/usr/share/applications"
|
||||
mkdir -p "$pkgdir/usr/bin"
|
||||
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
cp "orion.svg" "$pkgdir/usr/share/icons/"
|
||||
cp "distfiles/orion.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
|
||||
cp "../Orion.desktop" "$pkgdir/usr/share/applications/"
|
||||
cp "orion" "$pkgdir/usr/bin/"
|
||||
}
|
||||
|
Reference in New Issue
Block a user