Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: PhpStorm-2019.1.3
@ 2019-06-25  6:41 voidlinux-github
  2019-07-08 17:34 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-25  6:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by shizonic against master on the void-packages repository

https://github.com/shizonic/void-packages PhpStorm
https://github.com/void-linux/void-packages/pull/12670

New package: PhpStorm-2019.1.3


A patch file from https://github.com/void-linux/void-packages/pull/12670.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-PhpStorm-12670.patch --]
[-- Type: application/text/x-diff, Size: 2867 bytes --]

From 83b66a09327bee628b88fa7de798e30dedfdfe27 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Tue, 25 Jun 2019 08:21:21 +0200
Subject: [PATCH] New package: PhpStorm-2019.1.3

---
 srcpkgs/PhpStorm/INSTALL.msg |  2 ++
 srcpkgs/PhpStorm/template    | 60 ++++++++++++++++++++++++++++++++++++
 srcpkgs/PhpStorm/update      |  2 ++
 3 files changed, 64 insertions(+)
 create mode 100644 srcpkgs/PhpStorm/INSTALL.msg
 create mode 100644 srcpkgs/PhpStorm/template
 create mode 100644 srcpkgs/PhpStorm/update

diff --git a/srcpkgs/PhpStorm/INSTALL.msg b/srcpkgs/PhpStorm/INSTALL.msg
new file mode 100644
index 00000000000..dff34ec410a
--- /dev/null
+++ b/srcpkgs/PhpStorm/INSTALL.msg
@@ -0,0 +1,2 @@
+PhpStorm has the following optional dependencies:
+	libdbusmenu-glib: For global menu support
diff --git a/srcpkgs/PhpStorm/template b/srcpkgs/PhpStorm/template
new file mode 100644
index 00000000000..df82d2cf078
--- /dev/null
+++ b/srcpkgs/PhpStorm/template
@@ -0,0 +1,60 @@
+# Template file for 'PhpStorm'
+pkgname=PhpStorm
+version=2019.1.3
+revision=1
+archs="i686 x86_64"
+wrksrc="PhpStorm-191.7479.51"
+depends="virtual?java-environment"
+short_desc="Lightning-smart PHP IDE"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="custom:Commercial"
+homepage="https://www.jetbrains.com/phpstorm"
+distfiles="https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz"
+checksum=3eb8d0f15a5100ee08ab17c0d17388d68733187c46c4ac9c079efbeeed6bd912
+repository=nonfree
+restricted=yes
+nopie=yes
+
+post_extract() {
+	# Remove files for other CPU architectures
+	rm -rf bin/fsnotifier-arm
+	rm -rf lib/pty4j-native/linux/ppc64le
+
+	case "$XBPS_TARGET_MACHINE" in
+		x86_64)
+			rm -rf bin/fsnotifier
+			rm -rf bin/phpstorm.vmoptions
+			rm -rf bin/libyjpagent-linux.so
+			rm -rf lib/pty4j-native/linux/x86
+			;;
+		i686)
+			rm -rf bin/fsnotifier64
+			rm -rf bin/phpstorm64.vmoptions
+			rm -rf bin/libyjpagent-linux64.so
+			rm -rf lib/pty4j-native/linux/x86_64
+			;;
+	esac
+
+	rm -rf jre64
+}
+
+do_install() {
+	TARGET_PATH="usr/lib/${pkgname}"
+	LICENSE_PATH="usr/share/licenses/${pkgname}"
+
+	vmkdir usr/bin
+	vmkdir ${TARGET_PATH}
+	vmkdir ${LICENSE_PATH}
+
+	# Ideally vlicense should be called here, but vcopy is more terse.
+	vcopy license/* ${LICENSE_PATH}
+
+	vcopy bin ${TARGET_PATH}
+	vcopy help ${TARGET_PATH}
+	vcopy lib ${TARGET_PATH}
+	vcopy plugins ${TARGET_PATH}
+	vcopy product-info.json ${TARGET_PATH}
+	vcopy build.txt ${TARGET_PATH}
+
+	ln -sf /${TARGET_PATH}/bin/phpstorm.sh ${DESTDIR}/usr/bin/${pkgname}
+}
diff --git a/srcpkgs/PhpStorm/update b/srcpkgs/PhpStorm/update
new file mode 100644
index 00000000000..6b5922efaf6
--- /dev/null
+++ b/srcpkgs/PhpStorm/update
@@ -0,0 +1,2 @@
+pattern="PhpStorm-\K[\d.]+(?=\.tar)"
+site="https://data.services.jetbrains.com/products/releases?code=PS&latest=true&type=release"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: PhpStorm-2019.1.3
  2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
@ 2019-07-08 17:34 ` voidlinux-github
  2019-07-08 19:37 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-08 17:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12670#issuecomment-509320886
Comment:
Can you run that? For me that error happens: https://github.com/void-linux/void-packages/pull/11736#issuecomment-506952387

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: PhpStorm-2019.1.3
  2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
  2019-07-08 17:34 ` voidlinux-github
@ 2019-07-08 19:37 ` voidlinux-github
  2019-07-15  1:33 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-08 19:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/12670#issuecomment-509362463
Comment:
For me it works well... Can't explain why TBH.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: PhpStorm-2019.1.3
  2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
  2019-07-08 17:34 ` voidlinux-github
  2019-07-08 19:37 ` voidlinux-github
@ 2019-07-15  1:33 ` voidlinux-github
  2020-03-05 17:06 ` 2asoft
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-07-15  1:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by 2asoft on void-packages repository

https://github.com/void-linux/void-packages/pull/12670#issuecomment-511253126
Comment:
@shizonic what's your $JAVA_HOME set to?
What jdk and jre packages do you have installed?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: PhpStorm-2019.1.3
  2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-15  1:33 ` voidlinux-github
@ 2020-03-05 17:06 ` 2asoft
  2020-03-25 17:54 ` Chocimier
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 2asoft @ 2020-03-05 17:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

New comment by 2asoft on void-packages repository

https://github.com/void-linux/void-packages/pull/12670#issuecomment-595340010

Comment:
I resolved the Java issue in other IntelliJ packages by changing the java dependency to `jetbrains-jdk-bin` and symlinking it in the right places. eg [see the WebStorm package](https://github.com/void-linux/void-packages/blob/96f01f4506afc4c84b3f6b905dfffd93f28b7e12/srcpkgs/WebStorm/template#L52).
If similar changes are made here, I believe it would just work.

@shizonic would you be able to make those changes?
Alternatively, I can do so as well. I believe I'll need to open a new PR for that.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: PhpStorm-2019.1.3
  2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-03-05 17:06 ` 2asoft
@ 2020-03-25 17:54 ` Chocimier
  2020-03-30 19:54 ` Chocimier
  2020-03-30 19:54 ` [PR PATCH] [Closed]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-03-25 17:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12670#issuecomment-603991475

Comment:
No need to symlink since #20175, but needs to be updated and tested.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: PhpStorm-2019.1.3
  2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-03-25 17:54 ` Chocimier
@ 2020-03-30 19:54 ` Chocimier
  2020-03-30 19:54 ` [PR PATCH] [Closed]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-03-30 19:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12670#issuecomment-606211316

Comment:
Included in #20390.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: PhpStorm-2019.1.3
  2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-03-30 19:54 ` Chocimier
@ 2020-03-30 19:54 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-03-30 19:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

There's a closed pull request on the void-packages repository

New package: PhpStorm-2019.1.3
https://github.com/void-linux/void-packages/pull/12670

Description:


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-03-30 19:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25  6:41 [PR PATCH] New package: PhpStorm-2019.1.3 voidlinux-github
2019-07-08 17:34 ` voidlinux-github
2019-07-08 19:37 ` voidlinux-github
2019-07-15  1:33 ` voidlinux-github
2020-03-05 17:06 ` 2asoft
2020-03-25 17:54 ` Chocimier
2020-03-30 19:54 ` Chocimier
2020-03-30 19:54 ` [PR PATCH] [Closed]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).