compiz-core: update to 0.8.16.
This commit is contained in:
parent
6f0ff7a73a
commit
8d78506e64
|
@ -1,32 +1,27 @@
|
|||
# Template file for 'compiz-core' of Compiz Reloaded
|
||||
# Template file for 'compiz-core'
|
||||
pkgname=compiz-core
|
||||
version=0.8.14
|
||||
version=0.8.16
|
||||
revision=1
|
||||
wrksrc="compiz-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
||||
hostmakedepends="automake gettext-devel intltool libtool pkg-config libxslt"
|
||||
makedepends="fuse-devel gettext-devel glib-devel glu-devel
|
||||
inotify-tools-devel libSM-devel libXcomposite-devel libXcursor-devel
|
||||
libXi-devel libXinerama-devel libXrandr-devel librsvg-devel libxml++-devel
|
||||
libxslt-devel startup-notification-devel"
|
||||
|
||||
short_desc="Compiz Reloaded core module"
|
||||
maintainer="CoolOhm <micvlas@gmail.com>"
|
||||
license="MIT, LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||
homepage="https://github.com/compiz-reloaded"
|
||||
license="MIT, LGPL-2, GPL-2"
|
||||
distfiles="https://github.com/compiz-reloaded/compiz/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=162189adbecf6ad667df81c0d97fe8aa6a86e121beb9783af71e196e83ffa2f3
|
||||
distfiles="https://github.com/compiz-reloaded/compiz/archive/v${version}.tar.gz"
|
||||
checksum=85ca2832e7e9771b08a460d797de6706034ee15c80143b29f6cc6a3b8dc725a2
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense COPYING.GPL
|
||||
vlicense COPYING.LGPL
|
||||
vlicense COPYING.MIT
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue