Date: Wednesday, June 6, 2018 @ 07:09:29
  Author: jelle
Revision: 340874

db-move: moved sway from [community-staging] to [community-testing] (x86_64)

Added:
  sway/repos/community-testing-x86_64/
  sway/repos/community-testing-x86_64/PKGBUILD
    (from rev 340873, sway/repos/community-staging-x86_64/PKGBUILD)
  sway/repos/community-testing-x86_64/sway.install
    (from rev 340873, sway/repos/community-staging-x86_64/sway.install)
Deleted:
  sway/repos/community-staging-x86_64/

--------------+
 PKGBUILD     |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sway.install |    7 +++++++
 2 files changed, 58 insertions(+)

Copied: sway/repos/community-testing-x86_64/PKGBUILD (from rev 340873, 
sway/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-06-06 07:09:29 UTC (rev 340874)
@@ -0,0 +1,51 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.15.2
+pkgrel=2
+pkgdesc="i3 compatible window manager for Wayland"
+arch=("x86_64")
+url="http://swaywm.org";
+license=("MIT")
+depends=(
+       "wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
+)
+optdepends=(
+       "rxvt-unicode: Default terminal emulator."
+       "dmenu: Default for launching applications."
+       "imagemagick: For taking screenshots."
+       "ffmpeg: For recording screencasts."
+       "i3status: To display system information with a bar."
+)
+makedepends=("cmake" "asciidoc")
+source=(
+       
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz";
+       
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig";
+)
+install="$pkgname.install"
+sha256sums=(
+       "05526e3038d2a5490a64bd816f1f04d2a6c214ddc6182835312b273b40b737ae"
+       "SKIP"
+)
+validpgpkeys=(
+       "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+        export CFLAGS="-Wno-stringop-overflow -Wno-stringop-truncation $CFLAGS"
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DVERSION="$pkgver"
+       make
+}
+
+package() {
+       cd build
+       DESTDIR="$pkgdir" make install
+       install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: sway/repos/community-testing-x86_64/sway.install (from rev 340873, 
sway/repos/community-staging-x86_64/sway.install)
===================================================================
--- community-testing-x86_64/sway.install                               (rev 0)
+++ community-testing-x86_64/sway.install       2018-06-06 07:09:29 UTC (rev 
340874)
@@ -0,0 +1,7 @@
+post_install() {
+       setcap cap_sys_ptrace=eip /usr/bin/sway
+}
+
+post_upgrade() {
+       post_install $1
+}

Reply via email to