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

Brett Cornwall ainola at archlinux.org
Mon Feb 25 23:26:23 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-02-25 23:26:04 UTC (rev 436056)
+++ PKGBUILD	2019-02-25 23:26:19 UTC (rev 436057)
@@ -1,39 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-
-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)
+++ PKGBUILD	2019-02-25 23:26:19 UTC (rev 436057)
@@ -0,0 +1,46 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+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/"
+}



More information about the arch-commits mailing list