summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
-rw-r--r--icon.pngbin16631 -> 0 bytes
-rw-r--r--mist.desktop10
4 files changed, 7 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cadd75c417df..9e282ccf8ee1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mist
- pkgdesc = Mist dapp browser and Ethereum wallet.
+ pkgdesc = Ethereum wallet and Dapp browser.
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -19,10 +19,6 @@ pkgbase = mist
conflicts = mist-git
conflicts = libnode
conflicts = libnode-git
- source = mist.desktop
- source = icon.png
- sha256sums = bad4d3dc4e44d3beb643e1ecc9b46559c7c3f209204ade2bc2a63d87642b3245
- sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
source_i686 = mist-0-9-2-32.deb::https://github.com/ethereum/mist/releases/download/v0.9.2/Mist-linux32-0-9-2.deb
sha256sums_i686 = bde4de47acbe4bda74e68b2b6925726ac9fba2bc4cde2559603df7c25d23425c
source_x86_64 = mist-0-9-2-64.deb::https://github.com/ethereum/mist/releases/download/v0.9.2/Mist-linux64-0-9-2.deb
diff --git a/PKGBUILD b/PKGBUILD
index a2562b51267f..469537aea2b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Afri 5chdn <aur@5chdn.co>
+# Maintainer: Peter Petrov <onestone@gmail.com>
+# Contributor: Afri 5chdn <aur@5chdn.co>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=mist
pkgver=0.9.2
_strver=0-9-2
-pkgrel=1
-pkgdesc="Mist dapp browser and Ethereum wallet."
+pkgrel=2
+pkgdesc="Ethereum wallet and Dapp browser."
arch=('i686' 'x86_64')
depends=(
'gmp'
@@ -30,12 +31,6 @@ optdepends=(
)
url="https://github.com/ethereum/mist"
license=('GPL')
-source=(
- "mist.desktop"
- "icon.png"
-)
-sha256sums=('bad4d3dc4e44d3beb643e1ecc9b46559c7c3f209204ade2bc2a63d87642b3245'
- 'f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93')
sha256sums_i686=('bde4de47acbe4bda74e68b2b6925726ac9fba2bc4cde2559603df7c25d23425c')
sha256sums_x86_64=('087f44b06b82bfe97fac85466ada458796d21316a5d6c2ebe5543110a5ea9037')
source_i686=(
@@ -69,6 +64,7 @@ package() {
install -Dm644 "${pkgdir}/usr/share/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm "${pkgdir}/usr/share/${pkgname}/LICENSE"
sed -i 's/Exec="\/opt\/Mist\/mist"/Exec="\/usr\/bin\/mist"/' "${pkgdir}/usr/share/applications/mist.desktop";
+ sed -i 's/Categories=WebBrowser/Categories=Network;WebBrowser;/' "${pkgdir}/usr/share/applications/mist.desktop";
msg2 'Installing Libnode...'
install -d "${pkgdir}/usr/lib"
diff --git a/icon.png b/icon.png
deleted file mode 100644
index 36799d45ca1a..000000000000
--- a/icon.png
+++ /dev/null
Binary files differ
diff --git a/mist.desktop b/mist.desktop
deleted file mode 100644
index 104a12d4ebb9..000000000000
--- a/mist.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.1
-Name=Mist Browser
-Comment=Ethereum wallet for Ether accounts, wallets and smart contracts, including Mist browser
-Path=/usr/share/mist
-Exec=/usr/bin/mist
-Icon=/usr/share/mist/icon.png
-Terminal=false
-Categories=Internet;Other;