maim: update to 2.3.36

This commit is contained in:
Alessio Sergi 2014-11-18 16:16:16 +01:00
parent e06807f1ff
commit b262786bd0

View file

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