diff options
author | Tim Biermann <tbier@posteo.de> | 2021-05-01 19:55:22 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-05-01 19:55:35 +0000 |
commit | dab62daa9182983e47e2c3a31accfc68e34900fb (patch) | |
tree | 0079432cc91fd4b66df84df15b6b3ff07021103d /wayland-protocols | |
parent | ee498a99c3c3b092b69e6b29705d9eaadf2c7f71 (diff) | |
download | contrib-dab62daa9182983e47e2c3a31accfc68e34900fb.tar.gz contrib-dab62daa9182983e47e2c3a31accfc68e34900fb.tar.xz |
wayland-protocols: removed --datadir
Diffstat (limited to 'wayland-protocols')
-rw-r--r-- | wayland-protocols/.signature | 4 | ||||
-rw-r--r-- | wayland-protocols/Pkgfile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/wayland-protocols/.signature b/wayland-protocols/.signature index d12cd598d..27bc9a505 100644 --- a/wayland-protocols/.signature +++ b/wayland-protocols/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36gx++qjqt+4TCSuTOqocQdB9fwQIlMdSvFi8gWRm7Q8pEvIaQz9ypqgKxEuin78c3C2rUdwjM4j1HnMPwqCJAQ= -SHA256 (Pkgfile) = f22a3d5e8b1ef4cb93f28339962396142e255b8d109d4518af9c53a0c5c3b46f +RWSagIOpLGJF35c0bauIBAtsOwtFvsQtNnS5D8gCPlsYB34EZqpz8qLfuTZES01taHFdtXX81Uy9cB3Fmg1+KeOV26UAbOMv8Qs= +SHA256 (Pkgfile) = 1d4b653b79fbe22909e35ecdb34df07f2cf77e1c3664c726942d9896c9490a1c SHA256 (.footprint) = 2c37cbed241ffe5a8aa413c09a06e4aa949d2cdea11287006d0a2f56b890be52 SHA256 (wayland-protocols-1.21.tar.xz) = b99945842d8be18817c26ee77dafa157883af89268e15f4a5a1a1ff3ffa4cde5 diff --git a/wayland-protocols/Pkgfile b/wayland-protocols/Pkgfile index 24010ebeb..fe7c0dcf7 100644 --- a/wayland-protocols/Pkgfile +++ b/wayland-protocols/Pkgfile @@ -5,13 +5,12 @@ name=wayland-protocols version=1.21 -release=1 +release=2 source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz) build() { cd wayland-protocols-$version - ./configure --prefix=/usr \ - --datadir=/usr/lib + ./configure --prefix=/usr make make DESTDIR=$PKG install } |