mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
qtpass: update to 1.3.0.
This commit is contained in:
parent
ed2d9de48d
commit
0cd90c4246
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
--- src/src.pro 2018-06-04 11:43:53.000000000 +0200
|
--- src/src.pro 2018-06-04 11:43:53.000000000 +0200
|
||||||
+++ - 2019-07-10 02:36:51.536590804 +0200
|
+++ - 2019-07-10 02:36:51.536590804 +0200
|
||||||
@@ -7,6 +7,31 @@
|
@@ -7,6 +7,32 @@
|
||||||
CONFIG += c++11 staticlib
|
CONFIG += c++11 staticlib
|
||||||
CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
|
CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
|
||||||
|
|
||||||
+TRANSLATIONS += ../localization/localization_nl_NL.ts \
|
+TRANSLATIONS += ../localization/localization_nl_NL.ts \
|
||||||
|
+ ../localization/localization_nl.ts \
|
||||||
+ ../localization/localization_ca.ts \
|
+ ../localization/localization_ca.ts \
|
||||||
+ ../localization/localization_de_DE.ts \
|
+ ../localization/localization_de_DE.ts \
|
||||||
+ ../localization/localization_es_ES.ts \
|
+ ../localization/localization_es_ES.ts \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qtpass'
|
# Template file for 'qtpass'
|
||||||
pkgname=qtpass
|
pkgname=qtpass
|
||||||
version=1.2.3
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="QtPass-${version}"
|
wrksrc="QtPass-${version}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
|
@ -13,8 +13,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://qtpass.org/"
|
homepage="https://qtpass.org/"
|
||||||
changelog="https://raw.githubusercontent.com/IJHack/QtPass/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/IJHack/QtPass/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=658b632bb06e9ad63d5076aace5fe0e57a0f7f20e0aafdfb64f86a25bdadbb07
|
checksum=27df0ef9988a17e4dd618c9abb1f1246cfe65a765abfa9b3c5faab111a61172b
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin main/qtpass
|
vbin main/qtpass
|
||||||
|
|
Loading…
Add table
Reference in a new issue