[REPO] stjerm-terminal-emulator

Old stuff that should not bother anyone anymore
Locked
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

[REPO] stjerm-terminal-emulator

Post by stillborn »

Stjerm is a GTK+-based drop-down terminal emulator similar to the consoles used in PC games such as Quake and Half-Life 2. Stjerm sets itself apart from similar programs by providing a minimalistic interface combined with a small file size, lightweight memory usage and easy integration with composite window managers such as Compiz.

http://code.google.com/p/stjerm-terminal-emulator/

http://personal.inet.fi/cool/stillborn/ ... 86-1mm.txz
http://personal.inet.fi/cool/stillborn/ ... 86-1mm.md5
http://personal.inet.fi/cool/stillborn/ ... 86-1mm.dep
http://personal.inet.fi/cool/stillborn/ ... -stjerm.sh
http://personal.inet.fi/cool/stillborn/ ... 86-1mm.log
http://personal.inet.fi/cool/stillborn/ ... 13.tar.bz2
FIN
User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: stjerm-terminal-emulator

Post by gapan »

Don't add tabs if you're doing cat << EOF > file, or the tabs end up in your .desktop file. It's not your fault, it's a problem with slkbuild (which can't be fixed). So the desktop file creation should be like this:

Code: Select all

        cat << EOF > $startdir/pkg/usr/share/applications/$pkgname.desktop
[Desktop Entry]
Name=Stjerm
Comment=Use the command line in a Quake like terminal
Exec=stjerm -o 80 -k F12
Icon=utilities-terminal
Categories=Application;Utility;TerminalEmulator;
Terminal=false
Type=Application
Encoding=UTF-8
EOF
I usually have a separate .desktop file that I put in the source() array and then just copy inside the SLKBUILD.
Image
Image
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

Re: stjerm-terminal-emulator

Post by stillborn »

gapan wrote:Don't add tabs if you're doing cat << EOF > file, or the tabs end up in your .desktop file. It's not your fault, it's a problem with slkbuild (which can't be fixed). So the desktop file creation should be like this:

Code: Select all

        cat << EOF > $startdir/pkg/usr/share/applications/$pkgname.desktop
[Desktop Entry]
Name=Stjerm
Comment=Use the command line in a Quake like terminal
Exec=stjerm -o 80 -k F12
Icon=utilities-terminal
Categories=Application;Utility;TerminalEmulator;
Terminal=false
Type=Application
Encoding=UTF-8
EOF
I usually have a separate .desktop file that I put in the source() array and then just copy inside the SLKBUILD.
Tabs removed. :)
FIN
User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: [REPO] stjerm-terminal-emulator

Post by gapan »

Package has entered the repo. ;)
Image
Image
Locked