Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pycharm-community: update to 2019.3.1.
Date: Sat, 04 Jan 2020 15:32:26 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18035@inbox.vuxu.org> (raw)

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

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

https://github.com/asiekierka/void-packages pycharm-community-2019.3.1
https://github.com/void-linux/void-packages/pull/18035

pycharm-community: update to 2019.3.1.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pycharm-community-2019.3.1-18035.patch --]
[-- Type: text/x-diff, Size: 3489 bytes --]

From 281c532795558448fe51befe0594acada05f337f Mon Sep 17 00:00:00 2001
From: Adrian Siekierka <kontakt@asie.pl>
Date: Sat, 4 Jan 2020 15:31:55 +0100
Subject: [PATCH] pycharm-community: update to 2019.3.1.

---
 srcpkgs/pycharm-community/template | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pycharm-community/template b/srcpkgs/pycharm-community/template
index 6e4ab4548c9..3def6b052ac 100644
--- a/srcpkgs/pycharm-community/template
+++ b/srcpkgs/pycharm-community/template
@@ -1,6 +1,6 @@
 # Template file for 'pycharm-community'
 pkgname=pycharm-community
-version=2019.2.5
+version=2019.3.1
 revision=1
 archs="i686 x86_64"
 depends="virtual?java-environment giflib libXtst"
@@ -9,7 +9,7 @@ maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/pycharm/"
 distfiles="https://download-cf.jetbrains.com/python/${pkgname}-${version}.tar.gz"
-checksum=c1ef83352ce2110e3505b11e46906a784b3ccb970d4584e33506840a5029ba6e
+checksum=bb243322951a2d195d9ab12a6990cdbf3d7cc284f17cd5f6ce3376f5ce16f0b2
 repository=nonfree
 nopie=yes
 
@@ -22,28 +22,28 @@ do_install() {
 	vmkdir usr/share/doc/pycharm
 	vmkdir usr/lib/pycharm
 
-	mv -v bin lib plugins helpers ${DESTDIR}/usr/lib/pycharm
+	mv -v bin lib plugins ${DESTDIR}/usr/lib/pycharm
 	mv -v license ${DESTDIR}/usr/share/doc/pycharm
 	rm -vf ${DESTDIR}/usr/lib/pycharm/bin/fsnotifier-arm
 	for i in _pydevd_bundle _pydevd_frame_eval; do
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/"$i"/pydevd_*_darwin_*.so
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/"$i"/pydevd_*_win32_*.pyd
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/"$i"/pydevd_*_darwin_*.so
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/"$i"/pydevd_*_win32_*.pyd
 	done
-	rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_*.dll
-	rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_*.dylib
-	rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
+	rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_*.dll
+	rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_*.dylib
+	rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
 
 	rm -vf ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/ppc64le/libpty.so
 	rmdir -v ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/ppc64le
 
 	if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
 		rm -vf ${DESTDIR}/usr/lib/pycharm/bin/fsnotifier
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
 		rm -vf ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86/libpty.so
 		rmdir -v ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86
 	else
 		rm -vf ${DESTDIR}/usr/lib/pycharm/bin/fsnotifier64
-		rm -vf ${DESTDIR}/usr/lib/pycharm/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
+		rm -vf ${DESTDIR}/usr/lib/pycharm/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
 		rm -vf ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86_64/libpty.so
 		rmdir -v ${DESTDIR}/usr/lib/pycharm/lib/pty4j-native/linux/x86_64
 	fi

             reply	other threads:[~2020-01-04 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 14:32 voidlinux-github [this message]
2020-01-04 17:45 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18035@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).