summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Arrufat2017-03-05 21:30:39 +0100
committerAdrià Arrufat2017-03-05 21:30:39 +0100
commitf4f2006241675f9d2a4d31c708644ddab13411e0 (patch)
treec44b36bc819ddc3accb8cbe80e55016ca60955f6
parentb84cf36946b33eed78276540c0e41ec9a4b8eeb6 (diff)
downloadaur-f4f2006241675f9d2a4d31c708644ddab13411e0.tar.gz
install icon
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958cdbee53b6..e15925b242d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 16:33:40 UTC 2017
+# Sun Mar 5 20:30:28 UTC 2017
pkgbase = coax-git
pkgdesc = A (barely working) native Wire client for Unix
- pkgver = 0.0.0+20170227+34+ge2979a1
+ pkgver = 0.0.0+20170305+50+g7f8abe3
pkgrel = 1
url = https://github.com/wireapp/coax
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b699cf7e65e4..49ec76ecc6b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrià Arrufat <adria.arrufat+AUR AT protonmail DOT ch>
pkgname=coax-git
-pkgver=0.0.0+20170303+48+gd00254a
+pkgver=0.0.0+20170305+50+g7f8abe3
pkgrel=1
pkgdesc="A (barely working) native Wire client for Unix"
arch=('i686' 'x86_64')
@@ -27,9 +27,10 @@ build() {
package() {
cd "coax/coax-gtk"
- cargo install --root=$pkgdir/usr
+ cargo install --force --features=prod --root=$pkgdir/usr
install -Dm644 src/gtk/coax.desktop $pkgdir/usr/share/applications/coax.desktop
sed -i $pkgdir/usr/share/applications/coax.desktop -e 's/@bindir@/\/usr\/bin/'
+ install -Dm644 src/gtk/coax.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/coax.svg
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/coax/COPYING"
rm $pkgdir/usr/.crates.toml
}