Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : eclipse | |||||
| version : 4.7.3 | |||||
| release : 1 | |||||
| source : | |||||
| # This is R4_7_3 tag hash | |||||
| - git|git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git : 55b9ca7d605a184b79a99cbce062b611d9a2a2cc | |||||
| license : EPL-1.0 | |||||
| component : programming.ide | |||||
| summary : Multilanguage IDE and RAD | |||||
| description: | | |||||
| things | |||||
| networking : yes | |||||
| builddeps : | |||||
| - pkgconfig(cairo) | |||||
| - pkgconfig(glu) | |||||
| - pkgconfig(gtk+-2.0) | |||||
| - pkgconfig(gtk+-3.0) | |||||
| - pkgconfig(xtst) | |||||
| - apache-maven | |||||
| - openjdk-8-devel | |||||
| rundeps : | |||||
| - openjdk-8 | |||||
| setup : | | |||||
| %apply_patches | |||||
| mkdir m2 | |||||
| find . -name "pom.xml"|while read fname; do | |||||
| sed -i -E 's/<module>.*(ppc|macos|win).*<\/module>//g' "$fname" | |||||
| done | |||||
| build : | | |||||
| export MAVEN_OPTS="-Dmaven.repo.local=~/.m2" | |||||
| export JAVA_HOME='/usr/lib64/openjdk-8' | |||||
| mvn clean verify -DskipTests=true -Dnative=gtk.linux.x86_64 | |||||
| install : | | |||||
| %make_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.