diff options
| author | Jonathan Bauer | 2014-07-04 15:03:06 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-04 15:03:06 +0200 |
| commit | ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070 (patch) | |
| tree | b795ae29a9cd5c0f41abada05aa99a5105d6a2e0 /remote/modules/printergui | |
| parent | [xdg] make sure xdg-user-dirs-update is disabled (diff) | |
| parent | Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.gz tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.xz tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/printergui')
| -rw-r--r-- | remote/modules/printergui/module.conf | 2 | ||||
| -rw-r--r-- | remote/modules/printergui/module.conf.fedora | 5 | ||||
| -rw-r--r-- | remote/modules/printergui/module.conf.opensuse | 8 | ||||
| -rw-r--r-- | remote/modules/printergui/module.conf.ubuntu | 4 |
4 files changed, 9 insertions, 10 deletions
diff --git a/remote/modules/printergui/module.conf b/remote/modules/printergui/module.conf index 17203d3e..39e64b16 100644 --- a/remote/modules/printergui/module.conf +++ b/remote/modules/printergui/module.conf @@ -4,6 +4,4 @@ REQUIRED_BINARIES=" printergui printpwgui " -REQUIRED_SYSTEM_FILES=" -" diff --git a/remote/modules/printergui/module.conf.fedora b/remote/modules/printergui/module.conf.fedora new file mode 100644 index 00000000..f1f55014 --- /dev/null +++ b/remote/modules/printergui/module.conf.fedora @@ -0,0 +1,5 @@ +REQUIRED_INSTALLED_PACKAGES=" + cups-devel + qt-devel +" + diff --git a/remote/modules/printergui/module.conf.opensuse b/remote/modules/printergui/module.conf.opensuse index 2d4c7a95..478d0a71 100644 --- a/remote/modules/printergui/module.conf.opensuse +++ b/remote/modules/printergui/module.conf.opensuse @@ -1,7 +1,5 @@ REQUIRED_INSTALLED_PACKAGES=" -cups-devel -libqt4-devel -" -REQUIRED_CONTENT_PACKAGES=" -cups-devel + cups-devel + libqt4-devel " + diff --git a/remote/modules/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu index 54123003..73c89910 100644 --- a/remote/modules/printergui/module.conf.ubuntu +++ b/remote/modules/printergui/module.conf.ubuntu @@ -2,6 +2,4 @@ REQUIRED_INSTALLED_PACKAGES=" libcups2-dev libqt4-dev " -REQUIRED_CONTENT_PACKAGES=" - libcups2-dev -" + |
