Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (8388f71eea2d7dae8122b45ccbdb9d882d58cd03)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (8388f71eea2d7dae8122b45ccbdb9d882d58cd03)
  • Date: Sun, 3 Mar 2013 01:03:12 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

ChangeLog | 3 +
editors/gtkspell3/DEPENDS | 22 +++++++++++
editors/gtkspell3/DETAILS | 21 +++++++++++
editors/gtkspell3/HISTORY | 4 ++
gnome2-apps/balsa/CONFIGURE | 1
gnome2-apps/balsa/DEPENDS | 82
+++++++++++++++++++++++++++++++++++---------
gnome2-apps/balsa/DETAILS | 4 +-
gnome2-apps/balsa/HISTORY | 8 ++++
8 files changed, 127 insertions(+), 18 deletions(-)

New commits:
commit 8388f71eea2d7dae8122b45ccbdb9d882d58cd03
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

balse: => 2.5.0
DEPENDS: added depends gtk+3, glib2, 2.4 gmime, webkit, gtkhtml2
added optional_depends gpgme, libcanberra, gtksourceview3,
gtkspell3, libnotify, network-managet, sqlite, libsecret, rubrica
removed depends libgnomeprintui, aspell

commit 397b9f2661a25acc1cafcca8596daa54795e5f6c
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

gtkspell3: new spell, gtkspell v3
not API-compatible with 2.x
spell copied from gtkspell

diff --git a/ChangeLog b/ChangeLog
index 4a884f7..c2e5f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-03-03 Sukneet Basuta <sukneet AT sourcemage.org>
+ * editors/gtkspell3: new spell, gtkspell v3. Not API-compatable with
2.x
+
2013-03-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* x11/xdotool: new spell, lets you programmatically simulate
keyboard/mouse input
diff --git a/editors/gtkspell3/DEPENDS b/editors/gtkspell3/DEPENDS
new file mode 100755
index 0000000..c70139d
--- /dev/null
+++ b/editors/gtkspell3/DEPENDS
@@ -0,0 +1,22 @@
+depends enchant &&
+
+optional_depends gtk+3 \
+ "--enable-gtk3" \
+ "--disable-gtk3" \
+ "to build with gtk+3" &&
+
+optional_depends gtk+2 \
+ "--enable-gtk2" \
+ "--disable-gtk2" \
+ "to build with gtk+3" &&
+
+if ! is_depends_enabled $SPELL gtk+3 && ! is_depends_enabled $SPELL gtk+2;
then
+ depends gtk+3 "--enable-gtk3"
+fi &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "for introspection support" &&
+
+optional_depends gtk-doc "--enable-gtk-doc" "--disable-gtk-doc" "for
documentation"
diff --git a/editors/gtkspell3/DETAILS b/editors/gtkspell3/DETAILS
new file mode 100755
index 0000000..dee5930
--- /dev/null
+++ b/editors/gtkspell3/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gtkspell3
+ VERSION=3.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://gtkspell.sourceforge.net/download/$SOURCE
+
SOURCE_HASH=sha512:db42136ba4e7dafbccbd742637493fb88a548313ca9fc0f71810d9f6c902a2e8efdaecbdf5f6c60aa4b50304cc21f9a94e869665f942951eaefbbba51fbf2fc5
+ WEB_SITE=http://gtkspell.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20020922
+ NO_FUZZ="on"
+ DOCS="COPYING NEWS README"
+ KEYWORDS="editors"
+ SHORT="library that provides a graphic frontend to pspell"
+cat << EOF
+GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
+GtkTextView widget as you type. Right-clicking a misspelled word pops up a
menu
+of suggested replacements.
+
+Note: this is a library for developers working with pspell, placed here to be
+near pspell.
+EOF
diff --git a/editors/gtkspell3/HISTORY b/editors/gtkspell3/HISTORY
new file mode 100644
index 0000000..a1d0112
--- /dev/null
+++ b/editors/gtkspell3/HISTORY
@@ -0,0 +1,4 @@
+2013-03-03 Sukneet Basuta <sukneet AT sourcemage.org>
+ * ALL: spell copied from gtkspell
+ * DEPENDS: spell is buildable with both/either gtk+2 & gtk+3
+
diff --git a/gnome2-apps/balsa/CONFIGURE b/gnome2-apps/balsa/CONFIGURE
new file mode 100755
index 0000000..bdbeeeb
--- /dev/null
+++ b/gnome2-apps/balsa/CONFIGURE
@@ -0,0 +1 @@
+config_query_list HTML_WIDGET "Which HTML renderer would you like to use?"
webkit gtkhtml none
diff --git a/gnome2-apps/balsa/DEPENDS b/gnome2-apps/balsa/DEPENDS
index b3364a3..b855176 100755
--- a/gnome2-apps/balsa/DEPENDS
+++ b/gnome2-apps/balsa/DEPENDS
@@ -1,30 +1,80 @@
-depends gmime &&
-depends libgnomeprintui &&
+depends gtk+3 &&
+depends -sub 2.4 gmime &&
+depends glib2 &&
depends libesmtp &&
-depends aspell &&
depends rarian &&

