diff --git a/talimatname/genel/c/cyberfox/cyberfox.desktop b/talimatname/genel/c/cyberfox/cyberfox.desktop new file mode 100644 index 000000000..88a351dd6 --- /dev/null +++ b/talimatname/genel/c/cyberfox/cyberfox.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.2 +Type=Application +Name=Cyberfox +Exec=/opt/cyberfox/cyberfox +Icon=cyberfox-icon +Categories=Network;WebBrowser; +Comment=Cyberfox: Firefoxtan çatallanmış hızlı ve gizlilik odaklı web tarayıcı +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; +Actions=NewTab;NewWindow;NewPrivateWindow; +StartupNotify=true +Terminal=false diff --git a/talimatname/genel/c/cyberfox/talimat b/talimatname/genel/c/cyberfox/talimat new file mode 100644 index 000000000..e67e7727b --- /dev/null +++ b/talimatname/genel/c/cyberfox/talimat @@ -0,0 +1,22 @@ +# Tanım: Firefoxtan çatallanmış hızlı ve gizlilik odaklı web tarayıcı +# URL: https://8pecxstudios.com/ +# Paketçi: Cihan_Alkan +# Gerekler: gtk2 xorg-libxt dbus-glib alsa-lib hicolor-icon-theme nss +# Grup: internet + +isim=cyberfox +surum=52.5.2 +devir=1 + +kaynak=(https://sourceforge.net/projects/cyberfox/files/Zipped%20Format/Cyberfox-52.5.2.en-US.linux-x86_64.tar.bz2 + $isim.desktop) + +derle() { + + install -d "$PKG"/{usr/bin,opt} + mv "${isim}" "${PKG}/opt/${isim}" + ln -s "/opt/${pn}/${pn}" "${PKG}/usr/bin/${pn}" + install -Dm644 "${isim}.desktop" "${PKG}/usr/share/applications/${isim}.desktop" + install -Dm644 "${PKG}/opt/${isim}/browser/icons/mozicon128.png" \ + "${PKG}/usr/share/pixmaps/${isim}-icon.png" +}