summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxappearance/lxappearance_0.6.2.bb
blob: 94c6581570237b67fc3a8a141cc686a294fdbd2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "LXDE GTK+ theme switcher"
HOMEPAGE = "http://lxde.org/"
SECTION = "x11"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

DEPENDS = "gtk+"

SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
SRC_URI[md5sum] = "21ee79c7686a80efddaa1b7928f51e21"
SRC_URI[sha256sum] = "4462136e01f991d4c546f23a8cf59a4092f88ecdff587597959f8062e2ea201f"

inherit autotools gettext pkgconfig

fakeroot do_fixup_ownership () {
    find ${WORKDIR}/package/usr/src -exec chown 0:0 {} \;
}

addtask do_fixup_ownership after do_package before do_packagedata