Package Details: kddockwidgets-git 1.2.0.r142.g2e498f64-1

Git Clone URL: https://aur.archlinux.org/kddockwidgets-git.git (read-only, click to copy)
Package Base: kddockwidgets-git
Description: KDAB's Dock Widget Framework for Qt
Upstream URL: https://www.kdab.com/kddockwidgets/
Licenses: GPL2, custom:KDAB commercial license
Conflicts: kddockwidgets
Provides: kddockwidgets
Submitter: chsterz
Maintainer: chsterz
Last Packager: chsterz
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-10 20:47 (UTC)
Last Updated: 2023-04-17 05:30 (UTC)

Required by (1)

Sources (1)

Latest Comments

chsterz commented on 2023-04-17 05:31 (UTC)

@bartus Done, @VitalyR Done

VitalyR commented on 2023-04-15 03:46 (UTC)

Please add provides and conflicts to this PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index f8f61be..aa41410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
 # Maintainer: Christoph Sterz <christoph.sterz@kdab.com>
 pkgname=kddockwidgets-git
-pkgver=r1090.899ca6a
+pkgver=r3650.ac6ed8e9
 pkgrel=1
 arch=('x86_64')
 pkgdesc="KDAB's Dock Widget Framework for Qt"
 license=("GPL2" "custom:KDAB commercial license")
 depends=('qt5-base')
 makedepends=('cmake' 'ninja' 'qt5-tools')
+provides=('kddockwidgets')
+conflicts=('kddockwidgets')
 url="https://www.kdab.com/kddockwidgets/"
 source=("${pkgname}::git+https://github.com/KDAB/KDDockWidgets.git")
 sha256sums=('SKIP')

bartus commented on 2021-01-06 20:11 (UTC) (edited on 2021-01-07 19:32 (UTC) by bartus)

Missing qt5-x11extras dependency:

CMake Warning at src/CMakeLists.txt:257 (find_package):
  By not providing "FindQt5X11Extras.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5X11Extras", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5X11Extras" with
  any of the following names:

    Qt5X11ExtrasConfig.cmake
    qt5x11extras-config.cmake

  Add the installation prefix of "Qt5X11Extras" to CMAKE_PREFIX_PATH or set
  "Qt5X11Extras_DIR" to a directory containing one of the above files.  If
  "Qt5X11Extras" provides a separate development package or SDK, be sure it
  has been installed.

Also pkgver could use tag version instead of just revision.

patch for you (^ω^)人(^ω^)

#merge with
git am -s < <(curl -s http://ix.io/2LcD)