--- 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.
Search Criteria
Package Details: herbstluftwm-git 1:0.7.0.r53.g23ae16a-1
Git Clone URL: | https://aur.archlinux.org/herbstluftwm-git.git (read-only) |
---|---|
Package Base: | herbstluftwm-git |
Description: | Manual tiling window manager for X |
Upstream URL: | http://herbstluftwm.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | thorsten |
Maintainer: | bidulock (thorsten) |
Last Packager: | bidulock |
Votes: | 30 |
Popularity: | 0.132188 |
First Submitted: | 2011-08-27 15:16 |
Last Updated: | 2018-03-15 04:45 |
Dependencies (10)
- libx11 (libx11-nokeyboardgrab)
- libxinerama
- glib2>=2.24 (glib2-sched-policy, glib2-git, glib2-quiet, glib2-patched-thumbnailer)
- asciidoc (asciidoc-git) (make)
- git (git-git) (make)
- bash (bash-devel-git, bash-devel-static-git) (optional) – needed by most scripts
- dmenu (dmenu-xft-mouse-height-fuzzy-history, dmenu-xft-wxy-mouse, dmenu-pango-imlib, dmenu-ee-git, dmenu-git, rofi-dmenu, dmenux-git, dmenu-xyw-mouse-msel, dmenu-wayland-git, dmenu-ametisf-git, dmenu-mouse-geometry, dmenu2, dmenu-height) (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) (optional) – used by the default autostart
Required by (2)
- barpyrus-git (requires herbstluftwm)
- ws-session-git (requires herbstluftwm) (optional)
Sources (1)
Latest Comments
FoPref commented on 2015-09-16 11:40
FoPref commented on 2015-09-16 11:37
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!
Patch: http://pastebin.archlinux.fr/1561164
Note: pkgver() fails right now because of missing version information in new repositoriy.