New package: livewallpaper-0.4.1

This commit is contained in:
Andrea Brancaleoni 2015-08-30 21:36:10 +02:00
parent 3f6994021c
commit f77a33faf9

View file

@ -0,0 +1,19 @@
# Template file for 'livewallpaper'
pkgname=livewallpaper
version=0.4.1
revision=1
build_style=cmake
hostmakedepends="cmake pkg-config gobject-introspection intltool"
makedepends="glew-devel libpeas-devel gtk+-devel"
short_desc="Animated Wallpapers for your Desktop"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="https://launchpad.net/${pkgname}"
distfiles="$homepage/${version%.*}/${version}/+download/${pkgname}-${version}.tar.gz"
checksum=9b1e386ce0aa0547d8ac9938a8d3f211cffd8b38496bf1972a99455d94bd2de6
LDFLAGS="-lX11"
post_extract() {
sed -i '/indicator/d' $wrksrc/CMakeLists.txt
rm -r $wrksrc/livewallpaper-indicator
}