From 55565122e339de00fdabddce0cca0e0a2d921a3b Mon Sep 17 00:00:00 2001 From: Milan Toth Date: Mon, 27 Feb 2023 15:18:50 +0100 Subject: [PATCH 1/2] New package: wcp-0.75b --- srcpkgs/wcp/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/wcp/template diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template new file mode 100644 index 000000000000..dd4eb3aa1f80 --- /dev/null +++ b/srcpkgs/wcp/template @@ -0,0 +1,22 @@ +# Template file for 'wcp' +pkgname=wcp +version=0.75b +revision=1 +#archs="i686 x86_64" +#build_wrksrc= +build_style=meson +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +hostmakedepends="pkg-config wayland-devel" +makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel" +depends="" +short_desc="Script-driven control panel/system menu for wayland based window managers" +maintainer="Milan Toth " +license="GPL-3.0-or-later" +homepage="https://github.com/milgra/wcp" +#changelog="" +distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz" +checksum=c523af36e705376aedbc6b7943313484b039f985625d6d2740a9ce4faa7a14a4 From 4ff3011f9ec3e50326d7c5dda1436c846f84911d Mon Sep 17 00:00:00 2001 From: Milan Toth Date: Mon, 27 Feb 2023 15:27:25 +0100 Subject: [PATCH 2/2] Template cleanup --- srcpkgs/wcp/template | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template index dd4eb3aa1f80..0195ddda5a7b 100644 --- a/srcpkgs/wcp/template +++ b/srcpkgs/wcp/template @@ -2,21 +2,13 @@ pkgname=wcp version=0.75b revision=1 -#archs="i686 x86_64" -#build_wrksrc= build_style=meson -#configure_args="" -#make_build_args="" -#make_install_args="" -#conf_files="" -#make_dirs="/var/log/dir 0755 root root" hostmakedepends="pkg-config wayland-devel" makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel" -depends="" -short_desc="Script-driven control panel/system menu for wayland based window managers" +short_desc="Script-driven control panel for wayland based window managers" maintainer="Milan Toth " license="GPL-3.0-or-later" homepage="https://github.com/milgra/wcp" -#changelog="" +changelog="https://github.com/milgra/wcp/release" distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz" checksum=c523af36e705376aedbc6b7943313484b039f985625d6d2740a9ce4faa7a14a4