Package Details: ktexteditor-git 6.0.0_r4414.ge6c8d21ed-1

Git Clone URL: https://aur.archlinux.org/ktexteditor-git.git (read-only, click to copy)
Package Base: ktexteditor-git
Description: Advanced embeddable text editor
Upstream URL: https://community.kde.org/Frameworks
Licenses: LGPL-3.0-only, LGPL-2.0-only
Groups: kf6-git
Conflicts: ktexteditor
Provides: ktexteditor
Submitter: stavallo
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 14
Popularity: 0.000000
First Submitted: 2014-01-14 18:22 (UTC)
Last Updated: 2024-03-01 06:52 (UTC)

Latest Comments

« First ‹ Previous 1 2

davispuh commented on 2015-07-02 17:20 (UTC)

Need to quote $srcdir so that path with spaces work. Here's a patch: diff --git a/PKGBUILD b/PKGBUILD index b856f80..787bb72 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,7 +23,7 @@ pkgver() { prepare() { mkdir -p build cd ktexteditor - patch -p0 -i $srcdir/pkgbuild-syntax-highlight.patch + patch -p0 -i "$srcdir/pkgbuild-syntax-highlight.patch" } build() {

arojas commented on 2014-06-04 06:08 (UTC)

@vizor it should work with an up to date ecm-git, or with ecm 0.0.14 that will be released today

vizor commented on 2014-06-03 23:08 (UTC)

With extra-cmake-modules and with extra-cmake-modules-git I get following error: -- Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:6 (find_package): Could not find a configuration file for package "ECM" that is compatible with requested version "0.0.14". The following configuration files were considered but not accepted: /usr/share/ECM/cmake/ECMConfig.cmake, version: 0.0.13 -- Configuring incomplete, errors occurred! See also "/tmp/yaourt-tmp-vizor/aur-ktexteditor-git/src/build/CMakeFiles/CMakeOutput.log". ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build ktexteditor-git.

ant32 commented on 2014-03-13 17:59 (UTC)

==> Starting pkgver()... /startdir/PKGBUILD: line 4: No: command not found Take a look at where it says "If there are no tags then use number of revisions since beginning of the history: " https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines Could you change the version line to printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"