From 506aa4e9c8d71a5c9fac8e6e9179716f98a8fe33 Mon Sep 17 00:00:00 2001 From: Francesco Carmelo Capria Date: Wed, 5 Oct 2022 19:15:16 +0200 Subject: [PATCH 1/3] New package: wired-notify-0.10.2 --- srcpkgs/wired-notify/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/wired-notify/template diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template new file mode 100644 index 000000000000..184459312d6a --- /dev/null +++ b/srcpkgs/wired-notify/template @@ -0,0 +1,17 @@ +# Template file for 'wired-notify' +pkgname=wired-notify +version=0.10.2 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="pango-devel libXScrnSaver-devel libglib-devel" +short_desc="Lightweight notification daemon written in Rust" +maintainer="Francesco Carmelo Capria " +license="MIT" +homepage="https://github.com/Toqozz/wired-notify" +distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz" +checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e + +post_install() { + vlicense LICENSE +} From f9a002f5614b02cf5daa537c9bbdb8d21d9d9988 Mon Sep 17 00:00:00 2001 From: Francesco Carmelo Capria <62179193+fccapria@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:47:56 +0200 Subject: [PATCH 2/3] Update srcpkgs/wired-notify/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/wired-notify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template index 184459312d6a..1eede5da9e8c 100644 --- a/srcpkgs/wired-notify/template +++ b/srcpkgs/wired-notify/template @@ -13,5 +13,5 @@ distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.t checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e post_install() { - vlicense LICENSE + vlicense LICENSE } From 5a5a8ab9457056867c3446f524722e2ce0e27f15 Mon Sep 17 00:00:00 2001 From: Francesco Carmelo Capria <62179193+fccapria@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:59:16 +0200 Subject: [PATCH 3/3] Update template --- srcpkgs/wired-notify/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template index 1eede5da9e8c..ef0c1e2485b9 100644 --- a/srcpkgs/wired-notify/template +++ b/srcpkgs/wired-notify/template @@ -2,6 +2,7 @@ pkgname=wired-notify version=0.10.2 revision=1 +archs="x86_64 i686" build_style=cargo hostmakedepends="pkg-config" makedepends="pango-devel libXScrnSaver-devel libglib-devel"