Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
import 'compile/configure'
|
|
|
|
|
|
|
|
name=i3
|
|
|
|
version=4.13
|
|
|
|
update_url='http://i3wm.org/downloads/'
|
|
|
|
|
|
|
|
define_option '!window-icons: Patch for support for icons in the title'
|
|
|
|
|
|
|
|
dlextract "http://i3wm.org/downloads/$name-$version.tar.bz2" \
|
|
|
|
'08d17dcf1fde665a15f7d411486546ae'
|
|
|
|
|
|
|
|
if option window-icons; then
|
|
|
|
extrafile "$name-$version-iconsupport.patch"
|
|
|
|
fi
|
|
|
|
header_end
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
|
|
|
|
option window-icons patch -p0 -i "../$name-$version-iconsupport.patch"
|
|
|
|
|
|
|
|
compile_configure -b build -- --srcdir=..
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|