Date: Sunday, May 22, 2016 @ 21:18:35
  Author: jleclanche
Revision: 176105

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-05-22 19:18:12 UTC (rev 176104)
+++ community-i686/PKGBUILD     2016-05-22 19:18:35 UTC (rev 176105)
@@ -1,36 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.2
-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";)
-sha256sums=("f430c81197a2157487c597206c1020eab81788b2673929c6118b95376af5e7cd")
-
-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 176104, wlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-05-22 19:18:35 UTC (rev 176105)
@@ -0,0 +1,36 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.3
+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";)
+sha256sums=("086556f97e635469afd1f73e191ac57c888925f4480d526346946350273ebb3f")
+
+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-05-22 19:18:12 UTC (rev 176104)
+++ community-x86_64/PKGBUILD   2016-05-22 19:18:35 UTC (rev 176105)
@@ -1,36 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.2
-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";)
-sha256sums=("f430c81197a2157487c597206c1020eab81788b2673929c6118b95376af5e7cd")
-
-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 176104, 
wlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-22 19:18:35 UTC (rev 176105)
@@ -0,0 +1,36 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.3
+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";)
+sha256sums=("086556f97e635469afd1f73e191ac57c888925f4480d526346946350273ebb3f")
+
+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