summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2015-12-18 17:07:55 +0200
committerOscar Morante2015-12-18 17:18:16 +0200
commitcdff4734ff7f6e98ec833beac96dca5f59c62a57 (patch)
treef40b7dfb053663f60532dbcf96ec33add8442eaa
parent1eb16445491e1b459f1376e7357e2ad03ba1951a (diff)
downloadaur-cdff4734ff7f6e98ec833beac96dca5f59c62a57.tar.gz
temporarily keep monodevelop icon
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
-rw-r--r--unity-monodevelop.pngbin0 -> 5734 bytes
4 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f858218dce7f..ddb5755e304e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Dec 18 15:12:50 UTC 2015
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
pkgver = 5.2.2f1+20151018
@@ -31,10 +33,12 @@ pkgbase = unity-editor
source = EULA
source = unity-editor
source = monodevelop-unity
+ source = unity-monodevelop.png
sha256sums = 58ac05da98046d7f202b8e2fa596b0043041218d0e0f8a672f518bdd6c0c4586
sha256sums = 3e0f6faad2cae20ae2784256b0f5525fc69897a889d696aa5d748db2fe8c6a14
sha256sums = 111e8f88a4a3e592370d2d447208bb32aeee095c22c93ed290a884704d154bbb
sha256sums = 7309ac206fbb6eb5f1a073bf22e2571e1a574410ab410138a19fb66c3eee21e3
+ sha256sums = 6769b7ad1c1a1b088f1e96934d909fffef95d6a6c757420699f0a6705ef70a51
pkgname = unity-editor
diff --git a/.gitignore b/.gitignore
index 5b2d319f4c1a..e32c4cf3f425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
!EULA
!update-eula
!.SRCINFO
+!unity-monodevelop.png
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"
diff --git a/unity-monodevelop.png b/unity-monodevelop.png
new file mode 100644
index 000000000000..ee76241c366a
--- /dev/null
+++ b/unity-monodevelop.png
Binary files differ