19 lines
659 B
Bash
19 lines
659 B
Bash
# Template file for 'livewallpaper'
|
|
pkgname=livewallpaper
|
|
version=0.4.1
|
|
revision=2
|
|
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
|
|
}
|