forked from extern/nix-config
PKGBUILDs: Merge tari-desktop with tari-core
Since the collective system is known as Tari, having individual parts for the pieces that work together to make the whole is not ideal. Now that I understand more about how Arch Linux works, if I ever needed to create a non-Tari operating system, I would just use pacman to install packages as needed, or modify this PKGBUILD to create a new meta package specific to that system.
This commit is contained in:
parent
20fb948b5e
commit
18972fdb81
36
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
36
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
@ -1,5 +1,5 @@
|
||||
pkgname=tari-core
|
||||
pkgver=0.4.0
|
||||
pkgver=0.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="My Arch Linux setup"
|
||||
arch=('any')
|
||||
@ -61,4 +61,36 @@ depends=(stow
|
||||
texlive-fontsextra
|
||||
texlive-latexextra
|
||||
texlive-bibtexextra
|
||||
minted)
|
||||
minted
|
||||
ttf-dejavu
|
||||
ttf-liberation
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
ttf-hack
|
||||
ttf-fira-mono
|
||||
ttf-font-awesome
|
||||
arc-solid-gtk-theme
|
||||
arc-kde
|
||||
papirus-icon-theme
|
||||
lxdm-gtk3
|
||||
xorg-xmodmap
|
||||
xorg-xwininfo
|
||||
xorg-xrandr
|
||||
xorg-xinit
|
||||
xdo
|
||||
xcape
|
||||
xdg-user-dirs
|
||||
alsa-utils
|
||||
mpv
|
||||
feh
|
||||
rofi
|
||||
kitty
|
||||
zathura
|
||||
zathura-djvu
|
||||
zathura-pdf-mupdf
|
||||
code
|
||||
bspwm
|
||||
sxhkd
|
||||
dunst
|
||||
compton)
|
||||
|
37
.archlinux/PKGBUILDs/tari-desktop/PKGBUILD
vendored
37
.archlinux/PKGBUILDs/tari-desktop/PKGBUILD
vendored
@ -1,37 +0,0 @@
|
||||
pkgname=tari-desktop
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Packages common to all my desktop setups, such as fonts."
|
||||
arch=('any')
|
||||
depends=(ttf-dejavu
|
||||
ttf-liberation
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
ttf-hack
|
||||
ttf-fira-mono
|
||||
ttf-font-awesome
|
||||
arc-solid-gtk-theme
|
||||
arc-kde
|
||||
papirus-icon-theme
|
||||
lxdm-gtk3
|
||||
xorg-xmodmap
|
||||
xorg-xwininfo
|
||||
xorg-xrandr
|
||||
xorg-xinit
|
||||
xdo
|
||||
xcape
|
||||
xdg-user-dirs
|
||||
alsa-utils
|
||||
mpv
|
||||
feh
|
||||
rofi
|
||||
kitty
|
||||
zathura
|
||||
zathura-djvu
|
||||
zathura-pdf-mupdf
|
||||
code
|
||||
bspwm
|
||||
sxhkd
|
||||
dunst
|
||||
compton)
|
Loading…
Reference in New Issue
Block a user