Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark optional dependencies as such for packaging #128

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ depends=(
'gtk-engine-murrine'
'gtk-engines'
'polkit'
'parallel'
'optipng'
'librsvg'
'imagemagick'
'inkscape'
)
makedepends=(
'git'
Expand All @@ -55,6 +52,9 @@ optdepends=(
'xorg-xrdb: for the `xresources` theme'
'breeze-icons: more fallback icons'
'gksu: for applying Spotify theme from GUI without polkit'
'parallel: for Materia theme'
'optipng: for Materia theme'
'inkscape: for Materia theme'
)
options=(
'!strip'
Expand Down
3 changes: 2 additions & 1 deletion packaging/ubuntu/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Package: oomox
Version: 1.4.99-1~actionless~zesty
Architecture: all
Maintainer: Yauheni Kirylau <[email protected]>
Depends: python3-gi, libglib2.0-bin, libgdk-pixbuf2.0-dev, libxml2-utils, x11-xserver-utils, gir1.2-gtk-3.0, gir1.2-glib-2.0, gir1.2-pango-1.0, gir1.2-gdkpixbuf-2.0, gtk2-engines, gtk2-engines-murrine, gtk2-engines-pixbuf, bash, bc, sed, grep, parallel, sassc, imagemagick, optipng, librsvg2-bin, inkscape
Depends: python3-gi, libglib2.0-bin, libgdk-pixbuf2.0-dev, libxml2-utils, x11-xserver-utils, gir1.2-gtk-3.0, gir1.2-glib-2.0, gir1.2-pango-1.0, gir1.2-gdkpixbuf-2.0, gtk2-engines, gtk2-engines-murrine, gtk2-engines-pixbuf, bash, bc, sed, grep, sassc, imagemagick, librsvg2-bin
Recommends: parallel, optipng, inkscape
Suggests: breeze-icon-theme
Section: devel
Priority: optional
Expand Down