From 3436fd3d5216cecec3665e2adb1e0723c84a634c Mon Sep 17 00:00:00 2001 From: Ashpool Date: Sun, 25 Oct 2020 15:04:20 +0300 Subject: [PATCH] qalculate: update to 3.14.0, drop noarch. --- srcpkgs/libqalculate-data | 1 - srcpkgs/qalculate/template | 14 ++++---------- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 120000 srcpkgs/libqalculate-data diff --git a/srcpkgs/libqalculate-data b/srcpkgs/libqalculate-data deleted file mode 120000 index 2cf8203b787..00000000000 --- a/srcpkgs/libqalculate-data +++ /dev/null @@ -1 +0,0 @@ -qalculate \ No newline at end of file diff --git a/srcpkgs/qalculate/template b/srcpkgs/qalculate/template index c5d041892f4..d581a74bf40 100644 --- a/srcpkgs/qalculate/template +++ b/srcpkgs/qalculate/template @@ -1,7 +1,7 @@ # Template file for 'qalculate' # NOTE: keep this package synchronized with "srcpkgs/qalculate-gtk" pkgname=qalculate -version=3.12.1 +version=3.14.0 revision=1 wrksrc="lib${pkgname}-${version}" build_style=gnu-configure @@ -13,20 +13,14 @@ maintainer="Artem Zhurikhin " license="GPL-2.0-or-later" homepage="https://qalculate.github.io" distfiles="https://github.com/Qalculate/libqalculate/releases/download/v${version}/libqalculate-${version}.tar.gz" -checksum=28c46dc8dd975f253627d80c55a6feab7c44d965dce3ceffefc3cafc9a97c457 +checksum=ef422aa54eac7c711ece65dd3a5cbc66370d3e17173465313201897c201e7d3e -libqalculate-data_package() { - archs=noarch - short_desc+=" - data files" - pkg_install() { - vmove usr/share/qalculate - } -} libqalculate_package() { short_desc+=" - library files" - depends="libqalculate-data>=${version}_${revision}" + replaces="libqalculate-data>=0" pkg_install() { vmove usr/lib/libqalculate.so.* + vmove usr/share/qalculate } } libqalculate-devel_package() {