summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-02-23 00:15:53 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-02-23 00:15:53 +0000
commit0b112addcf6156b1bdaa892a3ecc2cb957558f2a (patch)
treebc0dcb959b8559a14ad0134f2a28c22934b69b1e /net-misc/tsclient
parentAdded -fPIC to CFLAGS on hppa. It's needed by apps linking to some perl libs. (diff)
downloadgentoo-2-0b112addcf6156b1bdaa892a3ecc2cb957558f2a.tar.gz
gentoo-2-0b112addcf6156b1bdaa892a3ecc2cb957558f2a.tar.bz2
gentoo-2-0b112addcf6156b1bdaa892a3ecc2cb957558f2a.zip
Fixes to .desktop menu location
Diffstat (limited to 'net-misc/tsclient')
-rw-r--r--net-misc/tsclient/files/tsclient.desktop2
-rw-r--r--net-misc/tsclient/tsclient-0.86.ebuild4
-rw-r--r--net-misc/tsclient/tsclient-0.91.ebuild4
3 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/tsclient/files/tsclient.desktop b/net-misc/tsclient/files/tsclient.desktop
index cbd9cbd06573..5df1a20abbec 100644
--- a/net-misc/tsclient/files/tsclient.desktop
+++ b/net-misc/tsclient/files/tsclient.desktop
@@ -1,4 +1,5 @@
[Desktop Entry]
+Encoding=UTF-8
Name=Terminal Server Client
Comment=Frontend for rdesktop
TryExec=tsclient
@@ -6,3 +7,4 @@ Exec=tsclient
Icon=/usr/share/pixmaps/tsclient/tsclient.png
Terminal=0
Type=Application
+Categories=Application;Network;
diff --git a/net-misc/tsclient/tsclient-0.86.ebuild b/net-misc/tsclient/tsclient-0.86.ebuild
index 37a90a440876..2158c348aa26 100644
--- a/net-misc/tsclient/tsclient-0.86.ebuild
+++ b/net-misc/tsclient/tsclient-0.86.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.86.ebuild,v 1.5 2003/02/22 08:27:51 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.86.ebuild,v 1.6 2003/02/23 00:15:53 liquidx Exp $
DESCRIPTION="Gtk2 frontend for rdesktop"
HOMEPAGE="http://www.gnomepro.com/tsclient"
@@ -28,7 +28,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install
- insinto /usr/share/gnome/apps/Internet
+ insinto /usr/share/applications
doins ${FILESDIR}/tsclient.desktop
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
}
diff --git a/net-misc/tsclient/tsclient-0.91.ebuild b/net-misc/tsclient/tsclient-0.91.ebuild
index b86e72eb5097..c9450c19fb3d 100644
--- a/net-misc/tsclient/tsclient-0.91.ebuild
+++ b/net-misc/tsclient/tsclient-0.91.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.91.ebuild,v 1.3 2003/02/22 08:27:51 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tsclient/tsclient-0.91.ebuild,v 1.4 2003/02/23 00:15:53 liquidx Exp $
DESCRIPTION="Gtk2 frontend for rdesktop"
HOMEPAGE="http://www.gnomepro.com/tsclient"
@@ -28,7 +28,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install
- insinto /usr/share/gnome/apps/Internet
+ insinto /usr/share/applications
doins ${FILESDIR}/tsclient.desktop
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
}