diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-12 21:15:56 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-16 21:01:18 +1100 |
commit | 11c417c210c0734f1f0d2a4433d756277df02d1a (patch) | |
tree | ef9720534f43d24757731e8e0041328a2a074cfd /skype | |
parent | 921dc1d0f54fd34dde6070b7b4b5d105d0a9352e (diff) | |
download | contrib-11c417c210c0734f1f0d2a4433d756277df02d1a.tar.gz contrib-11c417c210c0734f1f0d2a4433d756277df02d1a.tar.xz |
skype: cleanup metanames in Pkgfile
Diffstat (limited to 'skype')
-rw-r--r-- | skype/Pkgfile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/skype/Pkgfile b/skype/Pkgfile index 229682dae..205644a68 100644 --- a/skype/Pkgfile +++ b/skype/Pkgfile @@ -1,8 +1,8 @@ # Description: P2P VoIP software which supports end-to-end encryption. -# URL: http://www.skype.com/products/skype/linux/ -# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au -# Packager: sten, nick dot steeves at shaw dot ca -# Depends on: qt4 alsa-lib dbus libsigc++ +# URL: http://www.skype.com/products/skype/linux/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: sten, nick dot steeves at shaw dot ca +# Depends on: qt4 alsa-lib dbus libsigc++ name=skype version=1.4.0.118 @@ -12,11 +12,11 @@ source=(http://download.skype.com/linux/skype-$version.tar.bz2) build() { cd skype-$version install -d $PKG/usr/share/skype - install -D -m755 skype $PKG/usr/bin/skype + install -D -m 0755 skype $PKG/usr/bin/skype cp -R sounds $PKG/usr/share/skype - install -D -m644 icons/SkypeBlue_16x16.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png - install -D -m644 icons/SkypeBlue_32x32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png - install -D -m644 icons/SkypeBlue_48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png - install -D -m644 skype.desktop $PKG/usr/share/applications/skype.desktop + install -D -m 0644 icons/SkypeBlue_16x16.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png + install -D -m 0644 icons/SkypeBlue_32x32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png + install -D -m 0644 icons/SkypeBlue_48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png + install -D -m 0644 skype.desktop $PKG/usr/share/applications/skype.desktop } |