SF.net SVN: gar:[22477] csw/mgar/pkg

guengel at users.sourceforge.net guengel at users.sourceforge.net
Tue Nov 12 19:22:19 CET 2013


Revision: 22477
          http://gar.svn.sourceforge.net/gar/?rev=22477&view=rev
Author:   guengel
Date:     2013-11-12 18:22:19 +0000 (Tue, 12 Nov 2013)
Log Message:
-----------
gtkspell/trunk: GAR'ized gtkspell.

Added Paths:
-----------
    csw/mgar/pkg/gtkspell/
    csw/mgar/pkg/gtkspell/branches/
    csw/mgar/pkg/gtkspell/tags/
    csw/mgar/pkg/gtkspell/trunk/
    csw/mgar/pkg/gtkspell/trunk/Makefile
    csw/mgar/pkg/gtkspell/trunk/checksums
    csw/mgar/pkg/gtkspell/trunk/files/


Property changes on: csw/mgar/pkg/gtkspell/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/gtkspell/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gtkspell/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gtkspell/trunk/Makefile	2013-11-12 18:22:19 UTC (rev 22477)
@@ -0,0 +1,67 @@
+# $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gtkspell
+VERSION = 2.0.16
+GARTYPE = v2
+GARCOMPILER = SOS12U3
+
+DESCRIPTION = Spell checking for GtkTextView
+define BLURB
+  GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(DISTNAME).tar.gz
+
+PACKAGES  = CSWlibgtkspell0
+OBSOLETED_BY_CSWlibgtkspell0 += CSWgtkspell
+CATALOGNAME_CSWgtkspell = gtkspell_stub
+SPKG_DESC_CSWlibgtkspell0 = $(DESCRIPTION), libgtkspell.so.0
+PKGFILES_CSWlibgtkspell0 = $(call pkgfiles_lib,libgtkspell.so.0)
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibgobject2-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibglib2-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibenchant1
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibgtk-x11-2-0-0
+# Dependencies due to `ld -z ignore` issue on sparc, remove once resolved
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibpango1-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibpangoft2-1-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibgmodule2-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibgdk-x11-2-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibgdk-pixbuf2-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibatk1-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibfreetype6
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibgio2-0-0
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibfontconfig1
+RUNTIME_DEP_PKGS_CSWlibgtkspell0 += CSWlibpangocairo1-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibfontconfig1
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibgmodule2-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibpangoft2-1-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibcairo2
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibpangocairo1-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibgio2-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibgdk-x11-2-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibatk1-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibfreetype6
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibgdk-pixbuf2-0-0
+CHECKPKG_OVERRIDES_CSWlibgtkspell0 += surplus-dependency|CSWlibpango1-0-0
+
+PACKAGES += CSWlibgtkspell-dev
+SPKG_DESC_CSWlibgtkspell-dev = $(DESCRIPTION), development files
+PKGFILES_CSWlibgtkspell-dev = $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWlibgtkspell-dev += CSWlibgtkspell0
+
+PACKAGES += CSWgtkspell-doc
+ARCHALL_CSWgtkspell-doc = 1
+SPKG_DESC_CSWgtkspell-doc = $(DESCRIPTION), documentation
+PKGFILES_CSWgtkspell-doc = $(sharedstatedir)/gtk-doc.*
+
+BUILD64 = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)

Added: csw/mgar/pkg/gtkspell/trunk/checksums
===================================================================
--- csw/mgar/pkg/gtkspell/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gtkspell/trunk/checksums	2013-11-12 18:22:19 UTC (rev 22477)
@@ -0,0 +1 @@
+f75dcc9338f182c571b321d37c606a94  gtkspell-2.0.16.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list