-optional_depends "libgtkhtml" \
- "" \
- "" \
- "to enable display of html messages" &&
+if [[ $HTML_WIDGET == "webkit" ]]; then
+ depends webkitgtk3 "--with-html-widget=webkit"
+elif [[ $HTML_WIDGET == "gtkhtml" ]]; then
+ depends gtkhtml2 "--with-html-widget=gtkhtml4"
+fi &&

-optional_depends "pcre" \
+optional_depends pcre \
"--enable-pcre" \
- "" \
+ "--disable-pcre" \
"to enable perl compatible regular expressions" &&

-optional_depends "openssl" \
+optional_depends openssl \
"--with-ssl" \
- "" \
+ "--without-ssl" \
"to enable opensasl authentication for POP/IMAP" &&

-optional_depends "openldap" \
+optional_depends openldap \
"--with-ldap" \
- "" \
+ "--without-ldap" \
"to enable ldap use" &&

-optional_depends "krb5" \
+optional_depends krb5 \
"--with-gss" \
- "" \
- "to enable gssapi kerberos based authentication"
+ "--without-gss" \
+ "to enable gssapi kerberos based authentication" &&
+
+optional_depends gpgme \
+ "--with-gpgme" \
+ "--without-gpgme" \
+ "for message signing and encryption" &&
+
+optional_depends libcanberra \
+ "--with-canberra" \
+ "--without-canberra" \
+ "for filter sounds" &&
+
+optional_depends gtksourceview3 \
+ "--with-gtksourceview" \
+ "--without-gtksourceview" \
+ "for a more powerful compositor" &&
+
+optional_depends gtkspell3 \
+ "--with-gtkspell" \
+ "--without-gtkspell" \
+ "for spelling checking" &&
+
+optional_depends libnotify \
+ "--with-libnotify" \
+ "--without-libnotify" \
+ "for notification support" &&
+
+optional_depends network-manager \
+ "--with-nm" \
+ "--without-nm" \
+ "for network-manager support" &&
+
+optional_depends sqlite \
+ "--with-sqlite" \
+ "--without-sqlite" \
+ "to use SQLite for SPE address books" &&
+
+optional_depends libsecret \
+ "--with-libsecret" \
+ "--without-libsecret" \
+ "to use gnome-keyring" &&
+
+optional_depends rubrica \
+ "--with-rubrica" \
+ "--without-rubrica" \
+ "for Rubrica address book support" &&
+
+if is_depends_enabled $SPELL rubrica; then
+ depends libxml2
+fi
diff --git a/gnome2-apps/balsa/DETAILS b/gnome2-apps/balsa/DETAILS
index b9cc6ec..d008ace 100755
--- a/gnome2-apps/balsa/DETAILS
+++ b/gnome2-apps/balsa/DETAILS
@@ -1,9 +1,9 @@
SPELL=balsa
- VERSION=2.4.8
+ VERSION=2.5.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://pawsa.fedorapeople.org/balsa/$SOURCE
-
SOURCE_HASH=sha512:aea72a4831df59cf3213efdf4aa6ef9212e4e9287c4a0844848d5affc4039717cd3ea9053604b4e84712450b254b81a2cf136635f0c4fc80babb8095902a4e62
+
SOURCE_HASH=sha512:4390bf9cff10fa7370f1cd3320a7bcc105b6ad082e3bd60c13bb4ca4004077aade53016829569871208b108e9fdaa7a08e2ad1d34de0215b193140d8a78c46e2
LICENSE[0]=GPL
WEB_SITE=http://pawsa.fedorapeople.org/balsa/
ENTERED=20020509
diff --git a/gnome2-apps/balsa/HISTORY b/gnome2-apps/balsa/HISTORY
index 5f62645..5c25718 100644
--- a/gnome2-apps/balsa/HISTORY
+++ b/gnome2-apps/balsa/HISTORY
@@ -1,3 +1,11 @@
+2013-03-03 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 2.5.0
+ * CONFIGURE: added to select html renderer
+ * DEPENDS: added depends gtk+3, glib2, 2.4 gmime, webkit, gtkhtml2
+ added optional_depends gpgme, libcanberra, gtksourceview3,
gtkspell3,
+ libnotify, network-managet, sqlite, libsecret, rubrica
+ removed depends libgnomeprintui, aspell
+
2010-09-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.8




  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (8388f71eea2d7dae8122b45ccbdb9d882d58cd03), Sukneet Basuta, 03/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page