forked from andreas-vox/ScribusCTL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implantation RTL support andreas-vox#3
- Loading branch information
Showing
62 changed files
with
19,301 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
behdad: Behdad Esfahbod <behdad@gnu.org> | ||
# | ||
# Behdad Esfahbod is the only author that actually codes these days. He | ||
# maintains the package too. He has revised all of the code written by | ||
# others, and has written much of the code himself. He's listed (or should | ||
# be listed) on every file in the package as one of the authors. Behdad | ||
# designs, implements, documents, maintains, ... | ||
# | ||
|
||
dov-g: Dov Grobgeld <dov@imagic.weizmann.ac.il> | ||
# | ||
# Dov Grobgeld originally wrote FriBidi. The 0.1.* releases were all done | ||
# by him. After that, Dov rarely touched the code, but contributed ideas. | ||
# All files that he has originally authored have him listed as an author in | ||
# the header of the file. | ||
# | ||
|
||
roozbeh: Roozbeh Pournader <roozbeh@gnu.org> | ||
# | ||
# Roozbeh Pournader hasn't contributed much code to FriBidi personally; but | ||
# has maintained, promoted, and supported the project for a while. He has | ||
# helped with making GNU FriBidi standards compliant, and has sometimes | ||
# lobbied with the Unicode Consortium when needed. Roozbeh was supposed to | ||
# be a co-maintainer of GNU FriBidi, but he's not doing that yet. | ||
# | ||
|
||
|
||
# | ||
# Note: Other people have contributed significant amounts of code, but | ||
# usually the code has faded out because of restructuring and redesigning | ||
# things around GNU FriBidi. As an example, the FriBidiEnv patch by Omer | ||
# Zak, made itself into FriBidi CVS for a couple of years, but was finally | ||
# implemented in a better way by Behdad. | ||
# | ||
# Note: GNU getopt is distributed with and used in GNU FriBidi under bin/, but | ||
# is not part of GNU FriBidi. | ||
# | ||
# Note: Parts of the Unicode Character Database are distributed with and used | ||
# in GNU FriBidi under gen.tab/unidata/, but are not part of GNU FriBidi. | ||
# |
16 changes: 16 additions & 0 deletions
16
scribus/fribidi/CMakeFiles/CMakeDirectoryInformation.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# CMAKE generated file: DO NOT EDIT! | ||
# Generated by "Unix Makefiles" Generator, CMake Version 2.8 | ||
|
||
# Relative path conversion top directories. | ||
SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/moceap/Scribus") | ||
SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/moceap/Scribus") | ||
|
||
# Force unix paths in dependencies. | ||
SET(CMAKE_FORCE_UNIX_PATHS 1) | ||
|
||
|
||
# The C and CXX include file regular expressions for this directory. | ||
SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") | ||
SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") | ||
SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) | ||
SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
67 changes: 67 additions & 0 deletions
67
scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/DependInfo.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# The set of languages for which implicit dependencies are needed: | ||
SET(CMAKE_DEPENDS_LANGUAGES | ||
"C" | ||
) | ||
# The set of files for implicit dependencies of each language: | ||
SET(CMAKE_DEPENDS_CHECK_C | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-arabic.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-arabic.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-bidi-types.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-bidi-types.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-bidi.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-bidi.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-deprecated.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-deprecated.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-joining-types.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-joining-types.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-joining.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-joining.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-mem.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-mem.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-mirroring.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-mirroring.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-run.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-run.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi-shape.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi-shape.c.o" | ||
"/home/moceap/Scribus/scribus/fribidi/fribidi.c" "/home/moceap/Scribus/scribus/fribidi/CMakeFiles/scribus_fribidi_lib.dir/fribidi.c.o" | ||
) | ||
SET(CMAKE_C_COMPILER_ID "GNU") | ||
|
||
# Preprocessor definitions for this target. | ||
SET(CMAKE_TARGET_DEFINITIONS | ||
"HAVE_CONFIG_H" | ||
"HAVE_DLFCN_H" | ||
"HAVE_UNISTD_H" | ||
"NDEBUG" | ||
"QT_CORE_LIB" | ||
"QT_GUI_LIB" | ||
"QT_NETWORK_LIB" | ||
"QT_OPENGL_LIB" | ||
"QT_PRINTSUPPORT_LIB" | ||
"QT_QML_LIB" | ||
"QT_QUICK_LIB" | ||
"QT_WEBKITWIDGETS_LIB" | ||
"QT_WEBKIT_LIB" | ||
"QT_WIDGETS_LIB" | ||
"QT_XML_LIB" | ||
) | ||
|
||
# Targets to which this target links. | ||
SET(CMAKE_TARGET_LINKED_INFO_FILES | ||
) | ||
|
||
# The include file search paths: | ||
SET(CMAKE_C_TARGET_INCLUDE_PATH | ||
"scribus/fribidi" | ||
"/usr/include/qt5" | ||
"/usr/include/qt5/QtCore" | ||
"/usr/lib/qt5/mkspecs/linux-g++" | ||
"/usr/include/qt5/QtWidgets" | ||
"/usr/include/qt5/QtGui" | ||
"/usr/include/qt5/QtXml" | ||
"/usr/include/qt5/QtWebKit" | ||
"/usr/include/qt5/QtNetwork" | ||
"/usr/include/qt5/QtWebKitWidgets" | ||
"/usr/include/qt5/QtQuick" | ||
"/usr/include/qt5/QtQml" | ||
"/usr/include/qt5/QtOpenGL" | ||
"/usr/include/qt5/QtPrintSupport" | ||
"." | ||
"scribus" | ||
"/usr/include/libxml2" | ||
"/usr/include/freetype2" | ||
) | ||
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) | ||
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) | ||
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) |
Oops, something went wrong.