summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/printergui')
-rw-r--r--remote/modules/printergui/printergui.build25
-rw-r--r--remote/modules/printergui/printergui.conf9
-rw-r--r--remote/modules/printergui/printergui.conf.opensuse7
-rw-r--r--remote/modules/printergui/printergui.conf.ubuntu7
4 files changed, 0 insertions, 48 deletions
diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build
deleted file mode 100644
index 2ee49154..00000000
--- a/remote/modules/printergui/printergui.build
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-
-fetch_source() {
- git clone "${REQUIRED_GIT}" src
- cd src
- git checkout "$REQUIRED_COMMIT"
- cd ..
-}
-
-build() {
- local SRCDIR="${MODULE_DIR}/src/"
- local DESTDIR="$MODULE_BUILD_DIR/opt/openslx/cups"
-
- mkdir -p "$DESTDIR"
- cd "$DESTDIR" || perror "Could not cd to $DESTDIR!"
- pinfo "Running cmake"
- cmake "$SRCDIR/" || perror "'cmake' failed (e.g. not installed)."
- 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/printergui.conf b/remote/modules/printergui/printergui.conf
deleted file mode 100644
index 17203d3e..00000000
--- a/remote/modules/printergui/printergui.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-REQUIRED_GIT="git://git.openslx.org/openslx-ng/printergui.git"
-REQUIRED_COMMIT="HEAD"
-REQUIRED_BINARIES="
- printergui
- printpwgui
-"
-REQUIRED_SYSTEM_FILES="
-"
-
diff --git a/remote/modules/printergui/printergui.conf.opensuse b/remote/modules/printergui/printergui.conf.opensuse
deleted file mode 100644
index 2d4c7a95..00000000
--- a/remote/modules/printergui/printergui.conf.opensuse
+++ /dev/null
@@ -1,7 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
-cups-devel
-libqt4-devel
-"
-REQUIRED_CONTENT_PACKAGES="
-cups-devel
-"
diff --git a/remote/modules/printergui/printergui.conf.ubuntu b/remote/modules/printergui/printergui.conf.ubuntu
deleted file mode 100644
index 2f679912..00000000
--- a/remote/modules/printergui/printergui.conf.ubuntu
+++ /dev/null
@@ -1,7 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
-libcups2-dev
-libqt4-dev
-"
-REQUIRED_CONTENT_PACKAGES="
-libcups2-dev
-"