Package Details: wiliwili-git v1.3.0.r0.g2183dd1-1

Git Clone URL: https://aur.archlinux.org/wiliwili-git.git (read-only, click to copy)
Package Base: wiliwili-git
Description: A 3rd party bilibili client
Upstream URL: https://github.com/xfangfang/wiliwili
Keywords: bilibili wiliwili
Licenses: GPL3
Conflicts: wiliwili, wiliwili-bin
Provides: wiliwili
Submitter: yuioto
Maintainer: yuioto
Last Packager: yuioto
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-28 12:46 (UTC)
Last Updated: 2024-02-09 07:53 (UTC)

Pinned Comments

yuioto commented on 2023-08-12 17:30 (UTC) (edited on 2023-08-12 17:31 (UTC) by yuioto)

If you don't use auto switch theme patch, or you can't use script boot on commit e6fb90e5a797d56b1d13c6adcbe15fba9f5a31ff after, please delete booting auto choose dark theme use gdbus. part.

The package can't choose dark theme on linux, so this patch help wiliwili auto choose theme.

More info please see:

Use env set theme: https://github.com/xfangfang/wiliwili/discussions/177

About auto dark theme switch support info: https://github.com/xfangfang/wiliwili/issues/181

Latest Comments

anlorsp commented on 2023-12-28 15:10 (UTC) (edited on 2023-12-28 15:11 (UTC) by anlorsp)

need wayland-protocols

-- Checking for module 'wayland-protocols>=1.15'
--   Package 'wayland-protocols', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:619 (message):
  The following required packages were not found:

   - wayland-protocols>=1.15

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal)
  library/borealis/library/lib/extern/glfw/src/CMakeLists.txt:77 (pkg_check_modules)

yuioto commented on 2023-08-12 17:30 (UTC) (edited on 2023-08-12 17:31 (UTC) by yuioto)

If you don't use auto switch theme patch, or you can't use script boot on commit e6fb90e5a797d56b1d13c6adcbe15fba9f5a31ff after, please delete booting auto choose dark theme use gdbus. part.

The package can't choose dark theme on linux, so this patch help wiliwili auto choose theme.

More info please see:

Use env set theme: https://github.com/xfangfang/wiliwili/discussions/177

About auto dark theme switch support info: https://github.com/xfangfang/wiliwili/issues/181

yuioto commented on 2023-03-25 07:54 (UTC) (edited on 2023-03-25 14:34 (UTC) by yuioto)

If you encounter rm: can't delete <$path/*glfw*> : there is no file or directory when makepkg. Because of this issues, the extra files may no longer be generated, you can delete the # delete don't need glfw files, because it conflicts with glfw.part of the package() in PKGBUILD

This problem will not occur now.

Eitetsu commented on 2023-03-25 06:40 (UTC) (edited on 2023-03-25 07:33 (UTC) by Eitetsu)

Got a crash problem described here.

Add a missing - at line40: cmake -B build -S "$_pkg" -DCMAKE_INSTALL_PREFIX=/usr/ -DPLATFORM_DESKTOP=ON -DINSTALL=ON -DCMAKE_BUILD_TYPE=Release and modify package() function like below could fix this.

package() {
    install -Dm755 build/"$_pkg" -t "$pkgdir/usr/bin/"
    install -Dm755 "$_pkg/scripts/linux/cn.xfangfang.wiliwili.desktop" -t "$pkgdir/usr/share/applications/"
    install -Dm644 "build/resources/icon/cn.xfangfang.wiliwili.png" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
    mkdir -p -m755 "$pkgdir/usr/share/$_pkg"
    cp -dr --no-preserve=ownership "build/resources" -t "$pkgdir/usr/share/$_pkg/"
}