mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
ad40e4c795
commit
8498659089
@ -3,7 +3,7 @@ _pkgname=xfce4
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="XFCE4 with configuration"
|
||||
arch=('any')
|
||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
@ -65,15 +65,15 @@ depends+=(de-p1st-sddm-theme)
|
||||
# ============== file manager: thunar and optional dependencies ==============
|
||||
|
||||
# Option1: thunar
|
||||
depends+=(thunar thunar-media-tags-plugin thunar-volman)
|
||||
depends+=(tumbler) # thunar thumbnail previews
|
||||
depends+=(gvfs) # for trash support, mounting with udisk and remote filesystems (e.g. webdav)
|
||||
#depends+=(thunar thunar-media-tags-plugin thunar-volman)
|
||||
#depends+=(tumbler) # thunar thumbnail previews
|
||||
#depends+=(gvfs) # for trash support, mounting with udisk and remote filesystems (e.g. webdav)
|
||||
#
|
||||
# Option2: nautilus (GNOME files)
|
||||
#depends+=(nautilus)
|
||||
#depends+=(xdg-user-dirs) # nautilus new file templates
|
||||
#depends+=(python-nautilus) # e.g. Nextcloud integration
|
||||
#depends+=(chromium cmark-gfm) # md-to-pdf script depends on these two packages
|
||||
depends+=(nautilus)
|
||||
depends+=(xdg-user-dirs) # nautilus new file templates
|
||||
depends+=(python-nautilus) # e.g. Nextcloud integration
|
||||
depends+=(chromium cmark-gfm) # md-to-pdf script depends on these two packages
|
||||
|
||||
# compression/archiving
|
||||
# -> https://docs.xfce.org/xfce/thunar/archive#supported_archive_managers
|
||||
@ -82,10 +82,10 @@ depends+=(gvfs) # for trash support, mounting with udisk and remote filesystems
|
||||
#depends+=(thunar-archive-plugin xarchiver p7zip unzip zip unrar)
|
||||
#
|
||||
# Option2: thunar and file-roller
|
||||
depends+=(thunar-archive-plugin file-roller p7zip unrar)
|
||||
#depends+=(thunar-archive-plugin file-roller p7zip unrar)
|
||||
#
|
||||
# Option3: nautilus and file-roller
|
||||
# TODO
|
||||
depends+=(file-roller)
|
||||
|
||||
# ============== audio ==============
|
||||
# pulseaudio - base
|
||||
@ -120,7 +120,6 @@ optdepends+=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys')
|
||||
|
||||
build() {
|
||||
# copy nautilus script
|
||||
echo "DEBUG"; ls md-to-pdf; # TODO
|
||||
cp md-to-pdf/md-to-pdf "${_reponame}/pkg/${pkgname}"/local/share/nautilus/scripts/md-to-pdf
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user