[arch-commits] Commit in python-glfw/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Aug 6 09:10:25 UTC 2018


    Date: Monday, August 6, 2018 @ 09:10:24
  Author: foutrelis
Revision: 369784

archrelease: copy trunk to community-any

Added:
  python-glfw/repos/community-any/PKGBUILD
    (from rev 369783, python-glfw/trunk/PKGBUILD)
Deleted:
  python-glfw/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-06 09:10:17 UTC (rev 369783)
+++ PKGBUILD	2018-08-06 09:10:24 UTC (rev 369784)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=python-glfw
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=('any')
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=('MIT')
-depends=('glfw' 'python')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/FlorianRhiem/pyGLFW
-# vim: ts=2 sw=2 et:

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 369783, python-glfw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-06 09:10:24 UTC (rev 369784)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=python-glfw
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=('any')
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=('MIT')
+depends=('glfw' 'python')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/FlorianRhiem/pyGLFW#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/FlorianRhiem/pyGLFW
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list