mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
qxmledit: update to 0.9.17
This commit is contained in:
parent
dcde60647b
commit
5ff17701e8
1 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qxmledit'
|
# Template file for 'qxmledit'
|
||||||
pkgname=qxmledit
|
pkgname=qxmledit
|
||||||
version=0.9.16
|
version=0.9.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="QXMLEDIT_INST_DATA_DIR=/usr/share/qxmledit
|
configure_args="QXMLEDIT_INST_DATA_DIR=/usr/share/qxmledit
|
||||||
|
@ -17,14 +17,12 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="LGPL-2.0-or-later, Zlib"
|
license="LGPL-2.0-or-later, Zlib"
|
||||||
homepage="https://qxmledit.org/"
|
homepage="https://qxmledit.org/"
|
||||||
distfiles="https://github.com/lbellonda/qxmledit/archive/${version}.tar.gz"
|
distfiles="https://github.com/lbellonda/qxmledit/archive/${version}.tar.gz"
|
||||||
checksum=e86443d640b2d2486b8278a200e098425c52607f82908a1b5676c42af057caa8
|
checksum=29229ef470b32539db59c0308f2cc9f8e3ed7fd9d8b0cd1f49b44f5731a7e1b5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense external/qwtplot3d/license.txt
|
vlicense external/qwtplot3d/license.txt
|
||||||
vmkdir usr/share/appdata
|
vinstall install_scripts/environment/desktop/QXmlEdit.appdata.xml 644 usr/share/appdata/
|
||||||
vmkdir usr/share/applications
|
vinstall install_scripts/environment/desktop/QXmlEdit.desktop 644 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 src/images/icon.svg 644 usr/share/pixmaps qxmledit.svg
|
vinstall src/images/icon.svg 644 usr/share/pixmaps qxmledit.svg
|
||||||
vman install_scripts/environment/man/qxmledit.1
|
vman install_scripts/environment/man/qxmledit.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue