ktile-git

LOW
maintainer zebdo 0 votes scanned 2026-09-05 03:59:20.365640
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: zebdo <zebdo at posteo dot ee>
2
3pkgname=ktile-git
4pkgver=0.1.1.r109.3512368
5pkgrel=1
6pkgdesc='Custom window snap regions for KDE Plasma (KWin script + KCM) - git version'
7arch=('x86_64')
8url='https://github.com/51n7/kTile'
9license=('GPL-2.0-or-later')
10
11depends=(
12 'kwin'
13 'plasma-workspace'
14 'kcmutils'
15 'kirigami'
16 'kdeclarative'
17)
18
19makedepends=(
20 'git'
21 'cmake'
22 'extra-cmake-modules'
23 'qt6-base'
24 'qt6-declarative'
25 'kconfig'
26 'kcoreaddons'
27 'ki18n'
28)
29
30provides=('ktile')
31conflicts=('ktile')
32options=('!debug')
33
34source=('ktile::git+https://github.com/51n7/kTile.git')
35sha256sums=('SKIP')
36
37pkgver() {
38 cd ktile
39
40 local _version
41 _version="$(
42 sed -n \
43 's/^project(kTile VERSION \([0-9][0-9.]*\) LANGUAGES CXX)/\1/p' \
44 CMakeLists.txt
45 )"
46
47 printf '%s.r%s.%s' \
48 "$_version" \
49 "$(git rev-list --count HEAD)" \
50 "$(git rev-parse --short=7 HEAD)"
51}
52
53build() {
54 cd ktile
55
56 cmake -B build \
57 -DCMAKE_BUILD_TYPE=Release \
58 -DCMAKE_INSTALL_PREFIX=/usr \
59 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
60
61 cmake --build build
62}
63
64package() {
65 cd ktile
66
67 DESTDIR="$pkgdir" cmake --install build
68}
69

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 03:59:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion