Search Criteria
Package Details: alttab-git v1.5.0.2.g6b18998-1
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: | |
Submitter: | mamciek |
Maintainer: | j.taala |
Last Packager: | j.taala |
Votes: | 7 |
Popularity: | 0.53 |
First Submitted: | 2017-09-19 18:25 |
Last Updated: | 2020-07-31 00:19 |
Dependencies (11)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libx11 (libx11-git, libx11-threadsafe)
- libxft (libxft-bgra-git, libxft-bgra)
- libxmu
- libxpm
- libxrandr (libxrandr-git)
- libxrender
- uthash
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
j.taala commented on 2020-07-31 00:19
Thanks @sagb, built successfully and have removed -fcommon flag.
sagb commented on 2020-07-30 20:40
Since 1.5.0 it may be built without -fcommon. Thank you for maintaining the package.
L0-FF commented on 2020-06-16 15:16
@j.taala Thanks.
j.taala commented on 2020-06-16 11:47
Thanks again @L0-FF, just pushed changes (after confirming can build again).
j.taala commented on 2020-06-16 06:26
Thanks L0-FF for the detailed post and fix. Will update this in a couple of hours (when I get home). Cheers.
L0-FF commented on 2020-06-16 04:34
Currently does not compile properly on latest Arch releases.
Package requires
CFLAGS="$CFLAGS -fcommon"
, to line 26, in the PKGBUILD. To get:CFLAGS="$CFLAGS -fcommon" ./configure --prefix=/usr
or see this github issue/ re: gstm for a mere sustainable fix.
github/gstm/ Add -fno-common to Makefile GCC flags
** Issue has to do with recent versions to GCC enforcing proper declaration of global vars.
j.taala commented on 2019-11-13 03:32
Good call. Updated.
Yuanji commented on 2019-11-13 03:06
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
Hey Yuanji. Have added git and libxpm as deps. Cheers mate.
Yuanji commented on 2019-11-13 02:43
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.