[arch-commits] Commit in sway/repos/community-x86_64 (4 files)

Jerome Leclanche jleclanche at archlinux.org
Fri Apr 13 11:21:27 UTC 2018


    Date: Friday, April 13, 2018 @ 11:21:26
  Author: jleclanche
Revision: 316165

archrelease: copy trunk to community-x86_64

Added:
  sway/repos/community-x86_64/PKGBUILD
    (from rev 316164, sway/trunk/PKGBUILD)
  sway/repos/community-x86_64/sway.install
    (from rev 316164, sway/trunk/sway.install)
Deleted:
  sway/repos/community-x86_64/PKGBUILD
  sway/repos/community-x86_64/sway.install

--------------+
 PKGBUILD     |  100 ++++++++++++++++++++++++++++-----------------------------
 sway.install |   14 +++----
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-13 11:21:06 UTC (rev 316164)
+++ PKGBUILD	2018-04-13 11:21:26 UTC (rev 316165)
@@ -1,50 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.15.1
-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=(
-	"b4305581587b1072f5cb61387230aaf731ea9ea0d01fdf198856a757e2195149"
-	"SKIP"
-)
-validpgpkeys=(
-	"9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
-)
-
-
-build() {
-	mkdir -p build
-	cd build
-	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-x86_64/PKGBUILD (from rev 316164, sway/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-13 11:21:26 UTC (rev 316165)
@@ -0,0 +1,50 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.15.2
+pkgrel=1
+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
+	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"
+}

Deleted: sway.install
===================================================================
--- sway.install	2018-04-13 11:21:06 UTC (rev 316164)
+++ sway.install	2018-04-13 11:21:26 UTC (rev 316165)
@@ -1,7 +0,0 @@
-post_install() {
-	setcap cap_sys_ptrace=eip /usr/bin/sway
-}
-
-post_upgrade() {
-	post_install $1
-}

Copied: sway/repos/community-x86_64/sway.install (from rev 316164, sway/trunk/sway.install)
===================================================================
--- sway.install	                        (rev 0)
+++ sway.install	2018-04-13 11:21:26 UTC (rev 316165)
@@ -0,0 +1,7 @@
+post_install() {
+	setcap cap_sys_ptrace=eip /usr/bin/sway
+}
+
+post_upgrade() {
+	post_install $1
+}



More information about the arch-commits mailing list