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

Eric Bélanger eric at archlinux.org
Sat Sep 12 21:55:09 UTC 2009


    Date: Saturday, September 12, 2009 @ 17:55:09
  Author: eric
Revision: 51859

upgpkg: enlightenment 1.0.1-1
    Added man page

Modified:
  enlightenment/trunk/ChangeLog
  enlightenment/trunk/PKGBUILD

-----------+
 ChangeLog |    1 +
 PKGBUILD  |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-09-12 21:44:06 UTC (rev 51858)
+++ ChangeLog	2009-09-12 21:55:09 UTC (rev 51859)
@@ -2,6 +2,7 @@
 
 	* enlightenment 1.0.1-1
 	* Upstream update
+	* Added man page
 
 2009-06-04  Eric Belanger  <eric at archlinux.org>
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-12 21:44:06 UTC (rev 51858)
+++ PKGBUILD	2009-09-12 21:55:09 UTC (rev 51859)
@@ -21,7 +21,7 @@
 build() {
   cd "${srcdir}/e16-${pkgver}"
   sed -i 's|xsessiondir = $(datadir)/xsessions|xsessiondir = /etc/X11/sessions|' misc/Makefile.in || return 1
-  ./configure --prefix=/usr --enable-fsstd --enable-sound --sysconfdir=/etc || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-fsstd --enable-sound --enable-mans || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" "${pkgdir}/usr/bin/e16-gnome" || return 1




More information about the arch-commits mailing list