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

Ronald van Haren ronald at nymeria.archlinux.org
Fri Dec 13 19:06:06 UTC 2013


    Date: Friday, December 13, 2013 @ 20:06:06
  Author: ronald
Revision: 201509

upgpkg: evas_generic_loaders 1.8.1-1

upload e18 libs and e17 wm

Modified:
  evas_generic_loaders/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-13 19:05:05 UTC (rev 201508)
+++ PKGBUILD	2013-12-13 19:06:06 UTC (rev 201509)
@@ -3,23 +3,21 @@
 # Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
 
 pkgname=evas_generic_loaders
-pkgver=1.7.9
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Additional generic loaders for Evas"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org"
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+license=('GPL2')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'efl')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('598241d2276608fc41a79216e94b4176a4404277')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
 
 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}"
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
 
   ./configure \
     --prefix=/usr \
@@ -34,11 +32,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license files
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
-        "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="{$pkgdir}" install
 }
 




More information about the arch-commits mailing list