Search Criteria
Package Details: activate-linux-git r231.8708769-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 |
Keywords: | c watermark windows x11 |
Licenses: | custom |
Submitter: | polix_minus |
Maintainer: | polix_minus |
Last Packager: | polix_minus |
Votes: | 13 |
Popularity: | 0.23 |
First Submitted: | 2022-04-04 09:31 (UTC) |
Last Updated: | 2022-10-09 12:43 (UTC) |
Dependencies (12)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- libx11 (libx11-git, libx11-firefox-fix)
- libxi (libxi-git)
- libxt
- wayland (wayland-git, wayland-nodocs-git)
- wayland-protocols (wayland-protocols-git)
- clang (clang8, clang-git, llvm-git, llvm-minimal-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- libxfixes (make)
- libxinerama (libxinerama-randr-git) (make)
- make (make-git) (make)
- pkgconf (pkgconf-git) (make)
Latest Comments
1 2 Next › Last »
jacekpoz 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:
thenumeralone commented on 2022-05-17 05:19 (UTC)
I wasn't able to build this within a chroot because
git
is missing inmakedepends
.octavecurrantfer commented on 2022-05-16 14:57 (UTC)
I'm afraid this package does not list all necessary dependencies (especially X11 devel.)
1 2 Next › Last »