makedeb
making dwm as beautiful as possible
Click here to go back to the commit logs for chadwm-git.
Hash: 41b1fc937edffb837686985194f4d759146f0f17
Message: created a seperate desktop file
diff --git a/.SRCINFO b/.SRCINFO
index 30fe3c1..0459b7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
pkgbase = chadwm-git
pkgdesc = making dwm as beautiful as possible
- pkgver = 1052021.09.10
+ pkgver = 1092021.09.14
pkgrel = 1
url = https://github.com/siduck76/chadwm
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c331686..01682a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=chadwm-git
_pkgname=chadwm
-pkgver=1052021.09.10
+pkgver=1092021.09.14
pkgrel=1
pkgdesc="making dwm as beautiful as possible"
arch=('any')
@@ -40,7 +40,5 @@ package() {
install -Dm755 "${srcdir}/${_pkgname}/.dwm/autostart" "${pkgdir}/usr/local/bin/dwm-autostart"
install -Dm755 "${srcdir}/${_pkgname}/.dwm/layoutmenu.sh" "${pkgdir}/usr/local/bin/layoutmenu.sh"
#install -Dm755 "${srcdir}/${_pkgname}/rofi/config.rasi" "${pkgdir}/$HOME/.config/rofi/config.rasi"
- install -d "${pkgdir}/usr/share/xsessions"
- touch "${pkgdir}/usr/share/xsessions/dwm.desktop"
- echo -e "[Desktop Entry]\nName=dwm\nComment=suckless build of dwm by siduck76\nExec=/usr/local/bin/dwm-autostart\nType=Application" > "${pkgdir}/usr/share/xsessions/dwm.desktop"
+ install -Dm644 "../../../dwm.desktop" "${pkgdir}/usr/share/xsessions/dwm.desktop"
}
diff --git a/dwm.desktop b/dwm.desktop
new file mode 100644
index 0000000..7e2e6b7
--- /dev/null
+++ b/dwm.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=dwm
+Comment=suckless build of dwm by siduck76
+Exec=/usr/local/bin/dwm-autostart
+Type=Application