[arch-commits] Commit in eina/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sat Nov 24 08:14:27 UTC 2012


    Date: Saturday, November 24, 2012 @ 03:14:27
  Author: ronald
Revision: 171926

bump PKGBUILD to 1.7.2

Modified:
  eina/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-24 08:11:18 UTC (rev 171925)
+++ PKGBUILD	2012-11-24 08:14:27 UTC (rev 171926)
@@ -3,16 +3,16 @@
 # Contributor: Ronald van Haren <ronald.archlinux.org>
 
 pkgname=eina
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
-pkgdesc="E17 file chunk reading/writing library"
+pkgdesc="A core data structure and common utility library"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org"
 license=('LGPL2.1')
 depends=('glibc')
 options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/eina-1.7.1.tar.gz)
-sha1sums=('6d5d7344aed93a71edf9c7cccf3d3c8bc28043a7')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
 
 build() {
    cd $srcdir/$pkgname-$pkgver
@@ -21,7 +21,24 @@
   export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
   export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
 
-  ./configure --prefix=/usr --enable-amalgamation
+  ./configure --prefix=/usr --enable-amalgamation \
+	--with-internal-maximum-log-level=3 \
+	--disable-static \
+	--disable-assert \
+	--disable-benchmark \
+	--disable-install-examples \
+	--disable-build-examples \
+	--disable-doc \
+	--disable-ememoa \
+	--disable-mempool-buddy \
+	--disable-mempool-ememoa-fixed \
+	--disable-mempool-ememoa-unknown \
+	--disable-mempool-fixed-bitmap \
+	--disable-mempool-one-big \
+	--disable-tests \
+	--enable-default-mempool \
+	--enable-mempool-chained-pool \
+	--enable-mempool-pass-through
   make
 }
 




More information about the arch-commits mailing list