2014-11-06 16:27:47 +00:00
|
|
|
# Template file for 'maim'
|
|
|
|
pkgname=maim
|
2014-11-11 16:41:20 +00:00
|
|
|
version=2.3.34
|
2014-11-06 16:27:47 +00:00
|
|
|
revision=1
|
|
|
|
build_style=cmake
|
|
|
|
hostmakedepends="pkg-config cmake"
|
|
|
|
makedepends="imlib2-devel libX11-devel libXrandr-devel libXext-devel freetype-devel libXfixes-devel"
|
|
|
|
short_desc="A small application that takes care of setting the background image on different workspaces"
|
|
|
|
maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="https://github.com/naelstrof/${pkgname}"
|
2014-11-06 16:59:47 +00:00
|
|
|
distfiles="https://github.com/naelstrof/${pkgname}/archive/v${version}.tar.gz"
|
2014-11-11 16:41:20 +00:00
|
|
|
checksum=662abfb1849379db116b2422f4259995f829b07f0a28e6eea83e78906b9c63b8
|
2014-11-06 16:27:47 +00:00
|
|
|
|
|
|
|
pre_build() {
|
|
|
|
# workaround for the cmake file expecting to be run in ., not build
|
|
|
|
cp build/src/cmdline.h src/cmdline.h
|
|
|
|
}
|