New package: compiz-plugins-experimental-0.8.12
Closes: #5805 [via git-merge-pr]
This commit is contained in:
parent
8656087857
commit
02cb97c6ed
2 changed files with 31 additions and 0 deletions
1
srcpkgs/compiz-plugins-experimental-devel
Symbolic link
1
srcpkgs/compiz-plugins-experimental-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
compiz-plugins-experimental
|
30
srcpkgs/compiz-plugins-experimental/template
Normal file
30
srcpkgs/compiz-plugins-experimental/template
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Template file for 'compiz-plugins-experimental' of Compiz Reloaded
|
||||||
|
|
||||||
|
pkgname=compiz-plugins-experimental
|
||||||
|
version=0.8.12
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
|
||||||
|
hostmakedepends="automake compiz-bcop intltool libtool pkg-config glib-devel"
|
||||||
|
makedepends="compiz-core-devel compiz-plugins-extra-devel compiz-plugins-main-devel
|
||||||
|
libXScrnSaver-devel libcompizconfig-devel libnotify-devel glib-devel"
|
||||||
|
|
||||||
|
short_desc="Experimental plugins for Compiz Reloaded"
|
||||||
|
maintainer="CoolOhm <micvlas@gmail.com>"
|
||||||
|
homepage="https://github.com/compiz-reloaded"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="https://github.com/compiz-reloaded/compiz-plugins-experimental/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=45c10b5c8aac54da82abfc944a6b2dc22725e7f96383ce16f5ad734d1f4a1c97
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
compiz-plugins-experimental-devel_package() {
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue