1. embryo shoudl have soname

2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.



SVN revision: 40267
This commit is contained in:
Carsten Haitzler 2009-04-21 14:17:42 +00:00
parent da65aa613e
commit 1b81a7988e
4 changed files with 10 additions and 4 deletions

View File

@ -26,6 +26,9 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
release="ver-pre-svn-00"
AC_SUBST(release)
AC_CHECK_FUNCS(setenv)
AC_CHECK_FUNCS(unsetenv)
@ -63,7 +66,7 @@ dnl AC_E_CHECK_PKG(VALGRIND, [valgrind >= 2.4.0], [], [:])
AC_SUBST(VALGRIND_CFLAGS)
AC_SUBST(VALGRIND_LIBS)
MODULE_ARCH="$host_os-$host_cpu"
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")

View File

@ -4,6 +4,7 @@ libdir=@libdir@
includedir=@includedir@/@PACKAGE@
modules=@libdir@/@PACKAGE@/modules
config_apps=@prefix@/share/@PACKAGE@/config-apps
release=@release@
Name: enlightenment
Description: Enlightenmnt Window Manager

View File

@ -11,7 +11,9 @@
// need to make thumb white rect better (shaded etc.)
// need to make "theme wallpaper" have different look
// need to make "exchange" wallpapers have a different look
// need to sort files (alphabetically/ by color? etc.)
// need indicator that sort is pending
// need signal to emit for popping down slide-up panel
// bug: animated wp doesnt workon first show
typedef struct _Info Info;
typedef struct _Smart_Data Smart_Data;

View File

@ -1,7 +1,7 @@
#!/bin/sh
Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 &
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 &
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 &
Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 &
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480x16 &
#Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480 &
#Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 &