diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-05 16:07:43 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-05 16:07:43 -0300 |
commit | 3a0008bd8a3e6f4f21181c1fadc17c3da3108907 (patch) | |
tree | 175c9e1755980b2a955b1b9e6b93c1a3d431276f /community/e-svn | |
parent | 933e5d274b2a4e386565d2f3bb982682e168438b (diff) | |
parent | 2bba02fdaa36de05dffef6a54b57c73259d7db53 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/alienarena/PKGBUILD
community/mumble/PKGBUILD
community/mysql-workbench/PKGBUILD
community/paintown/PKGBUILD
community/ufoai/PKGBUILD
core/dcron/PKGBUILD
core/udev/PKGBUILD
extra/qt/PKGBUILD
extra/texlive-bin/PKGBUILD
testing/opencv/PKGBUILD
testing/pciutils/PKGBUILD
testing/usbutils/PKGBUILD
Diffstat (limited to 'community/e-svn')
-rwxr-xr-x | community/e-svn/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/e-svn/PKGBUILD b/community/e-svn/PKGBUILD index 76d8a2b72..a96fb8ae1 100755 --- a/community/e-svn/PKGBUILD +++ b/community/e-svn/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 41234 2011-03-04 22:18:13Z rvanharen $ +# $Id: PKGBUILD 46198 2011-05-04 10:12:25Z rvanharen $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Ronald van Haren <ronald.archlinux.org> pkgname=e-svn -pkgver=57517 +pkgver=58940 pkgrel=1 pkgdesc="Enlightenment window manager DR17 (aka e17)" arch=('i686' 'x86_64' 'mips64el') @@ -17,9 +17,8 @@ conflicts=('e') provides=('e') backup=('etc/enlightenment/sysactions.conf') options=('!libtool') -source=('e-applications.menu' 'sysactions.patch') -sha1sums=('e08cc63cb8a188a06705b42d03e032b9fcfa7ee5' - '1bbe1bb1ba8c10098c3c30dc5a97734158abb2c7') +source=('e-applications.menu') +sha1sums=('e08cc63cb8a188a06705b42d03e032b9fcfa7ee5') _svntrunk="http://svn.enlightenment.org/svn/e/trunk/e" _svnmod="e" @@ -41,7 +40,7 @@ msg "Connecting to $_svntrunk SVN server...." cd $_svnmod-build # set default suspend/hibernate commands in config file - patch -Np0 -i ${srcdir}/sysactions.patch +# patch -Np0 -i ${srcdir}/sysactions.patch ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-pam make |