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

Sébastien Luttringer seblu at archlinux.org
Fri Sep 26 09:15:04 UTC 2014


    Date: Friday, September 26, 2014 @ 11:15:04
  Author: seblu
Revision: 119591

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  weston/repos/gnome-unstable-i686/PKGBUILD
    (from rev 119590, weston/trunk/PKGBUILD)
  weston/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 119590, weston/trunk/PKGBUILD)
Deleted:
  weston/repos/gnome-unstable-i686/PKGBUILD
  weston/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 /PKGBUILD                      |   62 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   31 -------------------
 gnome-unstable-x86_64/PKGBUILD |   31 -------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2014-09-26 09:12:03 UTC (rev 119590)
+++ gnome-unstable-i686/PKGBUILD	2014-09-26 09:15:04 UTC (rev 119591)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-	cd $pkgname-$pkgver
-	./configure \
-		--prefix=/usr \
-		--libexecdir=/usr/lib/weston \
-		--enable-libinput-backend \
-		--enable-demo-clients-install
-	make
-}
-
-package() {
-	cd $pkgname-$pkgver
-	make DESTDIR="$pkgdir" install
-	# license
-	install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/gnome-unstable-i686/PKGBUILD (from rev 119590, weston/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-26 09:15:04 UTC (rev 119591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib/weston \
+		--enable-libinput-backend \
+		--enable-demo-clients-install
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+	# license
+	install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2014-09-26 09:12:03 UTC (rev 119590)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-26 09:15:04 UTC (rev 119591)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-	cd $pkgname-$pkgver
-	./configure \
-		--prefix=/usr \
-		--libexecdir=/usr/lib/weston \
-		--enable-libinput-backend \
-		--enable-demo-clients-install
-	make
-}
-
-package() {
-	cd $pkgname-$pkgver
-	make DESTDIR="$pkgdir" install
-	# license
-	install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/gnome-unstable-x86_64/PKGBUILD (from rev 119590, weston/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-26 09:15:04 UTC (rev 119591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib/weston \
+		--enable-libinput-backend \
+		--enable-demo-clients-install
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+	# license
+	install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}




More information about the arch-commits mailing list