Date: Tuesday, October 25, 2016 @ 22:40:50
  Author: jleclanche
Revision: 193369

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-10-25 22:40:38 UTC (rev 193368)
+++ community-i686/PKGBUILD     2016-10-25 22:40:50 UTC (rev 193369)
@@ -1,48 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.9
-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=(
-       "dc98fe5abd084dbf059fdf19b5b40e44b5c7ac75a5b704b47a6b53c9f489f42d"
-       "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"
-}

Copied: sway/repos/community-i686/PKGBUILD (from rev 193368, 
sway/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-10-25 22:40:50 UTC (rev 193369)
@@ -0,0 +1,48 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.10
+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" "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=(
+       "9723baf037cf7e9de557e4ca9a54280594962ec1cf85e736592b860789b447f1"
+       "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   2016-10-25 22:40:38 UTC (rev 193368)
+++ community-x86_64/PKGBUILD   2016-10-25 22:40:50 UTC (rev 193369)
@@ -1,48 +0,0 @@
-# $Id$
-
-pkgname=sway
-pkgver=0.9
-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=(
-       "dc98fe5abd084dbf059fdf19b5b40e44b5c7ac75a5b704b47a6b53c9f489f42d"
-       "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"
-}

Copied: sway/repos/community-x86_64/PKGBUILD (from rev 193368, 
sway/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-25 22:40:50 UTC (rev 193369)
@@ -0,0 +1,48 @@
+# $Id$
+
+pkgname=sway
+pkgver=0.10
+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" "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=(
+       "9723baf037cf7e9de557e4ca9a54280594962ec1cf85e736592b860789b447f1"
+       "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"
+}

Reply via email to