Search Criteria
Package Details: herbstluftwm-git 0.9.1.r21.gf18eef44-1
Git Clone URL: | https://aur.archlinux.org/herbstluftwm-git.git (read-only, click to copy) |
---|---|
Package Base: | herbstluftwm-git |
Description: | Manual tiling window manager for X |
Upstream URL: | http://herbstluftwm.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | thorsten |
Maintainer: | bidulock (thorsten, The-Compiler) |
Last Packager: | thorsten |
Votes: | 33 |
Popularity: | 0.015920 |
First Submitted: | 2011-08-27 15:16 |
Last Updated: | 2021-01-04 19:53 |
Dependencies (12)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- libx11 (libx11-git, libx11-threadsafe)
- libxft (libxft-bgra-git, libxft-bgra)
- libxinerama (libxinerama-randr-git)
- asciidoc (asciidoc-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- bash (bash-devel-git, bash-devel-static-git) (optional) – needed by most scripts
- dmenu (dmenu-xft-wxy-mouse, dmenu-pango-imlib, dmenu-ee-git, dmenu-git, rofi-dmenu, dmenux-git, dmenu-xyw-mouse-msel, dmenu-mouse-geometry, bemenu-dmenu, dmenu-baitinq-git, dmenu-wayland-git, dmenu-xft-mouse-height-fuzzy-history, dmenu-ekollof-git, dmenu-duncan-git, dmenu-ziro-git, dmenu-tiyn-git, dmenu-term, dmenu2, dmenu-oakszyjrnrdy, dmenu-jacob-git, dmenu-vus-git, dmenu-distrotube-git, dmenu-height, dmenu-dchaovii-git, dmenu-rs-git, dmenu-rs, dmenu-josemapt-git, dmenu-vojvoda-git, dmenu-jadecell-git, dmenu-bbaovanc-git, dmenu-randoragon-git, dmenu-abdellatif, instamenu, dmenu-edersonferreira-git) (optional) – needed by some scripts
- dzen2 (dzen2-xft-xpm-xinerama-git, dzen2-git) (optional) – needed by panel.sh
- dzen2-xft-xpm-xinerama-git (optional) – view icons as tags
- xterm (jbxvt-git, xterm-git) (optional) – used by the default autostart
Required by (2)
- barpyrus-git (requires herbstluftwm)
- ws-session-git (requires herbstluftwm) (optional)
Latest Comments
samw commented on 2020-04-12 11:26
New version, simply change version nums: 6,7c6,7 < pkgver=0.7.2.r852.g031c5ce4 < pkgrel=4
FoPref commented on 2015-09-16 11:40
Patch: http://pastebin.archlinux.fr/1561164
Note: pkgver() fails right now because of missing version information in new repositoriy.
FoPref commented on 2015-09-16 11:37
--- PKGBUILD.orig 2015-09-16 13:28:31.000000000 +0200
+++ PKGBUILD 2015-09-16 13:32:42.315025072 +0200
@@ -1,6 +1,6 @@
# Maintainer: thorsten w. <p@thorsten-wissmann.de>
-pkgname=herbstluftwm-git
_pkgname=herbstluftwm
+pkgname=$_pkgname-git
pkgver=0.6.2.r48.gceeae62
pkgrel=1
epoch=1
@@ -19,21 +19,21 @@
makedepends=('git' 'asciidoc')
provides=($_pkgname)
conflicts=($_pkgname)
-source=("$pkgname::git://git.informatik.uni-erlangen.de/re06huxa/$_pkgname")
+source=("git+https://github.com/$_pkgname/$_pkgname.git")
md5sums=( SKIP )
pkgver() {
- cd ${pkgname}
+ cd ${_pkgname}
git describe --tags --long | sed -r 's,^[^0-9]*,,;s,([^-]*-g),r\1,;s,[-_],.,g'
}
build() {
- cd ${pkgname}
+ cd ${_pkgname}
make PREFIX=/usr
}
package() {
- cd ${pkgname}
+ cd ${_pkgname}
make PREFIX=/usr DESTDIR="$pkgdir" install
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Note: pkgver() does not work right now as versioning information is missing in github repository.
thorsten commented on 2014-09-01 13:17
Hey, thanks for noticing. I replaced the dependency by dzen2-xft-xpm-xinerama-git. They are all optional dependencies. There were some problems with the released dzen2 version that were fixed in dzen2-git (e.g. clickable areas for panel.sh), and that's why herbstluftwm-git suggest installing dzen2-git.
ilpianista commented on 2014-09-01 10:15
you could replace dzen2-git by dzen2, also there's no dzen2-xft-xpm-xinerama-svn package anymore.
thorsten commented on 2014-06-23 13:31
I've just added those. Thanks for noticing it!
lowfatcomputing commented on 2014-06-22 21:12
Please add 'herbstluftwm' to the "provides" and "conflicts" arrays.
Thanks!
Anonymous comment on 2013-04-05 17:49
Thank you! Super!