summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOscar Morante2015-12-18 17:07:55 +0200
committerOscar Morante2015-12-18 17:18:16 +0200
commitcdff4734ff7f6e98ec833beac96dca5f59c62a57 (patch)
treef40b7dfb053663f60532dbcf96ec33add8442eaa /PKGBUILD
parent1eb16445491e1b459f1376e7357e2ad03ba1951a (diff)
downloadaur-cdff4734ff7f6e98ec833beac96dca5f59c62a57.tar.gz
temporarily keep monodevelop icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4303570429bd..606e3a8052d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,12 +37,14 @@ install="${pkgname}.install"
source=("http://files.unity3d.com/levi/unity-editor-installer-5.2.2f1+20151018.sh"
'EULA'
'unity-editor'
- 'monodevelop-unity')
+ 'monodevelop-unity'
+ 'unity-monodevelop.png')
noextract=("unity-editor-installer-${pkgver}.sh")
sha256sums=('58ac05da98046d7f202b8e2fa596b0043041218d0e0f8a672f518bdd6c0c4586'
'3e0f6faad2cae20ae2784256b0f5525fc69897a889d696aa5d748db2fe8c6a14'
'111e8f88a4a3e592370d2d447208bb32aeee095c22c93ed290a884704d154bbb'
- '7309ac206fbb6eb5f1a073bf22e2571e1a574410ab410138a19fb66c3eee21e3')
+ '7309ac206fbb6eb5f1a073bf22e2571e1a574410ab410138a19fb66c3eee21e3'
+ '6769b7ad1c1a1b088f1e96934d909fffef95d6a6c757420699f0a6705ef70a51')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package
@@ -77,7 +79,7 @@ package() {
"${pkgdir}/opt/Unity/unity-monodevelop.desktop"
install -Dm644 -t "${pkgdir}/usr/share/icons/hicolor/256x256/apps" "${pkgdir}/opt/Unity/unity-editor-icon.png"
- install -Dm644 -t "${pkgdir}/usr/share/icons/hicolor/48x48/apps" "${pkgdir}/opt/Unity/unity-monodevelop.png"
+ install -Dm644 -t "${pkgdir}/usr/share/icons/hicolor/48x48/apps" "${srcdir}/unity-monodevelop.png"
install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/unity-editor"
install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/monodevelop-unity"