Commits vergleichen
Keine gemeinsamen Commits. „cde4c792351b1acb47487be40406472a68b1d64f“ und „1f715eac5d80d8ac183f4fb9fc2938356ddb609c“ haben vollständig unterschiedliche Historien.
cde4c79235
...
1f715eac5d
10 geänderte Dateien mit 11 neuen und 38 gelöschten Zeilen
9
.gitmodules
gevendort
9
.gitmodules
gevendort
|
@ -181,12 +181,3 @@
|
|||
[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
|
||||
|
|
17
add_aur.sh
17
add_aur.sh
|
@ -1,11 +1,8 @@
|
|||
#!/bin/zsh
|
||||
while [ ! -z "$1" ] ; do
|
||||
pkg="$1"
|
||||
if [ -d "packages/${pkg}" ] ; then
|
||||
echo "Packet ${pkg} existiert bereits"
|
||||
else
|
||||
git submodule add "https://aur.archlinux.org/${pkg}.git" "packages/${pkg}"
|
||||
fi
|
||||
./build_pkg.sh "$pkg"
|
||||
shift
|
||||
done
|
||||
pkg="$1"
|
||||
if [ -d "packages/${pkg}" ] ; then
|
||||
echo "Packet ${pkg} existiert bereits"
|
||||
exit 1
|
||||
fi
|
||||
git submodule add "https://aur.archlinux.org/${pkg}.git" "packages/${pkg}"
|
||||
./build_pkg.sh "$pkg"
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
#!/usr/bin/awk -f
|
||||
$1 ~ /^(make)?depends(_x86_64)?$/ {
|
||||
if ($3 ~ /.+:/) {
|
||||
print substr($3, 1, length($3)-1)
|
||||
} else {
|
||||
print $3
|
||||
}
|
||||
}
|
||||
|
||||
$1 ~ /^optdepends(_x86_64)?$/ {
|
||||
$1 ~ /^(|opt|make)depends(_x86_64)?$/ {
|
||||
if ($3 ~ /.+-doc:?/) {
|
||||
next
|
||||
}
|
||||
|
|
|
@ -9,10 +9,6 @@ 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 538d0411689ecf5e497f6a8488d5a96f2e6170b3
|
||||
Subproject commit 75443e84f49bb132a8eb6d3c871c885975ea1da1
|
|
@ -1 +1 @@
|
|||
Subproject commit f2b69b018fa0806832aab458c91f128ca1b8fef2
|
||||
Subproject commit 82cbb3c738e84ce561aec2ec4dc02c859fa5a60b
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 65330f453c0fadeaaef10bf5ab4f424f42c99f8b
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4d50de7e8675175802a2e169de55f927b8ac981a
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 748a808dafc1fd9414c372ea2874ed5e8a6e3c80
|
|
@ -1 +1 @@
|
|||
Subproject commit ae00b7aa94ed8e09c69a8a776f731e6e4d7131be
|
||||
Subproject commit 587383ae4332c970d5c5da1b455c7eead4d1cecd
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren