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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:34:13 UTC 2018


    Date: Monday, June 4, 2018 @ 13:34:13
  Author: felixonmars
Revision: 340303

archrelease: copy trunk to community-x86_64

Added:
  libgoom2/repos/community-x86_64/PKGBUILD
    (from rev 340302, libgoom2/trunk/PKGBUILD)
Deleted:
  libgoom2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:33:55 UTC (rev 340302)
+++ PKGBUILD	2018-06-04 13:34:13 UTC (rev 340303)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: danitool
-
-pkgname=libgoom2
-pkgver=2k4
-pkgrel=3
-pkgdesc="Shared library part of the Goom visualization plugin"
-arch=('i686' 'x86_64')
-url="http://www.fovea.cc/?page=details_produits&id=goom"
-license=('LGPL')
-depends=('glibc')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/project/goom/goom2k4/0/goom-2k4-0-src.tar.gz")
-md5sums=('8100dd07e0c6784fdf079eeaa53a5c7f')
-
-build() {
-  cd "${srcdir}/goom2k4-0"
-
-  ./configure --prefix=/usr \
-              --without-xmms \
-              --without-sdl
-  make
-}
-
-package() {
-  cd "${srcdir}/goom2k4-0"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgoom2/repos/community-x86_64/PKGBUILD (from rev 340302, libgoom2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:34:13 UTC (rev 340303)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: danitool
+
+pkgname=libgoom2
+pkgver=2k4
+pkgrel=4
+pkgdesc="Shared library part of the Goom visualization plugin"
+arch=('x86_64')
+url="http://www.fovea.cc/?page=details_produits&id=goom"
+license=('LGPL')
+depends=('glibc')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/project/goom/goom2k4/0/goom-2k4-0-src.tar.gz")
+sha512sums=('790e3ab8dee122320ad8b3ae15f6a1cd2780222d5ae97979f614f16ba73b4b853960e7945ef9053ad9eddf9e29e69d0c52f0875d07c5c6c7cee41d764bf4ea5f')
+
+build() {
+  cd "${srcdir}/goom2k4-0"
+
+  ./configure --prefix=/usr \
+              --without-xmms \
+              --without-sdl
+  make
+}
+
+package() {
+  cd "${srcdir}/goom2k4-0"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list