diff options
| author | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
| commit | 249e951ce236e3bbeb32b5a943215524a81f42f2 (patch) | |
| tree | e7538724066c4a0330f2e6588e956680613bff57 /remote/modules/idleaction | |
| parent | [consolekit] woops, delete old files (diff) | |
| download | tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip | |
woopsie, the return ;)
Diffstat (limited to 'remote/modules/idleaction')
| -rw-r--r-- | remote/modules/idleaction/idleaction.build | 16 | ||||
| -rw-r--r-- | remote/modules/idleaction/idleaction.conf | 4 | ||||
| -rw-r--r-- | remote/modules/idleaction/idleaction.conf.opensuse | 6 | ||||
| -rw-r--r-- | remote/modules/idleaction/idleaction.conf.ubuntu | 6 |
4 files changed, 0 insertions, 32 deletions
diff --git a/remote/modules/idleaction/idleaction.build b/remote/modules/idleaction/idleaction.build deleted file mode 100644 index 1b740aa1..00000000 --- a/remote/modules/idleaction/idleaction.build +++ /dev/null @@ -1,16 +0,0 @@ -fetch_source() { - : -} - -build() { - # We ship xprintidle's source as suse doesn't have it in one of the default repos - # and its just too tiny to do anything fancy like fetching source from somewhere - mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" - gcc -o "$MODULE_BUILD_DIR/opt/openslx/bin/xprintidle" "$MODULE_DIR/xprintidle.c" -lX11 -lXss -lXext \ - || perror "Compilation of xprintidle failed!" -} - -post_copy() { - : -} - diff --git a/remote/modules/idleaction/idleaction.conf b/remote/modules/idleaction/idleaction.conf deleted file mode 100644 index 1661735b..00000000 --- a/remote/modules/idleaction/idleaction.conf +++ /dev/null @@ -1,4 +0,0 @@ -REQUIRED_BINARIES=" - xprintidle -" - diff --git a/remote/modules/idleaction/idleaction.conf.opensuse b/remote/modules/idleaction/idleaction.conf.opensuse deleted file mode 100644 index d368cbd8..00000000 --- a/remote/modules/idleaction/idleaction.conf.opensuse +++ /dev/null @@ -1,6 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - libX11-devel - libXScrnSaver-devel - xorg-x11-proto-devel -" - diff --git a/remote/modules/idleaction/idleaction.conf.ubuntu b/remote/modules/idleaction/idleaction.conf.ubuntu deleted file mode 100644 index 0dad2e48..00000000 --- a/remote/modules/idleaction/idleaction.conf.ubuntu +++ /dev/null @@ -1,6 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - libx11-dev - libxss-dev - x11proto-scrnsaver-dev -" - |
