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

Eric Bélanger eric at nymeria.archlinux.org
Mon Jan 6 19:02:56 UTC 2014


    Date: Monday, January 6, 2014 @ 20:02:55
  Author: eric
Revision: 103484

upgpkg: electricsheep 2.7b33-14

Change wxgtk2.9 depends to wxgtk

Modified:
  electricsheep/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-06 18:42:15 UTC (rev 103483)
+++ PKGBUILD	2014-01-06 19:02:55 UTC (rev 103484)
@@ -3,12 +3,12 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=13
+pkgrel=14
 pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/"
 license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 'glee')
 makedepends=('boost' 'mesa' 'glu' 'tinyxml')
 optdepends=('xscreensaver: to use electricsheep with xscreensaver')
 options=('!emptydirs')
@@ -36,7 +36,6 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
   sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
   sed -i '12 i\
 #include <cstdio>' Common/Singleton.h




More information about the arch-commits mailing list