[arch-commits] Commit in neko/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Mon Oct 30 14:10:19 UTC 2017
Date: Monday, October 30, 2017 @ 14:10:18
Author: arodseth
Revision: 264786
archrelease: copy trunk to community-x86_64, community-i686
Added:
neko/repos/community-i686/PKGBUILD
(from rev 264785, neko/trunk/PKGBUILD)
neko/repos/community-x86_64/PKGBUILD
(from rev 264785, neko/trunk/PKGBUILD)
Deleted:
neko/repos/community-i686/PKGBUILD
neko/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 39 -------------------
community-x86_64/PKGBUILD | 39 -------------------
3 files changed, 88 insertions(+), 78 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-30 14:10:05 UTC (rev 264785)
+++ community-i686/PKGBUILD 2017-10-30 14:10:18 UTC (rev 264786)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-# Contributor: Dwight Schauer <dschauer at gmail.com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: Michael 'manveru' Fellinger <m.fellinger at gmail.com>
-# Contributor: Caleb McCombs <erdrick016+aur at gmail.com>
-# Contributor: Christian Hesse <arch at eworm.de>
-
-pkgname=neko
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='High-level dynamically typed programming language'
-url='http://nekovm.org/'
-license=('LGPL')
-arch=('x86_64' 'i686')
-depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache' 'mbedtls')
-makedepends=('pkgconfig' 'apr' 'git' 'ninja' 'mbedtls' 'cmake')
-options=('!strip')
-source=("git://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
-sha256sums=('SKIP')
-
-build() {
- mkdir -p build
- cd build
-
- cmake "../$pkgname" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DRUN_LDCONFIG=OFF \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: nekovm.org/download
-# vim:set ts=2 sw=2 et:
Copied: neko/repos/community-i686/PKGBUILD (from rev 264785, neko/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 14:10:18 UTC (rev 264786)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+# Contributor: Dwight Schauer <dschauer at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Michael 'manveru' Fellinger <m.fellinger at gmail.com>
+# Contributor: Caleb McCombs <erdrick016+aur at gmail.com>
+# Contributor: Christian Hesse <arch at eworm.de>
+
+pkgname=neko
+pkgver=2.1.0
+pkgrel=3
+pkgdesc='High-level and dynamically typed programming language'
+url='http://nekovm.org/' # no https
+license=('LGPL')
+arch=('x86_64' 'i686')
+depends=('gc' 'gtk2' 'libmariadbclient' 'mbedtls' 'sqlite')
+makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja' 'pkgconfig')
+optdepends=('apache: for extending Apache with mod_neko')
+options=('!strip')
+source=("git+https://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
+sha256sums=('SKIP')
+
+prepare() {
+ sed -i '/xlocale.h/d' "$srcdir/$pkgname/libs/std/sys.c"
+}
+
+build() {
+ mkdir -p build
+ cd build
+
+ cmake ../$pkgname \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DRUN_LDCONFIG=OFF \
+ -GNinja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: nekovm.org/download
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-30 14:10:05 UTC (rev 264785)
+++ community-x86_64/PKGBUILD 2017-10-30 14:10:18 UTC (rev 264786)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-# Contributor: Dwight Schauer <dschauer at gmail.com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: Michael 'manveru' Fellinger <m.fellinger at gmail.com>
-# Contributor: Caleb McCombs <erdrick016+aur at gmail.com>
-# Contributor: Christian Hesse <arch at eworm.de>
-
-pkgname=neko
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='High-level dynamically typed programming language'
-url='http://nekovm.org/'
-license=('LGPL')
-arch=('x86_64' 'i686')
-depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache' 'mbedtls')
-makedepends=('pkgconfig' 'apr' 'git' 'ninja' 'mbedtls' 'cmake')
-options=('!strip')
-source=("git://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
-sha256sums=('SKIP')
-
-build() {
- mkdir -p build
- cd build
-
- cmake "../$pkgname" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DRUN_LDCONFIG=OFF \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: nekovm.org/download
-# vim:set ts=2 sw=2 et:
Copied: neko/repos/community-x86_64/PKGBUILD (from rev 264785, neko/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-30 14:10:18 UTC (rev 264786)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+# Contributor: Dwight Schauer <dschauer at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Michael 'manveru' Fellinger <m.fellinger at gmail.com>
+# Contributor: Caleb McCombs <erdrick016+aur at gmail.com>
+# Contributor: Christian Hesse <arch at eworm.de>
+
+pkgname=neko
+pkgver=2.1.0
+pkgrel=3
+pkgdesc='High-level and dynamically typed programming language'
+url='http://nekovm.org/' # no https
+license=('LGPL')
+arch=('x86_64' 'i686')
+depends=('gc' 'gtk2' 'libmariadbclient' 'mbedtls' 'sqlite')
+makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja' 'pkgconfig')
+optdepends=('apache: for extending Apache with mod_neko')
+options=('!strip')
+source=("git+https://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
+sha256sums=('SKIP')
+
+prepare() {
+ sed -i '/xlocale.h/d' "$srcdir/$pkgname/libs/std/sys.c"
+}
+
+build() {
+ mkdir -p build
+ cd build
+
+ cmake ../$pkgname \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DRUN_LDCONFIG=OFF \
+ -GNinja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: nekovm.org/download
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list