summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author涼宮結音2023-03-25 14:25:05 +0000
committer涼宮結音2023-03-25 14:25:05 +0000
commit32889b95df2395423d7965830cbb863312fc8d6d (patch)
treecd457ee023c0e7c2c4f10d12157be8de2dd58b7a
parent69959b908ad796e7ec8e76dfd3ae076e1be053b4 (diff)
downloadaur-32889b95df2395423d7965830cbb863312fc8d6d.tar.gz
delete glfw rm code
Now cmake don't make glfw file, so don't need delete glfw file.
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3f07b5679a0..2098b3414a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wiliwili-git
_pkg=wiliwili
-pkgver=v0.6.0.r24.g9ae65e2
+pkgver=v0.6.0.r47.gd1a0e52
pkgrel=1
pkgdesc='A 3rd party bilibili client'
url="https://github.com/xfangfang/wiliwili"
@@ -57,10 +57,6 @@ package() {
# main
DESTDIR="${pkgdir}" cmake --install "build"
- # deleate don't need glfw files, because it conflicts with glfw.
- rm -rf $pkgdir/usr/lib/
- rm -rf $pkgdir/usr/include/
-
# Now cmake will copy this files.
# cp -dr --no-preserve=ownership "build/resources/" "$pkgdir/usr/share/$_pkg/"
# install -Dm755 "$_pkg/scripts/linux/cn.xfangfang.wiliwili.desktop" -t "$pkgdir/usr/share/applications/"