Search Criteria
Package Details: cool-retro-term-git 1.1.0.r70.gba4b366-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: | |
Conflicts: | |
Provides: | |
Submitter: | Scimmia |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 65 |
Popularity: | 0.000115 |
First Submitted: | 2014-09-05 06:06 |
Last Updated: | 2020-05-09 09:16 |
Dependencies (5)
Required by (1)
- fallout-terminal-clone-git (requires cool-retro-term) (optional)
Latest Comments
1 2 3 4 Next › Last »
Scimmia commented on 2016-03-01 00:56
If you click the links above, it's obviously not missing. Sounds like a yaourt failure.
raingloom commented on 2016-02-29 18:48
qmltermwidget seems to be missing
yaourt output: https://ghostbin.com/paste/vsf96
ata commented on 2015-11-19 19:51
Makefile:42: recipe for target 'sub-app-make_first-ordered' failed
make: *** [sub-app-make_first-ordered] Error 2
==> HATA: build() içinde bir hata oluştu.
Çıkılıyor...
==> HATA:makepkg cool-retro-term-git'i inşa edemedi.
==> cool-retro-term-git yeniden inşa edilsin mi ? [e/H]
==> ---------------------------------------------------
==>
jmboris commented on 2015-01-29 15:40
@Scimmia
Hello Again
updated my system -Syu ... and runs ok .. thanks
Scimmia commented on 2015-01-29 01:45
@jmboris, build time or run time? What version? Is the rest of your system up-to-date?
jmboris commented on 2015-01-29 01:08
Hello
I get this error
QQmlApplicationEngine failed to load component
qrc:/main.qml:23 a component declaration requires two or three arguments, but 1 were provided
any help ?
thanks
Scimmia commented on 2015-01-23 01:57
I've also added a release package: https://aur.archlinux.org/packages/cool-retro-term/
Scimmia commented on 2015-01-23 00:53
I've split qmltermwidget off into it's own package. Pacman should ask you to remove the old version of cool-retro-term-git when you install this new dep, go ahead and answer yes. If it doesn't ask, it'll give you errors about conflicting files. Go ahead and remove cool-retro-term-git manually, then install the new package and rebuild this one.
KlipperKyle commented on 2014-12-28 05:59
makepkg complains because pkgver is set to
pkgver=1.0.0 RC1.r415.9364aa3
The pkgver contains a space now that there is an RC1.
stratosgear commented on 2014-11-18 08:58
Hi @Scimmia,
You should consider changing the:
source=("git://github.com/Swordfish90/cool-retro-term.git"
"git://github.com/Swordfish90/qmltermwidget.git")
to:
source=("git+https://github.com/Swordfish90/cool-retro-term.git"
"git+https://github.com/Swordfish90/qmltermwidget.git")
in the PKGBUILD file.
That way the git repositories can be cloned in network installations where the git: protocol is not allowed (usually, workplaces)
The end effect is exactly the same and it will be easier to install the package that way.