1
0
Fork 0

Commits vergleichen

..

6 Commits

10 geänderte Dateien mit 38 neuen und 11 gelöschten Zeilen

9
.gitmodules gevendort
Datei anzeigen

@ -181,3 +181,12 @@
[submodule "packages/ventoy"]
path = packages/ventoy
url = https://aur.archlinux.org/ventoy.git
[submodule "packages/vlc-plugin-ytdl-git"]
path = packages/vlc-plugin-ytdl-git
url = https://aur.archlinux.org/vlc-plugin-ytdl-git.git
[submodule "packages/qt5-webkit"]
path = packages/qt5-webkit
url = https://aur.archlinux.org/qt5-webkit.git
[submodule "packages/phantomjs"]
path = packages/phantomjs
url = https://aur.archlinux.org/phantomjs.git

Datei anzeigen

@ -1,8 +1,11 @@
#!/bin/zsh
while [ ! -z "$1" ] ; do
pkg="$1"
if [ -d "packages/${pkg}" ] ; then
echo "Packet ${pkg} existiert bereits"
exit 1
fi
else
git submodule add "https://aur.archlinux.org/${pkg}.git" "packages/${pkg}"
fi
./build_pkg.sh "$pkg"
shift
done

Datei anzeigen

@ -1,5 +1,13 @@
#!/usr/bin/awk -f
$1 ~ /^(|opt|make)depends(_x86_64)?$/ {
$1 ~ /^(make)?depends(_x86_64)?$/ {
if ($3 ~ /.+:/) {
print substr($3, 1, length($3)-1)
} else {
print $3
}
}
$1 ~ /^optdepends(_x86_64)?$/ {
if ($3 ~ /.+-doc:?/) {
next
}

Datei anzeigen

@ -9,6 +9,10 @@ SigLevel = Never
Server = https://gitea.sebastian-tobie.de/api/packages/packete/arch/aur/\$arch
SigLevel = Never
EOF
cat >>/etc/makepkg.conf <<EOF
MAKEFLAGS="-j12"
EOF
#cat /etc/pacman.conf
echo "Installiere Abhängigkeiten ${pkgs}"
pacman --noconfirm --needed -Syu git $pkgs

@ -1 +1 @@
Subproject commit 75443e84f49bb132a8eb6d3c871c885975ea1da1
Subproject commit 538d0411689ecf5e497f6a8488d5a96f2e6170b3

@ -1 +1 @@
Subproject commit 82cbb3c738e84ce561aec2ec4dc02c859fa5a60b
Subproject commit f2b69b018fa0806832aab458c91f128ca1b8fef2

1
packages/phantomjs Submodul

@ -0,0 +1 @@
Subproject commit 65330f453c0fadeaaef10bf5ab4f424f42c99f8b

1
packages/qt5-webkit Submodul

@ -0,0 +1 @@
Subproject commit 4d50de7e8675175802a2e169de55f927b8ac981a

@ -0,0 +1 @@
Subproject commit 748a808dafc1fd9414c372ea2874ed5e8a6e3c80

@ -1 +1 @@
Subproject commit 587383ae4332c970d5c5da1b455c7eead4d1cecd
Subproject commit ae00b7aa94ed8e09c69a8a776f731e6e4d7131be