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
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="XFCE4 with configuration"
|
pkgdesc="XFCE4 with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://codeberg.org/privacy1st/${_reponame}"
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
||||||
@ -65,15 +65,15 @@ depends+=(de-p1st-sddm-theme)
|
|||||||
# ============== file manager: thunar and optional dependencies ==============
|
# ============== file manager: thunar and optional dependencies ==============
|
||||||
|
|
||||||
# Option1: thunar
|
# Option1: thunar
|
||||||
depends+=(thunar thunar-media-tags-plugin thunar-volman)
|
#depends+=(thunar thunar-media-tags-plugin thunar-volman)
|
||||||
depends+=(tumbler) # thunar thumbnail previews
|
#depends+=(tumbler) # thunar thumbnail previews
|
||||||
depends+=(gvfs) # for trash support, mounting with udisk and remote filesystems (e.g. webdav)
|
#depends+=(gvfs) # for trash support, mounting with udisk and remote filesystems (e.g. webdav)
|
||||||
#
|
#
|
||||||
# Option2: nautilus (GNOME files)
|
# Option2: nautilus (GNOME files)
|
||||||
#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+=(chromium cmark-gfm) # md-to-pdf script depends on these two packages
|
depends+=(chromium cmark-gfm) # md-to-pdf script depends on these two packages
|
||||||
|
|
||||||
# compression/archiving
|
# compression/archiving
|
||||||
# -> https://docs.xfce.org/xfce/thunar/archive#supported_archive_managers
|
# -> 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)
|
#depends+=(thunar-archive-plugin xarchiver p7zip unzip zip unrar)
|
||||||
#
|
#
|
||||||
# Option2: thunar and file-roller
|
# 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
|
# Option3: nautilus and file-roller
|
||||||
# TODO
|
depends+=(file-roller)
|
||||||
|
|
||||||
# ============== audio ==============
|
# ============== audio ==============
|
||||||
# pulseaudio - base
|
# pulseaudio - base
|
||||||
@ -120,7 +120,6 @@ optdepends+=('seahorse: Manage the contents of GNOME Keyring; manage GPG keys')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
# copy nautilus script
|
# 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
|
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