mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
okteta5: replaced with okteta
This commit is contained in:
parent
e7f0b6870e
commit
4a0e7175f0
1 changed files with 5 additions and 19 deletions
|
@ -1,30 +1,16 @@
|
||||||
# Template file for 'okteta5'
|
# Template file for 'okteta5'
|
||||||
pkgname=okteta5
|
pkgname=okteta5
|
||||||
version=17.12.3
|
version=17.12.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname%5}-${version}"
|
build_style=meta
|
||||||
build_style=cmake
|
depends="okteta"
|
||||||
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
short_desc="Hexadecimal editor for binary files - (transitional dummy package)"
|
||||||
conflicts="okteta"
|
|
||||||
hostmakedepends="extra-cmake-modules python qt5-qmake qt5-host-tools
|
|
||||||
kdoctools kconfig kcoreaddons kparts"
|
|
||||||
makedepends="qt5-devel qt5-script-devel qca-qt5-devel kbookmarks-devel
|
|
||||||
kcodecs-devel kcompletion-devel kconfigwidgets-devel kcrash-devel
|
|
||||||
kcmutils-devel knewstuff-devel kparts-devel"
|
|
||||||
short_desc="Hexadecimal editor for binary files"
|
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.kde.org/applications/utilities/okteta/"
|
homepage="https://www.kde.org/applications/utilities/okteta/"
|
||||||
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname%5}-${version}.tar.xz"
|
|
||||||
checksum=64b2d5264ac3b2e8010cbcf58fe03c567d4e44684a4fcd6e135eb14007da9a0f
|
|
||||||
|
|
||||||
okteta5-devel_package() {
|
okteta5-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="okteta-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/*.so
|
|
||||||
vmove usr/lib/cmake
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue