From cacc0b6839f7894f51adfd119bf19846fa8bdb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Tue, 12 Jun 2012 21:08:14 +0200 Subject: Rename 'swift' binary to 'swift-im' on Linux. diff --git a/Swift/Packaging/Debian/debian/swift-im.1 b/Swift/Packaging/Debian/debian/swift-im.1 new file mode 100644 index 0000000..b7262bf --- /dev/null +++ b/Swift/Packaging/Debian/debian/swift-im.1 @@ -0,0 +1,33 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. +.TH SWIFT "1" "June 2011" "Swift" "Swift Manual" +.SH NAME +swift-im \- Swift +.SH SYNOPSIS +.B swift-im +[\fIOPTIONS\fR]... +.SH DESCRIPTION +Swift is an instant messaging client for the XMPP network. +.SH OPTIONS +.TP +\fB\-\-debug\fR +Turn on debug logging +.TP +\fB\-\-help\fR +Show this help message +.TP +\fB\-\-version\fR +Show version information +.TP +\fB\-\-netbook\-mode\fR +Use netbook mode display (unsupported) +.TP +\fB\-\-no\-tabs\fR +Don't manage chat windows in tabs (unsupported) +.TP +\fB\-\-latency\-debug\fR +Use latency debugging (unsupported) +.HP +\fB\-\-multi\-account\fR arg (=1) Number of accounts to open windows for (unsupported) +.TP +\fB\-\-start\-minimized\fR +Don't show the login/roster window at startup diff --git a/Swift/Packaging/Debian/debian/swift-im.install b/Swift/Packaging/Debian/debian/swift-im.install index 3144192..9e09ac7 100644 --- a/Swift/Packaging/Debian/debian/swift-im.install +++ b/Swift/Packaging/Debian/debian/swift-im.install @@ -1,2 +1,2 @@ -usr/bin/swift +usr/bin/swift-im usr/share diff --git a/Swift/Packaging/Debian/debian/swift-im.manpages b/Swift/Packaging/Debian/debian/swift-im.manpages index f3fb91e..287f11f 100644 --- a/Swift/Packaging/Debian/debian/swift-im.manpages +++ b/Swift/Packaging/Debian/debian/swift-im.manpages @@ -1 +1 @@ -debian/swift.1 +debian/swift-im.1 diff --git a/Swift/Packaging/Debian/debian/swift.1 b/Swift/Packaging/Debian/debian/swift.1 deleted file mode 100644 index 6626b40..0000000 --- a/Swift/Packaging/Debian/debian/swift.1 +++ /dev/null @@ -1,33 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. -.TH SWIFT "1" "June 2011" "Swift" "Swift Manual" -.SH NAME -Swift \- swift -.SH SYNOPSIS -.B swift -[\fIOPTIONS\fR]... -.SH DESCRIPTION -Swift is an instant messaging client for the XMPP network. -.SH OPTIONS -.TP -\fB\-\-debug\fR -Turn on debug logging -.TP -\fB\-\-help\fR -Show this help message -.TP -\fB\-\-version\fR -Show version information -.TP -\fB\-\-netbook\-mode\fR -Use netbook mode display (unsupported) -.TP -\fB\-\-no\-tabs\fR -Don't manage chat windows in tabs (unsupported) -.TP -\fB\-\-latency\-debug\fR -Use latency debugging (unsupported) -.HP -\fB\-\-multi\-account\fR arg (=1) Number of accounts to open windows for (unsupported) -.TP -\fB\-\-start\-minimized\fR -Don't show the login/roster window at startup diff --git a/Swift/Packaging/Debian/debian/swift.menu b/Swift/Packaging/Debian/debian/swift.menu index f9c2f26..68b621d 100644 --- a/Swift/Packaging/Debian/debian/swift.menu +++ b/Swift/Packaging/Debian/debian/swift.menu @@ -1,3 +1,3 @@ -?package(swift):needs="X11" section="Applications/Network/Communication"\ - title="Swift IM" command="/usr/bin/swift"\ +?package(swift-im):needs="X11" section="Applications/Network/Communication"\ + title="Swift IM" command="/usr/bin/swift-im"\ icon="/usr/share/pixmaps/swift.xpm" diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh index 1edc4a0..76aee6f 100755 --- a/Swift/Packaging/Debian/package.sh +++ b/Swift/Packaging/Debian/package.sh @@ -86,7 +86,7 @@ fi cat $DIRNAME/debian/control.in | sed -e "s/%SWIFTEN_SOVERSION%/$SWIFTEN_SOVERSION/g" | sed -e "s/%WEBKIT_DEPENDENCY%/$WEBKIT_DEPENDENCY/g" > $DIRNAME/debian/control rm $DIRNAME/debian/control.in mv $DIRNAME/debian/libswiften.install $DIRNAME/debian/libswiften$SWIFTEN_SOVERSION.install -cat ../../../COPYING | awk '/--- END OF OpenSSL/,EOF' | tail -n +3 >> $DIRNAME/debian/copyright +cat ../../../COPYING.thirdparty | tail -n +3 >> $DIRNAME/debian/copyright # Build cd $DIRNAME diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 39f7464..ef05a12 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -182,7 +182,7 @@ if env["PLATFORM"] == "darwin" : if env["PLATFORM"] == "darwin" or env["PLATFORM"] == "win32" : swiftProgram = myenv.Program("Swift", sources) else : - swiftProgram = myenv.Program("swift", sources) + swiftProgram = myenv.Program("swift-im", sources) if env["PLATFORM"] != "darwin" and env["PLATFORM"] != "win32" : openURIProgram = myenv.Program("swift-open-uri", "swift-open-uri.cpp") -- cgit v0.10.2-6-g49f6