[arch-commits] Commit in sway/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Apr 16 15:05:10 UTC 2016
Date: Saturday, April 16, 2016 @ 17:05:10
Author: jleclanche
Revision: 171179
archrelease: copy trunk to community-i686, community-x86_64
Added:
sway/repos/community-i686/
sway/repos/community-i686/PKGBUILD
(from rev 171178, sway/trunk/PKGBUILD)
sway/repos/community-x86_64/
sway/repos/community-x86_64/PKGBUILD
(from rev 171178, sway/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 45 ++++++++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 45 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 90 insertions(+)
Copied: sway/repos/community-i686/PKGBUILD (from rev 171178, sway/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-16 15:05:10 UTC (rev 171179)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.5
+pkgrel=2
+pkgdesc="i3 compatible window manager for Wayland"
+arch=("i686" "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" "git" "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"
+)
+sha256sums=(
+ "1800bd21297e8af168f0c7afbf4f16fb817c8687d1451d6ecd5abba0873a2d3c"
+ "SKIP"
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ 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 171178, sway/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-16 15:05:10 UTC (rev 171179)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.5
+pkgrel=2
+pkgdesc="i3 compatible window manager for Wayland"
+arch=("i686" "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" "git" "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"
+)
+sha256sums=(
+ "1800bd21297e8af168f0c7afbf4f16fb817c8687d1451d6ecd5abba0873a2d3c"
+ "SKIP"
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ DESTDIR="$pkgdir" make install
+ install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list