diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-28 09:59:54 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-28 09:59:54 +0000 |
commit | 631ac43e37647b4ef600b97c93cf957ba7e330e6 (patch) | |
tree | 2265a752a1889d533250997e6ba385706a9cc6df | |
parent | 3be5b10b0310ba35d64a06aeb889e7a783b4aab1 (diff) | |
download | rootfiles-631ac43e37647b4ef600b97c93cf957ba7e330e6.tar rootfiles-631ac43e37647b4ef600b97c93cf957ba7e330e6.tar.gz rootfiles-631ac43e37647b4ef600b97c93cf957ba7e330e6.tar.bz2 rootfiles-631ac43e37647b4ef600b97c93cf957ba7e330e6.tar.xz rootfiles-631ac43e37647b4ef600b97c93cf957ba7e330e6.zip |
"Seethechangelog"
-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 |