Package Details: librocket-git 1:r610.ecd648a-1

Git Clone URL: https://aur.archlinux.org/librocket-git.git (read-only, click to copy)
Package Base: librocket-git
Description: HTML/CSS User Interface library
Upstream URL: https://asarium.github.io/libRocket/wiki/documentation.html
Licenses: MIT
Conflicts: librocket
Provides: librocket
Submitter: EndlessEden
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-26 05:29 (UTC)
Last Updated: 2021-11-04 21:14 (UTC)

Pinned Comments

EndlessEden commented on 2021-10-18 07:21 (UTC) (edited on 2021-10-18 07:23 (UTC) by EndlessEden)

@sandsmark - Only the former project site is pointing to bad domain, there is a note on github its self about it. The project is not malicious, afaik. - They immediately put a notice on the readme.md about this in early 2020, however with my schedule i have yet to notice this till recently.

However this is not a issue at AUR level.

-- TO THOSE FLAGGING TO ORPHAN: If there is a issue, please comment - i do need to update the package but i do not have a functional build environment at the moment to do so. (if you would like to contribute, reply and ill add to co-maintainer)

Latest Comments

EndlessEden commented on 2021-10-18 07:21 (UTC) (edited on 2021-10-18 07:23 (UTC) by EndlessEden)

@sandsmark - Only the former project site is pointing to bad domain, there is a note on github its self about it. The project is not malicious, afaik. - They immediately put a notice on the readme.md about this in early 2020, however with my schedule i have yet to notice this till recently.

However this is not a issue at AUR level.

-- TO THOSE FLAGGING TO ORPHAN: If there is a issue, please comment - i do need to update the package but i do not have a functional build environment at the moment to do so. (if you would like to contribute, reply and ill add to co-maintainer)

sandsmark commented on 2020-04-10 13:25 (UTC)

The upstream URL points to a malicious site now.

And since the official upstream is kind of dead, I created this: https://aur.archlinux.org/packages/librocket-asarium-git/

silverbluep commented on 2019-11-24 23:09 (UTC)

Needs the fixes as mentioned below, and missing git as a make dependency.

Also a weird choice to provide the same name as the package name. Usually git packages provide and conflict with the base package only, they don't provide themselves.

raneon commented on 2018-12-26 15:36 (UTC)

Compiling worked, but I couldn't install this package... until I partially applied the comment from yangtsesu. This worked for me.

build() { cd $pkgname/Build cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR=/usr/lib -DBUILD_SAMPLES=ON \ -DBUILD_PYTHON_BINDINGS=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 . make }

yangtsesu commented on 2017-10-08 06:44 (UTC)

build() { cd $pkgname/Build cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR=/usr/lib -DBUILD_SAMPLES=ON \ -DBUILD_PYTHON_BINDINGS=ON -DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib -DPYTHON_EXECUTABLE=/usr/bin/python2 . make } package() { cd $pkgname make -C Build install DESTDIR="$pkgdir"