summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVáclav Kubernát2023-11-27 10:01:24 +0100
committerVáclav Kubernát2023-11-27 10:01:24 +0100
commit6229f9d76608b86efe2152d0eabc08dc5024c41b (patch)
tree669f4c2cc3fafcc6508315a6c405eabdceb52a60
parent80a851b5434148296328a4423a3b1ba2797c5e3e (diff)
downloadaur-lith-git.tar.gz
Change binary name in the desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9b856e57ed9..99da0928c77c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lith-git
pkgdesc = A multiplatform WeeChat relay client
pkgver = 1.7.1.r1.g77842ae
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LithApp/Lith
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7affc309a3b3..d70d0a6eb9ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Václav Kubernát <sir.venceslas@gmail.com>
pkgname=lith-git
pkgver=1.7.1.r1.g77842ae
-pkgrel=1
+pkgrel=2
pkgdesc='A multiplatform WeeChat relay client'
arch=('x86_64')
url='https://github.com/LithApp/Lith'
@@ -35,4 +35,5 @@ package() {
DESTDIR="$pkgdir" cmake --install "$srcdir/build"
# The executable has an uppercase L, I think it is sensible to change that to a lowercase l.
mv "$pkgdir/usr/bin/Lith" "$pkgdir/usr/bin/lith"
+ sed -i s/Exec=Lith/Exec=lith/ "$pkgdir/usr/share/applications/app.lith.Lith.desktop"
}