pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/skype Update to 1.0.0.20:
details: https://anonhg.NetBSD.org/pkgsrc/rev/243fe2cf583a
branches: trunk
changeset: 492311:243fe2cf583a
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Apr 09 19:53:09 2005 +0000
description:
Update to 1.0.0.20:
18.03.2005 Skype for Linux version 1.0.0.20
* feature: SkypeIn
* feature: voicemail sending and receiving
* feature: contact grouping
* feature: Central Contact List
* feature: drag and drop between contact groups
* change: chat window doesn't steal focus
* change: contact list (x/y) indicators
* bugfix: calling to too long SkypeOut numbers crash
* bugfix: start tab texts messed up with nondefault font size
* bugfix: showing/hiding offline contacts
* bugfix: adding/removing SkypeOut contacts
* bugfix: startconference, addtochat windows are modal
* bugfix: Skype crashes, if there is incoming conference call
* bugfix: callhistory bugs, show calls which are redirected to voicemail,
dont show missed calls under incoming calls. after delete update
the filter
* bugfix: Missing title bar, if you call to emergency number
* bugfix: problem with user counter on start tab
* bugfix: don't show already deleted voicemails on start tab
* bugfix: sometimes System Tray icon blinks without any reason
* bugfix: does not ignore incoming call
* known issue: Start tab does not yet show SkypeIn and Voicemail service
status. You can check current service status on My Account page
14.02.2005 Skype for Linux version 1.0.0.7
* change: Call tab no longer closes if remote does not accept call because of
won't close, if you have privacy problems
* change: prank call prevention suggestion
* change: new Options layout
* change: addressbar behaviour should depend on General option (start chat /
start call)
* bugfix: limit field lengths in profile editor
* bugfix: voicemail sending crashfixes
* bugfix: icon fix when adding a blocked contact to contact list
* bugfix: Hold button on toolbar should be disabled until call is picked up.
* bugfix: crash when context menu remains open in call
* bugfix: call holding and resuming - context menu and toolbar button sync
* bugfix: "hang up call" sound works
* bugfix: crash when context menu remains open in call
* bugfix: e-mail and full name locations changed in profile editor
* bugfix: search results order fix when doing several searches after one
another
* bugfix: "away" and "not available" should allow 3 digits
* bugfix: search someone who is already in Contact list - can't add twice
* bugfix: tab order in advanced search form
* bugfix: icons have names for non-taskbar window managers
* bugfix: tray alert does not blink any more when there are no missed
events/chats
diffstat:
net/skype/Makefile | 17 +++++++++++++----
net/skype/PLIST | 11 ++++++-----
net/skype/distinfo | 8 ++++----
3 files changed, 23 insertions(+), 13 deletions(-)
diffs (89 lines):
diff -r afbc75f36b35 -r 243fe2cf583a net/skype/Makefile
--- a/net/skype/Makefile Sat Apr 09 19:43:21 2005 +0000
+++ b/net/skype/Makefile Sat Apr 09 19:53:09 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/04/09 19:38:31 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/09 19:53:09 jmmv Exp $
#
-DISTNAME= skype_staticQT-1.0.0.1
+DISTNAME= skype_staticQT-1.0.0.20
PKGNAME= ${DISTNAME:S/_staticQT//}
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
@@ -27,6 +27,7 @@
NO_CONFIGURE= yes
CHECK_SHLIBS= no
+USE_DIRS+= xdg-1.1
RESTRICTED= "Redistribution not allowed yet."
NO_SRC_ON_CDROM= ${RESTRICTED}
@@ -35,14 +36,22 @@
LICENSE= skype-license
DATADIR= ${PREFIX}/share/skype
+DOCDIR= ${PREFIX}/share/doc/skype
+
+INSTALLATION_DIRS= bin
do-build:
@${ECHO} "#!${SH}" > ${WRKSRC}/skype.sh
@${ECHO} 'cd ${DATADIR} && exec ./skype $$@' >> ${WRKSRC}/skype.sh
do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/skype.sh ${PREFIX}/bin/skype
+ ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications
${INSTALL_DATA_DIR} ${DATADIR}
- cd ${WRKSRC} && ${PAX} -rwppm . ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/skype.sh ${PREFIX}/bin/skype
+ ${INSTALL_PROGRAM} ${WRKSRC}/skype ${DATADIR}
+ cd ${WRKSRC} && ${PAX} -rwppm icons lang sound ${DATADIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
.include "../../mk/bsd.pkg.mk"
diff -r afbc75f36b35 -r 243fe2cf583a net/skype/PLIST
--- a/net/skype/PLIST Sat Apr 09 19:43:21 2005 +0000
+++ b/net/skype/PLIST Sat Apr 09 19:53:09 2005 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/23 20:49:32 rh Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/04/09 19:53:09 jmmv Exp $
bin/skype
-share/skype/LICENSE
-share/skype/README
+share/applications/skype.desktop
+share/doc/skype/LICENSE
+share/doc/skype/README
share/skype/icons/skype_16_32.png
share/skype/icons/skype_32_32.png
share/skype/icons/skype_48_32.png
@@ -28,8 +29,6 @@
share/skype/lang/skype_zh_CN.qm
share/skype/lang/skype_zh_TW.qm
share/skype/skype
-share/skype/skype.desktop
-share/skype/skype.desktop.old
share/skype/sound/busy4.wav
share/skype/sound/call_in.wav
share/skype/sound/call_out.wav
@@ -39,3 +38,5 @@
@dirrm share/skype/lang
@dirrm share/skype/icons
@dirrm share/skype
+@dirrm share/doc/skype
+@comment in xdg-dirs: @dirrm share/applications
diff -r afbc75f36b35 -r 243fe2cf583a net/skype/distinfo
--- a/net/skype/distinfo Sat Apr 09 19:43:21 2005 +0000
+++ b/net/skype/distinfo Sat Apr 09 19:53:09 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:14:04 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/04/09 19:53:09 jmmv Exp $
-SHA1 (skype_staticQT-1.0.0.1.tar.bz2) = f01805be1f2cd2a3cbbef93273403faed0bb871d
-RMD160 (skype_staticQT-1.0.0.1.tar.bz2) = 5c7b7990faa9b60bf1d784e4610596da3c0810d8
-Size (skype_staticQT-1.0.0.1.tar.bz2) = 8228034 bytes
+SHA1 (skype_staticQT-1.0.0.20.tar.bz2) = d4a4c0fee98188ce346d13d00a1a6bfe104d3346
+RMD160 (skype_staticQT-1.0.0.20.tar.bz2) = de5ce555e469f8939f65398225eaf600d81d3101
+Size (skype_staticQT-1.0.0.20.tar.bz2) = 8689836 bytes
Home |
Main Index |
Thread Index |
Old Index