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: | j.taala |
Last Packager: | j.taala |
Votes: | 11 |
Popularity: | 0.053258 |
First Submitted: | 2017-09-19 18:25 (UTC) |
Last Updated: | 2021-12-08 06:46 (UTC) |
Dependencies (11)
- libpng (libpng-apngAUR, libpng-gitAUR)
- libx11 (libx11-gitAUR)
- libxft (libxft-gitAUR)
- libxmu
- libxpm (libxpm-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- uthash
- autoconf (autoconf-gitAUR) (make)
- automake (automake-1.7AUR, automake-1.11AUR, automake-1.15AUR, automake-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
Latest Comments
1 2 Next › Last »
j.taala commented on 2021-12-08 06:47 (UTC)
Thanks @sagb - done.
sagb commented on 2021-12-07 16:19 (UTC)
@j.taala, could you please upgrade to 1.6.1 or git master? Because of https://github.com/sagb/alttab/issues/107
j.taala commented on 2020-07-31 00:19 (UTC)
Thanks @sagb, built successfully and have removed -fcommon flag.
sagb commented on 2020-07-30 20:40 (UTC)
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 (UTC)
@j.taala Thanks.
j.taala commented on 2020-06-16 11:47 (UTC)
Thanks again @L0-FF, just pushed changes (after confirming can build again).
j.taala commented on 2020-06-16 06:26 (UTC)
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 (UTC) (edited on 2020-06-16 15:16 (UTC) by L0-FF)
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 (UTC)
Good call. Updated.
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
.1 2 Next › Last »