[arch-commits] Commit in wlc/repos (4 files)

Jerome Leclanche jleclanche at archlinux.org
Tue Feb 21 16:43:05 UTC 2017


    Date: Tuesday, February 21, 2017 @ 16:43:05
  Author: jleclanche
Revision: 213352

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

Added:
  wlc/repos/community-i686/PKGBUILD
    (from rev 213351, wlc/trunk/PKGBUILD)
  wlc/repos/community-x86_64/PKGBUILD
    (from rev 213351, 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	2017-02-21 16:42:51 UTC (rev 213351)
+++ community-i686/PKGBUILD	2017-02-21 16:43:05 UTC (rev 213352)
@@ -1,44 +0,0 @@
-# $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"
-}

Copied: wlc/repos/community-i686/PKGBUILD (from rev 213351, wlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-21 16:43:05 UTC (rev 213352)
@@ -0,0 +1,44 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.8
+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=(
+	"1a7d7758028b0caa75418268f59e2290420850d0f3226ecf74316405d2c5ace5"
+	"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	2017-02-21 16:42:51 UTC (rev 213351)
+++ community-x86_64/PKGBUILD	2017-02-21 16:43:05 UTC (rev 213352)
@@ -1,44 +0,0 @@
-# $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"
-}

Copied: wlc/repos/community-x86_64/PKGBUILD (from rev 213351, wlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-21 16:43:05 UTC (rev 213352)
@@ -0,0 +1,44 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.8
+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=(
+	"1a7d7758028b0caa75418268f59e2290420850d0f3226ecf74316405d2c5ace5"
+	"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"
+}



More information about the arch-commits mailing list