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

Jerome Leclanche jleclanche at archlinux.org
Fri Apr 29 14:24:27 UTC 2016


    Date: Friday, April 29, 2016 @ 16:24:27
  Author: jleclanche
Revision: 172729

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sway/repos/community-i686/PKGBUILD
    (from rev 172728, sway/trunk/PKGBUILD)
  sway/repos/community-x86_64/PKGBUILD
    (from rev 172728, sway/trunk/PKGBUILD)
Deleted:
  sway/repos/community-i686/PKGBUILD
  sway/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   45 ----------------------
 community-x86_64/PKGBUILD |   45 ----------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-29 14:23:57 UTC (rev 172728)
+++ community-i686/PKGBUILD	2016-04-29 14:24:27 UTC (rev 172729)
@@ -1,45 +0,0 @@
-# $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-i686/PKGBUILD (from rev 172728, sway/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-29 14:24:27 UTC (rev 172729)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.6
+pkgrel=1
+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=(
+	"a9159033ca3e976383cc9485bcb10fe89485711c4577d8c7414d8f23c56e54ea"
+	"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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-29 14:23:57 UTC (rev 172728)
+++ community-x86_64/PKGBUILD	2016-04-29 14:24:27 UTC (rev 172729)
@@ -1,45 +0,0 @@
-# $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 172728, sway/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-29 14:24:27 UTC (rev 172729)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.6
+pkgrel=1
+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=(
+	"a9159033ca3e976383cc9485bcb10fe89485711c4577d8c7414d8f23c56e54ea"
+	"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