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

Jerome Leclanche jleclanche at archlinux.org
Tue Aug 2 19:16:32 UTC 2016


    Date: Tuesday, August 2, 2016 @ 19:16:32
  Author: jleclanche
Revision: 184884

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-02 19:16:16 UTC (rev 184883)
+++ community-i686/PKGBUILD	2016-08-02 19:16:32 UTC (rev 184884)
@@ -1,42 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.4
-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=(
-	"16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
-)
-validpgpkeys=("F769BB961AF6D26A")
-
-
-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 184883, wlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-02 19:16:32 UTC (rev 184884)
@@ -0,0 +1,44 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.5
+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=(
+	"17aa8e8f4beb62b630433dd69247f272caf0575d2638726cfc1808a4239db136"
+	"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-08-02 19:16:16 UTC (rev 184883)
+++ community-x86_64/PKGBUILD	2016-08-02 19:16:32 UTC (rev 184884)
@@ -1,42 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.4
-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=(
-	"16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
-)
-validpgpkeys=("F769BB961AF6D26A")
-
-
-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 184883, wlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-02 19:16:32 UTC (rev 184884)
@@ -0,0 +1,44 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.5
+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=(
+	"17aa8e8f4beb62b630433dd69247f272caf0575d2638726cfc1808a4239db136"
+	"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