This commit is contained in:
milisbir 2018-01-18 16:14:27 +02:00
parent 7c9f4a05f1
commit 5c5ae8d8ec
2 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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"
}