Package Details: ladybird-git r64004.5056bda0439-1

Git Clone URL: https://aur.archlinux.org/ladybird-git.git (read-only, click to copy)
Package Base: ladybird-git
Description: Truly independent web browser
Upstream URL: https://github.com/LadybirdBrowser/ladybird
Keywords: browser
Licenses: BSD-2-Clause
Conflicts: ladybird
Provides: ladybird
Submitter: xyproto
Maintainer: timschumi
Last Packager: timschumi
Votes: 12
Popularity: 0.97
First Submitted: 2022-09-12 14:59 (UTC)
Last Updated: 2024-10-06 10:48 (UTC)

Latest Comments

1 2 3 Next › Last »

timschumi commented on 2024-11-14 00:33 (UTC)

The currently used revision of vcpkg seems to be unbuildable under makepkg, haven't had the time yet to investigate further.

seo.disparate commented on 2024-09-07 03:07 (UTC)

The vcpkg git commit used by Ladybird has changed https://github.com/LadybirdBrowser/ladybird/blob/5233f9c8e6e9dd62572ec9343dc1b1dda4d3be2e/Toolchain/BuildVcpkg.sh#L24 . The PKGBUILD needs to be updated to use the new commit hash for the vcpkg.git source.

86kkd commented on 2024-08-22 03:56 (UTC) (edited on 2024-08-22 05:56 (UTC) by 86kkd)

There's some thing wrong in my system.The error accured in "Meta/Lagom/CMakeLists.txt":61,find_package(Threads REQUIRED)I have tried to install libpthread-stubs but it turns out nothing.And i find libpthread.so is merged into libc.so in glibc and i check i have the latest glic. I'm missing ,which pthread is useful or nather ,I think this beyond my ability Anybody can help me

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - no
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindThreads.cmake:226 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  /home/linda/.cache/yay/ladybird/src/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
  Meta/Lagom/CMakeLists.txt:61 (find_package)

timschumi commented on 2024-07-16 08:26 (UTC)

RoblKyogre: So it seems, not sure why upstream is specifically building the vcpkg binary separately then. I'll drop it shortly.

RoblKyogre commented on 2024-07-13 08:43 (UTC)

Fyi this package seems to build fine on my system without having vcpkg installed, as it compiles and uses it as part of the build process. Could you consider either removing it from makedepends, or skip compiling it as a part of this build process? Feel free to keep it if it is actually necessary, tho.

seo.disparate commented on 2024-07-10 02:40 (UTC)

It looks like the 32x32 icon was removed and replaced by this commit https://github.com/LadybirdBrowser/ladybird/commit/fe551d3eff06adddc7d2aa60c3f62d67bebb7a4f , so the PKGBUILD will need to use the new icon path during package().

seo.disparate commented on 2024-07-10 02:21 (UTC)

It looks like nasm needs to be added to the makedepends array for it to build.

circl commented on 2024-07-02 15:05 (UTC)

@timschumi The build process seems to be stable for now

timschumi commented on 2024-06-04 16:26 (UTC)

Let's wait until the new build process has stabilized, last I heard was that there might still be some moving-around of certain parts.