From 03bee9decca0dea255ded2a998deb6c5d2310678 Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Sat, 21 Dec 2019 16:46:32 +0100 Subject: [PATCH] fix descriptions [skip ci] --- srcpkgs/apache-jmeter/template | 4 ++-- srcpkgs/argon2/template | 6 +++--- srcpkgs/libgfshare/template | 4 ++-- srcpkgs/libxml2-python/template | 2 +- srcpkgs/protobuf/template | 4 ++-- srcpkgs/python-musicbrainzngs/template | 6 +++--- srcpkgs/xcb-util-keysyms/template | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/srcpkgs/apache-jmeter/template b/srcpkgs/apache-jmeter/template index 49aff3e11c0..73f8f06fd96 100644 --- a/srcpkgs/apache-jmeter/template +++ b/srcpkgs/apache-jmeter/template @@ -1,7 +1,7 @@ # Template file for 'apache-jmeter' pkgname=apache-jmeter version=5.1.1 -revision=1 +revision=2 hostmakedepends="openjdk8 apache-ant" depends="virtual?java-runtime" short_desc="Application to load test functional behavior and measure performance" @@ -33,7 +33,7 @@ do_install() { apache-jmeter-doc_package() { archs=noarch - short_description+=" - Documentation" + short_desc+=" - documentation" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove /usr/libexec/apache-jmeter/xdocs diff --git a/srcpkgs/argon2/template b/srcpkgs/argon2/template index 7529ea7f375..7cc1bb0617e 100644 --- a/srcpkgs/argon2/template +++ b/srcpkgs/argon2/template @@ -1,7 +1,7 @@ # Template file for 'argon2' pkgname=argon2 version=20190702 -revision=2 +revision=3 wrksrc="phc-winner-argon2-${version}" build_style=gnu-makefile make_use_env=yes @@ -16,14 +16,14 @@ distfiles="https://github.com/P-H-C/phc-winner-argon2/archive/${version}.tar.gz" checksum=daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c libargon2_package() { - short_desc+="Password hashing library" + short_desc="Password hashing library" pkg_install() { vmove "usr/lib/*.so.*" } } libargon2-devel_package() { - short_desc+="Password hashing library - development files" + short_desc="Password hashing library - development files" depends="libargon2>=${version}_${revision}" pkg_install() { vmove usr/include diff --git a/srcpkgs/libgfshare/template b/srcpkgs/libgfshare/template index 9f94d0b3049..db617757070 100644 --- a/srcpkgs/libgfshare/template +++ b/srcpkgs/libgfshare/template @@ -1,7 +1,7 @@ # Template file for 'libgfshare' pkgname=libgfshare version=2.0.0 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" short_desc="Shamir's secret-sharing method in the Galois Field GF(2**8)" @@ -31,7 +31,7 @@ libgfshare-devel_package() { } libgfshare-tools_package() { - short_desc+="gfsplit and gfcombine tools for multi-way secret-sharing" + short_desc="gfsplit and gfcombine tools for multi-way secret-sharing" pkg_install() { vmove usr/bin/gfcombine vmove usr/bin/gfsplit diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template index cf78e1ef85f..dbd701f1fe4 100644 --- a/srcpkgs/libxml2-python/template +++ b/srcpkgs/libxml2-python/template @@ -24,7 +24,7 @@ post_install() { } libxml2-python3_package() { - short_desc+="${short_dest/Python2/Python3}" + short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove "usr/lib/python3*" vlicense ../COPYING diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template index 3068a9cb3bd..9200764343b 100644 --- a/srcpkgs/protobuf/template +++ b/srcpkgs/protobuf/template @@ -1,7 +1,7 @@ # Template file for 'protobuf' pkgname=protobuf version=3.7.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config automake libtool" makedepends="zlib-devel" @@ -72,7 +72,7 @@ protobuf-devel_package() { depends="zlib-devel libprotobuf18-${version}_${revision} libprotobuf-lite18-${version}_${revision}" - short_desc+="Protocol buffers C++ library - development files" + short_desc="Protocol buffers C++ library - development files" pkg_install() { vmove usr/include vmove usr/lib/libprotobuf.a diff --git a/srcpkgs/python-musicbrainzngs/template b/srcpkgs/python-musicbrainzngs/template index 3d738f0c3c0..a17ca953a3a 100644 --- a/srcpkgs/python-musicbrainzngs/template +++ b/srcpkgs/python-musicbrainzngs/template @@ -5,14 +5,14 @@ revision=4 archs=noarch wrksrc="musicbrainzngs-${version}" build_style="python-module" +pycompile_module="musicbrainzngs" hostmakedepends="python-devel python3-devel" makedepends="${hostmakedepends}" depends="python" -pycompile_module="musicbrainzngs" short_desc="Python2 bindings for the Musicbrainz NGS webservice interface" maintainer="Steven R " -homepage="https://github.com/alastair/python-musicbrainz-ngs/" license="BSD" +homepage="https://github.com/alastair/python-musicbrainz-ngs/" distfiles="${PYPI_SITE}/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz" checksum=28ef261a421dffde0a25281dab1ab214e1b407eec568cd05a53e73256f56adb5 @@ -24,7 +24,7 @@ python3-musicbrainzngs_package() { archs=noarch depends="python3" pycompile_module="musicbrainzngs" - short_desc="${short_desc/python2/python3}" + short_desc="${short_desc/Python2/Python3}" pkg_install() { vlicense COPYING vmove usr/lib/python3* diff --git a/srcpkgs/xcb-util-keysyms/template b/srcpkgs/xcb-util-keysyms/template index fd4d8661f53..7c932ded194 100644 --- a/srcpkgs/xcb-util-keysyms/template +++ b/srcpkgs/xcb-util-keysyms/template @@ -1,7 +1,7 @@ # Template file for 'xcb-util-keysyms' pkgname=xcb-util-keysyms version=0.4.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config" @@ -15,7 +15,7 @@ checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9 xcb-util-keysyms-devel_package() { depends="libxcb-devel ${sourcepkg}>=${version}_${revision}" - short_desco+=" - development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig