[arch-commits] Commit in edje/repos (6 files)

Ronald van Haren ronald at archlinux.org
Tue Nov 20 19:21:21 UTC 2012


    Date: Tuesday, November 20, 2012 @ 14:21:20
  Author: ronald
Revision: 171635

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  edje/repos/extra-i686/
  edje/repos/extra-i686/PKGBUILD
    (from rev 171634, edje/trunk/PKGBUILD)
  edje/repos/extra-i686/edje.install
    (from rev 171634, edje/trunk/edje.install)
  edje/repos/extra-x86_64/
  edje/repos/extra-x86_64/PKGBUILD
    (from rev 171634, edje/trunk/PKGBUILD)
  edje/repos/extra-x86_64/edje.install
    (from rev 171634, edje/trunk/edje.install)

---------------------------+
 extra-i686/PKGBUILD       |   54 ++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/edje.install   |   16 +++++++++++++
 extra-x86_64/PKGBUILD     |   54 ++++++++++++++++++++++++++++++++++++++++++++
 extra-x86_64/edje.install |   16 +++++++++++++
 4 files changed, 140 insertions(+)

Copied: edje/repos/extra-i686/PKGBUILD (from rev 171634, edje/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-20 19:21:20 UTC (rev 171635)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=edje
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A graphical design and layout library based on Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('65e983041fa4405f14c23239d35dcce65ac1bbe4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --enable-ecore-imf \
+    --enable-eio \
+    --disable-sndfile \
+    --disable-remix \
+    --disable-vorbisenc \
+    --disable-alsa \
+    --disable-flac \
+    --disable-tests \
+    --disable-coverage \
+    --enable-amalgamation \
+    --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+        $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: edje/repos/extra-i686/edje.install (from rev 171634, edje/trunk/edje.install)
===================================================================
--- extra-i686/edje.install	                        (rev 0)
+++ extra-i686/edje.install	2012-11-20 19:21:20 UTC (rev 171635)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+

Copied: edje/repos/extra-x86_64/PKGBUILD (from rev 171634, edje/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-20 19:21:20 UTC (rev 171635)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=edje
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A graphical design and layout library based on Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('65e983041fa4405f14c23239d35dcce65ac1bbe4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --enable-ecore-imf \
+    --enable-eio \
+    --disable-sndfile \
+    --disable-remix \
+    --disable-vorbisenc \
+    --disable-alsa \
+    --disable-flac \
+    --disable-tests \
+    --disable-coverage \
+    --enable-amalgamation \
+    --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+        $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: edje/repos/extra-x86_64/edje.install (from rev 171634, edje/trunk/edje.install)
===================================================================
--- extra-x86_64/edje.install	                        (rev 0)
+++ extra-x86_64/edje.install	2012-11-20 19:21:20 UTC (rev 171635)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+




More information about the arch-commits mailing list