[arch-commits] Commit in sway/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Mon Jun 20 00:49:52 UTC 2016
Date: Monday, June 20, 2016 @ 00:49:52
Author: jleclanche
Revision: 180468
archrelease: copy trunk to community-i686, community-x86_64
Added:
sway/repos/community-i686/PKGBUILD
(from rev 180467, sway/trunk/PKGBUILD)
sway/repos/community-x86_64/PKGBUILD
(from rev 180467, 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-06-20 00:46:00 UTC (rev 180467)
+++ community-i686/PKGBUILD 2016-06-20 00:49:52 UTC (rev 180468)
@@ -1,45 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.8
-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=(
- "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
- "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 180467, sway/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-20 00:49:52 UTC (rev 180468)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.8
+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=(
+ "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
+ "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-06-20 00:46:00 UTC (rev 180467)
+++ community-x86_64/PKGBUILD 2016-06-20 00:49:52 UTC (rev 180468)
@@ -1,45 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.8
-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=(
- "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
- "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 180467, sway/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-06-20 00:49:52 UTC (rev 180468)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.8
+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=(
+ "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
+ "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