lazarus: add qt5pas-devel as dep
This commit is contained in:
parent
4d62931546
commit
33a1792d20
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'lazarus'
|
# Template file for 'lazarus'
|
||||||
pkgname=lazarus
|
pkgname=lazarus
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64 i686"
|
archs="x86_64 i686"
|
||||||
wrksrc=lazarus
|
wrksrc=lazarus
|
||||||
hostmakedepends="fpc rsync"
|
hostmakedepends="fpc rsync"
|
||||||
makedepends="fpc-src qt5pas-devel"
|
makedepends="fpc-src qt5pas-devel"
|
||||||
depends="fpc-src fpc gdb perl"
|
depends="fpc-src fpc gdb perl qt5pas-devel"
|
||||||
short_desc="Delphi-like IDE for FreePascal"
|
short_desc="Delphi-like IDE for FreePascal"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, MPL-2.0, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, MPL-2.0, LGPL-2.0-or-later"
|
||||||
|
@ -61,4 +61,3 @@ do_install() {
|
||||||
vinstall install/lazarus.desktop 644 usr/share/applications
|
vinstall install/lazarus.desktop 644 usr/share/applications
|
||||||
vinstall images/ide_icon48x48.png 644 usr/share/pixmaps lazarus.png
|
vinstall images/ide_icon48x48.png 644 usr/share/pixmaps lazarus.png
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue