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
|
||||
reverts=20150315_2
|
||||
version=66
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="INSTALL_ROOT=\${DESTDIR}"
|
||||
short_desc="Qt4/Qt5 version chooser"
|
||||
|
@ -25,4 +25,5 @@ post_install() {
|
|||
vmkdir etc/xdg/qtchooser
|
||||
vinstall ${FILESDIR}/4.conf 644 etc/xdg/qtchooser
|
||||
vinstall ${FILESDIR}/5.conf 644 etc/xdg/qtchooser
|
||||
ln -sf 5.conf ${DESTDIR}/etc/xdg/qtchooser/default.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue