Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=975232bca48f515b2945fb531f07d818f30fb746
commit 975232bca48f515b2945fb531f07d818f30fb746 Author: Priyank <[EMAIL PROTECTED]> Date: Wed Sep 12 00:00:09 2007 +0530 gnetconfig: Added gnetconfig.desktop for KDE * updated NEWS again. * updated version in README. diff --git a/gnetconfig/Makefile.am b/gnetconfig/Makefile.am index 7a7009c..3a55316 100644 --- a/gnetconfig/Makefile.am +++ b/gnetconfig/Makefile.am @@ -10,6 +10,9 @@ icon_DATA = data/gnetconfig.png data/network-up.png data/network-down.png \ desktopdir = $(datadir)/applications desktop_DATA = data/gnetconfig.desktop +desktopkdir = $(datadir)/applications/kde +desktopk_DATA = data/gnetconfig-kde.desktop + EXTRA_DIST = $(share_DATA) \ $(icon_DATA) diff --git a/gnetconfig/NEWS b/gnetconfig/NEWS index 2a2c834..a827b20 100644 --- a/gnetconfig/NEWS +++ b/gnetconfig/NEWS @@ -3,6 +3,7 @@ VERSION DESCRIPTION 0.1.2 - New translation : Danish (dk) - BUGFIX: Fixed a bug where the last active profile was not automatically highlighted in the profile list. + - Added gnetconfig.desktop for KDE 0.1.1 - Many small bugfixes - New default icons - Added gnetconfig.desktop for GNOME/XFCE diff --git a/gnetconfig/README b/gnetconfig/README index e50b599..6224424 100644 --- a/gnetconfig/README +++ b/gnetconfig/README @@ -1,4 +1,4 @@ -Gnetconfig 0.1.1 +Gnetconfig 0.1.2 Gnetconfig is a graphical network configuration tool for Frugalware Linux. Gnetconfig uses the libfwnetconfig library to perform network _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
