[arch-commits] Commit in wlroots/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-01-22 Thread Brett Cornwall via arch-commits
Date: Thursday, January 23, 2020 @ 01:13:22
  Author: ainola
Revision: 554662

archrelease: copy trunk to community-staging-x86_64

Added:
  wlroots/repos/community-staging-x86_64/PKGBUILD
(from rev 554661, wlroots/trunk/PKGBUILD)
Deleted:
  wlroots/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-23 01:13:08 UTC (rev 554661)
+++ PKGBUILD2020-01-23 01:13:22 UTC (rev 554662)
@@ -1,55 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.10.0
-pkgrel=1
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'libwinpr2.so'
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=(
-'meson'
-'ninja'
-'wayland-protocols'
-)
-provides=(
-'libwlroots.so'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('9414ba761c321f9c2b3e0426e1bbed55443fa8f97d46643d1706d1ddd614f6cd'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix=/usr \
---buildtype=plain \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-staging-x86_64/PKGBUILD (from rev 554661, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-23 01:13:22 UTC (rev 554662)
@@ -0,0 +1,54 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.10.0
+pkgrel=2
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=(
+'meson'
+'ninja'
+'wayland-protocols'
+)
+provides=(
+'libwlroots.so'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('9414ba761c321f9c2b3e0426e1bbed55443fa8f97d46643d1706d1ddd614f6cd'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in wlroots/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-01-22 Thread Brett Cornwall via arch-commits
Date: Wednesday, January 22, 2020 @ 20:56:43
  Author: ainola
Revision: 554579

archrelease: copy trunk to community-staging-x86_64

Added:
  wlroots/repos/community-staging-x86_64/PKGBUILD
(from rev 554578, wlroots/trunk/PKGBUILD)
Deleted:
  wlroots/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 20:56:29 UTC (rev 554578)
+++ PKGBUILD2020-01-22 20:56:43 UTC (rev 554579)
@@ -1,55 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.9.1
-pkgrel=3
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'libwinpr2.so'
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=(
-'meson'
-'ninja'
-'wayland-protocols'
-)
-provides=(
-'libwlroots.so'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix=/usr \
---buildtype=plain \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-staging-x86_64/PKGBUILD (from rev 554578, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 20:56:43 UTC (rev 554579)
@@ -0,0 +1,55 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.10.0
+pkgrel=1
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'libwinpr2.so'
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=(
+'meson'
+'ninja'
+'wayland-protocols'
+)
+provides=(
+'libwlroots.so'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('9414ba761c321f9c2b3e0426e1bbed55443fa8f97d46643d1706d1ddd614f6cd'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in wlroots/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-01-22 Thread Brett Cornwall via arch-commits
Date: Wednesday, January 22, 2020 @ 20:46:25
  Author: ainola
Revision: 554567

archrelease: copy trunk to community-staging-x86_64

Added:
  wlroots/repos/community-staging-x86_64/PKGBUILD
(from rev 554566, wlroots/trunk/PKGBUILD)
Deleted:
  wlroots/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  112 +
 1 file changed, 55 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 20:46:18 UTC (rev 554566)
+++ PKGBUILD2020-01-22 20:46:25 UTC (rev 554567)
@@ -1,57 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.9.1
-pkgrel=2
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'libwinpr2.so'
-'libfreerdp2.so'
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=(
-'meson'
-'ninja'
-'wayland-protocols'
-)
-provides=(
-'libwlroots.so'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix=/usr \
---buildtype=plain \
--Dfreerdp=enabled \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-staging-x86_64/PKGBUILD (from rev 554566, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 20:46:25 UTC (rev 554567)
@@ -0,0 +1,55 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.9.1
+pkgrel=3
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'libwinpr2.so'
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=(
+'meson'
+'ninja'
+'wayland-protocols'
+)
+provides=(
+'libwlroots.so'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in wlroots/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-01-06 Thread Brett Cornwall via arch-commits
Date: Tuesday, January 7, 2020 @ 04:58:33
  Author: ainola
Revision: 549802

archrelease: copy trunk to community-staging-x86_64

Added:
  wlroots/repos/community-staging-x86_64/PKGBUILD
(from rev 549801, wlroots/trunk/PKGBUILD)
Deleted:
  wlroots/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  109 +++--
 1 file changed, 57 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 04:58:22 UTC (rev 549801)
+++ PKGBUILD2020-01-07 04:58:33 UTC (rev 549802)
@@ -1,52 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.9.1
-pkgrel=1
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'freerdp'
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=('meson' 'ninja' 'wayland-protocols')
-provides=(
-'libwlroots.so'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix=/usr \
---buildtype=plain \
--Dfreerdp=enabled \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-staging-x86_64/PKGBUILD (from rev 549801, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 04:58:33 UTC (rev 549802)
@@ -0,0 +1,57 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.9.1
+pkgrel=2
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'libwinpr2.so'
+'libfreerdp2.so'
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=(
+'meson'
+'ninja'
+'wayland-protocols'
+)
+provides=(
+'libwlroots.so'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dfreerdp=enabled \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in wlroots/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-01-06 Thread Brett Cornwall via arch-commits
Date: Monday, January 6, 2020 @ 18:55:05
  Author: ainola
Revision: 549775

archrelease: copy trunk to community-staging-x86_64

Added:
  wlroots/repos/community-staging-x86_64/PKGBUILD
(from rev 549774, wlroots/trunk/PKGBUILD)
Deleted:
  wlroots/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  101 +++--
 1 file changed, 52 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 18:54:52 UTC (rev 549774)
+++ PKGBUILD2020-01-06 18:55:05 UTC (rev 549775)
@@ -1,49 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Omar Pakker
-
-pkgname=wlroots
-pkgver=0.9.0
-pkgrel=1
-license=('MIT')
-pkgdesc='Modular Wayland compositor library'
-url='https://github.com/swaywm/wlroots'
-arch=('x86_64')
-depends=(
-'freerdp'
-'libinput'
-'libxkbcommon'
-'opengl-driver'
-'pixman'
-'xcb-util-errors'
-'xcb-util-image'
-'xcb-util-wm'
-)
-makedepends=('meson' 'ninja' 'wayland-protocols')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('334220a1d550dc5b20d28fb7b27b9b7c23f9c6d5ef5ad82c67ef127458ce2790'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix=/usr \
---buildtype=plain \
--Dfreerdp=enabled \
--Dlibcap=enabled \
--Dlogind=enabled \
--Dlogind-provider=systemd \
--Dxcb-errors=enabled \
--Dxcb-icccm=enabled \
--Dxcb-xkb=enabled \
--Dxwayland=enabled \
--Dx11-backend=enabled
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: wlroots/repos/community-staging-x86_64/PKGBUILD (from rev 549774, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 18:55:05 UTC (rev 549775)
@@ -0,0 +1,52 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.9.1
+pkgrel=1
+license=('MIT')
+pkgdesc='Modular Wayland compositor library'
+url='https://github.com/swaywm/wlroots'
+arch=('x86_64')
+depends=(
+'freerdp'
+'libinput'
+'libxkbcommon'
+'opengl-driver'
+'pixman'
+'xcb-util-errors'
+'xcb-util-image'
+'xcb-util-wm'
+)
+makedepends=('meson' 'ninja' 'wayland-protocols')
+provides=(
+'libwlroots.so'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix=/usr \
+--buildtype=plain \
+-Dfreerdp=enabled \
+-Dlibcap=enabled \
+-Dlogind=enabled \
+-Dlogind-provider=systemd \
+-Dxcb-errors=enabled \
+-Dxcb-icccm=enabled \
+-Dxcb-xkb=enabled \
+-Dxwayland=enabled \
+-Dx11-backend=enabled
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}