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/ldm | |
| 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/ldm')
| -rw-r--r-- | remote/modules/ldm/ldm.build | 34 | ||||
| -rw-r--r-- | remote/modules/ldm/ldm.conf | 8 |
2 files changed, 0 insertions, 42 deletions
diff --git a/remote/modules/ldm/ldm.build b/remote/modules/ldm/ldm.build deleted file mode 100644 index e88f0b08..00000000 --- a/remote/modules/ldm/ldm.build +++ /dev/null @@ -1,34 +0,0 @@ -#tool/distro specific functions for fetching, building and installing dependencies - -fetch_source () { - download_untar "$URL" "src/" -} - -build () { - cd "src/$VERSION" - pinfo "Running configure" - ./configure --prefix="/" --datarootdir="/usr/share" || perror "failed." - pinfo "Running make" - make || perror "failed." - pinfo "Running make install" - DESTDIR="${MODULE_BUILD_DIR}" make install || perror "failed." - - COPYLIST="list_dpkg_output" - - [ -e "$COPYLIST" ] && rm "$COPYLIST" - - list_packet_files >> "$COPYLIST" - tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" - - cd - -} - -post_copy() { - mkdir -p "${TARGET_BUILD_DIR}/var/lib/lightdm" - touch "${TARGET_BUILD_DIR}/var/lib/lightdm/.Xauthority" || perror "Cannot touch '${TARGET_BUILD_DIR}/var/lib/lightdm/.Xauthority'" - local LDMUID=$(add_user "lightdm") - local LDMGID=$(add_group "lightdm") - pinfo "lightdm user and group is $LDMUID $LDMGID" - chown -R "${LDMUID}:${LDMGID}" "${TARGET_BUILD_DIR}/var/lib/lightdm/" || perror "chowning '${TARGET_BUILD_DIR}/var/lib/lightdm/' failed." -} - diff --git a/remote/modules/ldm/ldm.conf b/remote/modules/ldm/ldm.conf deleted file mode 100644 index 74ab9450..00000000 --- a/remote/modules/ldm/ldm.conf +++ /dev/null @@ -1,8 +0,0 @@ -VERSION=lightdm-1.4.0 -URL=https://launchpad.net/lightdm/1.4/1.4.0/+download/lightdm-1.4.0.tar.gz -REQUIRED_INSTALLED_PACKAGES="libpam-dev itstool liblightdm-gobject-1-dev" -REQUIRED_CONTENT_PACKAGES="" -REQUIRED_BINARIES="dm-tool lightdm lightdm-set-defaults gdmflexiserver lightdm-guest-session-wrapper lightdm-set-defaults" -REQUIRED_DIRECTORIES="/etc /lib" -REQUIRED_FILES="" - |
