From b0d8224f280ea49ba975052f499edcc77366a3a0 Mon Sep 17 00:00:00 2001 From: CoolOhm Date: Wed, 22 Feb 2017 20:21:47 -0800 Subject: [PATCH] New package: compiz-plugins-main-0.8.12.2 --- srcpkgs/compiz-plugins-main-devel | 1 + srcpkgs/compiz-plugins-main/template | 29 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 120000 srcpkgs/compiz-plugins-main-devel create mode 100644 srcpkgs/compiz-plugins-main/template diff --git a/srcpkgs/compiz-plugins-main-devel b/srcpkgs/compiz-plugins-main-devel new file mode 120000 index 00000000000..2dbce140868 --- /dev/null +++ b/srcpkgs/compiz-plugins-main-devel @@ -0,0 +1 @@ +compiz-plugins-main \ No newline at end of file diff --git a/srcpkgs/compiz-plugins-main/template b/srcpkgs/compiz-plugins-main/template new file mode 100644 index 00000000000..ecfac29a55e --- /dev/null +++ b/srcpkgs/compiz-plugins-main/template @@ -0,0 +1,29 @@ +# Template file for 'compiz-plugins-main' of Compiz Reloaded +pkgname=compiz-plugins-main +version=0.8.12.2 +revision=1 +build_style=gnu-configure +configure_args="--disable-static" + +hostmakedepends="automake compiz-bcop gettext-devel intltool libtool pkg-config" +makedepends="compiz-core-devel pango-devel" + +short_desc="Basic plugins for Compiz Reloaded" +maintainer="CoolOhm " +homepage="https://github.com/compiz-reloaded" +license="GPL-2" +distfiles="https://github.com/compiz-reloaded/compiz-plugins-main/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=6fa2c77f37dbd13ec96065d4e6454ba1e5e098ebbc70d56e06d303d6db2098b1 + +pre_configure() { + NOCONFIGURE=1 ./autogen.sh +} + +compiz-plugins-main-devel_package() { + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + } +}