diff options
-rw-r--r-- | main/lxdm/APKBUILD | 10 | ||||
-rw-r--r-- | main/lxdm/background.png | bin | 0 -> 41607 bytes |
2 files changed, 9 insertions, 1 deletions
diff --git a/main/lxdm/APKBUILD b/main/lxdm/APKBUILD index 05f9931dc..56754a97e 100644 --- a/main/lxdm/APKBUILD +++ b/main/lxdm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=lxdm pkgver=0.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="LXDE desktop login manager" url="http://wiki.lxde.org/en/LXDM" license="GPL" @@ -10,6 +10,7 @@ depends="bash" makedepends="autoconf automake gtk+-dev consolekit-dev" install= source="http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz + background.png lxdm.initd lxdm-execinfo.patch lxdm-nopam.patch" @@ -29,11 +30,15 @@ prepare() { esac done + # Replace the default background with the Alpine default one + sed -i 's/file="wave.svg"/file="background.png"/' "$_builddir"/data/themes/Industrial/gtkrc + autoreconf } build() { cd "$_builddir" + ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ @@ -47,9 +52,12 @@ package() { make DESTDIR="$pkgdir" install install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname + # Install the custom Alpine background + install -m644 -D "$srcdir"/background.png "$pkgdir"/usr/share/lxdm/themes/Industrial/background.png } md5sums="1d0688e088edab7c3c563263eb2f9654 lxdm-0.3.0.tar.gz +50022ef35118455e23d4e4b8e2e912af background.png d6455d172d5d897f6bfcefe9a1a632c7 lxdm.initd 045da38f5bb183ccacc489ea7e50e927 lxdm-execinfo.patch 0d44e8cd97894fd680e3f09e680c3481 lxdm-nopam.patch" diff --git a/main/lxdm/background.png b/main/lxdm/background.png Binary files differnew file mode 100644 index 000000000..751998ef2 --- /dev/null +++ b/main/lxdm/background.png |