From 487e620796e5d57b24ce8052cb4f10d2eb3b6807 Mon Sep 17 00:00:00 2001 From: Cullen Ross Date: Mon, 18 Oct 2021 08:04:46 -0400 Subject: [PATCH 1/2] New package: xcolor-0.5.1 New package: xcolor-0.5.1 New package: xcolor-0.5.1 --- srcpkgs/xcolor/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/xcolor/template diff --git a/srcpkgs/xcolor/template b/srcpkgs/xcolor/template new file mode 100644 index 000000000000..8a60108b86ee --- /dev/null +++ b/srcpkgs/xcolor/template @@ -0,0 +1,17 @@ +# Template file for 'xcolor' +pkgname=xcolor +version=0.5.1 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="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 9e0edf0b2f8a2e6442afecc85f27eed19d6836e5 Mon Sep 17 00:00:00 2001 From: Cullen Ross Date: Sun, 28 Nov 2021 19:08:35 -0500 Subject: [PATCH 2/2] rxvt-unicode: update to 9.30. --- srcpkgs/rxvt-unicode/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 80ce8b968c5f..151fc7e60b82 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,7 +1,7 @@ # Template file for 'rxvt-unicode' pkgname=rxvt-unicode -version=9.26 -revision=13 +version=9.30 +revision=1 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color @@ -25,7 +25,7 @@ maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="http://software.schmorp.de/pkg/rxvt-unicode.html" distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b +checksum=fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d # Package build options build_options="gdk_pixbuf perl startup_notification unicode3"