summaryrefslogtreecommitdiffstats
path: root/remote/modules/openbox
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/openbox
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/openbox')
-rw-r--r--remote/modules/openbox/openbox.build36
-rw-r--r--remote/modules/openbox/openbox.conf11
-rw-r--r--remote/modules/openbox/openbox.conf.debian15
-rw-r--r--remote/modules/openbox/openbox.conf.opensuse13
-rw-r--r--remote/modules/openbox/openbox.conf.ubuntu15
-rw-r--r--remote/modules/openbox/openbox.conf.zypper11
6 files changed, 0 insertions, 101 deletions
diff --git a/remote/modules/openbox/openbox.build b/remote/modules/openbox/openbox.build
deleted file mode 100644
index 0cd6aaad..00000000
--- a/remote/modules/openbox/openbox.build
+++ /dev/null
@@ -1,36 +0,0 @@
-fetch_source() {
- :
-}
-
-build() {
- COPYLIST="list_dpkg_output"
- [ -e "$COPYLIST" ] && rm "$COPYLIST"
-
- list_packet_files >> "$COPYLIST"
- # FIXME: Hack: openSUSE's rpm -ql lilsts non-existant pango.modules, which makes
- # tarcopy fail. We probably can't fix that, so remove it using grep....
- tarcopy "$(cat "$COPYLIST" | grep -v 'pango\.modules$' | sort -u)" "${MODULE_BUILD_DIR}"
-
- return 0
-}
-
-post_copy() {
- [ ! -d "$TARGET_BUILD_DIR/etc/pango" ] && mkdir -p "$TARGET_BUILD_DIR/etc/pango"
-
- # little Workaround, as under e.g. 64bit Suse the binary is called
- # pango-querymodules-64, not pango-querymodules.
- which pango-querymodules 2>/dev/null 1>&2
- ERR=$?
- if [[ "$ERR" -eq 0 ]]; then
- PANGO_QUERYMODULES_ARCH=pango-querymodules
- else
- which pango-querymodules-64 2>/dev/null 1>&2
- ERR=$?
- if [[ "$ERR" -eq 0 ]]; then
- PANGO_QUERYMODULES_ARCH=pango-querymodules-64
- else
- perror "Could not find either pango-querymodules or pango-querymodules-64!"
- fi
- fi
- $PANGO_QUERYMODULES_ARCH > "$TARGET_BUILD_DIR/etc/pango/pango.modules"
-}
diff --git a/remote/modules/openbox/openbox.conf b/remote/modules/openbox/openbox.conf
deleted file mode 100644
index 8a816b97..00000000
--- a/remote/modules/openbox/openbox.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-REQUIRED_BINARIES="
- openbox
- openbox-session
-"
-REQUIRED_FILES="
- /usr/share/xsessions/openbox.desktop
-"
-REQUIRED_DIRECTORIES="
- /etc
- /usr/share/themes/Clearlooks
-"
diff --git a/remote/modules/openbox/openbox.conf.debian b/remote/modules/openbox/openbox.conf.debian
deleted file mode 100644
index b10bd40d..00000000
--- a/remote/modules/openbox/openbox.conf.debian
+++ /dev/null
@@ -1,15 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- openbox
- libpango1.0-0
- libpango1.0-dev
- libdbus-1-dev
-"
-REQUIRED_CONTENT_PACKAGES="
- openbox
- libpango1.0-0
- libpango1.0-dev
- libdbus-1-dev
-"
-REQUIRED_DIRECTORIES+="
- /usr/lib
-"
diff --git a/remote/modules/openbox/openbox.conf.opensuse b/remote/modules/openbox/openbox.conf.opensuse
deleted file mode 100644
index c06a89b2..00000000
--- a/remote/modules/openbox/openbox.conf.opensuse
+++ /dev/null
@@ -1,13 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- openbox
- libpango-1_0-0
- pango-tools
-"
-REQUIRED_CONTENT_PACKAGES="
- openbox
- libpango-1_0-0
- pango-tools
-"
-REQUIRED_DIRECTORIES+="
- /usr/$LIB64
-"
diff --git a/remote/modules/openbox/openbox.conf.ubuntu b/remote/modules/openbox/openbox.conf.ubuntu
deleted file mode 100644
index b10bd40d..00000000
--- a/remote/modules/openbox/openbox.conf.ubuntu
+++ /dev/null
@@ -1,15 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- openbox
- libpango1.0-0
- libpango1.0-dev
- libdbus-1-dev
-"
-REQUIRED_CONTENT_PACKAGES="
- openbox
- libpango1.0-0
- libpango1.0-dev
- libdbus-1-dev
-"
-REQUIRED_DIRECTORIES+="
- /usr/lib
-"
diff --git a/remote/modules/openbox/openbox.conf.zypper b/remote/modules/openbox/openbox.conf.zypper
deleted file mode 100644
index 1d0b68c5..00000000
--- a/remote/modules/openbox/openbox.conf.zypper
+++ /dev/null
@@ -1,11 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES=" openbox
- libpango-1_0-0"
-REQUIRED_CONTENT_PACKAGES=" openbox
- libpango-1_0-0"
-REQUIRED_BINARIES=" openbox
- openbox-session"
-REQUIRED_FILES=" /usr/share/xsessions/openbox.desktop"
-REQUIRED_DIRECTORIES=" /etc
- /usr/$LIB64
- /usr/share/themes/Clearlooks"
-