[arch-commits] Commit in libixion/trunk (LICENSE PKGBUILD mdds-1.0.patch)

Andreas Radke andyrtr at archlinux.org
Mon Feb 15 19:09:22 UTC 2016


    Date: Monday, February 15, 2016 @ 20:09:22
  Author: andyrtr
Revision: 259335

upgpkg: libixion 0.11.0-1

upstream update 0.11.0

Added:
  libixion/trunk/LICENSE
Modified:
  libixion/trunk/PKGBUILD
Deleted:
  libixion/trunk/mdds-1.0.patch

----------------+
 LICENSE        |    3 +++
 PKGBUILD       |   26 ++++++++------------------
 mdds-1.0.patch |   25 -------------------------
 3 files changed, 11 insertions(+), 43 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2016-02-15 19:09:22 UTC (rev 259335)
@@ -0,0 +1,3 @@
+This Source Code Form is subject to the terms of the Mozilla Public
+License, v. 2.0. If a copy of the MPL was not distributed with this
+file, You can obtain one at http://mozilla.org/MPL/2.0/.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 19:03:18 UTC (rev 259334)
+++ PKGBUILD	2016-02-15 19:09:22 UTC (rev 259335)
@@ -3,29 +3,19 @@
 # Contributor: kusakata <shohei atmark kusakata period com>
 
 pkgname=libixion
-pkgver=0.9.1
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/ixion/ixion/blob/master/README.md"
 license=('custom')
-depends=('boost-libs' 'python2')
+depends=('boost-libs' 'python')
 makedepends=('boost' 'mdds')
 source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz"
-        'mdds-1.0.patch')
-sha1sums=('8ae071e7e89784933caadeffc16ed7b0764350a9'
-          '06bb9d2eb331dbc2d1f06acdb9b006eb366553ec')
+        LICENSE)
+sha256sums=('97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293'
+            '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
 
-prepare() {
-	cd ${pkgname}-${pkgver}
-
-	patch -Np1 -i ../mdds-1.0.patch
-
-	sed -i "s/python >= 0.27.1/python2 >= 0.27.1/" configure.ac
-	autoreconf -vfi
-	sed -i "s/env python/env python2/" test/ixion-python-test.py
-}
-
 build() {
 	cd ${pkgname}-${pkgver}
 
@@ -45,7 +35,7 @@
 package() {
 	cd ${pkgname}-${pkgver}
 	make DESTDIR="${pkgdir}" install
-	
-	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+	# LICENSE file is missing in tarball
+	install -Dm644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 

Deleted: mdds-1.0.patch
===================================================================
--- mdds-1.0.patch	2016-02-15 19:03:18 UTC (rev 259334)
+++ mdds-1.0.patch	2016-02-15 19:09:22 UTC (rev 259335)
@@ -1,25 +0,0 @@
-From f15c376d251dd49b2202005ffed157f7d32c4393 Mon Sep 17 00:00:00 2001
-From: Kohei Yoshida <kohei.yoshida at gmail.com>
-Date: Tue, 7 Jul 2015 22:19:33 -0400
-Subject: [PATCH] Use the master branch of mdds.
-
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 512a5dd..c1901e3 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -82,7 +82,7 @@ else
- fi
- 
- # Check for mdds.
--PKG_CHECK_MODULES([MDDS],[mdds >= 0.12.0])
-+PKG_CHECK_MODULES([MDDS],[mdds-1.0 >= 0.13.0])
- 
- # Check for python.
- AS_IF([test "x$enable_python" != "xno"], [
---
-libgit2 0.23.3
-



More information about the arch-commits mailing list