summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-04-07 18:45:12 +0200
committerAntoine Viallon2021-04-07 18:45:12 +0200
commit07b7a258101b816ca0fb94ee23f7bbf84ada24af (patch)
tree47ef0e07a7ab625e1caf96b6fb72fbb197eb28bf /PKGBUILD
parentcdd0f353b5c61a161a7e81feb4f6ae123fb4ebe4 (diff)
downloadaur-messenger-nativefier.tar.gz
Enhance .desktop file and set --internal-urls parameter (thanks to Matej Drobnic patch)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20af96d061d3..6315bcbad72f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,26 @@
-# Maintainer: Antoine Viallon <antoine.viallon@gmail.com>
+# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=messenger-nativefier
pkgdesc="Facebook Messenger built into a desktop app using electron nativefier."
pkgver=1.0
-pkgrel=2
+pkgrel=3
arch=('x86_64' 'i686' 'armv7h' 'pentium4')
url="https://messenger.com/"
license=('custom')
depends=('gtk3' 'libxss' 'nss')
makedepends=('imagemagick' 'nodejs-nativefier' 'unzip')
source=("${pkgname}.desktop")
-md5sums=('a0b09923587aa0ea868d912fffe5698c')
+md5sums=('fdbed13b4e0a24f7a92834b6211d56e0')
build() {
cd $srcdir
-# rm -Rf *
nativefier \
-p linux \
--name "Facebook Messenger" \
--verbose \
--single-instance \
+ --internal-urls www.messenger.com \
--tray \
https://messenger.com/
}