summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuglloc2015-08-06 11:37:00 +0200
committerBuglloc2015-08-06 11:37:00 +0200
commit620cd9a929cfcff7fa32fa68700c0a32edc790cd (patch)
treee72fbeed43d564cfd34f0c5bc5aa806d3b2232b9
parentf42e0d0264b2dc5d93949cccf080cae846a5d19b (diff)
downloadaur-620cd9a929cfcff7fa32fa68700c0a32edc790cd.tar.gz
0.1.28.31
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
-rw-r--r--brick.install4
3 files changed, 17 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2afb8e729b73..381b54cbd2ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brick
pkgdesc = Unofficial Bitrix24 messenger client
- pkgver = 0.1.27.31
- pkgrel = 1
+ pkgver = 0.1.28.31
+ pkgrel = 2
url = https://github.com/buglloc/brick
install = brick.install
arch = i686
@@ -18,11 +18,11 @@ pkgbase = brick
depends = gtk2
depends = libnotify
depends = nss
- conflicts = brick-unity
+ optdepends = libappindicator-gtk2: modern system indicator support for KDE5, Cinnamon, Unity, etc
conflicts = brick-git
- conflicts = brick-unity-git
- source = https://github.com/buglloc/brick/archive/v0.1.27.31.tar.gz
- sha256sums = 92f726ca4ea3ea25c775f990717df386bd5ee5edb7f48cae9c7b94864528ddd5
+ conflicts = mesa-demos
+ source = https://github.com/buglloc/brick/archive/v0.1.28.31.tar.gz
+ sha256sums = 2761b7277ce51630cc5e032af4786b9cf5eae710ca74d79e700f4ef23348a032
source_i686 = https://github.com/buglloc/cef-builds/raw/79c6f03ac3d4eb3332d6c374d9a9cb0fa3be742b/libs/cef-i686.tar.gz
sha256sums_i686 = 134454435e24ecae8be9430cb36e2a6095f780443e2e09ac05a4e41beb85d253
diff --git a/PKGBUILD b/PKGBUILD
index c2d2b715abe8..a91d24e76659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Andrew Krasichkov <buglloc _ at _ yandex _ dot _ru>
pkgname=brick
-pkgver=0.1.27.31
-pkgrel=1
+pkgver=0.1.28.31
+pkgrel=2
pkgdesc="Unofficial Bitrix24 messenger client"
arch=('i686' 'x86_64')
url="https://github.com/buglloc/brick"
license=("MIT")
depends=("alsa-lib" "desktop-file-utils" "gconf" "libxtst" "libxss" "xdg-utils" "gtk2" "libnotify" "nss")
-optdepends=()
-conflicts=("brick-unity" "brick-git" "brick-unity-git")
+optdepends=("libappindicator-gtk2: modern system indicator support for KDE5, Cinnamon, Unity, etc")
+conflicts=("brick-git" "mesa-demos")
makedepends=("p7zip" "cmake")
install=${pkgname}.install
source=("https://github.com/buglloc/brick/archive/v${pkgver}.tar.gz")
source_i686=("https://github.com/buglloc/cef-builds/raw/79c6f03ac3d4eb3332d6c374d9a9cb0fa3be742b/libs/cef-i686.tar.gz")
-sha256sums=("92f726ca4ea3ea25c775f990717df386bd5ee5edb7f48cae9c7b94864528ddd5")
+sha256sums=("2761b7277ce51630cc5e032af4786b9cf5eae710ca74d79e700f4ef23348a032")
sha256sums_i686=("134454435e24ecae8be9430cb36e2a6095f780443e2e09ac05a4e41beb85d253")
@@ -38,5 +38,7 @@ package() {
make install
install -dm755 "${pkgdir}/usr/bin"
rm -f "${pkgdir}/usr/bin/brick"
+ rm -f "${pkgdir}/usr/bin/brick-client"
ln -s /opt/brick/brick "${pkgdir}/usr/bin/brick"
+ ln -s /opt/brick/bin/brick-client "${pkgdir}/usr/bin/brick-client"
}
diff --git a/brick.install b/brick.install
index 69b302cf2828..180b4dea22c0 100644
--- a/brick.install
+++ b/brick.install
@@ -28,7 +28,11 @@ post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
desktop-file-install /opt/brick/brick.desktop
+ desktop-file-install /opt/brick/brick-client.desktop
update-desktop-database -q
+
+ chown root.root /opt/brick/bin/chrome-sandbox
+ chmod 4755 /opt/brick/bin/chrome-sandbox
}
post_upgrade() {