Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 692499b

Browse files
authored
Compile oblogout during compilation (#981)
Oblogout was moved to the AUR, so it needs to be compiled along with other packages. Its dependencies were also added to the compilation list.
1 parent 716ffcb commit 692499b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

compile.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ prettify() {
7272
set_version() {
7373
# Label must be up to 11 chars long (incremental numbers)
7474
anarchy_iso_label="ANARCHY10"
75-
anarchy_iso_release="1.0.10"
75+
anarchy_iso_release="1.0.11"
7676
anarchy_iso_name="anarchy-${anarchy_iso_release}-x86_64.iso"
7777
}
7878

@@ -109,6 +109,9 @@ init() {
109109
'yay-bin'
110110
'openbox-themes'
111111
'arch-wiki-cli'
112+
'pygtk'
113+
'python2-distutils-extra'
114+
'oblogout'
112115
)
113116

114117
update_arch_iso
@@ -691,4 +694,4 @@ while (true); do
691694
esac
692695
done
693696

694-
# vim: ai:ts=4:sw=4:et
697+
# vim: ai:ts=4:sw=4:et

0 commit comments

Comments
 (0)