[arch-commits] Commit in glava/repos/community-x86_64 (PKGBUILD PKGBUILD)
Robin Broda
coderobe at archlinux.org
Mon Oct 8 19:51:48 UTC 2018
Date: Monday, October 8, 2018 @ 19:51:48
Author: coderobe
Revision: 391114
archrelease: copy trunk to community-x86_64
Added:
glava/repos/community-x86_64/PKGBUILD
(from rev 391113, glava/trunk/PKGBUILD)
Deleted:
glava/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-08 19:51:35 UTC (rev 391113)
+++ PKGBUILD 2018-10-08 19:51:48 UTC (rev 391114)
@@ -1,35 +0,0 @@
-# Maintainer: Robin Broda <robin at broda dot me>
-
-pkgname=glava
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='OpenGL audio spectrum visualizer'
-arch=('x86_64')
-url='https://github.com/wacossusca34/glava'
-license=('GPL3')
-depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
-makedepends=('git' 'python')
-source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}"
- 'git+https://github.com/Dav1dde/glad')
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
- cd "${pkgname}"
-
- git submodule init
- git config submodule.glad.url "${srcdir}/glad"
- git submodule update
-}
-
-build() {
- cd "${pkgname}"
-
- make
-}
-
-package() {
- cd "${pkgname}"
-
- make DESTDIR="${pkgdir}/" install
-}
Copied: glava/repos/community-x86_64/PKGBUILD (from rev 391113, glava/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-08 19:51:48 UTC (rev 391114)
@@ -0,0 +1,35 @@
+# Maintainer: Robin Broda <robin at broda dot me>
+
+pkgname=glava
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='OpenGL audio spectrum visualizer'
+arch=('x86_64')
+url='https://github.com/wacossusca34/glava'
+license=('GPL3')
+depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
+makedepends=('git' 'python')
+source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}"
+ 'git+https://github.com/Dav1dde/glad')
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+ cd "${pkgname}"
+
+ git submodule init
+ git config submodule.glad.url "${srcdir}/glad"
+ git submodule update
+}
+
+build() {
+ cd "${pkgname}"
+
+ make
+}
+
+package() {
+ cd "${pkgname}"
+
+ make DESTDIR="${pkgdir}/" install
+}
More information about the arch-commits
mailing list