Package Details: qtcreator-terminal-plugin-git 2119fe7-2

Git Clone URL: https://aur.archlinux.org/qtcreator-terminal-plugin-git.git (read-only, click to copy)
Package Base: qtcreator-terminal-plugin-git
Description: A konsole-like terminal plugin for Qt Creator
Upstream URL: https://github.com/manyoso/qt-creator-terminalplugin
Keywords: qt5 qtcreator
Licenses: LGPL2.1
Conflicts: qtcreator-terminal-plugin
Provides: qtcreator-terminal-plugin
Submitter: gustawho
Maintainer: gustawho
Last Packager: gustawho
Votes: 0
Popularity: 0.000000
First Submitted: 2017-10-26 02:27 (UTC)
Last Updated: 2020-08-28 06:27 (UTC)

Latest Comments

MarsSeed commented on 2022-05-24 13:52 (UTC) (edited on 2022-05-24 13:54 (UTC) by MarsSeed)

Abandoned in 2016. Fork updated in 2021:

https://github.com/pperisin/qt-creator-terminalplugin.git

Also please kindly implement a monotonically increasing pkgver - r{REVISION#}.g{SHORTHASH} - as per the guidelines.

My suggested changes to the PKGBUILD:

epoch=1  # needed to 'reset' counting and making sure pacman sees the new version as new
url='https://github.com/pperisin/qt-creator-terminalplugin'
source=("${pkgname}::git+${url}.git")

pkgver() {
  cd "${pkgname}"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

Plus the new fork migrated to use cmake build system.

dos1 commented on 2019-04-22 19:21 (UTC)

does not build with 4.9.0 - needs "KSYNTAXHIGHLIGHTING_LIB_DIR=/usr/lib KSYNTAXHIGHLIGHTING_INCLUDE_DIR=/usr/include/KF5/KSyntaxHighlighting" args added to qmake