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

Jerome Leclanche jleclanche at archlinux.org
Sun Mar 12 18:37:52 UTC 2017


    Date: Sunday, March 12, 2017 @ 18:37:52
  Author: jleclanche
Revision: 215855

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

Deleted:
  sway/repos/community-i686/PKGBUILD
  sway/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   49 --------------------------------------------
 community-x86_64/PKGBUILD |   49 --------------------------------------------
 2 files changed, 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-12 18:37:45 UTC (rev 215854)
+++ community-i686/PKGBUILD	2017-03-12 18:37:52 UTC (rev 215855)
@@ -1,49 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.11
-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" "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=(
-	"3d4d18afc849db8704d8da9cb69eb121ea92b27d7fa556acdcc6708f05c84964"
-	"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
-	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	2017-03-12 18:37:45 UTC (rev 215854)
+++ community-x86_64/PKGBUILD	2017-03-12 18:37:52 UTC (rev 215855)
@@ -1,49 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.11
-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" "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=(
-	"3d4d18afc849db8704d8da9cb69eb121ea92b27d7fa556acdcc6708f05c84964"
-	"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
-	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