Merge pull request #7311 from Johnnynator/goldendict
goldendict: fix icon premissions
This commit is contained in:
commit
5a5442f2e6
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'goldendict'
|
||||
pkgname=goldendict
|
||||
version=1.5.0RC2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version/RC/-RC}"
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake pkg-config qt5-tools"
|
||||
|
@ -19,3 +19,7 @@ checksum=bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde
|
|||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-tools-devel qt5-webkit-devel qt5-host-tools qt5-svg-devel qt5-x11extras-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict.png
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue