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

Ronald van Haren ronald at archlinux.org
Wed Nov 21 18:53:53 UTC 2012


    Date: Wednesday, November 21, 2012 @ 13:53:53
  Author: ronald
Revision: 171768

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

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

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

Copied: edje/repos/staging-i686/PKGBUILD (from rev 171767, edje/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-11-21 18:53:53 UTC (rev 171768)
@@ -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=2
+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' 'lua51' '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/staging-i686/edje.install (from rev 171767, edje/trunk/edje.install)
===================================================================
--- staging-i686/edje.install	                        (rev 0)
+++ staging-i686/edje.install	2012-11-21 18:53:53 UTC (rev 171768)
@@ -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/staging-x86_64/PKGBUILD (from rev 171767, edje/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-11-21 18:53:53 UTC (rev 171768)
@@ -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=2
+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' 'lua51' '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/staging-x86_64/edje.install (from rev 171767, edje/trunk/edje.install)
===================================================================
--- staging-x86_64/edje.install	                        (rev 0)
+++ staging-x86_64/edje.install	2012-11-21 18:53:53 UTC (rev 171768)
@@ -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