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

Eric Bélanger eric at archlinux.org
Sun Nov 30 01:12:52 UTC 2014


    Date: Sunday, November 30, 2014 @ 02:12:52
  Author: eric
Revision: 227198

upgpkg: enlightenment16 1.0.15-1

Upstream update, Clean up PKGBUILD

Modified:
  enlightenment16/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-29 21:07:11 UTC (rev 227197)
+++ PKGBUILD	2014-11-30 01:12:52 UTC (rev 227198)
@@ -2,33 +2,32 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=enlightenment16
-_pkgname=enlightenment
-pkgver=1.0.13
+pkgver=1.0.15
 _themever=1.0.1
-pkgrel=4
+pkgrel=1
 pkgdesc="A fast, flexible, and very extensible Window Manager"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org"
 license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite'
          'libxrandr' 'libpulse')
-replaces=('enlightenment>=1.0.13')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/e16-${pkgver}.tar.gz \
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/e16-${pkgver}.tar.gz
         http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'
+sha1sums=('a95e31316fd1a862eaf4dee54424bc16f8bce301'
           'ae34e2df1294198795736bf953bf695aba93b710')
 
 build() {
-  cd "${srcdir}/e16-${pkgver}"
+  pushd e16-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
   make
-
-  cd "${srcdir}/e16-themes-${_themever}"
+  popd
+  
+  cd e16-themes-${_themever}
   ./configure --prefix=/usr
 }
 
 package() {
-  cd "${srcdir}/e16-${pkgver}"
+  cd e16-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" "${pkgdir}/usr/bin/e16-gnome"
   install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" "${pkgdir}/usr/bin/e16-kde"



More information about the arch-commits mailing list