Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
protonmail-bridge
Commits:
520e9f17 by Integral at 2024-10-10T23:51:56+08:00
Switch to upstream .desktop file
- - - - -
2 changed files:
- PKGBUILD
- − protonmail-bridge.desktop
Changes:
=====================================
PKGBUILD
=====================================
@@ -36,13 +36,11 @@ makedepends=(
options=(!lto)
source=(
"git+$url#tag=v$pkgver"
- "protonmail-bridge.desktop"
"protonmail-bridge.service"
"remove-vcpkg-dependency.patch"
"remove-failing-test.patch"
)
sha256sums=('14f08f3b2d01b0454979fd6a85b1cbcf3fa0864e272019653d86b75b6d7842ce'
- '404db600803b9be875365d84e0726c3f7aedceaf122a795ca2248ee9f005753b'
'd51fb6efde22354d84b894b979a685d06fcc9cf3040d999d1cd6ebf5242a5043'
'436a9a293424fb7d48a8fd61fff7d63985dec56d6170cd2fbae24fe03ef98136'
'c3a72d39a76abf3ee1567c5c44aac130fb327f4f5c93e426fef7ae3b4bf7f04f')
@@ -179,7 +177,7 @@ package_protonmail-bridge() {
cd "$_archive"
- install -Dm644 -t "$pkgdir/usr/share/applications"
"$srcdir/protonmail-bridge.desktop"
+ install -Dm644 -t "$pkgdir/usr/share/applications" dist/proton-bridge.desktop
install -Dm644 dist/bridge.svg
"$pkgdir/usr/share/icons/hicolor/scalable/apps/protonmail-bridge.svg"
# The "gui" bin is expected to be called "bridge-gui" but that's a too
=====================================
protonmail-bridge.desktop deleted
=====================================
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.5
-Name=ProtonMail Bridge
-Comment=The Bridge is an application that runs on your computer in the
background and seamlessly encrypts and decrypts your mail as it enters and
leaves your computer.
-Icon=/usr/share/icons/hicolor/scalable/apps/protonmail-bridge.svg
-Exec=/usr/bin/protonmail-bridge
-Terminal=false
-Categories=Email;Network
-StartupWMClass=protonmail-bridge
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/protonmail-bridge/-/commit/520e9f1721f261e78e056b74615c5036ccd6e0a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/protonmail-bridge/-/commit/520e9f1721f261e78e056b74615c5036ccd6e0a6
You're receiving this email because of your account on gitlab.archlinux.org.