[arch-commits] Commit in elementary/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Jan 7 19:45:06 UTC 2013


    Date: Monday, January 7, 2013 @ 14:45:06
  Author: ronald
Revision: 174837

archrelease: copy trunk to extra-x86_64

Added:
  elementary/repos/extra-x86_64/PKGBUILD
    (from rev 174836, elementary/trunk/PKGBUILD)
Deleted:
  elementary/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-07 19:44:44 UTC (rev 174836)
+++ PKGBUILD	2013-01-07 19:45:06 UTC (rev 174837)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
-
-pkgname=elementary
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('025d2c258cd7b600bef7664802c70dde07fd9e4b')
-
-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}"
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib/elementary \
-    --with-internal-maximum-log-level=3 \
-    --disable-static \
-    --enable-quick-launch \
-    --enable-emotion \
-    --enable-ecore-x \
-    --enable-ecore-fb \
-    --disable-ecore-sdl \
-    --disable-ecore-wayland \
-    --enable-edbus \
-    --enable-efreet \
-    --disable-eweather \
-    --disable-emap \
-    --enable-ethumb \
-    --disable-debug \
-    --disable-install-examples \
-    --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: elementary/repos/extra-x86_64/PKGBUILD (from rev 174836, elementary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-07 19:45:06 UTC (rev 174837)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=elementary
+pkgver=1.7.5
+pkgrel=1
+pkgdesc="Enlightenment's widget set"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('025d2c258cd7b600bef7664802c70dde07fd9e4b')
+
+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}"
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib/elementary \
+    --with-internal-maximum-log-level=3 \
+    --disable-static \
+    --enable-quick-launch \
+    --enable-emotion \
+    --enable-ecore-x \
+    --enable-ecore-fb \
+    --disable-ecore-sdl \
+    --disable-ecore-wayland \
+    --enable-edbus \
+    --enable-efreet \
+    --disable-eweather \
+    --disable-emap \
+    --enable-ethumb \
+    --disable-debug \
+    --disable-install-examples \
+    --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
+}




More information about the arch-commits mailing list