mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
qtchooser: set qt5 as default qt version
This commit is contained in:
parent
92438a71c6
commit
85b427ee9a
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=qtchooser
|
pkgname=qtchooser
|
||||||
reverts=20150315_2
|
reverts=20150315_2
|
||||||
version=66
|
version=66
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="INSTALL_ROOT=\${DESTDIR}"
|
make_install_args="INSTALL_ROOT=\${DESTDIR}"
|
||||||
short_desc="Qt4/Qt5 version chooser"
|
short_desc="Qt4/Qt5 version chooser"
|
||||||
|
@ -25,4 +25,5 @@ post_install() {
|
||||||
vmkdir etc/xdg/qtchooser
|
vmkdir etc/xdg/qtchooser
|
||||||
vinstall ${FILESDIR}/4.conf 644 etc/xdg/qtchooser
|
vinstall ${FILESDIR}/4.conf 644 etc/xdg/qtchooser
|
||||||
vinstall ${FILESDIR}/5.conf 644 etc/xdg/qtchooser
|
vinstall ${FILESDIR}/5.conf 644 etc/xdg/qtchooser
|
||||||
|
ln -sf 5.conf ${DESTDIR}/etc/xdg/qtchooser/default.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue