zulucrypt: update to 5.7.1.
This commit is contained in:
parent
ce03e43ce1
commit
6f586ffcb9
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zulucrypt'
|
# Template file for 'zulucrypt'
|
||||||
pkgname=zulucrypt
|
pkgname=zulucrypt
|
||||||
version=5.7.0
|
version=5.7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="zuluCrypt-${version}"
|
wrksrc="zuluCrypt-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -18,9 +18,9 @@ short_desc="Frontend to cryptsetup and Veracrypt for harddrive and file encrypti
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://mhogomchungu.github.io/zuluCrypt"
|
homepage="https://mhogomchungu.github.io/zuluCrypt"
|
||||||
changelog="https://github.com/mhogomchungu/zuluCrypt/blob/master/changelog"
|
changelog="https://raw.githubusercontent.com/mhogomchungu/zuluCrypt/master/changelog"
|
||||||
distfiles="https://github.com/mhogomchungu/zuluCrypt/archive/${version}.tar.gz"
|
distfiles="https://github.com/mhogomchungu/zuluCrypt/archive/${version}.tar.gz"
|
||||||
checksum=53c1a450a7c5c18f7b6a8cf46bd4f051174f9d98c77f79a20c733e96b463f2d5
|
checksum=39bd7f5bd31514636f617f670e451e3313be1ba1094f7f55532a086b6aaf0096
|
||||||
|
|
||||||
#https://github.com/mhogomchungu/zuluCrypt/blob/e138cc4459545b2e0f729814791a045c31b63014/BUILD_INSTRUCTIONS
|
#https://github.com/mhogomchungu/zuluCrypt/blob/e138cc4459545b2e0f729814791a045c31b63014/BUILD_INSTRUCTIONS
|
||||||
build_options="udev kde gnome pwquality polkit homemount"
|
build_options="udev kde gnome pwquality polkit homemount"
|
||||||
|
@ -35,6 +35,8 @@ build_options_default="udev pwquality polkit"
|
||||||
post_install() {
|
post_install() {
|
||||||
#delete redundant icons
|
#delete redundant icons
|
||||||
rm ${DESTDIR}/usr/share/icons/zulu*.png
|
rm ${DESTDIR}/usr/share/icons/zulu*.png
|
||||||
|
|
||||||
|
chmod 644 ${DESTDIR}/usr/share/applications/*
|
||||||
}
|
}
|
||||||
|
|
||||||
zulucrypt-gui_package() {
|
zulucrypt-gui_package() {
|
||||||
|
|
Loading…
Reference in New Issue