summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond W. Ko2023-04-02 19:35:57 -0400
committerRaymond W. Ko2023-04-02 19:35:57 -0400
commit7af8c59ac66b3ef5141d46b276a97709aa1285d6 (patch)
treebed8a8635a68b83a87fccf6d2a8c4e31d233e534
parentdbfb7a026204b02506f261f874c94acbb1207ef9 (diff)
downloadaur-7af8c59ac66b3ef5141d46b276a97709aa1285d6.tar.gz
rename desktop file to use reverse DNS so that it works in Wayland
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--org.mozilla.thunderbird-beta-bin.desktop (renamed from thunderbird-beta-bin.desktop)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223c34af36d1..1262e0d4d8b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = thunderbird-beta-bin
provides = thunderbird=112.0b5
conflicts = thunderbird-beta
source = https://ftp.mozilla.org/pub/thunderbird/releases/112.0b5/linux-x86_64/en-US/thunderbird-112.0b5.tar.bz2
- source = thunderbird-beta-bin.desktop
+ source = org.mozilla.thunderbird-beta-bin.desktop
source = vendor.js
sha512sums = b76b3d00a05bfd2e359f2bb9fb3385205095fdcf86bd3de0c5742a9286113e81263a0a93899aa4d2fa2cbd79a3aa55b3457985a788942cf2009d0cd622d4c4e2
sha512sums = b42b4b86aa072dca7f9e401c1f0c593396cda45fe56326af997db4042549cf895f1f0682c0d007647cda5200f11c06cef13e006a5973eae2bfa31b86d4d32f79
diff --git a/PKGBUILD b/PKGBUILD
index 241b9776ee8d..0a6c3d8b66d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ provides=("thunderbird=$pkgver")
conflicts=('thunderbird-beta')
install=$pkgname.install
source=("https://ftp.mozilla.org/pub/thunderbird/releases/$pkgver/linux-x86_64/en-US/thunderbird-$pkgver.tar.bz2"
- 'thunderbird-beta-bin.desktop'
+ 'org.mozilla.thunderbird-beta-bin.desktop'
'vendor.js')
sha512sums=('b76b3d00a05bfd2e359f2bb9fb3385205095fdcf86bd3de0c5742a9286113e81263a0a93899aa4d2fa2cbd79a3aa55b3457985a788942cf2009d0cd622d4c4e2'
'b42b4b86aa072dca7f9e401c1f0c593396cda45fe56326af997db4042549cf895f1f0682c0d007647cda5200f11c06cef13e006a5973eae2bfa31b86d4d32f79'
@@ -59,7 +59,7 @@ pref("extensions.shownSelectionUI", true);
END
# Desktop
- install -m644 $pkgname.desktop "$pkgdir"/usr/share/applications/
+ install -m644 org.mozilla.thunderbird-beta-bin.desktop "$pkgdir"/usr/share/applications/
# Icons
for i in 16 22 24 32 48 256; do
diff --git a/thunderbird-beta-bin.desktop b/org.mozilla.thunderbird-beta-bin.desktop
index f15896ca8d9e..f15896ca8d9e 100644
--- a/thunderbird-beta-bin.desktop
+++ b/org.mozilla.thunderbird-beta-bin.desktop