xfce4: add nautilus-terminal

This commit is contained in:
Daniel Langbein 2022-05-29 15:07:50 +02:00
parent f5ba88d05f
commit 4632afcb18

View File

@ -2,7 +2,7 @@
_pkgname=xfce4 _pkgname=xfce4
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.1.5 pkgver=0.1.6
pkgrel=1 pkgrel=1
pkgdesc="XFCE4 with configuration" pkgdesc="XFCE4 with configuration"
arch=('any') arch=('any')
@ -76,6 +76,7 @@ depends+=(de-p1st-sddm-theme)
depends+=(nautilus) depends+=(nautilus)
depends+=(xdg-user-dirs) # nautilus new file templates depends+=(xdg-user-dirs) # nautilus new file templates
depends+=(python-nautilus) # e.g. Nextcloud integration depends+=(python-nautilus) # e.g. Nextcloud integration
depends+=(nautilus-terminal) # open/close terminal in current folder with `F4`
depends+=(libnotify cmark-gfm de-p1st-image-width-limit wkhtmltopdf) # md-to-pdf script depends on these packages depends+=(libnotify cmark-gfm de-p1st-image-width-limit wkhtmltopdf) # md-to-pdf script depends on these packages
# compression/archiving # compression/archiving