mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 1.0.10.001
Changelog: * Spec file fixes. * Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow(). * Eliminate Mode.place.doing_slide. * Fix setting slide-in mode in dialog. * Menus - Remove unused code. * Change ewin sliding function API. * Dialog sliders - Enable having upper bound below lower. * Dialogs - Add missing const. * Remove server grab around EShapeSetShape(). * Add EX_EVENT_GLX_FLIP. * Move pre-eventloop calls of EobjsRepaint() out of progress bar functions. * Remove useless parameter from SnapshotsSaveReal(). * GSOD - Make work when compositing. * GSOD - Refactor + some changes. * GSOD - Just use fixed font. Font sets are causing trouble again. * Name ewin sliding functions consistently. * Move ewin sliding functions to slide.c. * EwinMove/Resize - Change various global/ewin flags to function parameter. * Use OPSRC_NA in stead of 0. * Add uninstall-local to fix distcheck (with recent autotools?). * Move GetTimeMs/Us() to time.c. * French translation update (Tristan D.). * Make clean shouldn't remove e16-gnome3-session.desktop. * Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing. * Simplify user info functions. * Close all fd's above 2 when exec'ing for restart. * French translation update (Tristan D.). * Minor tweak around ECompMgrGetRootBuffer(). * Remove some obsolete code. * Change some longs to ints where long is not needed. * Fix build without composite but with xrender. * Remove now unused EKeycodeToString(). * Remove old e16keyedit (pre 0.7) IPC functions. * Fix bug in pareto_maximizer() (Daniel Manjarres). * Remove unnecessary AC_PROG_MAKE_SET. * Warning fix for gcc-4.6.x. * Japanese translation update (Yasufumi Haga).
This commit is contained in:
parent
a8b1aafd15
commit
ff7e522f52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300717
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= e16
|
||||
PORTVERSION= 1.0.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.10.001
|
||||
CATEGORIES= x11-wm enlightenment
|
||||
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/
|
||||
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A very artistic X window manager
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (e16-1.0.10.tar.gz) = 8792bedebded3739803405d0fd45f32343e460e4927bc618670461d1c8cccb9b
|
||||
SIZE (e16-1.0.10.tar.gz) = 2260313
|
||||
SHA256 (e16-1.0.10.001.tar.gz) = 4778b8e00349516de6f1813e5d53bfd40bf7c6976c37ebf128f2938f54afb61b
|
||||
SIZE (e16-1.0.10.001.tar.gz) = 2274060
|
||||
|
@ -469,7 +469,7 @@ share/xsessions/e16-gnome3-session.desktop
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%/config
|
||||
@dirrm %%DATADIR%%/E-docs
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrm lib/e16
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrmtry share/xsessions
|
||||
|
Loading…
Reference in New Issue
Block a user