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

Brett Cornwall ainola at archlinux.org
Thu Feb 28 02:30:28 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-02-28 02:29:44 UTC (rev 436957)
+++ PKGBUILD	2019-02-28 02:30:16 UTC (rev 436958)
@@ -1,46 +0,0 @@
-# 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/"
-}

Copied: wlroots/repos/community-x86_64/PKGBUILD (from rev 436957, wlroots/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-28 02:30:16 UTC (rev 436958)
@@ -0,0 +1,46 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+
+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/"
+}



More information about the arch-commits mailing list