b8918e2a7d
+ Rename lua and lua-devel to lua52 and lua52-devel + Modify packages depending on lua52 accordingly: + Many packages auto-detect lua52 files + Some packages need hints where / how to find lua52 + One package (xmoto) downgraded to lua51, because it wouldn't find lua52 + One package (vim) upgraded to lua (5.3.1) There may be more packages upgradable without problems. I didn't want to change too much in this move without the respective package maintainers first taking a look. Most notably conky-cli wouldn't work with lua52. I upgraded it to 1.10.0 (same as conky) and tried to keep the flags the same for the change from gnu-configure to cmake.
26 lines
777 B
Bash
26 lines
777 B
Bash
# Template file for 'notion'
|
|
|
|
pkgname="notion"
|
|
_minversion="2014052800"
|
|
version="3.${_minversion}"
|
|
revision=2
|
|
short_desc="Tabbed, tiling window manager"
|
|
hostmakedepends="pkg-config groff lua52"
|
|
makedepends="lua52-devel libXext-devel libSM-devel libXinerama-devel libXrandr-devel"
|
|
maintainer="Julian Wiesener <jw@vtoc.de>"
|
|
license="notion"
|
|
homepage="http://notion.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-3-${_minversion}-src.tar.bz2"
|
|
checksum="3619c90fb1f4b49cbddbfa8b94aa1d1e7e5a7e933764aea3ab3b25c6ef3c7027"
|
|
wrksrc=${pkgname}-3-${_minversion}
|
|
|
|
do_build() {
|
|
make CC=$CC PREFIX=/usr ETCDIR=/etc/notion
|
|
}
|
|
|
|
do_install() {
|
|
make DESTDIR=${DESTDIR} PREFIX=/usr ETCDIR=/etc/notion install
|
|
vman man/notion.1
|
|
vman man/notionflux.1
|
|
vlicense LICENSE
|
|
}
|