summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2019-10-06 19:08:33 +0200
committerRaimar Bühmann2019-10-06 19:08:33 +0200
commit368cddc24d3d9d785cd10e0215fd0153d131296d (patch)
treee9d5aa4b543a229f7df95a0f00da70c9a38db392
parentc60876ab449c26acc9a205bdc6dc35fd8cb0f292 (diff)
downloadaur-368cddc24d3d9d785cd10e0215fd0153d131296d.tar.gz
correct dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31076f4f7cb5..46b677c98ba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = eclipse-m2t-xpand
pkgdesc = Model to Text Xpand for Eclipse IDE
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://projects.eclipse.org/projects/modeling.m2t.xpand
arch = any
license = EPL
makedepends = java-environment-common
- depends = eclipse-orbit-com-google-inject
+ depends = eclipse-emft-mwe
options = !strip
source = https://download.eclipse.org//modeling/m2t/xpand/downloads/drops/2.2.0/R201605260315/m2t-xpand-Update-2.2.0.zip
sha256sums = 90a217c3231dbcab6773cb0470557c7ae760d73b15a3c430895cdebf79bacf08
diff --git a/PKGBUILD b/PKGBUILD
index d8ddf8ddb112..5e954bafc1de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=eclipse-m2t-xpand
pkgver=2.2.0
_buildtime=R201605260315
-pkgrel=1
+pkgrel=2
pkgdesc='Model to Text Xpand for Eclipse IDE'
url="https://projects.eclipse.org/projects/modeling.m2t.xpand"
arch=('any')
license=('EPL')
-depends=('eclipse-orbit-com-google-inject')
+depends=('eclipse-emft-mwe')
makedepends=('java-environment-common')
options=(!strip)
# https://download.eclipse.org//modeling/m2t/xpand/downloads/drops/2.2.0/R201605260315/m2t-xpand-Update-2.2.0.zip
@@ -18,6 +18,11 @@ source=(
sha256sums=('90a217c3231dbcab6773cb0470557c7ae760d73b15a3c430895cdebf79bacf08')
package() {
+ # remove features and plug-ins containing sources
+ rm features/*.source_*
+ rm plugins/*.source_*
+ # remove gz files
+ rm plugins/*.pack.gz
_dest=${pkgdir}/usr/lib/eclipse/dropins/${pkgname/eclipse-}/eclipse
install -d $_dest
# remove feature sources