Search Criteria
Package Details: alttab-git v1.6.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alttab-git.git (read-only, click to copy) |
---|---|
Package Base: | alttab-git |
Description: | The task switcher for minimalistic window managers or standalone X11 session |
Upstream URL: | https://github.com/sagb/alttab |
Licenses: | GPL3 |
Submitter: | mamciek |
Maintainer: | None |
Last Packager: | j.taala |
Votes: | 11 |
Popularity: | 0.000025 |
First Submitted: | 2017-09-19 18:25 (UTC) |
Last Updated: | 2021-12-08 06:46 (UTC) |
Dependencies (11)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libx11 (libx11-gitAUR)
- libxft (libxft-gitAUR)
- libxmu
- libxpm (libxpm-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- uthash
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2
yuanji commented on 2019-11-13 03:06 (UTC)
Hello j.taala,
Thanks for your prompt action!
Actually, it's nicer to make
git
listed in makedepends not depends. As it is only used to fetch code from source and not necessary after that.Although the PKGBUILD can work now, if you would like to modify it again, also remember to update
pkgrel
to2
.j.taala commented on 2019-11-13 02:53 (UTC)
Hey Yuanji. Have added git and libxpm as deps. Cheers mate.
yuanji commented on 2019-11-13 02:43 (UTC)
hello j.taala,
Can you add
git
to makedepends and addlibxpm
to depends?Without those dependents, I can't build successfully within a clean chroot. You can easily apply the patch below if you would like.
https://gist.github.com/masakichi/921fcda9183b5eea8d2d445c61178a19
Thanks in advance.
j.taala commented on 2019-06-19 21:35 (UTC)
Hey yutakatay, could you update this PKGBUILD and perhaps implement previous requests (like adding dependencies from sagb and bumping version)? If can't, I'm happy to adopt this package and keep it up to date.
jjbeard commented on 2018-12-08 15:07 (UTC)
Running ./bootstrap.sh before ./configure fixes issues with the automake version (upstream files are 1.15, Arch is at 1.16).
sagb commented on 2018-04-12 12:06 (UTC) (edited on 2018-04-12 12:06 (UTC) by sagb)
Could you please add the dependencies: libxrender, libxrandr, libpng, uthash, and bump version number, there is 1.3.0 available. Feel free to add issues on github.
Regards, upstream author.
milos commented on 2017-12-01 12:12 (UTC)
« First ‹ Previous 1 2