Package Details: wayland-docs-git 1.18.0.r18.gef611a80-1

Git Clone URL: https://aur.archlinux.org/wayland-git.git (read-only, click to copy)
Package Base: wayland-git
Description: A computer display server protocol (git version) (documentation)
Upstream URL: https://wayland.freedesktop.org/
Licenses: MIT
Conflicts: wayland-docs
Provides: wayland-docs
Submitter: None
Maintainer: dbermond
Last Packager: dbermond
Votes: 70
Popularity: 0.000000
First Submitted: 2009-09-21 16:14 (UTC)
Last Updated: 2020-06-05 14:50 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

Scimmia commented on 2013-05-14 01:12 (UTC)

You missed a couple of spaces, in "grep -o "[[:digit:]]*"" and "git rev-list --count HEAD". It's always best to do a test build. Other than that, looks good. :) I'm probably going to have enlightenment17-git depending on this, they updated their wayland code for the 1.2.0 dev cycle.

klusark commented on 2013-05-13 19:55 (UTC)

@Scimmia, I've updated it with your changes. Does it look alright now? I put that you are a contributor in the PKGBUILD with just your AUR username, but I can put something else there if you'd like.

Scimmia commented on 2013-05-13 09:38 (UTC)

Or even better, something like this, since it would pull the correct working version number: pkgver() { cd "$srcdir/wayland" for i in major_version minor_version micro_version; do local _$i=$(grep -m 1 $i configure.ac | sed 's/m4//' | grep -o "[[:digit:]]*") done echo $_major_version.$_minor_version.$_micro_version.$(git rev-list --count HEAD).$(git rev-parse --short HEAD) }

Scimmia commented on 2013-05-13 09:17 (UTC)

How about adding a pkgver function? pkgver() { cd "$srcdir/wayland" git describe --always | awk -F - '{print $1 ".r" $2 "." $3}' } You can then set provides to "wayland=$pkgver" instead of hardcoding it to 1.0.0 You also need to copy the "COPYING" file, it's required by the MIT license.

gtmanfred commented on 2013-01-06 01:53 (UTC)

adwc.git needs to be updated to the new api before it can be compiled

billybigrigger commented on 2012-11-08 23:26 (UTC)

Is it possible for someone to make ADWC packages? FYI its a tiling wm for wayland https://github.com/detomastah/adwc

<deleted-account> commented on 2012-07-28 08:00 (UTC)

Bump version to 0.95

fhucho commented on 2012-07-08 13:12 (UTC)

'git' should be added to makedepends.

LEW21 commented on 2012-05-21 22:37 (UTC)

Probably you should also add: "wayland=0.86" to provides (or 0.85... but this is incompatible with 0.85, so probably 0.86 is better) 'wayland' to conflicts (and remove wayland-git from wayland) BTW, consider adding "--depth 1" after "git clone $_gitroot" and "master" after "git pull origin" - it makes the download much faster.

klusark commented on 2012-04-14 04:53 (UTC)

@Jristz: I am not sure what would be causing that error. Nothing has been changed in the wayland configure scripts recently so the problem must have been there for a while.