From b492f1b7d1dc8b1b07877409c77695ba598cda00 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 19 Jun 2018 19:52:42 +0200 Subject: [PATCH] New package: compton-0.0.20180521 (replaces compton-git) Also, switch the package over to the yshui/compton fork (which should be compatbile with Mesa 18 too). --- srcpkgs/compton-git/template | 24 ------------------------ srcpkgs/compton/template | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 srcpkgs/compton-git/template create mode 100644 srcpkgs/compton/template diff --git a/srcpkgs/compton-git/template b/srcpkgs/compton-git/template deleted file mode 100644 index bc92dfe43a7..00000000000 --- a/srcpkgs/compton-git/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'compton-git' -pkgname=compton-git -version=20170430 -revision=3 -build_style="gnu-makefile" -hostmakedepends="pkg-config asciidoc git" -makedepends="dbus-devel libXcomposite-devel libXrandr-devel pcre-devel - libconfig-devel MesaLib-devel libXinerama-devel" -depends="desktop-file-utils" -maintainer="Juan RP " -homepage="https://github.com/chjj/compton" -license="MIT" -short_desc="A compositor for X (fork of xcompmgr-dana)" -_githash=316eac0613bf342ff91cc645a6c3c80e6b9083fb -distfiles="${homepage}/archive/${_githash}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=b0bb9dfcf47d21d6711c9544f01a92b8491b77d79c6462ec1ddfb4c7a930e9df -wrksrc="compton-${_githash}" - -provides="compton-${version}_${revision}" -replaces="compton>=0" - -post_install() { - vlicense LICENSE -} diff --git a/srcpkgs/compton/template b/srcpkgs/compton/template new file mode 100644 index 00000000000..3c5384a8344 --- /dev/null +++ b/srcpkgs/compton/template @@ -0,0 +1,26 @@ +# Template file for 'compton' +pkgname=compton +version=0.0.20180521 +revision=1 +_githash=9b24550814b7c69065f90039b0a5d0a2281b9f81 +wrksrc="compton-${_githash}" +build_style=gnu-makefile +hostmakedepends="pkg-config asciidoc" +makedepends="dbus-devel libXcomposite-devel libXrandr-devel pcre-devel + libconfig-devel MesaLib-devel libXinerama-devel" +depends="desktop-file-utils" +short_desc="Compositor for X11 (fork of xcompmgr-dana)" +maintainer="Juan RP " +license="MIT" +homepage="https://github.com/yshui/compton/" +distfiles="https://github.com/yshui/compton/archive/${_githash}.tar.gz" +checksum=f9818fe0ff3f012802ff123f0ca8d8b38e3e5e1775dc95126bd28c8ff4101e7e +replaces="compton-git>=0" + +pre_build() { + export COMPTON_VERSION="v0.1_beta2" +} +post_install() { + vsconf compton.sample.conf + vlicense LICENSE +}