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