[Pkg-cli-apps-commits] [SCM] smuxi branch, master, updated. debian/0.8-8-9-g7373915
Mirco Bauer
meebey at meebey.net
Tue Jan 3 08:28:29 UTC 2012
The following commit has been merged in the master branch:
commit b992bc28d79e2a11b42ec65619ad0446368a9261
Author: Mirco Bauer <meebey at meebey.net>
Date: Tue Jan 3 09:17:14 2012 +0100
Enabled and added XMPP engine package
diff --git a/debian/control b/debian/control
index 47a7bda..56c78bb 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,8 @@ Architecture: all
Suggests: smuxi-server
Depends: ${misc:Depends},
smuxi-frontend-gnome-irc (= ${source:Version}),
- smuxi-engine-twitter (= ${source:Version})
+ smuxi-engine-twitter (= ${source:Version}),
+ smuxi-engine-xmpp (= ${source:Version})
Description: graphical IRC client
Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
client for sophisticated users, targeting the GNOME desktop.
@@ -56,7 +57,8 @@ Package: smuxi-engine
Architecture: all
Replaces: smuxi (<< 0.5.25)
Recommends: smuxi-engine-irc,
- smuxi-engine-twitter
+ smuxi-engine-twitter,
+ smuxi-engine-xmpp
Depends: ${shlibs:Depends},
${misc:Depends},
${cli:Depends}
@@ -124,6 +126,29 @@ Description: Twitter engine for Smuxi
to receive and post tweets to the Twitter microblogging service. It
supports the friends timeline, replies view, and direct messages.
+Package: smuxi-engine-xmpp
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${cli:Depends},
+ smuxi-engine (= ${source:Version})
+Description: XMPP / Jabber / GTalk / Facebook Chat engine for Smuxi
+ Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
+ client for sophisticated users, targeting the GNOME desktop.
+ .
+ Smuxi is based on the client-server model: The core application (engine) can
+ be placed onto a server which is connected to the Internet around-the-clock;
+ one or more frontends then connect to the core. This way, the connection to
+ IRC can be kept up even when all frontends have been closed. The combination
+ of screen and irssi served as example for this architecture.
+ .
+ Smuxi also supports the regular single application mode. This behaves like a
+ typical IRC client; it doesn't need separate core management and utilizes a
+ local engine that is used by the local frontend client.
+ .
+ This package contains the XMPP engine for Smuxi. This plugin allows you
+ to receive and send messages on XMPP, Jabber, GTalk and the Facebook chat.
+
Package: smuxi-server
Architecture: all
Replaces: smuxi (<< 0.5.25)
diff --git a/debian/rules b/debian/rules
index 232a46e..c600360 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ include /usr/share/cli-common/cli.make
override_dh_auto_configure:
dh_auto_configure -- \
--enable-engine-irc \
+ --enable-engine-xmpp \
--enable-frontend-gnome \
--enable-frontend-stfl \
--with-notify \
diff --git a/debian/smuxi-engine-xmpp.install b/debian/smuxi-engine-xmpp.install
new file mode 100644
index 0000000..0dddc56
--- /dev/null
+++ b/debian/smuxi-engine-xmpp.install
@@ -0,0 +1,2 @@
+usr/lib/smuxi/smuxi-engine-xmpp.dll*
+usr/lib/smuxi/jabber-net.dll*
--
smuxi
More information about the Pkg-cli-apps-commits
mailing list