[arch-commits] Commit in wire-desktop/repos/community-any (4 files)
Maxim Baz
maximbaz at archlinux.org
Wed Aug 5 09:08:54 UTC 2020
Date: Wednesday, August 5, 2020 @ 09:08:53
Author: maximbaz
Revision: 669163
archrelease: copy trunk to community-any
Added:
wire-desktop/repos/community-any/PKGBUILD
(from rev 669162, wire-desktop/trunk/PKGBUILD)
wire-desktop/repos/community-any/wire-desktop.desktop
(from rev 669162, wire-desktop/trunk/wire-desktop.desktop)
Deleted:
wire-desktop/repos/community-any/PKGBUILD
wire-desktop/repos/community-any/wire-desktop.desktop
----------------------+
PKGBUILD | 111 +++++++++++++++++++++++--------------------------
wire-desktop.desktop | 26 +++++------
2 files changed, 67 insertions(+), 70 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-05 09:08:48 UTC (rev 669162)
+++ PKGBUILD 2020-08-05 09:08:53 UTC (rev 669163)
@@ -1,57 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Conor Anderson <conor at conr.ca>
-
-pkgname=wire-desktop
-pkgver=3.18.2925
-pkgrel=1
-pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and video conferences'
-arch=('any')
-url='https://wire.com/'
-license=('GPL3')
-depends=('electron6' 'xdg-utils')
-makedepends=('git' 'npm' 'yarn')
-optdepends=('emoji-font: colorful emoji')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz"
- "${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgver}.tar.gz.sig"
- "${pkgname}.desktop")
-sha256sums=('099b17d7007c945d9e2c73c844fac132f8d6af3ab27ed19ac17009462f5cf48e'
- 'SKIP'
- '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
-validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
-
-prepare() {
- # Create launcher script
- cat << EOF > "${pkgname}"
-#!/usr/bin/env sh
-
-electron6 "/usr/lib/${pkgname}" "\$@"
-EOF
-}
-
-build() {
- cd "${pkgname}-linux-${pkgver}"
-
- git init
- git -c user.name='FIXME' -c user.email='FIXME' commit --allow-empty -m "FIXME"
-
- yarn
- BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn build:linux
-}
-
-package() {
- # Place files
- install -d "${pkgdir}/usr/lib/${pkgname}"
- cp -a "${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json} "${pkgdir}/usr/lib/${pkgname}"
-
- # Place launcher script
- install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-
- # Place desktop entry and icon
- desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" "${pkgname}.desktop"
- local res
- for res in 32x32 256x256; do
- install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" "${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
- done
-}
-
-# vim:set ts=4 sw=4 et:
Copied: wire-desktop/repos/community-any/PKGBUILD (from rev 669162, wire-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-05 09:08:53 UTC (rev 669163)
@@ -0,0 +1,54 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Conor Anderson <conor at conr.ca>
+
+pkgname=wire-desktop
+pkgver=3.19.2928
+pkgrel=1
+pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and video conferences'
+arch=('any')
+url='https://wire.com/'
+license=('GPL3')
+depends=('electron' 'xdg-utils')
+makedepends=('git' 'npm' 'yarn')
+optdepends=('emoji-font: colorful emoji')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz"
+ "${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig"
+ "${pkgname}.desktop")
+sha256sums=('c019496117ec6fb9eb55fda5ee0349234d8bda3abe61df91cceac6b6205e9005'
+ 'SKIP'
+ '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
+validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
+
+prepare() {
+ # Create launcher script
+ cat << EOF > "${pkgname}"
+#!/usr/bin/env sh
+
+electron "/usr/lib/${pkgname}" "\$@"
+EOF
+}
+
+build() {
+ cd "${pkgname}-linux-${pkgver}"
+
+ yarn
+ BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn build:linux
+}
+
+package() {
+ # Place files
+ install -d "${pkgdir}/usr/lib/${pkgname}"
+ cp -a "${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json} "${pkgdir}/usr/lib/${pkgname}"
+
+ # Place launcher script
+ install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+
+ # Place desktop entry and icon
+ desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" "${pkgname}.desktop"
+ local res
+ for res in 32x32 256x256; do
+ install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" "${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
+ done
+}
+
+# vim:set ts=4 sw=4 et:
Deleted: wire-desktop.desktop
===================================================================
--- wire-desktop.desktop 2020-08-05 09:08:48 UTC (rev 669162)
+++ wire-desktop.desktop 2020-08-05 09:08:53 UTC (rev 669163)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Name=Wire
-Comment=The most secure collaboration platform.
-Exec=wire-desktop %U
-Terminal=false
-Type=Application
-Icon=wire-desktop
-StartupWMClass=Wire
-Categories=Network;
-GenericName=Secure messenger
-Keywords=chat;encrypt;e2e;messenger;videocall
-MimeType=x-scheme-handler/wire
-Version=1.1
Copied: wire-desktop/repos/community-any/wire-desktop.desktop (from rev 669162, wire-desktop/trunk/wire-desktop.desktop)
===================================================================
--- wire-desktop.desktop (rev 0)
+++ wire-desktop.desktop 2020-08-05 09:08:53 UTC (rev 669163)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Wire
+Comment=The most secure collaboration platform.
+Exec=wire-desktop %U
+Terminal=false
+Type=Application
+Icon=wire-desktop
+StartupWMClass=Wire
+Categories=Network;
+GenericName=Secure messenger
+Keywords=chat;encrypt;e2e;messenger;videocall
+MimeType=x-scheme-handler/wire
+Version=1.1
More information about the arch-commits
mailing list