gedit

https://gedit-text-editor.org

https://gitlab.gnome.org/World/gedit

https://download.gnome.org/sources/gedit/

Spiegel

http://paketspiegel.de/gedit-46.1.tar.xz onnlein
SlackBuilds 15.0

SlackBuild

gedit tepl libgedit‑gtksourceview
gedit tepl libgedit‑amtk
gedit tepl
gedit libpeas
gedit gspell
gedit

Installieren

ls /var/log/packages/ | grep gedit-46.1-x86_64-1_SBo if [ $? -eq 1 ] then wget http://sbopkg.paketspiegel.de/15.0/gedit-46.1-x86_64-1_SBo.tgz installpkg gedit-46.1-x86_64-1_SBo.tgz fi

Bauen

ls /var/log/packages/ | grep gedit-46.1-x86_64-1_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/development/gedit.tar.gz tar -x -f gedit.tar.gz cd gedit wget https://paketspiegel.de/gedit-46.1.tar.xz ./gedit.SlackBuild installpkg /tmp/gedit-46.1-x86_64-1_SBo.tgz cd .. pwd fi