Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] android-studio: update to 4.1.3.
@ 2021-03-29 21:04 unspecd
  2021-03-29 21:04 ` unspecd
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: unspecd @ 2021-03-29 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/android-studio
https://github.com/void-linux/void-packages/pull/29858

android-studio: update to 4.1.3.
Also clean up template.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] i686

[ci skip]

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

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

From 2de72cf4dab35801bd9ddd3ec2aaca66666880f6 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 30 Mar 2021 07:50:31 +1100
Subject: [PATCH] android-studio: update to 4.1.3.

Also clean up template.
---
 srcpkgs/android-studio/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/android-studio/template b/srcpkgs/android-studio/template
index f2117e44196c..fdf49e5f2e4e 100644
--- a/srcpkgs/android-studio/template
+++ b/srcpkgs/android-studio/template
@@ -1,27 +1,28 @@
 # Template file for 'android-studio'
 pkgname=android-studio
-version=4.1.2
+version=4.1.3
 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.7042882
+_studio_build=201.7199119
 _studio_rev=0
 archs="x86_64 i686"
-create_wrksrc=yes
+wrksrc="$pkgname"
 hostmakedepends="tar"
-depends="gtk+ virtual?libGL"
+depends="virtual?libGL"
 short_desc="Official Android IDE"
 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=89f7c3a03ed928edeb7bbb1971284bcb72891a77b4f363557a7ad4ed37652bb9
+checksum=f599749ca47cda06d392e2764017c8a8a0c7b963a6a88ed494b432bece7cbc1b
 repository=nonfree
 restricted=yes
 python_version=2
 nopie=yes
 nostrip=yes
+noshlibprovides=yes
 
 # These files are not run or loaded on the host thus skip scanning their runtime deps
 skiprdeps="/opt/android-studio/plugins/android/resources/perfetto/x86_64/traced_probes
@@ -59,10 +60,6 @@ skiprdeps="/opt/android-studio/plugins/android/resources/perfetto/x86_64/traced_
  /opt/android-studio/plugins/android/lib/libwebp_jni.so
  /opt/android-studio/plugins/android/lib/libwebp_jni64.so"
 
-do_extract() {
-	tar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-ide-${_studio_build}-linux.tar.gz --strip-components=1 -C ${wrksrc}
-}
-
 do_install() {
 	vmkdir opt/${pkgname}
 	vcopy bin opt/${pkgname}/

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

end of thread, other threads:[~2021-04-02  0:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 21:04 [PR PATCH] android-studio: update to 4.1.3 unspecd
2021-03-29 21:04 ` unspecd
2021-03-29 21:26 ` unspecd
2021-03-30 17:38 ` ericonr
2021-03-30 18:59 ` Chocimier
2021-03-30 23:14 ` [PR PATCH] [Updated] " unspecd
2021-04-01 14:31 ` ericonr
2021-04-01 14:31 ` [PR PATCH] [Merged]: " ericonr
2021-04-02  0:54 ` unspecd

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