summaryrefslogtreecommitdiffstats
path: root/main/lxdm/APKBUILD
blob: 503d434e46dc5f433af845d655904974977eb1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=lxdm
pkgver=0.5.0
pkgrel=1
pkgdesc="LXDE desktop login manager"
url="http://wiki.lxde.org/en/LXDM"
license="GPL"
depends="bash"
makedepends="gtk+2.0-dev consolekit-dev autoconf automake libtool intltool"
install=
subpackages="$pkgname-lang"
source="http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
	execinfo.patch
	fix-msghdr-usage.patch
	background.png
	lxdm.initd
	index.theme.alpine"
arch="all"

_builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	cd "$_builddir"

	for i in $source; do
		case $i in
		*.patch)
			msg "Applying $i..."
			patch -s -p1 -N -i "$srcdir"/$i || return 1
			;;
		esac
	done
	libtoolize --force && aclocal && autoheader && autoconf \
		&& automake --add-missing || return 1
}

build() {
	cd "$_builddir"

	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/lxdm \
		--without-pam \
		--with-xconn=xcb \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" DATADIRNAME=share install
	
	sed -i -e "s:^greeter=.*:greeter=/usr/lib/lxdm/lxdm-greeter-gtk:" \
		"$pkgdir"/etc/lxdm/lxdm.conf

	install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname

	# Create our custom theme
	cp -a "$pkgdir"/usr/share/lxdm/themes/Industrial "$pkgdir"/usr/share/lxdm/themes/Alpine
	
	# Replace the default background with the Alpine default one
        sed -i 's/file="wave.svg"/file="background.png"/' "$pkgdir"/usr/share/lxdm/themes/Alpine/gtkrc
	sed -i 's/theme=Industrial/theme=Alpine/' "$pkgdir"/etc/lxdm/lxdm.conf

	# Install the Alpine theme index file
	install -m644 -D "$srcdir"/index.theme.alpine "$pkgdir"/usr/share/lxdm/themes/Alpine/index.theme
	
	# Install the custom Alpine background
	install -m644 -D "$srcdir"/background.png "$pkgdir"/usr/share/lxdm/themes/Alpine/background.png
}

md5sums="a51686720e606ca456d7f56ae4159d1f  lxdm-0.5.0.tar.xz
72ecfef17755c671963c11694bfc51b1  execinfo.patch
171e655121c7478d12f5ce268734b4af  fix-msghdr-usage.patch
a510afe725112947d16f6c1f0602effe  background.png
d6455d172d5d897f6bfcefe9a1a632c7  lxdm.initd
06ea32ef440375839851c4bc7caea004  index.theme.alpine"
sha256sums="6e876fe8cc52341f3f55c54517da1c6dcf794aa11caffbf5a929ded442a949d4  lxdm-0.5.0.tar.xz
d7cca99d05f6a47c01190e88bd895adc104ac465a5ded56cc20bc6ede2f3330d  execinfo.patch
3fb10dcbf096875ca66bd2fe74c846caf2286f07953ac58aefd8d07fa7f8fa92  fix-msghdr-usage.patch
85c461814ff8ce3262badc51103b9a4802fbdda21dbe8160e536793224e83aa9  background.png
50b520ae187a71f002e5b246f1961c1ecfc3955681be94768f51ed78caa5ac65  lxdm.initd
223360ecc54cb829fe145dd06ea09b85ed052a08d4baba6517c0fa7ae2175f76  index.theme.alpine"
sha512sums="b25fe570699a94a41f294f20375adebdb5ac0f8f3911c45d2ecafa1c103b7b91353660d7b2ffd01468c5dc156f449a42dd391e795603999ebba6b8b41071d17f  lxdm-0.5.0.tar.xz
b66d47a3c026f84c76fb6ae0701ff69d2736a2c0fdf898191836c0c5e2b0d624c7a7846cd38596ee800fab53ebcd843c26779c56c0f655df1659ecc5b251b576  execinfo.patch
1eaf438e64901168a557d3e278de4dd7eb4e580594175a26f9c8d27bd8de2dae81467ebd3a96f0a4dfb5f19c2257ce1ee5608e753e8d9d53c2e4ba488f798b0e  fix-msghdr-usage.patch
89640deb308d4f4f22f664096992a99cc03eab39ca5caa690422611fb724c8f245795ae80260cf8b9cb75e3dddf7877ec3aa0670885e01530facc2628cf84ee0  background.png
2f456cfe46f51a1ac95a95b2a8fe5c166fb2991831368648e8e5912ce7c8fa1cea29c569a588c1d7bc4760fea87d8d7e2ee4d192e12a0b1ddf785a0c18478300  lxdm.initd
1374daa94bde0fb71056cebc8524da32b57c241a8af97501daa930c43dc087aa3fec2d79f10ceab5a73a4dcf9cce478fb77575d7019cafd54ad9731c9e9dd55f  index.theme.alpine"