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

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


    Date: Tuesday, November 20, 2012 @ 16:55:08
  Author: ronald
Revision: 171659

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

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

---------------------------+
 extra-i686/PKGBUILD       |  108 ++++++++++++++++++++++----------------------
 extra-i686/edje.install   |   32 ++++++-------
 extra-x86_64/PKGBUILD     |  108 ++++++++++++++++++++++----------------------
 extra-x86_64/edje.install |   32 ++++++-------
 4 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-20 21:54:30 UTC (rev 171658)
+++ extra-i686/PKGBUILD	2012-11-20 21:55:08 UTC (rev 171659)
@@ -1,54 +0,0 @@
-# $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/PKGBUILD (from rev 171658, edje/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-20 21:55:08 UTC (rev 171659)
@@ -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
+}

Deleted: extra-i686/edje.install
===================================================================
--- extra-i686/edje.install	2012-11-20 21:54:30 UTC (rev 171658)
+++ extra-i686/edje.install	2012-11-20 21:55:08 UTC (rev 171659)
@@ -1,16 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-
-
-

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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-20 21:54:30 UTC (rev 171658)
+++ extra-x86_64/PKGBUILD	2012-11-20 21:55:08 UTC (rev 171659)
@@ -1,54 +0,0 @@
-# $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/PKGBUILD (from rev 171658, edje/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-20 21:55:08 UTC (rev 171659)
@@ -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
+}

Deleted: extra-x86_64/edje.install
===================================================================
--- extra-x86_64/edje.install	2012-11-20 21:54:30 UTC (rev 171658)
+++ extra-x86_64/edje.install	2012-11-20 21:55:08 UTC (rev 171659)
@@ -1,16 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-
-
-

Copied: edje/repos/extra-x86_64/edje.install (from rev 171658, edje/trunk/edje.install)
===================================================================
--- extra-x86_64/edje.install	                        (rev 0)
+++ extra-x86_64/edje.install	2012-11-20 21:55:08 UTC (rev 171659)
@@ -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