1
0
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:
Donovan Glover 2018-12-08 00:38:51 -05:00
parent 20fb948b5e
commit 18972fdb81
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 34 additions and 39 deletions

View File

@ -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)

View File

@ -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)