Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] android-studio: update to 2021.3.1.17.
@ 2022-12-21  8:24 Eloitor
  2022-12-21 10:26 ` [PR PATCH] [Updated] " Eloitor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2022-12-21  8:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages android-studio
https://github.com/void-linux/void-packages/pull/41215

[WIP] android-studio: update to 2021.3.1.17.
#### Testing the changes
- I tested the changes in this PR: **NO**. It does not currently work.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

When it builds the package it outputs

```
=> android-studio-2021.3.1.17_1: running pre-pkg hook: 999-collected-rdeps ...
   alsa-lib>=1.0.20_1 bzip2>=1.0.5_1 freetype>=2.12.1_1 glib>=2.74.0_1 glibc>=2.36_1 libGL>=0 libX11>=1.2_1 libXext>=1.0.5_1 libXi>=1.2.1_1 libXrender>=0.9.4_1 libXtst>=1.0.3_1 libcxx>=3.4_1 libedit>=20130712.3.1_1 libgcc>=4.4.0_1 libstdc++>=4.4.0_1 musl>=1.1.24_7 ncurses-libs>=6.0_1 openjdk8-jre>=8u20_1 sqlite>=3.38.0_1 zlib>=1.2.3_1
```

(note the musl dependency, which is wrong). Then when I try to install the package I get:

```
$ xi android-studio
[*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
MISSING: musl>=1.1.24_7
Transaction aborted due to unresolved dependencies.
```





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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-studio-41215.patch --]
[-- Type: text/x-diff, Size: 2462 bytes --]

From e87894155956b9c47d823937e40c58d19fe692d7 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 16 Dec 2022 17:26:32 +0100
Subject: [PATCH] android-studio: update to 2021.3.1.17.

---
 common/shlibs                   | 11 ++++++++---
 srcpkgs/android-studio/template | 10 +++-------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 11ef64e0cc7f..d00717da2b53 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2595,9 +2595,14 @@ libopenshot-audio.so.8 libopenshot-audio-0.2.2_1
 libopenshot.so.21 libopenshot-0.2.7_1
 libpqxx-6.3.so libpqxx-6.3.3_1
 libndpi.so.3 ndpi-3.4_1
-liblog.so android-studio-3.0.1_1
-libm.so android-studio-3.0.1_1
-libdl.so android-studio-3.0.1_1
+liblog.so android-studio-2021.3.1.17_1
+libm.so android-studio-2021.3.1.17_1
+libdl.so android-studio-2021.3.1.17_1
+libpanelw.so.5 android-studio-2021.3.1.17_1
+libncursesw.so.5 android-studio-2021.3.1.17_1
+libtinfo.so.5 android-studio-2021.3.1.17_1
+libandroid.so android-studio-2021.3.1.17_1
+libmediandk.so android-studio-2021.3.1.17_1
 libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1
 libsearpc.so.1 libsearpc-3.0.7_1
 libseafile.so.0 seafile-libclient-7.0.10_2
diff --git a/srcpkgs/android-studio/template b/srcpkgs/android-studio/template
index 1736993a4943..d92562ae27d7 100644
--- a/srcpkgs/android-studio/template
+++ b/srcpkgs/android-studio/template
@@ -1,11 +1,7 @@
 # Template file for 'android-studio'
 pkgname=android-studio
-version=4.1.3
+version=2021.3.1.17
 revision=1
-# _studio_build and _studio_rev are for downloading the zip from dl.google.com
-# https://developer.android.com/studio/#resources as of 2018-07-12
-_studio_build=201.7199119
-_studio_rev=0
 archs="x86_64 i686"
 hostmakedepends="tar"
 depends="virtual?libGL"
@@ -14,8 +10,8 @@ maintainer="Jordyn Carattini <onlinecloud1@gmail.com>"
 license="Apache-2.0"
 homepage="http://tools.android.com"
 # changelog="https://developer.android.com/studio/releases/index.html"
-distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}.${_studio_rev}/android-studio-ide-${_studio_build}-linux.tar.gz"
-checksum=f599749ca47cda06d392e2764017c8a8a0c7b963a6a88ed494b432bece7cbc1b
+distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-${version}-linux.tar.gz"
+checksum=89adb0ce0ffa46b7894e7bfedb142b1f5d52c43c171e6a6cb9a95a49f77756ca
 repository=nonfree
 restricted=yes
 python_version=2

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

* Re: [PR PATCH] [Updated] [WIP] android-studio: update to 2021.3.1.17.
  2022-12-21  8:24 [PR PATCH] [WIP] android-studio: update to 2021.3.1.17 Eloitor
@ 2022-12-21 10:26 ` Eloitor
  2023-03-22  1:54 ` github-actions
  2023-04-06  1:51 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2022-12-21 10:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages android-studio
https://github.com/void-linux/void-packages/pull/41215

[WIP] android-studio: update to 2021.3.1.17.
#### Testing the changes
- I tested the changes in this PR: **NO**. It does not currently work.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

When it builds the package it outputs

```
=> android-studio-2021.3.1.17_1: running pre-pkg hook: 999-collected-rdeps ...
   alsa-lib>=1.0.20_1 bzip2>=1.0.5_1 freetype>=2.12.1_1 glib>=2.74.0_1 glibc>=2.36_1 libGL>=0 libX11>=1.2_1 libXext>=1.0.5_1 libXi>=1.2.1_1 libXrender>=0.9.4_1 libXtst>=1.0.3_1 libcxx>=3.4_1 libedit>=20130712.3.1_1 libgcc>=4.4.0_1 libstdc++>=4.4.0_1 musl>=1.1.24_7 ncurses-libs>=6.0_1 openjdk8-jre>=8u20_1 sqlite>=3.38.0_1 zlib>=1.2.3_1
```

(note the musl dependency, which is wrong). Then when I try to install the package I get:

```
$ xi android-studio
[*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
MISSING: musl>=1.1.24_7
Transaction aborted due to unresolved dependencies.
```





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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-studio-41215.patch --]
[-- Type: text/x-diff, Size: 2462 bytes --]

From 7e36b1809fc199057b5e86d44a148ebf45b02adb Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 16 Dec 2022 17:26:32 +0100
Subject: [PATCH] android-studio: update to 2021.3.1.17.

---
 common/shlibs                   | 11 ++++++++---
 srcpkgs/android-studio/template | 10 +++-------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 11ef64e0cc7f..d00717da2b53 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2595,9 +2595,14 @@ libopenshot-audio.so.8 libopenshot-audio-0.2.2_1
 libopenshot.so.21 libopenshot-0.2.7_1
 libpqxx-6.3.so libpqxx-6.3.3_1
 libndpi.so.3 ndpi-3.4_1
-liblog.so android-studio-3.0.1_1
-libm.so android-studio-3.0.1_1
-libdl.so android-studio-3.0.1_1
+liblog.so android-studio-2021.3.1.17_1
+libm.so android-studio-2021.3.1.17_1
+libdl.so android-studio-2021.3.1.17_1
+libpanelw.so.5 android-studio-2021.3.1.17_1
+libncursesw.so.5 android-studio-2021.3.1.17_1
+libtinfo.so.5 android-studio-2021.3.1.17_1
+libandroid.so android-studio-2021.3.1.17_1
+libmediandk.so android-studio-2021.3.1.17_1
 libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1
 libsearpc.so.1 libsearpc-3.0.7_1
 libseafile.so.0 seafile-libclient-7.0.10_2
diff --git a/srcpkgs/android-studio/template b/srcpkgs/android-studio/template
index 1736993a4943..d92562ae27d7 100644
--- a/srcpkgs/android-studio/template
+++ b/srcpkgs/android-studio/template
@@ -1,11 +1,7 @@
 # Template file for 'android-studio'
 pkgname=android-studio
-version=4.1.3
+version=2021.3.1.17
 revision=1
-# _studio_build and _studio_rev are for downloading the zip from dl.google.com
-# https://developer.android.com/studio/#resources as of 2018-07-12
-_studio_build=201.7199119
-_studio_rev=0
 archs="x86_64 i686"
 hostmakedepends="tar"
 depends="virtual?libGL"
@@ -14,8 +10,8 @@ maintainer="Jordyn Carattini <onlinecloud1@gmail.com>"
 license="Apache-2.0"
 homepage="http://tools.android.com"
 # changelog="https://developer.android.com/studio/releases/index.html"
-distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}.${_studio_rev}/android-studio-ide-${_studio_build}-linux.tar.gz"
-checksum=f599749ca47cda06d392e2764017c8a8a0c7b963a6a88ed494b432bece7cbc1b
+distfiles="https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-${version}-linux.tar.gz"
+checksum=89adb0ce0ffa46b7894e7bfedb142b1f5d52c43c171e6a6cb9a95a49f77756ca
 repository=nonfree
 restricted=yes
 python_version=2

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

* Re: [WIP] android-studio: update to 2021.3.1.17.
  2022-12-21  8:24 [PR PATCH] [WIP] android-studio: update to 2021.3.1.17 Eloitor
  2022-12-21 10:26 ` [PR PATCH] [Updated] " Eloitor
@ 2023-03-22  1:54 ` github-actions
  2023-04-06  1:51 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-03-22  1:54 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41215#issuecomment-1478812852

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: [WIP] android-studio: update to 2021.3.1.17.
  2022-12-21  8:24 [PR PATCH] [WIP] android-studio: update to 2021.3.1.17 Eloitor
  2022-12-21 10:26 ` [PR PATCH] [Updated] " Eloitor
  2023-03-22  1:54 ` github-actions
@ 2023-04-06  1:51 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-04-06  1:51 UTC (permalink / raw)
  To: ml

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

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

[WIP] android-studio: update to 2021.3.1.17.
https://github.com/void-linux/void-packages/pull/41215

Description:
#### Testing the changes
- I tested the changes in this PR: **NO**. It does not currently work.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

When it builds the package it outputs

```
=> android-studio-2021.3.1.17_1: running pre-pkg hook: 999-collected-rdeps ...
   alsa-lib>=1.0.20_1 bzip2>=1.0.5_1 freetype>=2.12.1_1 glib>=2.74.0_1 glibc>=2.36_1 libGL>=0 libX11>=1.2_1 libXext>=1.0.5_1 libXi>=1.2.1_1 libXrender>=0.9.4_1 libXtst>=1.0.3_1 libcxx>=3.4_1 libedit>=20130712.3.1_1 libgcc>=4.4.0_1 libstdc++>=4.4.0_1 musl>=1.1.24_7 ncurses-libs>=6.0_1 openjdk8-jre>=8u20_1 sqlite>=3.38.0_1 zlib>=1.2.3_1
```

(note the musl dependency, which is wrong). Then when I try to install the package I get:

```
$ xi android-studio
[*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
MISSING: musl>=1.1.24_7
Transaction aborted due to unresolved dependencies.
```





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

end of thread, other threads:[~2023-04-06  1:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21  8:24 [PR PATCH] [WIP] android-studio: update to 2021.3.1.17 Eloitor
2022-12-21 10:26 ` [PR PATCH] [Updated] " Eloitor
2023-03-22  1:54 ` github-actions
2023-04-06  1:51 ` [PR PATCH] [Closed]: " github-actions

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).