mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
parent
13d34ac005
commit
f46ea3d30e
1 changed files with 7 additions and 12 deletions
|
@ -1,24 +1,19 @@
|
||||||
# Template file for 'notepadqq'
|
# Template file for 'notepadqq'
|
||||||
pkgname=notepadqq
|
pkgname=notepadqq
|
||||||
version=1.0.1
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
_Code_commit=d790fc39c1a5f06aa66415110b8ebe3026df665a
|
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-tools qt5-svg-devel qt5-webkit-devel"
|
hostmakedepends="pkg-config qt5-tools"
|
||||||
makedepends="qt5-svg-devel qt5-webkit-devel"
|
makedepends="qt5-svg-devel qt5-webkit-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
short_desc="Text editor for developers"
|
short_desc="Text editor for developers"
|
||||||
homepage="http://notepadqq.altervista.org/s/"
|
homepage="http://notepadqq.altervista.org/s/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="https://github.com/notepadqq/notepadqq/archive/v${version}.tar.gz
|
distfiles="https://github.com/notepadqq/notepadqq/archive/v${version}.tar.gz"
|
||||||
https://github.com/notepadqq/CodeMirror/archive/${_Code_commit}.tar.gz"
|
checksum=423d224724deb5298837327ce7efa0d71dbe73693c783241eeb7bb2327ee97d4
|
||||||
checksum="361ff29e1ef0dbe70e23b7fc1905da5cd163164d3e0a0bb020ecc5bdc5cf6a80
|
|
||||||
f3b23a367f9070d19bbc3d2d48dab4839b436ada15f2b26f1b4a7a599883642c"
|
|
||||||
create_wrksrc=yes
|
|
||||||
build_wrksrc="notepadqq-${version}"
|
|
||||||
|
|
||||||
post_extract() {
|
if [ "$CROSS_BUILD" ]; then
|
||||||
mv -Tv CodeMirror-${_Code_commit} ${build_wrksrc}/src/editor/libs/codemirror
|
hostmakedepends+=" qt5-svg-devel qt5-webkit-devel"
|
||||||
}
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue