- 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.
This commit is contained in:
parent
894e7888d7
commit
137a79f87d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304029
3 changed files with 8 additions and 9 deletions
|
@ -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@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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -470,15 +470,14 @@ share/xsessions/e16-gnome3-session.desktop
|
|||
@dirrm %%DATADIR%%/config
|
||||
@dirrm %%DATADIR%%/E-docs
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrm lib/e16
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrmtry share/xsessions
|
||||
@dirrmtry share/locale/fo/LC_MESSAGES
|
||||
@dirrmtry share/locale/fo
|
||||
@dirrmtry share/locale/en_US/LC_MESSAGES
|
||||
@dirrmtry share/locale/en_US
|
||||
@dirrmtry share/locale/csb/LC_MESSAGES
|
||||
@dirrmtry share/locale/csb
|
||||
@dirrmtry share/locale/en_US/LC_MESSAGES
|
||||
@dirrmtry share/locale/en_US
|
||||
@dirrmtry share/locale/fo/LC_MESSAGES
|
||||
@dirrmtry share/locale/fo
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/gnome-session/sessions
|
||||
@dirrmtry share/gnome-session
|
||||
|
|
Loading…
Reference in a new issue