[arch-commits] Commit in glew-wayland/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Jan 7 23:02:12 UTC 2018


    Date: Sunday, January 7, 2018 @ 23:02:11
  Author: arodseth
Revision: 280232

archrelease: copy trunk to community-x86_64

Added:
  glew-wayland/repos/community-x86_64/PKGBUILD
    (from rev 280231, glew-wayland/trunk/PKGBUILD)
Deleted:
  glew-wayland/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-07 22:58:35 UTC (rev 280231)
+++ PKGBUILD	2018-01-07 23:02:11 UTC (rev 280232)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: SleepyDog
-
-pkgbase=glew
-pkgname=glew-wayland
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="The OpenGL Extension Wrangler Library (for Wayland)"
-arch=('x86_64')
-url='https://glew.sourceforge.net/'
-license=('BSD' 'GPL' 'MIT')
-depends=('glu' 'libxi' 'libxmu')
-source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tgz")
-sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
-replaces=('glew')
-conflicts=('glew')
-provides=('glew')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-
-  sed -i '/^.PHONY: .*\.pc$/d' Makefile
-  sed -i 's,lib64,lib,' config/Makefile.linux
-}
-
-build() {
-  make -C "$pkgbase-$pkgver"
-}
-
-package_glew-wayland() {
-  cd "$pkgbase-$pkgver"
-
-  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: glew-wayland/repos/community-x86_64/PKGBUILD (from rev 280231, glew-wayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-07 23:02:11 UTC (rev 280232)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: SleepyDog
+
+pkgbase=glew
+pkgname=glew-wayland
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="The OpenGL Extension Wrangler Library (for Wayland)"
+arch=('x86_64')
+url='https://glew.sourceforge.net/'
+license=('BSD' 'GPL' 'MIT')
+depends=('glu' 'libxi' 'libxmu')
+source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tgz")
+sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
+replaces=('glew')
+conflicts=('glew')
+provides=('glew')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  sed -i 's,lib64,lib,' config/Makefile.linux
+}
+
+build() {
+  make -C "$pkgbase-$pkgver"
+}
+
+package_glew-wayland() {
+  cd "$pkgbase-$pkgver"
+
+  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list