summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-01-20 00:21:15 -0600
committerHurricanePootis2024-01-20 00:21:15 -0600
commit43bb21e4496257619b28c85f229d5c457db497a5 (patch)
tree761fc9d8b4f6dbded4ea439444ce152447f68a44
parentb155a70a36bb314a0d772608c102d2b5441709c6 (diff)
downloadaur-43bb21e4496257619b28c85f229d5c457db497a5.tar.gz
Manually install tlpui.desktop
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2034fdb372c..519c08b8ce99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tlpui
pkgdesc = A GTK user interface for TLP written in Python
pkgver = 1.6.2
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/d4nj1/TLPUI
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d21aa4bd8cad..01467657837b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=tlpui
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="A GTK user interface for TLP written in Python"
arch=('any')
@@ -33,4 +33,7 @@ package() {
install -Dm644 "$pkgname/icons/themeable/hicolor/scalable/apps/$pkgname.svg" -t \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/"
+
+ install -Dm644 "$pkgname.desktop" \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
}