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

Jerome Leclanche jleclanche at archlinux.org
Thu Jul 27 07:42:25 UTC 2017


    Date: Thursday, July 27, 2017 @ 07:42:25
  Author: jleclanche
Revision: 246532

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-27 07:42:04 UTC (rev 246531)
+++ community-i686/PKGBUILD	2017-07-27 07:42:25 UTC (rev 246532)
@@ -1,44 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.9
-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=(
-	"cc239283c1d87aff9d258e0f4dd5a3ad441d8c6e52be8204abd8694435e4c3b5"
-	"SKIP"
-)
-validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
-
-
-build() {
-	mkdir -p build
-	cd build
-	cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_BUILD_TYPE=Upstream \
-		-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 246531, wlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-27 07:42:25 UTC (rev 246532)
@@ -0,0 +1,47 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.10
+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.sig"
+)
+sha256sums=(
+	"f8273940eaceb0661d365d284aceef7cb0ca83e641b7722d818dcac464fb0b01"
+	"SKIP"
+)
+validpgpkeys=(
+	"C2AA3C3A6F9B1F932014879EF769BB961AF6D26A"
+	"9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault <sway at cmpwn.com>
+)
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_BUILD_TYPE=Upstream \
+		-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-07-27 07:42:04 UTC (rev 246531)
+++ community-x86_64/PKGBUILD	2017-07-27 07:42:25 UTC (rev 246532)
@@ -1,44 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.9
-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=(
-	"cc239283c1d87aff9d258e0f4dd5a3ad441d8c6e52be8204abd8694435e4c3b5"
-	"SKIP"
-)
-validpgpkeys=("C2AA3C3A6F9B1F932014879EF769BB961AF6D26A")
-
-
-build() {
-	mkdir -p build
-	cd build
-	cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_BUILD_TYPE=Upstream \
-		-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 246531, wlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-27 07:42:25 UTC (rev 246532)
@@ -0,0 +1,47 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.10
+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.sig"
+)
+sha256sums=(
+	"f8273940eaceb0661d365d284aceef7cb0ca83e641b7722d818dcac464fb0b01"
+	"SKIP"
+)
+validpgpkeys=(
+	"C2AA3C3A6F9B1F932014879EF769BB961AF6D26A"
+	"9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault <sway at cmpwn.com>
+)
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_BUILD_TYPE=Upstream \
+		-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