mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
[lilac] updated to 1.7.3-3
This commit is contained in:
parent
16f1b1cb36
commit
0744c8c92e
2 changed files with 19 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = kazumi
|
||||
pkgdesc = 基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕
|
||||
pkgver = 1.7.3
|
||||
pkgrel = 1
|
||||
pkgrel = 3
|
||||
url = https://github.com/Predidit/Kazumi
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
|
|
@ -10,9 +10,13 @@ pkgbase = kazumi
|
|||
makedepends = ninja
|
||||
makedepends = fvm
|
||||
depends = gtk3
|
||||
depends = libayatana-appindicator
|
||||
depends = webkit2gtk-4.1
|
||||
depends = mpv
|
||||
depends = libayatana-appindicator
|
||||
depends = alsa-lib
|
||||
depends = libvdpau
|
||||
depends = libpulse
|
||||
depends = libxss
|
||||
depends = libarchive
|
||||
source = kazumi-1.7.3.tar.gz::https://github.com/Predidit/Kazumi/archive/refs/tags/1.7.3.tar.gz
|
||||
sha256sums = db53a8ce44ee526f6b67b19ef663a5c2efcd717884028b5260eeb7a7ed90527b
|
||||
|
||||
|
|
|
|||
18
PKGBUILD
18
PKGBUILD
|
|
@ -3,12 +3,21 @@
|
|||
pkgname=kazumi
|
||||
_srcname=Kazumi
|
||||
pkgver=1.7.3
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕"
|
||||
url="https://github.com/Predidit/Kazumi"
|
||||
license=('GPL-3.0-or-later')
|
||||
arch=('x86_64')
|
||||
depends=('gtk3' 'libayatana-appindicator' 'webkit2gtk-4.1' 'mpv')
|
||||
depends=(
|
||||
'gtk3'
|
||||
'webkit2gtk-4.1'
|
||||
'libayatana-appindicator'
|
||||
'alsa-lib'
|
||||
'libvdpau'
|
||||
'libpulse'
|
||||
'libxss'
|
||||
'libarchive'
|
||||
)
|
||||
makedepends=('clang' 'cmake' 'ninja' 'fvm')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
|
||||
sha256sums=('db53a8ce44ee526f6b67b19ef663a5c2efcd717884028b5260eeb7a7ed90527b')
|
||||
|
|
@ -32,12 +41,9 @@ package() {
|
|||
pushd build/linux/x64/release
|
||||
install -Dm755 "bundle/${pkgname}" -t "${pkgdir}/usr/lib/${pkgname}/"
|
||||
cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr/lib/${pkgname}" .
|
||||
cmake -P cmake_install.cmake
|
||||
cmake -P cmake_install.cmake
|
||||
popd
|
||||
|
||||
# Use system-provided libmpv
|
||||
rm "${pkgdir}/usr/lib/${pkgname}/lib/libmpv.so.2"
|
||||
|
||||
install -dm755 "${pkgdir}/usr/bin"
|
||||
ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue