summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hai2017-04-19 00:48:12 +0800
committerZhang Hai2017-04-19 00:48:12 +0800
commit6b140bb032aac620efb36b28e2163607a9bf5d28 (patch)
treeca2238113d4aaa16e282727ee73abbeb5c1312e7
parent6f94b25c371c8848e387e52ec808f9da0d93d6bb (diff)
downloadaur-6b140bb032aac620efb36b28e2163607a9bf5d28.tar.gz
Use new Material Design Android icon.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d8b885170f..a8956e4c6609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 18 14:56:18 UTC 2017
+# Tue Apr 18 16:47:54 UTC 2017
pkgbase = android-sdk
pkgdesc = Google Android SDK
pkgver = 26.0.1
@@ -12,14 +12,14 @@ pkgbase = android-sdk
optdepends = android-udev: udev rules for Android devices
optdepends = android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx
source = https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
- source = https://source.android.com/source/images/Android_Robot_100.png
+ source = android.png.txt::https://android.googlesource.com/platform/tools/base/+/studio-master-dev/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxxhdpi/ic_launcher.png?format=TEXT
source = android-sdk.desktop
source = android-sdk.sh
source = android-sdk.csh
source = android-sdk.conf
source = license.html
sha1sums = 7eab0ada7ff28487e1b340cc3d866e70bcb4286e
- sha1sums = f359ac923ed008dae3a007a513d26cfbaf025626
+ sha1sums = 57f405807d1fb3fa09577df56854f0116a912026
sha1sums = 8f886de363ad91a7f93a0c6ded993e99bef3e1a7
sha1sums = 30a6ed281d54f8b7be08663a18c367f79c0d8d47
sha1sums = 1bd09bf137fd09171cb426daa5748f117cfb3c25
diff --git a/PKGBUILD b/PKGBUILD
index d5e431b3c360..d50626bae074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,15 +18,15 @@ depends_i686=('java-environment' 'alsa-lib' 'openal' 'libstdc++5' 'libxv' 'sdl'
install="${pkgname}.install"
optdepends=('android-udev: udev rules for Android devices'
'android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx')
-source=("https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip"
- 'https://source.android.com/source/images/Android_Robot_100.png'
+source=('https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip'
+ 'android.png.txt::https://android.googlesource.com/platform/tools/base/+/studio-master-dev/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxxhdpi/ic_launcher.png?format=TEXT'
"${pkgname}.desktop"
"${pkgname}.sh"
"${pkgname}.csh"
"${pkgname}.conf"
'license.html')
sha1sums=('7eab0ada7ff28487e1b340cc3d866e70bcb4286e'
- 'f359ac923ed008dae3a007a513d26cfbaf025626'
+ '57f405807d1fb3fa09577df56854f0116a912026'
'8f886de363ad91a7f93a0c6ded993e99bef3e1a7'
'30a6ed281d54f8b7be08663a18c367f79c0d8d47'
'1bd09bf137fd09171cb426daa5748f117cfb3c25'
@@ -38,7 +38,8 @@ package() {
install -Dm755 "${pkgname}.sh" "${pkgdir}/etc/profile.d/${pkgname}.sh"
install -Dm755 "${pkgname}.csh" "${pkgdir}/etc/profile.d/${pkgname}.csh"
install -Dm644 "${pkgname}.conf" "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
- install -Dm644 Android_Robot_100.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+ base64 -d android.png.txt >android.png
+ install -Dm644 android.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -Dm644 "${pkgname}.desktop" \
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dm644 license.html \