diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-02-04 16:18:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:07 +0700 |
commit | f2529d40d3f72b00a5166b16f0fcac18a247df19 (patch) | |
tree | ccd9051d77822e6d9d329003bfd5c1d9f9f5bf61 /desktop/qt5ct | |
parent | a903fdc0e499eefcea6844443d1b0e6c0aebce9d (diff) | |
download | slackbuilds-f2529d40d3f72b00a5166b16f0fcac18a247df19.tar.gz |
desktop/qt5ct: Updated for version 0.30.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/qt5ct')
-rw-r--r-- | desktop/qt5ct/README | 4 | ||||
-rw-r--r-- | desktop/qt5ct/qt5ct.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/qt5ct/qt5ct.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/desktop/qt5ct/README b/desktop/qt5ct/README index 5f4ef6fe01..7adf6d41fe 100644 --- a/desktop/qt5ct/README +++ b/desktop/qt5ct/README @@ -1,7 +1,7 @@ Qt5 configuration utility -This program allows users to configure Qt5 settings (theme, font, +This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. -For it to work, QT_QPA_PLATFORMTHEME=qt5ct must be set in the +For it to work, QT_QPA_PLATFORMTHEME=qt5ct must be set in the environment. diff --git a/desktop/qt5ct/qt5ct.SlackBuild b/desktop/qt5ct/qt5ct.SlackBuild index 94d82086ff..cca31128cc 100644 --- a/desktop/qt5ct/qt5ct.SlackBuild +++ b/desktop/qt5ct/qt5ct.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qt5ct -VERSION=${VERSION:-0.29} +VERSION=${VERSION:-0.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/qt5ct/qt5ct.info b/desktop/qt5ct/qt5ct.info index 8957a8b704..d9e5c2d3ef 100644 --- a/desktop/qt5ct/qt5ct.info +++ b/desktop/qt5ct/qt5ct.info @@ -1,8 +1,8 @@ PRGNAM="qt5ct" -VERSION="0.29" +VERSION="0.30" HOMEPAGE="http://qt5ct.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/project/qt5ct/qt5ct-0.29.tar.bz2" -MD5SUM="ddace0ebc60c2e6f354c2b924ae2a788" +DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-0.30.tar.bz2" +MD5SUM="d506aa6873385ffd77c8ffcb23e11a6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |