Skip to content

Commit

Permalink
Update WM class for studio changes
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Anderson <evananderson@thelinuxman.us>
  • Loading branch information
Evan Anderson committed Aug 4, 2016
1 parent 9708ab5 commit 22c4fc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Thu Aug 4 08:09:00 UTC 2016
# Thu Aug 4 08:28:50 UTC 2016
pkgbase = android-studio-canary
pkgdesc = The Official Android IDE. Canary branch
pkgver = 2.2.0a7
pkgrel = 1
pkgrel = 2
url = http://developer.android.com/sdk/installing/studio.html
install = android-studio-canary.install
arch = i686
Expand All @@ -23,7 +23,7 @@ pkgbase = android-studio-canary
source = https://dl.google.com/dl/android/studio/ide-zips/2.2.0.6/android-studio-ide-145.3111935-linux.zip
source = android-studio.desktop
sha1sums = b85c4e27401f7f18af19e39e453cca8575041dbb
sha1sums = baed66cebe2b372700f436b93022a52cbff313be
sha1sums = a2247187512c5d37ee7b0476d7ed241ea2a1efad

pkgname = android-studio-canary

4 changes: 2 additions & 2 deletions PKGBUILD
Expand Up @@ -9,7 +9,7 @@ pkgname=android-studio-canary
_pkgname=android-studio
pkgver=2.2.0a7
_pkgver=2.2.0.6
pkgrel=1
pkgrel=2
_build=145.3111935
pkgdesc="The Official Android IDE. Canary branch"
arch=('i686' 'x86_64')
Expand All @@ -24,7 +24,7 @@ install=$pkgname.install
source=("https://dl.google.com/dl/android/studio/ide-zips/$_pkgver/android-studio-ide-$_build-linux.zip"
"$_pkgname.desktop")
sha1sums=('b85c4e27401f7f18af19e39e453cca8575041dbb'
'baed66cebe2b372700f436b93022a52cbff313be')
'a2247187512c5d37ee7b0476d7ed241ea2a1efad')

if [ "$CARCH" = "x86_64" ]; then
depends+=('lib32-fontconfig' 'lib32-libxrender' 'lib32-mesa')
Expand Down
2 changes: 1 addition & 1 deletion android-studio.desktop
Expand Up @@ -8,5 +8,5 @@ Comment=Develop with pleasure!
Categories=Development;IDE;
Terminal=false
StartupNotify=true
StartupWMClass=jetbrains-android-studio
StartupWMClass=jetbrains-studio
MimeType=application/x-extension-iml;

0 comments on commit 22c4fc2

Please sign in to comment.