move xorg-meta to AUR

This commit is contained in:
Daniel Langbein 2021-06-16 18:27:54 +02:00
parent 1bb1ef52e6
commit 969132d7e7
6 changed files with 7 additions and 62 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "pkg/xournalpp-git"] [submodule "pkg/xournalpp-git"]
path = pkg/xournalpp-git path = pkg/xournalpp-git
url = https://aur.archlinux.org/xournalpp-git.git url = https://aur.archlinux.org/xournalpp-git.git
[submodule "pkg/xorg-meta"]
path = pkg/xorg-meta
url = https://aur.archlinux.org/xorg-meta.git

View File

@ -5,7 +5,7 @@
There are several AUR packages added as submodules inside [pkg](pkg): There are several AUR packages added as submodules inside [pkg](pkg):
```shell ```shell
AUR=(xournalpp-git qt-installer-framework riseup-vpn nordic-kde-git) AUR=(xorg-meta xournalpp-git qt-installer-framework riseup-vpn nordic-kde-git)
for pkg in "${AUR[@]}"; do for pkg in "${AUR[@]}"; do
git submodule add "https://aur.archlinux.org/${pkg}.git" pkg/"${pkg}" git submodule add "https://aur.archlinux.org/${pkg}.git" pkg/"${pkg}"

View File

@ -83,7 +83,7 @@ function main() {
else else
# Stage1 # Stage1
build-and-push xorg-meta 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 \ build-and-push xorg-meta 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 \
xournalpp-git qt-installer-framework nordic-kde-git \ xorg-meta xournalpp-git qt-installer-framework nordic-kde-git \
|| return $? || return $?
# Stage2 # Stage2
build-and-push de-p1st-smartcard de-p1st-kernel-default de-p1st-kernel-lts de-p1st-dns de-p1st-ssh \ build-and-push de-p1st-smartcard de-p1st-kernel-default de-p1st-kernel-lts de-p1st-dns de-p1st-ssh \

View File

@ -60,7 +60,7 @@ function main() {
# Stage1 # Stage1
build-and-push xorg-meta 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 \ build-and-push xorg-meta 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 \
xournalpp-git qt-installer-framework nordic-kde-git \ xorg-meta xournalpp-git qt-installer-framework nordic-kde-git \
|| return $? || return $?
# Stage2 # Stage2
build-and-push de-p1st-smartcard de-p1st-kernel-default de-p1st-kernel-lts de-p1st-dns de-p1st-ssh \ build-and-push de-p1st-smartcard de-p1st-kernel-default de-p1st-kernel-lts de-p1st-dns de-p1st-ssh \

1
pkg/xorg-meta Submodule

@ -0,0 +1 @@
Subproject commit 7070dad48c329a26b59c0ab4603ae4969b3eebea

View File

@ -1,59 +0,0 @@
# Maintainer: Daniel Langbein < daniel [ at ] systemli [ dot ] org >
pkgname="xorg-meta"
pkgver=0.0.1
pkgrel=1
pkgdesc="Meta package for installing the xorg group"
arch=('any')
license=('MIT')
depends=()
# xorg group
# pacman -Sg xorg | sed 's|^xorg |depends+=(|; s|$|)|'
depends+=(xf86-video-vesa)
depends+=(xorg-bdftopcf)
depends+=(xorg-docs)
depends+=(xorg-font-util)
depends+=(xorg-fonts-100dpi)
depends+=(xorg-fonts-75dpi)
depends+=(xorg-fonts-encodings)
depends+=(xorg-iceauth)
depends+=(xorg-mkfontscale)
depends+=(xorg-server)
depends+=(xorg-server-common)
depends+=(xorg-server-devel)
depends+=(xorg-server-xephyr)
depends+=(xorg-server-xnest)
depends+=(xorg-server-xvfb)
depends+=(xorg-sessreg)
depends+=(xorg-setxkbmap)
depends+=(xorg-smproxy)
depends+=(xorg-x11perf)
depends+=(xorg-xauth)
depends+=(xorg-xbacklight)
depends+=(xorg-xcmsdb)
depends+=(xorg-xcursorgen)
depends+=(xorg-xdpyinfo)
depends+=(xorg-xdriinfo)
depends+=(xorg-xev)
depends+=(xorg-xgamma)
depends+=(xorg-xhost)
depends+=(xorg-xinput)
depends+=(xorg-xkbcomp)
depends+=(xorg-xkbevd)
depends+=(xorg-xkbutils)
depends+=(xorg-xkill)
depends+=(xorg-xlsatoms)
depends+=(xorg-xlsclients)
depends+=(xorg-xmodmap)
depends+=(xorg-xpr)
depends+=(xorg-xprop)
depends+=(xorg-xrandr)
depends+=(xorg-xrdb)
depends+=(xorg-xrefresh)
depends+=(xorg-xset)
depends+=(xorg-xsetroot)
depends+=(xorg-xvinfo)
depends+=(xorg-xwayland)
depends+=(xorg-xwd)
depends+=(xorg-xwininfo)
depends+=(xorg-xwud)