New package: livewallpaper-0.4.1
This commit is contained in:
parent
3f6994021c
commit
f77a33faf9
1 changed files with 19 additions and 0 deletions
19
srcpkgs/livewallpaper/template
Normal file
19
srcpkgs/livewallpaper/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue