Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (e1dccd8d5b4419c783c81194ed363eb9a6c65e05)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (e1dccd8d5b4419c783c81194ed363eb9a6c65e05)
  • Date: Thu, 10 Apr 2008 08:30:28 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

kde-apps/kchmviewer/BUILD | 22 ++++++++++++++++++++++
kde-apps/kchmviewer/CONFIGURE | 17 +++++++++++++++++
kde-apps/kchmviewer/DEPENDS | 28 ++++++++++++++++++++++++++++
kde-apps/kchmviewer/DETAILS | 23 +++++++++++++++++++++++
kde-apps/kchmviewer/HISTORY | 3 +++
kde-apps/kchmviewer/PREPARE | 1 +
6 files changed, 94 insertions(+)

New commits:
commit e1dccd8d5b4419c783c81194ed363eb9a6c65e05
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

Fixed spelling and grammar in spell description

commit 599c1cf277b404f7bcf27ff011ca8e90c8bb964b
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

kchmviewer, new spell

diff --git a/kde-apps/kchmviewer/BUILD b/kde-apps/kchmviewer/BUILD
new file mode 100755
index 0000000..b1d3d2c
--- /dev/null
+++ b/kde-apps/kchmviewer/BUILD
@@ -0,0 +1,22 @@
+if list_find "$KCHMVIEW_OPTS" "--with-kde" ; then
+
+ if [[ $QT3 == y ]]; then
+
+ OPTS="$KCHMVIEW_OPTS $OPTS" &&
+ default_kde3_build
+
+ fi
+
+else
+
+ if [[ $QT3 == y ]]; then
+
+ default_build
+
+ else
+
+ build_qt3_or_4
+
+ fi
+
+fi
diff --git a/kde-apps/kchmviewer/CONFIGURE b/kde-apps/kchmviewer/CONFIGURE
new file mode 100755
index 0000000..98477fe
--- /dev/null
+++ b/kde-apps/kchmviewer/CONFIGURE
@@ -0,0 +1,17 @@
+config_query_option KCHMVIEW_OPTS "Build KDE version?" y \
+ "--with-kde" \
+ "" &&
+
+config_query_option KCHMVIEW_OPTS "Link with built-in chmlib?" y \
+ "--with-builtin-chmlib" \
+ "" &&
+
+if list_find "$KCHMVIEW_OPTS" "--with-kde" ; then
+
+ if [[ $QT3 == y ]]; then
+
+ . "$SECTION_DIRECTORY/KDE_CONFIGURE"
+
+ fi
+
+fi
diff --git a/kde-apps/kchmviewer/DEPENDS b/kde-apps/kchmviewer/DEPENDS
new file mode 100755
index 0000000..7c5acae
--- /dev/null
+++ b/kde-apps/kchmviewer/DEPENDS
@@ -0,0 +1,28 @@
+depends jpeg &&
+depends libpng &&
+depends zlib &&
+depends chmlib &&
+
+if list_find "$KCHMVIEW_OPTS" "--with-kde" ; then
+
+ if [[ $QT3 == y ]]; then
+
+ depends kdebase &&
+
+ . "$SECTION_DIRECTORY/KDE_DEPENDS"
+
+ fi
+
+else
+
+ if [[ $QT3 == y ]]; then
+
+ depends qt-x11
+
+ else
+
+ depends qt4
+
+ fi
+
+fi
diff --git a/kde-apps/kchmviewer/DETAILS b/kde-apps/kchmviewer/DETAILS
new file mode 100755
index 0000000..1f1e8cb
--- /dev/null
+++ b/kde-apps/kchmviewer/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=kchmviewer
+ if [[ $QT3 == y ]]; then
+ VERSION=3.1-2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-3.1
+
SOURCE_HASH=sha512:06a7fa64398b8c238cfbed66eff4e104ba89ebe03f4cf36aefb05ec3cdaca6478d61dc8aabb89ea40dee448c2b347b0562d29e98b3bbce7fa311de9e09996cd5
+ else
+ VERSION=4.0beta2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_HASH=sha512:666d0f01eec09c4e5767c1a47c90d79ce549be007860ad0d71e330812651a9f0e29b149f9e0f8e98277e577a716af298c9f9a175fcb2671a3c439e38eb2f36b9
+ fi
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://sourceforge.net/projects/kchmviewer/
+ ENTERED=20080323
+ LICENSE[0]=GPL
+ SHORT="QT/KDE based *.chm viewer"
+cat << EOF
+kchmviewer is a CHM (Winhelp) file viewer written in Qt/KDE.
+It can be built as a standalone Qt-based application or a
+KDE application. The main point of kchmviewer is compatibility
+with non-English chm files including most international charsets.
+EOF
diff --git a/kde-apps/kchmviewer/HISTORY b/kde-apps/kchmviewer/HISTORY
new file mode 100644
index 0000000..3dd481d
--- /dev/null
+++ b/kde-apps/kchmviewer/HISTORY
@@ -0,0 +1,3 @@
+2008-03-22 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT gmail.com>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY, PREPARE: created this
spell.
+
diff --git a/kde-apps/kchmviewer/PREPARE b/kde-apps/kchmviewer/PREPARE
new file mode 100755
index 0000000..be04cc3
--- /dev/null
+++ b/kde-apps/kchmviewer/PREPARE
@@ -0,0 +1 @@
+config_query QT3 "Use QT 3 compatible source code? (if 'n' QT 4 version will
be used)" y



  • [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (e1dccd8d5b4419c783c81194ed363eb9a6c65e05), Ivan Lezhnjov Jr, 04/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page