diff options
author | netchild <netchild@FreeBSD.org> | 2004-07-24 18:19:35 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-07-24 18:19:35 +0800 |
commit | 5d99c2770b8111a24ed1a0ea31688df88a87b45f (patch) | |
tree | 02ff72832773316f4863ff8cf03c3705d2e4809f /net/skype | |
parent | 36de1e787954813f526b1d2259bc66dda4ad811c (diff) | |
download | freebsd-ports-gnome-5d99c2770b8111a24ed1a0ea31688df88a87b45f.tar.gz freebsd-ports-gnome-5d99c2770b8111a24ed1a0ea31688df88a87b45f.tar.zst freebsd-ports-gnome-5d99c2770b8111a24ed1a0ea31688df88a87b45f.zip |
- Update to 0.90.0.14.
This version has some fixes for FreeBSD, you shouldn't need to
apply a kernel patch to use it.
- Let 'make' transform the version number for the distfile.
- It's for i386 only (needs to be revisited if the 32bit layer of amd64
gains a linux emu). [1]
- Install an icon to the correct place in the GNOME case.
This also closes a PR with a version update.
PR: 69510
Submitted by: marius [1]
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 6 | ||||
-rw-r--r-- | net/skype/distinfo | 4 | ||||
-rw-r--r-- | net/skype/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 26690bf93e57..c84bb62fe4a3 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -6,10 +6,10 @@ # PORTNAME= skype -PORTVERSION= 0.90.0.4 +PORTVERSION= 0.90.0.14 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_ver-0_90_0_4-staticQT +DISTNAME= skype_ver-${PORTVERSION:C/\./_/g}-staticQT MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software @@ -22,6 +22,7 @@ RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ USE_BZIP2= yes USE_X_PREFIX= yes WANT_GNOME= yes +ONLY_FOR_ARCHS= i386 RESTRICTED= Redistribution not allowed yet. @@ -40,6 +41,7 @@ do-install: ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/ .if ${HAVE_GNOME:Mgnomehier} != "" ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/ + ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/gnome/pixmaps/skype.png .endif ${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ diff --git a/net/skype/distinfo b/net/skype/distinfo index d839dfa2c64f..a6a016a080f1 100644 --- a/net/skype/distinfo +++ b/net/skype/distinfo @@ -1,2 +1,2 @@ -MD5 (skype_ver-0_90_0_4-staticQT.tar.bz2) = 2343cc3ae7b73325134cc51482dd83d6 -SIZE (skype_ver-0_90_0_4-staticQT.tar.bz2) = 5693856 +MD5 (skype_ver-0_90_0_14-staticQT.tar.bz2) = a0e297fa503d57ef6117768101d2ccb6 +SIZE (skype_ver-0_90_0_14-staticQT.tar.bz2) = 5768600 diff --git a/net/skype/pkg-plist b/net/skype/pkg-plist index 7bd1e612fdd4..9fabd9e190d3 100644 --- a/net/skype/pkg-plist +++ b/net/skype/pkg-plist @@ -8,3 +8,4 @@ bin/skype %%DATADIR%%/LICENSE @dirrm %%DATADIR%% %%GNOME%%share/gnome/applications/skype.desktop +%%GNOME%%share/gnome/pixmaps/skype.png |