[csw-devel] SF.net SVN: gar:[7834] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Jan 3 00:34:09 CET 2010


Revision: 7834
          http://gar.svn.sourceforge.net/gar/?rev=7834&view=rev
Author:   hson
Date:     2010-01-02 23:34:09 +0000 (Sat, 02 Jan 2010)

Log Message:
-----------
gtksourceview: Initial commit

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

Added: csw/mgar/pkg/gtksourceview/Makefile
===================================================================
--- csw/mgar/pkg/gtksourceview/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gtksourceview/Makefile	2010-01-02 23:34:09 UTC (rev 7834)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/gtksourceview/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/gtksourceview/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gtksourceview/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gtksourceview/trunk/Makefile	2010-01-02 23:34:09 UTC (rev 7834)
@@ -0,0 +1,59 @@
+GARNAME = gtksourceview
+GARVERSION = 2.9.3
+CATEGORIES = gnome
+
+DESCRIPTION = A text widget with features typical of a source code editor
+define BLURB
+	GtkSourceView is a text widget that extends the standard gtk+ 2.x
+	text widget GtkTextView.
+
+	It improves GtkTextView by implementing syntax highlighting and other
+	features typical of a source code editor.
+endef
+
+MASTER_SITES =  $(GNOME_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTNAME  = $(GARNAME)-$(GARVERSION)
+
+PACKAGES = CSWgtksourceview CSWgtksourceviewdev CSWgtksourceviewdoc
+CATALOGNAME_CSWgtksourceview = gtksourceview
+CATALOGNAME_CSWgtksourceviewdev = gtksourceview_devel
+CATALOGNAME_CSWgtksourceviewdoc = gtksourceview_doc
+
+SPKG_DESC_CSWgtksourceview += A text widget with features typical of a source code editor
+SPKG_DESC_CSWgtksourceviewdev += A text widget with features typical of a source code editor - developer package
+SPKG_DESC_CSWgtksourceviewdoc += A text widget with features typical of a source code editor - documentation
+
+REQUIRED_PKGS_CSWgtksourceview += CSWfconfig CSWftype2 CSWgconf2 CSWggettextrt CSWglib2
+REQUIRED_PKGS_CSWgtksourceview += CSWgtk2 CSWlibatk CSWlibcairo CSWlibxml2 CSWpango
+REQUIRED_PKGS_CSWgtksourceviewdev += CSWgtksourceview
+REQUIRED_PKGS_CSWgtksourceviewdoc += CSWgtksourceview
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+SPKG_SOURCEURL = http://live.gnome.org/GtkSourceView
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+#NO_ISAEXEC = 1
+#NOISALIST = 1
+#BUILD64 = 1
+
+PKGFILES_CSWgtksourceviewdev = $(PKGFILES_DEVEL)
+PKGFILES_CSWgtksourceviewdoc = $(sharedstatedir)/gtk-doc/.*
+
+ARCHALL_CSWgtksourceviewdoc = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# Test fails due to:
+# Xlib:  extension "Generic Event Extension" missing on display ":0.0".
+#
+#TEST_TARGET = check
+TEST_TARGET = 
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)

Added: csw/mgar/pkg/gtksourceview/trunk/checksums
===================================================================
--- csw/mgar/pkg/gtksourceview/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gtksourceview/trunk/checksums	2010-01-02 23:34:09 UTC (rev 7834)
@@ -0,0 +1 @@
+14e2a838c0a2e5e602103f6715948084  gtksourceview-2.9.3.tar.bz2


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