Search Criteria
Package Details: activate-linux-git r349.75d0063-1
Package Actions
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 |
Licenses: | GPL3 |
Conflicts: | activate-linux |
Provides: | activate-linux |
Submitter: | polix_minus |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 16 |
Popularity: | 0.59 |
First Submitted: | 2022-04-04 09:31 (UTC) |
Last Updated: | 2024-10-20 13:23 (UTC) |
Dependencies (10)
- cairo (cairo-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxfixes
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- git (git-gitAUR, git-glAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (1)
- activate-linux-toggle (requires activate-linux)
Latest Comments
1 2 Next › Last »
Rubos commented on 2024-09-10 17:04 (UTC) (edited on 2024-09-10 17:04 (UTC) by Rubos)
The .desktop file breaks kbuildsycoca6:
Can you remove the \ please?
gromit commented on 2023-06-06 11:15 (UTC) (edited on 2023-06-06 11:18 (UTC) by gromit)
This package fails to build, because
xorg-xrandr
is missing as dependency (dunno if it should be make or regular dep):Also there are another few points:
provides=(...)
andconflicts=(...)
statements foractivate-linux
as per https://wiki.archlinux.org/title/VCS_package_guidelines#Conflicts_and_dependenciesmake install
with appropriate prefixes, then the manpage would also be copiedjacekpoz commented on 2022-10-24 08:09 (UTC)
Please add
libconfig
to makedepends.dr460nf1r3 commented on 2022-06-08 13:12 (UTC)
The package is missing
libxfixes
andlibxinerama
as makedep or dependencies, I'm not sure. They are at least needed for successful building in a clean chroot.polix_minus commented on 2022-05-27 13:17 (UTC) (edited on 2022-05-27 13:18 (UTC) by polix_minus)
Sorry for not being active for a couple a weeks, I've been busy with exams. I fixed
package()
and addedgit
andpkgconf
to make depends. Thank you to everyone who commented, it should build fine now.sicalxy commented on 2022-05-21 06:38 (UTC) (edited on 2022-05-21 06:40 (UTC) by sicalxy)
bin/
inpackage()
before:
install -D bin/activate-linux "$pkgdir/usr/bin/activate-linux"
after:
install -D activate-linux "$pkgdir/usr/bin/activate-linux"
git
andpkgconfig
inmakedepends
before:
makedepends=('make' 'clang')
after:
makedepends=('make' 'clang' 'git' 'pkgconf')
Ruby-Dragon commented on 2022-05-20 00:09 (UTC)
remove bin/ from install to make it work with new versions
matan-h commented on 2022-05-17 13:42 (UTC)
building no longer create bin folder (install: cannot stat '/bin/activate-linux': No such file or directory ). I fix it by changing the last line
package()
to:install -D activate-linux "$pkgdir/usr/bin/activate-linux"
just
activate-linux
instead ofbin/activate-linux
and additional error : one line before last: the
-Dm644
missing white-space: it need to be-Dm 644
.WithTheBraid commented on 2022-05-17 10:28 (UTC)
It seems like at the moment, the following patches are required:
1 2 Next › Last »