diff options
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/cups/module.conf | 1 | ||||
| -rw-r--r-- | remote/modules/cups/module.conf.ubuntu.14.04 | 4 | ||||
| -rw-r--r-- | remote/modules/printergui/module.build | 1 | ||||
| -rw-r--r-- | remote/modules/printergui/module.conf.ubuntu | 6 |
4 files changed, 9 insertions, 3 deletions
diff --git a/remote/modules/cups/module.conf b/remote/modules/cups/module.conf index 586e0d12..2b904358 100644 --- a/remote/modules/cups/module.conf +++ b/remote/modules/cups/module.conf @@ -1,6 +1,7 @@ REQUIRED_BINARIES=" cupsd foomatic-rip + gs " REQUIRED_DIRECTORIES=" /usr/lib/cups/ diff --git a/remote/modules/cups/module.conf.ubuntu.14.04 b/remote/modules/cups/module.conf.ubuntu.14.04 index a46e5d3d..23dcf226 100644 --- a/remote/modules/cups/module.conf.ubuntu.14.04 +++ b/remote/modules/cups/module.conf.ubuntu.14.04 @@ -3,10 +3,14 @@ REQUIRED_INSTALLED_PACKAGES=" cups-daemon cups-filters cups-core-drivers + cups-filters-core-drivers + ghostscript " REQUIRED_CONTENT_PACKAGES=" cups cups-daemon cups-filters cups-core-drivers + cups-filters-core-drivers + ghostscript " diff --git a/remote/modules/printergui/module.build b/remote/modules/printergui/module.build index 869e8716..4b1b663f 100644 --- a/remote/modules/printergui/module.build +++ b/remote/modules/printergui/module.build @@ -21,6 +21,7 @@ build() { pinfo "Running make" make || perror "'make' failed." chmod 0700 "$DESTDIR/printpwgui" # So picky cupsd won't drop privileges to lp + } post_copy() { : diff --git a/remote/modules/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu index 2f679912..54123003 100644 --- a/remote/modules/printergui/module.conf.ubuntu +++ b/remote/modules/printergui/module.conf.ubuntu @@ -1,7 +1,7 @@ REQUIRED_INSTALLED_PACKAGES=" -libcups2-dev -libqt4-dev + libcups2-dev + libqt4-dev " REQUIRED_CONTENT_PACKAGES=" -libcups2-dev + libcups2-dev " |
