Package Details: wdisplays-git 1.1.r0.ga9aa747-1

Git Clone URL: https://aur.archlinux.org/wdisplays-git.git (read-only, click to copy)
Package Base: wdisplays-git
Description: GUI display configurator for wlroots compositors
Upstream URL: https://github.com/artizirk/wdisplays
Licenses: GPL3
Conflicts: wdisplays
Provides: wdisplays
Submitter: KingofToasters
Maintainer: gmy
Last Packager: gmy
Votes: 14
Popularity: 0.000820
First Submitted: 2019-08-15 12:38 (UTC)
Last Updated: 2022-02-12 13:26 (UTC)

Latest Comments

« First ‹ Previous 1 2

Jaakkonen commented on 2020-07-02 21:20 (UTC)

Please add dependency to pkg-config

jomority commented on 2020-05-09 19:43 (UTC) (edited on 2020-05-09 19:46 (UTC) by jomority)

@cwrau You can apply the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index cb9c929..032ad20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: KingofToasters <dev@sgregoratto.me>
 pkgname=wdisplays-git
-pkgver=r14.ff536e1
+pkgver=r46.3471cfb
 pkgrel=1
 pkgdesc='GUI display configurator for wlroots compositors'
 url='https://github.com/cyclopsian/wdisplays'
-license=('MIT')
+license=('GPL3')
 provides=('wdisplays')
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
 depends=('gtk3' 'libepoxy' 'wayland' 'wayland-protocols')
@@ -28,6 +28,7 @@ build() {

 package() {
   DESTDIR="$pkgdir" ninja -C "$srcdir/build" install
-  install -Dm644 "${pkgname%-git}/LICENSE" \
-    "$pkgdir/usr/share/licenses/${pkgname}/LICENCE"
+  install -Dm755 -d "$pkgdir/usr/share/licenses/${pkgname}"
+  install -Dm644 "${pkgname%-git}"/LICENSES/* \
+    "$pkgdir/usr/share/licenses/${pkgname}/"
 }

I don't know if this is handling the licenses correctly.

cwrau commented on 2020-05-09 00:19 (UTC)

The build fails with the following error:

install: cannot stat 'wdisplays/LICENSE': No such file or directory

They changed their licensing structure: https://github.com/cyclopsian/wdisplays/commit/69564522bc12569c96a2192e2dd0d5d4bef8aa13