Package Details: cool-retro-term-git 1.2.0.r3.gf157648-1

Git Clone URL: https://aur.archlinux.org/cool-retro-term-git.git (read-only, click to copy)
Package Base: cool-retro-term-git
Description: A good looking terminal emulator which mimics the old cathode display - git version
Upstream URL: https://github.com/Swordfish90/cool-retro-term
Keywords: retro terminal
Licenses: GPL3
Conflicts: cool-retro-term
Provides: cool-retro-term
Submitter: Scimmia
Maintainer: None
Last Packager: FredBezies
Votes: 68
Popularity: 0.000072
First Submitted: 2014-09-05 06:06 (UTC)
Last Updated: 2022-04-13 09:15 (UTC)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

madko commented on 2014-08-04 14:23 (UTC)

behind proxy, you have to edit PKGBUILD and change source=("$pkgname::git://github.com/Swordifish90/cool-old-term.git") to source=("$pkgname::git+https://github.com/Swordifish90/cool-old-term.git")

goakley commented on 2014-08-04 05:42 (UTC)

@Scimmia has his changes in the PKGBUILD now, as they are much cleaner and more effective.

Scimmia commented on 2014-08-04 03:02 (UTC)

@maandree, then you also have to get rid of the brace expansion and write out the entire path of both arguments. Cleaner to just use bash, and it has to be installed for pacman anyway.

maandree commented on 2014-08-04 02:52 (UTC)

Optimisation suggestion: Replace #!/bin/bash\nqmlscene with #!/bin/sh\nexec qmlscene

willemw commented on 2014-07-31 17:12 (UTC)

@Scimmia: OK, I see. @goakley: I'am also for using Scimmia's PKGBUILD. It solves several issues.

Scimmia commented on 2014-07-31 13:43 (UTC)

@willemw, not necessarily. Normally you'd be right, but take a look at what it's actually doing; it's not actually installing anything.

willemw commented on 2014-07-31 13:14 (UTC)

Also, line 'make install' should be in package().

ASzc commented on 2014-07-30 19:27 (UTC)

+1 to Scimmia's PKGBUILD

Scimmia commented on 2014-07-30 15:05 (UTC)

A much cleaned up PKGBUILD: https://gist.github.com/Scimmia22/dc08b064b6c5bf408631