Package Details: activate-linux-git r320.cf8080e-1

Git Clone URL: https://aur.archlinux.org/activate-linux-git.git (read-only, click to copy)
Package Base: activate-linux-git
Description: The 'Activate Windows' watermark ported to Linux with Xlib and cairo in C
Upstream URL: https://github.com/MrGlockenspiel/activate-linux
Keywords: c watermark windows x11
Licenses: GPL3
Conflicts: activate-linux
Provides: activate-linux
Submitter: polix_minus
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 1.93
First Submitted: 2022-04-04 09:31 (UTC)
Last Updated: 2024-03-04 22:28 (UTC)

Latest Comments

« First ‹ Previous 1 2

octavecurrantfer commented on 2022-05-16 14:57 (UTC)

I'm afraid this package does not list all necessary dependencies (especially X11 devel.)

==> Updated version: activate-linux-git r84.827e5ee-1
==> Starting build()...
rm -f -r bin
mkdir bin
clang src/activate_linux.c -o bin/activate-linux -lX11 -lXfixes -lXinerama -lcairo -I/usr/include/cairo
src/activate_linux.c:8:10: fatal error: 'X11/extensions/Xfixes.h' file not found
#include <X11/extensions/Xfixes.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [Makefile:27: activate-linux] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

FabioLolix commented on 2022-05-15 21:27 (UTC)

Hello,

  • packages of base-devel group (make) don't have to be in makedepends
  • git is missing as makedepends
  • libxfixes and libxinerama are missing as depends
  • You're welcome to build in a clean chroot before uploading to ensuring needed depends and makedepends are met, for convenience using extra-x86_64-build from devtools package https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

polix_minus commented on 2022-04-24 06:08 (UTC)

@bbaster fixed!

bbaster commented on 2022-04-23 13:37 (UTC) (edited on 2022-04-23 13:38 (UTC) by bbaster)

Fails to install:

install: cannot stat 'bin/activate_linux': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
-> error making: activate-linux-git`