[arch-commits] Commit in wlroots/trunk (PKGBUILD)

Brett Cornwall ainola at archlinux.org
Thu Aug 29 15:31:45 UTC 2019


    Date: Thursday, August 29, 2019 @ 15:31:45
  Author: ainola
Revision: 504961

upgpkg: wlroots 0.7.0-1

Modified:
  wlroots/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 15:21:52 UTC (rev 504960)
+++ PKGBUILD	2019-08-29 15:31:45 UTC (rev 504961)
@@ -1,10 +1,9 @@
 # Maintainer: Ainola <ainola at archlinux.org>
 # Contributor: Omar Pakker
 
-pkgbase=wlroots
-pkgname=(wlroots rootston)
-pkgver=0.6.0
-pkgrel=2
+pkgname=wlroots
+pkgver=0.7.0
+pkgrel=1
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
@@ -20,15 +19,15 @@
 )
 makedepends=('meson' 'ninja' 'wayland-protocols')
 source=(
-    "$pkgbase-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz"
+    "$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'
+sha256sums=('e93091d49fc4a3dc1743eca7cdfa75584f2922f59036ba0a99194a9fc8b5e818'
             'SKIP')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
 build() {
-    meson "$pkgbase-$pkgver" build \
+    meson "$pkgname-$pkgver" build \
         --prefix=/usr \
         --buildtype=plain \
         -Dlibcap=enabled \
@@ -42,15 +41,7 @@
     ninja -C build
 }
 
-package_wlroots() {
+package() {
     DESTDIR="$pkgdir" ninja -C build install
-    install -Dm644 "$pkgbase-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgbase/"
+    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
 }
-
-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/"
-}



More information about the arch-commits mailing list