From b276a537a3757ae407a593c0930a080587aa325c Mon Sep 17 00:00:00 2001 From: Cullen Ross Date: Mon, 18 Oct 2021 08:04:46 -0400 Subject: [PATCH 1/2] Add new xcolor 0.5.1 package --- srcpkgs/xcolor/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/xcolor/template diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template new file mode 100644 index 000000000000..ccedce16b90d --- /dev/null +++ b/srcpkgs/xcolor/template @@ -0,0 +1,16 @@ +# Template file for 'xcolor' +pkgname=xcolor +version=0.5.1 +revision=1 +build_style=cargo +hostmakedepends="pkg-config libX11-devel libXcursor-devel libXrender-devel" +short_desc="Lightweight color picker for X11" +maintainer="Cullen Ross " +license="MIT" +homepage="https://github.com/Soft/xcolor" +distfiles="https://github.com/Soft/xcolor/archive/refs/tags/${version}.tar.gz" +checksum=cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647 + +post_install() { + vlicense LICENSE +} From 0ca0f13d063298eb8661c8621d3de39edb028db8 Mon Sep 17 00:00:00 2001 From: Cullen Ross Date: Mon, 22 Nov 2021 06:13:43 -0500 Subject: [PATCH 2/2] New package: xcolor-0.5.1 --- srcpkgs/xcolor/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template index ccedce16b90d..8a60108b86ee 100644 --- a/srcpkgs/xcolor/template +++ b/srcpkgs/xcolor/template @@ -3,7 +3,8 @@ pkgname=xcolor version=0.5.1 revision=1 build_style=cargo -hostmakedepends="pkg-config libX11-devel libXcursor-devel libXrender-devel" +hostmakedepends="pkg-config" +makedepends="libX11-devel libXcursor-devel libXrender-devel" short_desc="Lightweight color picker for X11" maintainer="Cullen Ross " license="MIT"