Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e3835c6dff4f65d0843a130c2a1215fd8e0429de)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e3835c6dff4f65d0843a130c2a1215fd8e0429de)
  • Date: Sun, 31 Oct 2010 13:31:45 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
editors/gtranslator/BUILD | 5 +++++
editors/gtranslator/DEPENDS | 30 ++++++++++++++++++++++++++++++
editors/gtranslator/DETAILS | 22 ++++++++++++++++++++++
editors/gtranslator/HISTORY | 2 ++
5 files changed, 63 insertions(+)

New commits:
commit e3835c6dff4f65d0843a130c2a1215fd8e0429de
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtranslator: new spell, GTK+ enhanced gettext po file editor

diff --git a/ChangeLog b/ChangeLog
index cd99e62..2d66d7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * editors/gtranslator: new spell, GTK+ enhanced gettext po file editor
+
2010-10-31 Bor Kraljič <pyrobor AT ver.si>
* chat-im/qutecom: new spell, a multi-platform VoIP client
* chat-im/openwengo: spell deprecated [replaced by qutecom]
@@ -40,6 +43,7 @@

2010-10-22 Ladislav Hagara <hgr AT vabo.cz>
* gnome2-libs/atkmm: new spell, C++ binding for the ATK library
+
2010-10-22 George Sherwood <gsherwood AT sourcemage.org>
* gnome2-libs/gsettings-desktop-schemas: new spell, gnome component

diff --git a/editors/gtranslator/BUILD b/editors/gtranslator/BUILD
new file mode 100755
index 0000000..52d0921
--- /dev/null
+++ b/editors/gtranslator/BUILD
@@ -0,0 +1,5 @@
+OPTS="--disable-debug \
+ --with-help-formats=xml \
+ $OPTS" &&
+
+default_build
diff --git a/editors/gtranslator/DEPENDS b/editors/gtranslator/DEPENDS
new file mode 100755
index 0000000..09dc46d
--- /dev/null
+++ b/editors/gtranslator/DEPENDS
@@ -0,0 +1,30 @@
+depends gtk+2 &&
+depends libxml2 &&
+depends gtksourceview &&
+depends gsettings-desktop-schemas &&
+depends gdl &&
+depends unique &&
+depends libgda4 &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends gtkspell \
+ "--with-gtkspell" \
+ "--without-gtkspell" \
+ "for spell-checking support" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to make updates to the scrollkeeper database" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
+
+optional_depends libsoup "" "" "for open-tran plugin" &&
+optional_depends gucharmap "" "" "for charmap plugin"
diff --git a/editors/gtranslator/DETAILS b/editors/gtranslator/DETAILS
new file mode 100755
index 0000000..a6c3666
--- /dev/null
+++ b/editors/gtranslator/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gtranslator
+ VERSION=1.9.12
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+
SOURCE_HASH=sha512:3f38f6bf40b11ef45be97bea3a391635aea0e8df0c7d2348c5fa8ffeb364743d2b5e8a2c49fea027b12bf0b7fadfe8037263e4a694a73ace1b818e25e06961be
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://projects.gnome.org/gtranslator/
+ LICENSE[0]=GPL
+ ENTERED=20101031
+ SHORT="GTK+ enhanced gettext po file editor"
+cat << EOF
+Gtranslator is an enhanced gettext po file editor for the GNOME desktop
+environment.
+
+It handles all forms of gettext po files and include very useful features
like
+Find/Replace, Translation Memory, different Translator Profiles, Messages
Table
+(for having an overview of the translations/messages in the po file), Easy
+Navigation and Editing of translation messages and comments of the
translation
+where accurate. Gtranslator includes also a plugin system with many
interesting
+plugins like Alternate Language, Insert Tags, Open Tran, Source Code Viewer,
etc.
+EOF
diff --git a/editors/gtranslator/HISTORY b/editors/gtranslator/HISTORY
new file mode 100644
index 0000000..8c9335b
--- /dev/null
+++ b/editors/gtranslator/HISTORY
@@ -0,0 +1,2 @@
+2010-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e3835c6dff4f65d0843a130c2a1215fd8e0429de), Vlad Glagolev, 10/31/2010

Archive powered by MHonArc 2.6.24.

Top of Page