From f9667310f128531b394165246f93cb379bde23c2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 21 Feb 2019 14:16:08 +0100 Subject: [PATCH] intellij-idea-community-edition: include missing product-info.json and mv build.txt into the correct directory resolves #8283 --- srcpkgs/intellij-idea-community-edition/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index 06c437dce0..734510d2ad 100644 --- a/srcpkgs/intellij-idea-community-edition/template +++ b/srcpkgs/intellij-idea-community-edition/template @@ -1,8 +1,8 @@ # Template file for 'intellij-idea-community-edition' pkgname=intellij-idea-community-edition version=2018.3.4 -revision=1 -only_for_archs="i686 x86_64" +revision=2 +archs="i686 x86_64" depends="virtual?java-environment giflib libXtst" short_desc="Java integrated development environment by JetBrains" maintainer="John " @@ -22,8 +22,8 @@ do_install() { vmkdir usr/share/doc/intellij-idea vmkdir usr/lib/intellij-idea - mv bin lib plugins redist ${DESTDIR}/usr/lib/intellij-idea - mv LICENSE.txt NOTICE.txt build.txt license ${DESTDIR}/usr/share/doc/intellij-idea + mv bin lib plugins redist product-info.json build.txt ${DESTDIR}/usr/lib/intellij-idea + mv LICENSE.txt NOTICE.txt license ${DESTDIR}/usr/share/doc/intellij-idea rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier-arm if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier