Update octopi package split in PacmanGui
This commit is contained in:
parent
45d27f30e7
commit
24290ada04
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
. ./lib
|
||||
options=()
|
||||
options+=("octopi" "(AUR) (QT)" off)
|
||||
options+=("octopi-notifier" "(AUR) (QT)" off)
|
||||
options+=("octopi-cachecleaner" "(AUR) (QT)" off)
|
||||
options+=("octopi-repoeditor" "(AUR) (QT)" off)
|
||||
options+=("appset-qt" "(AUR) (QT)" off)
|
||||
options+=("pamac-aur" "(AUR) (GTK)" off)
|
||||
|
||||
|
@ -15,6 +18,9 @@ fi
|
|||
for itm in $sel; do
|
||||
case $itm in
|
||||
'"octopi"' | \
|
||||
'"octopi-notifier"' | \
|
||||
'"octopi-cachecleaner"' | \
|
||||
'"octopi-repoeditor"' | \
|
||||
'"appset-qt"' | \
|
||||
'"pamac-aur"')
|
||||
multilib="true"
|
||||
|
|
Loading…
Reference in a new issue