Skip to content

Commit

Permalink
chore(packaging: arch: gui, icons-gnome-colors): add new optional dep…
Browse files Browse the repository at this point in the history
…, fix missing 'import random' plugin
  • Loading branch information
actionless committed Mar 17, 2020
1 parent e495c2c commit e8778da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/arch/PKGBUILD_gui
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ makedepends=(
)
optdepends=(
'themix-icons-gnome-colors: Icons Style plugin'
'themix-import-images: Import palettes from images'
'themix-theme-materia: Theme Style plugin'
'themix-theme-oomox: Theme Style plugin'
'xorg-xrdb: for the `xresources` theme'
Expand All @@ -40,7 +41,7 @@ package() {
_oomox_gui_dir=${_oomox_dir}/oomox_gui

cd "${srcdir}/oomox"
make DESTDIR="${pkgdir}" APPDIR="${_oomox_dir}" PREFIX="/usr" install_gui
make DESTDIR="${pkgdir}" APPDIR="${_oomox_dir}" PREFIX="/usr" install_gui install_import_random
python -O -m compileall ${pkgdir}${_oomox_gui_dir} -d ${_oomox_gui_dir}
}

Expand Down
1 change: 1 addition & 0 deletions packaging/arch/PKGBUILD_icons_gnome_colors
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ makedepends=(
)
optdepends=(
'themix-gui: GUI'
'breeze-icons: more fallback icons'
)
options=(
'!strip'
Expand Down

0 comments on commit e8778da

Please sign in to comment.