Skip to content

Instantly share code, notes, and snippets.

@baskerville
Last active December 17, 2015 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskerville/5687612 to your computer and use it in GitHub Desktop.
Save baskerville/5687612 to your computer and use it in GitHub Desktop.
bspwm debug PKGBUILD patch
diff -ru a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD 2013-09-23 22:59:51.245210921 +0200
+++ b/PKGBUILD 2013-09-23 22:59:48.011890198 +0200
@@ -13,6 +13,7 @@
optdepends=('sxhkd-git: to define keyboard and pointer bindings' 'xdo-git: for the example sxhkdrc' 'xtitle-git: for the example panels' 'sutils-git: for the example panels' 'bar-aint-recursive: for the example bar panel' 'dzen2-bskv-git: for the example dzen2 panel' 'txtw-git: for the example dzen2 panel' 'sres-git: for the example dzen2 panel' 'ttf-dejavu: for the example dzen2 panel')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
+options=('!strip')
source=("git://github.com/baskerville/${_pkgname}.git")
md5sums=('SKIP')
@@ -23,7 +24,7 @@
build() {
cd "$srcdir/$_pkgname"
- make PREFIX=/usr
+ make PREFIX=/usr debug
}
package() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment