diff options
| author | Jonathan Bauer | 2013-07-29 17:03:37 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-29 17:03:37 +0200 |
| commit | 04facbf3b63d21d300167e3a39af71c418b4dbd2 (patch) | |
| tree | 0c6de4d48914cf59ac26c56005f25361fc2e007c | |
| parent | [pam] update configs (diff) | |
| download | tm-scripts-04facbf3b63d21d300167e3a39af71c418b4dbd2.tar.gz tm-scripts-04facbf3b63d21d300167e3a39af71c418b4dbd2.tar.xz tm-scripts-04facbf3b63d21d300167e3a39af71c418b4dbd2.zip | |
[plymouth] update config
| -rw-r--r-- | remote/modules/plymouth/plymouth.conf.opensuse | 7 | ||||
| -rw-r--r-- | remote/modules/plymouth/plymouth.conf.ubuntu | 7 | ||||
| -rw-r--r-- | remote/modules/plymouth/plymouth.conf.zypper | 14 |
3 files changed, 14 insertions, 14 deletions
diff --git a/remote/modules/plymouth/plymouth.conf.opensuse b/remote/modules/plymouth/plymouth.conf.opensuse new file mode 100644 index 00000000..034af2ad --- /dev/null +++ b/remote/modules/plymouth/plymouth.conf.opensuse @@ -0,0 +1,7 @@ +REQUIRED_INSTALLED_PACKAGES=" + libpng12-devel + pango-devel + cairo-devel + gtk2-devel + libdrm-devel +" diff --git a/remote/modules/plymouth/plymouth.conf.ubuntu b/remote/modules/plymouth/plymouth.conf.ubuntu new file mode 100644 index 00000000..0c6e00a4 --- /dev/null +++ b/remote/modules/plymouth/plymouth.conf.ubuntu @@ -0,0 +1,7 @@ +REQUIRED_INSTALLED_PACKAGES=" + libpng-dev + libpango1.0-dev + libcairo-dev + libgtk2.0-dev + libdrm-dev +" diff --git a/remote/modules/plymouth/plymouth.conf.zypper b/remote/modules/plymouth/plymouth.conf.zypper deleted file mode 100644 index ad9052e5..00000000 --- a/remote/modules/plymouth/plymouth.conf.zypper +++ /dev/null @@ -1,14 +0,0 @@ -VERSION=plymouth-0.8.6.1 -URL=http://www.freedesktop.org/software/plymouth/releases/${VERSION}.tar.bz2 -REQUIRED_INSTALLED_PACKAGES=" libpng12-devel - pango-devel - cairo-devel - gtk2-devel - libdrm-devel" -REQUIRED_BINARIES=" plymouth - plymouthd" -REQUIRED_DIRECTORIES=" /bin - /etc - /lib - /sbin - /var" |
