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

Jelle van der Waa jelle at archlinux.org
Sat Aug 17 15:40:33 UTC 2019


    Date: Saturday, August 17, 2019 @ 15:40:32
  Author: jelle
Revision: 499994

archrelease: copy trunk to community-x86_64

Added:
  io/repos/community-x86_64/PKGBUILD
    (from rev 499993, io/trunk/PKGBUILD)
Deleted:
  io/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 15:40:22 UTC (rev 499993)
+++ PKGBUILD	2019-08-17 15:40:32 UTC (rev 499994)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Gergely Imreh <imrehg at gmail.com>
-
-pkgname=io
-pkgver=2017.06.08
-pkgrel=5
-pkgdesc='IO programming language'
-arch=('x86_64')
-url='http://iolanguage.com/'
-license=('BSD')
-depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 'libtiff' 'libevent' 'yajl' 'mariadb-libs' 'lzo' 'libpng' 'python2' 'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora' 'python')
-makedepends=('cmake' 'git')
-options=('!makeflags' '!buildflags')
-source=("git+https://github.com/stevedekorte/io#commit=5fffec7cbe9679632ff793befacedd92f79d7f0f")
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i "s:20151111:${pkgver//./}:" io/libs/iovm/source/IoVersion.h
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../io -DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C build install
-  install -Dm644 io/license/bsd_license.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/bsd_license.txt"
-}
-
-# vim: ts=2 sw=2 et:

Copied: io/repos/community-x86_64/PKGBUILD (from rev 499993, io/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-17 15:40:32 UTC (rev 499994)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Gergely Imreh <imrehg at gmail.com>
+
+pkgname=io
+pkgver=2017.06.08
+pkgrel=6
+pkgdesc='IO programming language'
+arch=('x86_64')
+url='http://iolanguage.com/'
+license=('BSD')
+depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 'libtiff' 'libevent' 'yajl' 'mariadb-libs' 'lzo' 'libpng' 'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora' 'python')
+makedepends=('cmake' 'git')
+options=('!makeflags' '!buildflags')
+source=("git+https://github.com/stevedekorte/io#commit=5fffec7cbe9679632ff793befacedd92f79d7f0f")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i "s:20151111:${pkgver//./}:" io/libs/iovm/source/IoVersion.h
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../io -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C build install
+  install -Dm644 io/license/bsd_license.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/bsd_license.txt"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list