From 5442d9bc4672399a39884bd214c70429fec5369a Mon Sep 17 00:00:00 2001 From: Francesco Carmelo Capria Date: Wed, 5 Oct 2022 14:02:33 +0200 Subject: [PATCH 1/2] New package: wired-notify-0.10.2 --- srcpkgs/wired-notify/template | 20 ++++++++++++++++++++ 1 file changed, 20 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..e37a91fad81a --- /dev/null +++ b/srcpkgs/wired-notify/template @@ -0,0 +1,20 @@ +# Template file for 'wired-notify' +pkgname=wired-notify +version=0.10.2 +revision=1 +archs="i686 x86_64" +build_style=cargo +hostmakedepends="pkg-config" +makedepends="rust cargo pango-devel libXScrnSaver-devel libglib-devel" +depends="dbus xorg cairo pango" +short_desc="Lightweight notification daemon written in Rust" +maintainer="Francesco Carmelo Capria " +license="MIT" +homepage="https://github.com/Toqozz/wired-notify" +#changelog="" +distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz" +checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e + +post_install() { + vlicense LICENSE +} From 71c54324222787d5a380850eac36c7054ee5ff9f Mon Sep 17 00:00:00 2001 From: Francesco Carmelo Capria <62179193+fccapria@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:58:46 +0200 Subject: [PATCH 2/2] Update template --- srcpkgs/wired-notify/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template index e37a91fad81a..184459312d6a 100644 --- a/srcpkgs/wired-notify/template +++ b/srcpkgs/wired-notify/template @@ -2,16 +2,13 @@ pkgname=wired-notify version=0.10.2 revision=1 -archs="i686 x86_64" build_style=cargo hostmakedepends="pkg-config" -makedepends="rust cargo pango-devel libXScrnSaver-devel libglib-devel" -depends="dbus xorg cairo pango" +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" -#changelog="" distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz" checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e