Date: Tuesday, October 25, 2016 @ 21:18:04
  Author: jleclanche
Revision: 193367

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-10-25 21:17:52 UTC (rev 193366)
+++ community-i686/PKGBUILD     2016-10-25 21:18:04 UTC (rev 193367)
@@ -1,44 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.6
-pkgrel=1
-pkgdesc="Wayland Compositor Library"
-url="https://github.com/Cloudef/wlc";
-arch=("i686" "x86_64")
-license=("MIT")
-depends=(
-       "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
-       "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
-)
-makedepends=("cmake")
-source=(
-       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
-       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2.asc";
-)
-sha256sums=(
-       "302a14252757f05ed009077a674b07942ff46fc7c3da0759fed4fedbc8c12329"
-       "SKIP"
-)
-validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-check() {
-       cd build
-       make test
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-       install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wlc/repos/community-i686/PKGBUILD (from rev 193366, wlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-10-25 21:18:04 UTC (rev 193367)
@@ -0,0 +1,44 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.7
+pkgrel=1
+pkgdesc="Wayland Compositor Library"
+url="https://github.com/Cloudef/wlc";
+arch=("i686" "x86_64")
+license=("MIT")
+depends=(
+       "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
+       "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
+)
+makedepends=("cmake")
+source=(
+       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
+       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2.asc";
+)
+sha256sums=(
+       "47e9b756d3fd621df913a6fbc9378c47aa8f9c3be7c2228a657a2411a7211979"
+       "SKIP"
+)
+validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+check() {
+       cd build
+       make test
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" 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 21:17:52 UTC (rev 193366)
+++ community-x86_64/PKGBUILD   2016-10-25 21:18:04 UTC (rev 193367)
@@ -1,44 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.6
-pkgrel=1
-pkgdesc="Wayland Compositor Library"
-url="https://github.com/Cloudef/wlc";
-arch=("i686" "x86_64")
-license=("MIT")
-depends=(
-       "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
-       "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
-)
-makedepends=("cmake")
-source=(
-       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
-       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2.asc";
-)
-sha256sums=(
-       "302a14252757f05ed009077a674b07942ff46fc7c3da0759fed4fedbc8c12329"
-       "SKIP"
-)
-validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-check() {
-       cd build
-       make test
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-       install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wlc/repos/community-x86_64/PKGBUILD (from rev 193366, 
wlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-25 21:18:04 UTC (rev 193367)
@@ -0,0 +1,44 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.7
+pkgrel=1
+pkgdesc="Wayland Compositor Library"
+url="https://github.com/Cloudef/wlc";
+arch=("i686" "x86_64")
+license=("MIT")
+depends=(
+       "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
+       "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
+)
+makedepends=("cmake")
+source=(
+       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";
+       
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2.asc";
+)
+sha256sums=(
+       "47e9b756d3fd621df913a6fbc9378c47aa8f9c3be7c2228a657a2411a7211979"
+       "SKIP"
+)
+validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+check() {
+       cd build
+       make test
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+       install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to