diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Desktop/Kppp.kdelnk | 32 | ||||
-rw-r--r-- | Makefile | 2 |
3 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..b96b29e --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +1999-12-28 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * : first import. + diff --git a/Desktop/Kppp.kdelnk b/Desktop/Kppp.kdelnk new file mode 100644 index 0000000..7fcb4f0 --- /dev/null +++ b/Desktop/Kppp.kdelnk @@ -0,0 +1,32 @@ +# KDE Config File +[KDE Desktop Entry] +Name=Internet connection +Name[bg]=Èíòåðíåò Âðúçêà +Name[ca]=Connexió a Internet +Name[da]=Internet forbindelse +Name[es]=Conexión a Internet +Name[et]=Internetiühendus +Name[fr]=Connexion à l'Internet +Name[gl]=Conexión a Internet +Name[hr]=Veza s InterNetom +Name[hu]=Internet kapcsolat +Name[id]=Koneksi Internet +Name[it]=Connessione a Internet +Name[nl]=Internet verbinding +Name[no]=Oppkobling Internett +Name[ro]=Conectare la Internet +Name[ru]=Internet-ÓÏÅÄÉÎÅÎÉÅ +Name[uk]=ú'¤ÄÎÁÎÎÑ Ú ¦ÎÔÅÒÎÅÔÏÍ +Name[wa]=Raloyaedje al rantoele daegnrece +SwallowTitle= +SwallowExec= +Comment= +BinaryPattern=kppp +Name=Kppp +MimeType=application/x-rpm; +Exec=/usr/bin/kppp +Icon=kppp.xpm +TerminalOptions= +Path= +Type=Application +Terminal=0 @@ -26,4 +26,4 @@ rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM) cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ -rpm -ba --clean --rmsource $(NAME).spec - rm -f ../$(NAME)-$(VERSION).tar.bz2
\ No newline at end of file + rm -f ../$(NAME)-$(VERSION).tar.bz2 |