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

harpchad at users.sourceforge.net harpchad at users.sourceforge.net
Tue Feb 3 19:38:24 CET 2009


Revision: 2974
          http://gar.svn.sourceforge.net/gar/?rev=2974&view=rev
Author:   harpchad
Date:     2009-02-03 18:38:22 +0000 (Tue, 03 Feb 2009)

Log Message:
-----------
pidginotr: initial commit

Added Paths:
-----------
    csw/mgar/pkg/pidginotr/
    csw/mgar/pkg/pidginotr/branches/
    csw/mgar/pkg/pidginotr/tags/
    csw/mgar/pkg/pidginotr/trunk/
    csw/mgar/pkg/pidginotr/trunk/Makefile
    csw/mgar/pkg/pidginotr/trunk/checksums
    csw/mgar/pkg/pidginotr/trunk/files/
    csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec
    csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch


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


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


Added: csw/mgar/pkg/pidginotr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidginotr/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pidginotr/trunk/Makefile	2009-02-03 18:38:22 UTC (rev 2974)
@@ -0,0 +1,32 @@
+GARNAME = pidgin-otr
+GARVERSION = 3.2.0
+CATEGORIES = apps
+
+DESCRIPTION = Off-The-Record Messaging plugin for pidgin
+define BLURB
+  Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging.
+endef
+
+MASTER_SITES = http://www.cypherpunks.ca/otr/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWpidginotr,)
+PATCHFILES = otr_priority.patch
+
+TEST_TARGET = check
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+# pidgin-otr requires gnu gettex but doesn't do a good job of locating it
+INTLTOOL_XGETTEXT = /opt/csw/bin/gxgettext
+XGETTEXT = $(INTLTOOL_XGETTEXT)
+INTLTOOL_MSGFMT = /opt/csw/bin/gmsgfmt
+MSGFMT = $(INTLTOOL_MSGFMT)
+INTLTOOL_MSGMERGE = /opt/csw/bin/gmsgmerge
+EXTRA_CONFIGURE_EXPORTS = INTLTOOL_XGETTEXT XGETTEXT INTLTOOL_MSGFMT MSGFMT INTLTOOL_MSGMERGE
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+REQUIRED_PKGS_CSWpidginotr = CSWgcrypt CSWgpgerr CSWpidgin CSWotr
+
+include gar/category.mk

Added: csw/mgar/pkg/pidginotr/trunk/checksums
===================================================================
--- csw/mgar/pkg/pidginotr/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pidginotr/trunk/checksums	2009-02-03 18:38:22 UTC (rev 2974)
@@ -0,0 +1,3 @@
+c92dc0c28bd0a6115506d55ae26515f9  download/CSWpidginotr.gspec
+37569ac8bf1a824128581dca70afd2ea  download/otr_priority.patch
+8af70b654b7d7c5a5b7785699ff562f9  download/pidgin-otr-3.2.0.tar.gz

Added: csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec
===================================================================
--- csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec	                        (rev 0)
+++ csw/mgar/pkg/pidginotr/trunk/files/CSWpidginotr.gspec	2009-02-03 18:38:22 UTC (rev 2974)
@@ -0,0 +1,4 @@
+%var            bitname pidginotr
+%var            pkgname CSWpidginort
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYING

Added: csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch
===================================================================
--- csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch	                        (rev 0)
+++ csw/mgar/pkg/pidginotr/trunk/files/otr_priority.patch	2009-02-03 18:38:22 UTC (rev 2974)
@@ -0,0 +1,13 @@
+--- pidgin-otr-3.2.0/otr-plugin.c.old	2009-01-31 21:50:40.000000000 +0100
++++ pidgin-otr-3.2.0/otr-plugin.c	2009-01-31 21:41:05.000000000 +0100
+@@ -843,8 +843,8 @@
+ 
+     purple_signal_connect(core_handle, "quitting", otrg_plugin_handle,
+ 	    PURPLE_CALLBACK(process_quitting), NULL);
+-    purple_signal_connect(conv_handle, "sending-im-msg", otrg_plugin_handle,
+-            PURPLE_CALLBACK(process_sending_im), NULL);
++    purple_signal_connect_priority(conv_handle, "sending-im-msg", otrg_plugin_handle,
++            PURPLE_CALLBACK(process_sending_im), NULL, PURPLE_SIGNAL_PRIORITY_HIGHEST);
+     purple_signal_connect(conv_handle, "receiving-im-msg", otrg_plugin_handle,
+             PURPLE_CALLBACK(process_receiving_im), NULL);
+     purple_signal_connect(conv_handle, "conversation-updated",


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