From 4121ceee09b64632e47e356b62d89afadebc8d0f Mon Sep 17 00:00:00 2001 From: teldra Date: Thu, 14 Jul 2022 14:52:10 +0200 Subject: [PATCH 1/2] New package: cxxopts-3.0.0 --- srcpkgs/cxxopts/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/cxxopts/template diff --git a/srcpkgs/cxxopts/template b/srcpkgs/cxxopts/template new file mode 100644 index 000000000000..07c6c0b6a310 --- /dev/null +++ b/srcpkgs/cxxopts/template @@ -0,0 +1,16 @@ +# Template file for 'cxxopts' +pkgname=cxxopts +version=3.0.0 +revision=1 +build_style=cmake +short_desc="Lightweight C++ command line option parser" +maintainer="teldra " +license="MIT" +homepage="https://github.com/jarro2783/cxxopts" +changelog="https://raw.githubusercontent.com/jarro2783/cxxopts/master/CHANGELOG.md" +distfiles="https://github.com/jarro2783/cxxopts/archive/refs/tags/v${version}.tar.gz" +checksum=36f41fa2a46b3c1466613b63f3fa73dc24d912bc90d667147f1e43215a8c6d00 + +post_install() { + vlicense LICENSE +} From fcda60341257c0c39bb22e4b32913f3eff818bde Mon Sep 17 00:00:00 2001 From: teldra Date: Thu, 14 Jul 2022 14:52:18 +0200 Subject: [PATCH 2/2] pamixer: update to 1.6. --- srcpkgs/pamixer/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/pamixer/template b/srcpkgs/pamixer/template index 67a9df9ece51..0fb88c1e6f05 100644 --- a/srcpkgs/pamixer/template +++ b/srcpkgs/pamixer/template @@ -1,17 +1,14 @@ # Template file for 'pamixer' pkgname=pamixer -version=1.5 +version=1.6 revision=1 -build_style=gnu-makefile -makedepends="pulseaudio-devel boost-devel" +build_style=meson +hostmakedepends="cmake pkg-config" +makedepends="pulseaudio-devel cxxopts" short_desc="Pulseaudio command line mixer" maintainer="teldra " license="GPL-3.0-or-later" homepage="https://github.com/cdemoulins/pamixer" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=eb75a9f71b99429bc5a789e82bbd3260bc27104aaaf8d9c17b56e23f74531708 +checksum=8b7199e495dc19b190f8f02ace8782f533266a4bd7c7d3cf6f4cf09b2de13e71 CXXFLAGS="-DVERSION=$version" - -do_install() { - vbin pamixer -}