summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchcrack2021-02-11 04:40:05 -0300
committerarchcrack2021-02-11 04:40:05 -0300
commit2cb6463995a1f568de49983153c8b1e2074ddd73 (patch)
tree2caa38a902f2f25a4470d2c16b7b1cdf078dbbe3
parent26b7e5aab1eed32c0a115642b054824170e2ada7 (diff)
downloadaur-2cb6463995a1f568de49983153c8b1e2074ddd73.tar.gz
v0.29.0: add desktop entry
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a343963ec11..16a39aa65787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm-git
pkgdesc = The KISS file manager: cli-based, ultra-lightweight, and lightning fast (development version)
- pkgver = 0.28.0.r1.gee56c24
+ pkgver = 0.29.0.r0.g5087704
pkgrel = 1
url = https://github.com/leo-arch/clifm
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5ce9223f7d3e..14221a50edd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clifm-git
_pkgname=clifm
-pkgver=0.28.0.r1.gee56c24
+pkgver=0.29.0.r0.g5087704
pkgrel=1
pkgdesc="The KISS file manager: cli-based, ultra-lightweight, and lightning fast (development version)"
arch=(any)
@@ -38,6 +38,7 @@ package() {
cd "$srcdir/$_pkgname"
install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
install -g 0 -o 0 -Dm644 manpage "$pkgdir/usr/share/man/man1/${_pkgname}.1"
- gzip "$pkgdir/usr/share/man/man1/$_pkgname.1"
+ gzip "$pkgdir/usr/share/man/man1/${_pkgname}.1"
+ install -g 0 -o 0 -Dm644 "${_pkgname}.desktop" "$pkgdir/usr/share/applications/${_pkgname}.desktop"
install -g 0 -o 0 -Dm644 "translations/spanish/${_pkgname}.mo" "$pkgdir/usr/share/locale/es/LC_MESSAGES/${_pkgname}.mo"
}