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

2019-08-29 Thread Brett Cornwall via arch-commits
Date: Thursday, August 29, 2019 @ 15:32:00
  Author: ainola
Revision: 504962

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  103 +++--
 1 file changed, 47 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 15:31:45 UTC (rev 504961)
+++ PKGBUILD2019-08-29 15:32:00 UTC (rev 504962)
@@ -1,56 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Omar Pakker
-
-pkgbase=wlroots
-pkgname=(wlroots rootston)
-pkgver=0.6.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')
-source=(
-
"$pkgbase-$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=('9cf3716f3683d800df8b150f256ff66dad65faf13a9d67c284f67a9444d28c70'
-'SKIP')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgbase-$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_wlroots() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$pkgbase-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgbase/"
-}
-
-package_rootston() {
-depends=(wlroots)
-
-install -Dm755 "build/rootston/rootston" -t "$pkgdir/usr/bin/"
-install -Dm755 "$pkgbase-$pkgver/rootston/rootston.ini.example" -t 
"$pkgdir/usr/share/doc/rootston/"
-install -Dm644 "$pkgbase-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/rootston/"
-}

Copied: wlroots/repos/community-x86_64/PKGBUILD (from rev 504961, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 15:32:00 UTC (rev 504962)
@@ -0,0 +1,47 @@
+# Maintainer: Ainola 
+# Contributor: Omar Pakker
+
+pkgname=wlroots
+pkgver=0.7.0
+pkgrel=1
+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')
+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=('e93091d49fc4a3dc1743eca7cdfa75584f2922f59036ba0a99194a9fc8b5e818'
+'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-x86_64 (PKGBUILD PKGBUILD)

2019-07-29 Thread Brett Cornwall via arch-commits
Date: Tuesday, July 30, 2019 @ 01:09:05
  Author: ainola
Revision: 494724

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 +
 1 file changed, 56 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-30 01:08:40 UTC (rev 494723)
+++ PKGBUILD2019-07-30 01:09:05 UTC (rev 494724)
@@ -1,46 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=wlroots
-pkgver=0.6.0
-pkgrel=1
-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')
-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=('9cf3716f3683d800df8b150f256ff66dad65faf13a9d67c284f67a9444d28c70'
-'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-x86_64/PKGBUILD (from rev 494723, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-30 01:09:05 UTC (rev 494724)
@@ -0,0 +1,56 @@
+# Maintainer: Ainola 
+# Contributor: Omar Pakker
+
+pkgbase=wlroots
+pkgname=(wlroots rootston)
+pkgver=0.6.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')
+source=(
+
"$pkgbase-$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=('9cf3716f3683d800df8b150f256ff66dad65faf13a9d67c284f67a9444d28c70'
+'SKIP')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgbase-$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_wlroots() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$pkgbase-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgbase/"
+}
+
+package_rootston() {
+depends=(wlroots)
+
+install -Dm755 "build/rootston/rootston" -t "$pkgdir/usr/bin/"
+install -Dm755 "$pkgbase-$pkgver/rootston/rootston.ini.example" -t 
"$pkgdir/usr/share/doc/rootston/"
+install -Dm644 "$pkgbase-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/rootston/"
+}


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

2019-03-11 Thread Brett Cornwall via arch-commits
Date: Monday, March 11, 2019 @ 16:21:49
  Author: ainola
Revision: 439778

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 16:18:50 UTC (rev 439777)
+++ PKGBUILD2019-03-11 16:21:49 UTC (rev 439778)
@@ -1,46 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=wlroots
-pkgver=0.4.1
-pkgrel=1
-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')
-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=('a8c480b1ab3e5fff2d2a38661a0f06eb96af43c1cac02dc02e180d7fa5e8a5fa'
-'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-x86_64/PKGBUILD (from rev 439777, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 16:21:49 UTC (rev 439778)
@@ -0,0 +1,46 @@
+# Maintainer: Ainola 
+
+pkgname=wlroots
+pkgver=0.5.0
+pkgrel=1
+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')
+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=('3c6d422aaa7ac09a1e4a88d93f07a4d6ef6c5e4d76c3422c240a5783265ed0e3'
+'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-x86_64 (PKGBUILD PKGBUILD)

2019-03-04 Thread Brett Cornwall via arch-commits
Date: Tuesday, March 5, 2019 @ 07:38:55
  Author: ainola
Revision: 437708

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-05 05:51:07 UTC (rev 437707)
+++ PKGBUILD2019-03-05 07:38:55 UTC (rev 437708)
@@ -1,46 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=wlroots
-pkgver=0.4.1
-pkgrel=1
-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')
-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=('a8c480b1ab3e5fff2d2a38661a0f06eb96af43c1cac02dc02e180d7fa5e8a5fa'
-'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-x86_64/PKGBUILD (from rev 437707, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-05 07:38:55 UTC (rev 437708)
@@ -0,0 +1,46 @@
+# Maintainer: Ainola 
+
+pkgname=wlroots
+pkgver=0.4.1
+pkgrel=1
+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')
+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=('a8c480b1ab3e5fff2d2a38661a0f06eb96af43c1cac02dc02e180d7fa5e8a5fa'
+'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-x86_64 (PKGBUILD PKGBUILD)

2019-02-27 Thread Brett Cornwall via arch-commits
Date: Thursday, February 28, 2019 @ 02:30:16
  Author: ainola
Revision: 436958

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 02:29:44 UTC (rev 436957)
+++ PKGBUILD2019-02-28 02:30:16 UTC (rev 436958)
@@ -1,46 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=wlroots
-pkgver=0.4
-pkgrel=1
-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')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/wlroots/releases/download/0.4/wlroots-$pkgver.tar.gz.sig;
-)
-sha256sums=('f9308d4c9a0dbcf0009f5577e390c11b1bffdc38fa92681cc37dc2ec7ab927f0'
-'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-x86_64/PKGBUILD (from rev 436957, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 02:30:16 UTC (rev 436958)
@@ -0,0 +1,46 @@
+# Maintainer: Ainola 
+
+pkgname=wlroots
+pkgver=0.4.1
+pkgrel=1
+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')
+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=('a8c480b1ab3e5fff2d2a38661a0f06eb96af43c1cac02dc02e180d7fa5e8a5fa'
+'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-x86_64 (PKGBUILD PKGBUILD)

2019-02-25 Thread Brett Cornwall via arch-commits
Date: Monday, February 25, 2019 @ 23:26:19
  Author: ainola
Revision: 436057

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   85 +
 1 file changed, 46 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-25 23:26:04 UTC (rev 436056)
+++ PKGBUILD2019-02-25 23:26:19 UTC (rev 436057)
@@ -1,39 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=wlroots
-pkgver=0.3
-pkgrel=1
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;)
-sha256sums=('6fe527dcaf223015276f6e8592becd1cc5215166d943d636a9fa578f57db684e')
-
-build() {
-arch-meson "$pkgname-$pkgver" build \
--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-x86_64/PKGBUILD (from rev 436056, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-25 23:26:19 UTC (rev 436057)
@@ -0,0 +1,46 @@
+# Maintainer: Ainola 
+
+pkgname=wlroots
+pkgver=0.4
+pkgrel=1
+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')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/wlroots/releases/download/0.4/wlroots-$pkgver.tar.gz.sig;
+)
+sha256sums=('f9308d4c9a0dbcf0009f5577e390c11b1bffdc38fa92681cc37dc2ec7ab927f0'
+'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-x86_64 (PKGBUILD PKGBUILD)

2019-02-03 Thread Brett Cornwall via arch-commits
Date: Sunday, February 3, 2019 @ 19:17:30
  Author: ainola
Revision: 429495

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 19:17:11 UTC (rev 429494)
+++ PKGBUILD2019-02-03 19:17:30 UTC (rev 429495)
@@ -1,39 +0,0 @@
-# Maintainer: Ainola
-
-pkgname=wlroots
-pkgver=0.2
-pkgrel=3
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;)
-sha256sums=('0b690c5db5a1f11051a28f0349655322fe54d92f7c2dc8d3c6e5559b1098bfd8')
-
-build() {
-arch-meson "$pkgname-$pkgver" build \
--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-x86_64/PKGBUILD (from rev 429494, 
wlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 19:17:30 UTC (rev 429495)
@@ -0,0 +1,39 @@
+# Maintainer: Ainola 
+
+pkgname=wlroots
+pkgver=0.3
+pkgrel=1
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz;)
+sha256sums=('6fe527dcaf223015276f6e8592becd1cc5215166d943d636a9fa578f57db684e')
+
+build() {
+arch-meson "$pkgname-$pkgver" build \
+-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/"
+}