Thank you Scimmia, I use enlightenment17 (0.17.1), not enlightenment17-git: this means that I can't use e17-places-svn or e-modules-extra-svn?
It is strange because I use the same machine with the same E. I've installed e17-places-svn and it works ok, after the installation, with yaourt, of e-modules-extra-svn, that removes e17-places-svn, I have the error reported before.
Search Criteria
Package Details: e-modules-extra-git 20241111-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/e-modules-extra-git.git (read-only, click to copy) |
---|---|
Package Base: | e-modules-extra-git |
Description: | Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere |
Upstream URL: | https://git.enlightenment.org/ |
Licenses: | GPL, MIT |
Provides: | e-modules-extra |
Submitter: | Cravix |
Maintainer: | mpento |
Last Packager: | mpento |
Votes: | 44 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-18 10:41 (UTC) |
Last Updated: | 2024-11-12 01:15 (UTC) |
Dependencies (2)
- enlightenment (enlightenment-gitAUR, enlightenment-git-asanAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (5)
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-cpu.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-desksanity.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-eenvader.fractal.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-mem.git
- git+https://git.enlightenment.org/enlightenment/enlightenment-module-net.git
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
AVDuma commented on 2013-05-10 08:44 (UTC)
Cravix commented on 2013-05-10 08:34 (UTC)
oh, and pkgver() change to
----
[[ -z $(pacman -Q efl-git 2>/dev/null) ]] && echo 84534 || {
cd "$SRCDEST/$_pkgname"
LC_ALL=C svn info | awk '/Last Changed Rev/ {print $4}'
}
----
hmm, don't know if there's a better way, but that works for me now :P
Cravix commented on 2013-05-10 08:25 (UTC)
Scimmia,
i come up with a idea:
change source line to
----
source=('REST' 'DOC')
[[ -z $(pacman -Q efl-git 2>/dev/null) ]] && source+=("svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA#revision=84534") || source+=("svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA")
----
e_popup_autoclose was added to places at rev 84535, so that'll work, what do you think about that :)
Scimmia commented on 2013-05-10 00:37 (UTC)
AVDuma, it's really strange that e17-places-svn would work, it pulls the same code and builds it the same way as this package. Were they built on the same machine with the same E install? e_popup_autoclose was added to enlightenment17-git two and a half months ago, so if you built one of them against 0.17.1 or something, it could definitely be an issue.
AVDuma commented on 2013-05-08 09:11 (UTC)
When I try to load places module, I get this error:
http://www.enlightenment.org/ss/e-518a167678d0e9.56589733.jpg
If i use the e17-places-svn package on AUR, everything is ok, but I have to remove this package.
Scimmia commented on 2013-04-27 22:33 (UTC)
andre.vmatos, that's because edbus(2) has been renamed to eldbus. Until all of the software that uses it updates their code, it won't build.
andre.vmatos commented on 2013-04-27 14:30 (UTC)
Didn't compile here with current efl-git:
...
checking for E... no
configure: error: Package requirements (enlightenment) were not met:
Package 'edbus2', required by 'enlightenment', not found
Cravix commented on 2013-04-27 12:34 (UTC)
update the pkgbuild to keep up with current makepkg,
and sorry to everyone for the inconvenience :)
Scimmia commented on 2013-04-20 01:35 (UTC)
hmm, looks like pkgver() doesn't get run if makepkg doesn't find a VCS source. Simplest solution, then is just to remove -r "$pkgver" from the SVN commands.
Pinned Comments
mpento commented on 2024-11-12 01:22 (UTC)
Update to 20241111
Corrected URL and paths in build() and package() steps.
Unfortunately, had to disable alarm, eweather, tclock and wlan modules, since they either are no longer supported on the latest version of Enlightenment (0.26.0), or they are no longer able to build on the latest gcc version (14.2.1).
Currently, this package only provides the cpu, desksanity, eenvader.fractal, mem and net modules.