svn commit: r304029 - head/x11-wm/e16
Pietro Cerutti
gahr at FreeBSD.org
Mon Sep 10 12:09:16 UTC 2012
Author: gahr
Date: Mon Sep 10 12:09:15 2012
New Revision: 304029
URL: http://svn.freebsd.org/changeset/ports/304029
Log:
- Update to 1.0.10.002
Changes:
* Fix coords placement in techopaque mode (Daniel Manjarres).
* Remove unused code.
* Fix (if experimenting with USE_DESK_EXPOSE).
* Move EObj sliding functions to slide.c too.
* Don't prevent pager update due to ewin slide.
* Add some timer debug, cosmetic changes.
* Fetch time to next timer run after running idlers.
* Desk restacking before shade/unshade should not be necessary.
* Another spec file fix - don't own locale/* dirs.
* Startup cosmetics.
* Fix having black solid color background.
* Don't keep shaded windows entirely on-screen (ticket 1191).
* Enable logging to stdout or stderr.
* Improve fading debug logging.
* Remove unnecessary code in ECompMgrWinFadeIn().
* Menu code tweaks.
* Alert if root window button events cannot be selected.
* Use EobjsSlideBy() to slide desks as well as areas.
* EobjSlideTo() is no longer used.
* Fix potential deadlock with multiple simultaneous alerts.
Modified:
head/x11-wm/e16/Makefile (contents, props changed)
head/x11-wm/e16/distinfo (contents, props changed)
head/x11-wm/e16/pkg-plist (contents, props changed)
Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile Mon Sep 10 11:53:40 2012 (r304028)
+++ head/x11-wm/e16/Makefile Mon Sep 10 12:09:15 2012 (r304029)
@@ -6,14 +6,14 @@
#
PORTNAME= e16
-PORTVERSION= 1.0.10.001
+PORTVERSION= 1.0.10.002
CATEGORIES= x11-wm enlightenment
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
MAINTAINER= gahr at FreeBSD.org
COMMENT= A very artistic X window manager
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+#BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
xext xfixes xft xinerama xrandr xrender xxf86vm
Modified: head/x11-wm/e16/distinfo
==============================================================================
--- head/x11-wm/e16/distinfo Mon Sep 10 11:53:40 2012 (r304028)
+++ head/x11-wm/e16/distinfo Mon Sep 10 12:09:15 2012 (r304029)
@@ -1,2 +1,2 @@
-SHA256 (e16-1.0.10.001.tar.gz) = 4778b8e00349516de6f1813e5d53bfd40bf7c6976c37ebf128f2938f54afb61b
-SIZE (e16-1.0.10.001.tar.gz) = 2274060
+SHA256 (e16-1.0.10.002.tar.gz) = 1e535d1cbcc72d799dd12f7d5f6e1e03565495bb9fd4469e25e6ff731bb4606e
+SIZE (e16-1.0.10.002.tar.gz) = 2289750
Modified: head/x11-wm/e16/pkg-plist
==============================================================================
--- head/x11-wm/e16/pkg-plist Mon Sep 10 11:53:40 2012 (r304028)
+++ head/x11-wm/e16/pkg-plist Mon Sep 10 12:09:15 2012 (r304029)
@@ -470,15 +470,14 @@ share/xsessions/e16-gnome3-session.deskt
@dirrm %%DATADIR%%/config
@dirrm %%DATADIR%%/E-docs
@dirrmtry %%DATADIR%%
- at dirrm lib/e16
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/xsessions
- at dirrmtry share/locale/fo/LC_MESSAGES
- at dirrmtry share/locale/fo
- at dirrmtry share/locale/en_US/LC_MESSAGES
- at dirrmtry share/locale/en_US
@dirrmtry share/locale/csb/LC_MESSAGES
@dirrmtry share/locale/csb
+ at dirrmtry share/locale/en_US/LC_MESSAGES
+ at dirrmtry share/locale/en_US
+ at dirrmtry share/locale/fo/LC_MESSAGES
+ at dirrmtry share/locale/fo
@dirrmtry share/applications
@dirrmtry share/gnome-session/sessions
@dirrmtry share/gnome-session
More information about the svn-ports-all
mailing list