[arch-commits] Commit in sway/trunk (PKGBUILD sway.install)

Alexander Rødseth arodseth at archlinux.org
Mon Mar 18 09:24:24 UTC 2019


    Date: Monday, March 18, 2019 @ 09:24:23
  Author: arodseth
Revision: 442431

upgpkg: sway 1.0-5

Modified:
  sway/trunk/PKGBUILD
Deleted:
  sway/trunk/sway.install

--------------+
 PKGBUILD     |   33 ++++++++++++++++-----------------
 sway.install |    7 -------
 2 files changed, 16 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-18 09:23:16 UTC (rev 442430)
+++ PKGBUILD	2019-03-18 09:24:23 UTC (rev 442431)
@@ -1,9 +1,9 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=sway
 pkgver=1.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -11,32 +11,31 @@
 depends=(cairo gdk-pixbuf2 json-c pango pcre wlroots)
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
-	"dmenu: Default for launching applications."
-	"ffmpeg: For recording screencasts."
-	"gdk-pixbuf2: Required for swaybg."
-	"i3status: To display system information with a bar."
-	"imagemagick: For taking screenshots."
-	"rxvt-unicode: Default terminal emulator."
-	"xorg-server-xwayland: X11 support"
+  'dmenu:                for launching applications'
+  'ffmpeg:               for recording screencasts'
+  'gdk-pixbuf2:          required by swaybg'
+  'i3status:             display a status line'
+  'imagemagick:          for taking screenshots'
+  'rxvt-unicode:         default terminal emulator'
+  'xorg-server-xwayland: X11 support'
 )
 validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
-install=$pkgname.install
 source=(
-	"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
-	"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
+  "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
+  "https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
 )
 sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
             'SKIP')
 
 build() {
-	mkdir -p build
-	arch-meson build $pkgname-$pkgver -Dwerror=false
-	ninja -C build
+  mkdir -p build
+  arch-meson build $pkgname-$pkgver -Dwerror=false
+  ninja -C build
 }
 
 package() {
-	DESTDIR="$pkgdir" ninja -C build install
-	install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim: ts=2 sw=2 et

Deleted: sway.install
===================================================================
--- sway.install	2019-03-18 09:23:16 UTC (rev 442430)
+++ sway.install	2019-03-18 09:24:23 UTC (rev 442431)
@@ -1,7 +0,0 @@
-post_install() {
-	setcap cap_sys_ptrace=eip /usr/bin/sway
-}
-
-post_upgrade() {
-	post_install $1
-}



More information about the arch-commits mailing list