[arch-commits] Commit in epplet-base/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Aug 3 02:24:24 UTC 2011


    Date: Tuesday, August 2, 2011 @ 22:24:23
  Author: eric
Revision: 134351

upgpkg: epplet-base 0.13-2
Remove esound support, Remove ChangeLog

Modified:
  epplet-base/trunk/PKGBUILD
Deleted:
  epplet-base/trunk/ChangeLog

-----------+
 ChangeLog |   16 ----------------
 PKGBUILD  |   13 ++++++-------
 2 files changed, 6 insertions(+), 23 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2011-08-03 01:22:38 UTC (rev 134350)
+++ ChangeLog	2011-08-03 02:24:23 UTC (rev 134351)
@@ -1,16 +0,0 @@
-2010-05-07  Eric Belanger  <eric at archlinux.org>
-
-	* epplet-base 0.13-1
-	* Upstream update
-	* Removed uneeded depends
-
-2009-01-03  Eric Belanger  <eric at archlinux.org>
-
-	* epplet-base 0.12-1
-	* Upstream update
-
-2008-07-05  Eric Belanger  <eric at archlinux.org>
-
-	* epplet-base 0.11-1
-	* Upstream update
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-03 01:22:38 UTC (rev 134350)
+++ PKGBUILD	2011-08-03 02:24:23 UTC (rev 134351)
@@ -1,15 +1,14 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=epplet-base
 pkgver=0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Addon plugins for the enlightenment windowmanager"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org"
 license=('GPL')
-depends=('esound' 'imlib2' 'libcdaudio' 'libgl')
+depends=('imlib2' 'libcdaudio' 'libgl')
 makedepends=('mesa')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/enlightenment/epplets-${pkgver}.tar.gz)
@@ -18,11 +17,11 @@
 
 build() {
   cd "${srcdir}/epplets-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
   cd "${srcdir}/epplets-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list