diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-05-02 04:49:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-05-02 04:49:22 +0000 |
commit | cbe65e87a1e5cc71f48ac43c0a26f73b21949e38 (patch) | |
tree | 4acad903551ed8d0319474e6791b08d9f8a0a2f4 /x11-wm/enlightenment/files | |
parent | Initial commit. Thanks Qiangning Hong <hongqn@gmail.com> bug #176640 (diff) | |
download | gentoo-2-cbe65e87a1e5cc71f48ac43c0a26f73b21949e38.tar.gz gentoo-2-cbe65e87a1e5cc71f48ac43c0a26f73b21949e38.tar.bz2 gentoo-2-cbe65e87a1e5cc71f48ac43c0a26f73b21949e38.zip |
old
Diffstat (limited to 'x11-wm/enlightenment/files')
-rw-r--r-- | x11-wm/enlightenment/files/cursors.cfg | 44 | ||||
-rw-r--r-- | x11-wm/enlightenment/files/e16-0.16.8.1-iconv.patch | 12 |
2 files changed, 0 insertions, 56 deletions
diff --git a/x11-wm/enlightenment/files/cursors.cfg b/x11-wm/enlightenment/files/cursors.cfg deleted file mode 100644 index 78daa15e9944..000000000000 --- a/x11-wm/enlightenment/files/cursors.cfg +++ /dev/null @@ -1,44 +0,0 @@ -#include <definitions> -__E_CFG_VERSION 0 - -__CURSOR __BGN -__NAME DEFAULT -__FG_COLOR 255 255 255 -__BG_COLOR 50 30 25 -__NATIVE_ID XC_LEFT_PTR -__END - -__CURSOR __BGN -__NAME MOVE -__FG_COLOR 255 160 140 -__BG_COLOR 50 30 25 -__NATIVE_ID XC_LEFT_PTR -__END - -__CURSOR __BGN -__NAME RESIZE_H -__FG_COLOR 255 160 140 -__BG_COLOR 50 30 25 -__NATIVE_ID XC_SB_H_DOUBLE_ARROW -__END - -__CURSOR __BGN -__NAME RESIZE_V -__FG_COLOR 255 160 140 -__BG_COLOR 50 30 25 -__NATIVE_ID XC_SB_V_DOUBLE_ARROW -__END - -__CURSOR __BGN -__NAME RESIZE_BR -__FG_COLOR 255 160 140 -__BG_COLOR 50 30 25 -__NATIVE_ID XC_LR_ANGLE -__END - -__CURSOR __BGN -__NAME RESIZE_TR -__FG_COLOR 255 160 140 -__BG_COLOR 50 30 25 -__NATIVE_ID XC_LL_ANGLE -__END
\ No newline at end of file diff --git a/x11-wm/enlightenment/files/e16-0.16.8.1-iconv.patch b/x11-wm/enlightenment/files/e16-0.16.8.1-iconv.patch deleted file mode 100644 index 5b6eb045c4a0..000000000000 --- a/x11-wm/enlightenment/files/e16-0.16.8.1-iconv.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: e16-0.16.8.1/src/Makefile.am -=================================================================== ---- e16-0.16.8.1.orig/src/Makefile.am -+++ e16-0.16.8.1/src/Makefile.am -@@ -123,6 +123,7 @@ e16_SOURCES = \ - LDADD = \ - @LIBINTL@ \ - @ecore_libs@ \ -+ $(LTLIBICONV) \ - $(ESD_LIBS) \ - $(IMLIB_LIBS) \ - $(X_PRE_LIBS) \ |