mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
update md-to-pdf
This commit is contained in:
parent
aa83838034
commit
3ed03bf1a9
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -289,3 +289,6 @@
|
|||||||
[submodule "pkg/nodejs-markdown-toc"]
|
[submodule "pkg/nodejs-markdown-toc"]
|
||||||
path = pkg/nodejs-markdown-toc
|
path = pkg/nodejs-markdown-toc
|
||||||
url = https://aur.archlinux.org/nodejs-markdown-toc.git
|
url = https://aur.archlinux.org/nodejs-markdown-toc.git
|
||||||
|
[submodule "pkg/de-p1st-image-width-limit"]
|
||||||
|
path = pkg/de-p1st-image-width-limit
|
||||||
|
url = https://codeberg.org/privacy1st/image-width-limit.git
|
||||||
|
@ -56,7 +56,7 @@ They were added in the following manner:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
AUR_PKG=xml2
|
AUR_PKG=xml2
|
||||||
git submodule add "https://aur.archlinux.org/${AUR_PKG}.git" pkg/"${AUR_PKG}"
|
git submodule add "https://codeberg.org/privacy1st/image-width-limit.git" pkg/de-p1st-image-width-limit
|
||||||
# echo "Add ${AUR_PKG} to 'build-pkg/pkglist-AUR.txt'. Each line represents one build stage."
|
# echo "Add ${AUR_PKG} to 'build-pkg/pkglist-AUR.txt'. Each line represents one build stage."
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
de-p1st-signal-desktop de-p1st-docker de-p1st-zoom de-p1st-rotate de-p1st-locale de-p1st-systemd de-p1st-sudo de-p1st-screen de-p1st-htop de-p1st-pacman de-p1st-pacman-mirrorlist de-p1st-networkmanager de-p1st-ucode-placeholder de-p1st-ucode-intel de-p1st-ucode-amd de-p1st-nano de-p1st-mkinitcpio de-p1st-makepkg de-p1st-grub de-p1st-font de-p1st-keyboard-de de-p1st-keyboard-x11-de de-p1st-gnupg de-p1st-redshift de-p1st-theme de-p1st-sddm-autologin-placeholder de-p1st-sddm-autologin-yoda de-p1st-sddm-theme-default de-p1st-sddm-theme-nordic de-p1st-gpu-generic de-p1st-gpu-amdgpu de-p1st-installer de-p1st-repo de-p1st-ssh-key-placeholder de-p1st-ssh-key-yoda
|
de-p1st-image-width-limit de-p1st-signal-desktop de-p1st-docker de-p1st-zoom de-p1st-rotate de-p1st-locale de-p1st-systemd de-p1st-sudo de-p1st-screen de-p1st-htop de-p1st-pacman de-p1st-pacman-mirrorlist de-p1st-networkmanager de-p1st-ucode-placeholder de-p1st-ucode-intel de-p1st-ucode-amd de-p1st-nano de-p1st-mkinitcpio de-p1st-makepkg de-p1st-grub de-p1st-font de-p1st-keyboard-de de-p1st-keyboard-x11-de de-p1st-gnupg de-p1st-redshift de-p1st-theme de-p1st-sddm-autologin-placeholder de-p1st-sddm-autologin-yoda de-p1st-sddm-theme-default de-p1st-sddm-theme-nordic de-p1st-gpu-generic de-p1st-gpu-amdgpu de-p1st-installer de-p1st-repo de-p1st-ssh-key-placeholder de-p1st-ssh-key-yoda
|
||||||
de-p1st-smartcard de-p1st-kernel-default de-p1st-kernel-lts de-p1st-dns de-p1st-ssh
|
de-p1st-smartcard de-p1st-kernel-default de-p1st-kernel-lts de-p1st-dns de-p1st-ssh
|
||||||
de-p1st-base
|
de-p1st-base
|
||||||
de-p1st-xfce4
|
de-p1st-xfce4
|
||||||
|
1
pkg/de-p1st-image-width-limit
Submodule
1
pkg/de-p1st-image-width-limit
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit fc193738a41339c61b08617a008aab8de9ca20a0
|
@ -2,7 +2,7 @@
|
|||||||
_pkgname=xfce4
|
_pkgname=xfce4
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.1.3
|
pkgver=0.1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XFCE4 with configuration"
|
pkgdesc="XFCE4 with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -76,7 +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+=(ungoogled-chromium cmark-gfm) # md-to-pdf script depends on these two packages
|
depends+=(notify-send cmark-gfm de-p1st-image-width-limit wkhtmltopdf) # md-to-pdf script depends on these 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
|
||||||
|
Loading…
Reference in New Issue
Block a user