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

Alexander Rødseth arodseth at archlinux.org
Sun May 10 20:13:35 UTC 2020


    Date: Sunday, May 10, 2020 @ 20:13:35
  Author: arodseth
Revision: 626216

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-10 20:13:26 UTC (rev 626215)
+++ PKGBUILD	2020-05-10 20:13:35 UTC (rev 626216)
@@ -1,36 +0,0 @@
-# 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
-# Contributor: duck <duck at vmail.me>
-
-_pkgbase=glew
-pkgname=glew-wayland
-pkgver=2.1.0
-pkgrel=5
-pkgdesc='The OpenGL Extension Wrangler Library, for Wayland'
-arch=(x86_64)
-url='https://glew.sourceforge.net/'
-license=(BSD GPL MIT)
-depends=(glu libxi libxmu)
-conflicts=(glew)
-source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz")
-sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
-
-prepare() {
-  cd "$_pkgbase-$pkgver"
-  sed -i '/^.PHONY: .*\.pc$/d' Makefile
-  sed -i 's,lib64,lib,' config/Makefile.linux
-}
-
-build() {
-  make STRIP= SYSTEM=linux-egl -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 626215, glew-wayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-10 20:13:35 UTC (rev 626216)
@@ -0,0 +1,36 @@
+# 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
+# Contributor: duck <duck at vmail.me>
+
+_pkgbase=glew
+pkgname=glew-wayland
+pkgver=2.2.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)
+conflicts=(glew)
+source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz")
+sha256sums=('d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1')
+
+prepare() {
+  cd "$_pkgbase-$pkgver"
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  sed -i 's,lib64,lib,' config/Makefile.linux
+}
+
+build() {
+  make STRIP= SYSTEM=linux-egl -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