From 07d59012d0a28874acfd230c5d2ddf6d967b366a Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Mon, 30 May 2022 20:11:11 +0200 Subject: [PATCH] qxmledit: update to 0.9.17 --- srcpkgs/qxmledit/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/qxmledit/template b/srcpkgs/qxmledit/template index 7b025b26cab5..431aeecaf982 100644 --- a/srcpkgs/qxmledit/template +++ b/srcpkgs/qxmledit/template @@ -1,6 +1,6 @@ # Template file for 'qxmledit' pkgname=qxmledit -version=0.9.16 +version=0.9.17 revision=1 build_style=qmake configure_args="QXMLEDIT_INST_DATA_DIR=/usr/share/qxmledit @@ -17,14 +17,12 @@ maintainer="newbluemoon " license="LGPL-2.0-or-later, Zlib" homepage="https://qxmledit.org/" distfiles="https://github.com/lbellonda/qxmledit/archive/${version}.tar.gz" -checksum=e86443d640b2d2486b8278a200e098425c52607f82908a1b5676c42af057caa8 +checksum=29229ef470b32539db59c0308f2cc9f8e3ed7fd9d8b0cd1f49b44f5731a7e1b5 post_install() { vlicense external/qwtplot3d/license.txt - vmkdir usr/share/appdata - vmkdir usr/share/applications - mv ${DESTDIR}/usr/share/qxmledit/*.appdata.xml ${DESTDIR}/usr/share/appdata/ - mv ${DESTDIR}/usr/share/qxmledit/*.desktop ${DESTDIR}/usr/share/applications/ + vinstall install_scripts/environment/desktop/QXmlEdit.appdata.xml 644 usr/share/appdata/ + vinstall install_scripts/environment/desktop/QXmlEdit.desktop 644 usr/share/applications/ vinstall src/images/icon.svg 644 usr/share/pixmaps qxmledit.svg vman install_scripts/environment/man/qxmledit.1 }