diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 13:59:02 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 14:18:20 +0000 |
commit | 4cee685cd690316111cbdc02043747b57fff40a7 (patch) | |
tree | b510095088c631150f4a55bf08b5130f647755f2 /recipes/shr/shr-splash-theme-simple_git.bb | |
parent | c5563c00d67e73b3f2d06a229758bfcda6952dab (diff) |
shr-splash*: Different splash themes (from SHR)
Diffstat (limited to 'recipes/shr/shr-splash-theme-simple_git.bb')
-rw-r--r-- | recipes/shr/shr-splash-theme-simple_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/shr/shr-splash-theme-simple_git.bb b/recipes/shr/shr-splash-theme-simple_git.bb new file mode 100644 index 0000000000..865e18fce7 --- /dev/null +++ b/recipes/shr/shr-splash-theme-simple_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "SHR splash screen - simple SHR theme" +SECTION = "x11/data" +LICENSE = "MIT BSD" +PV = "1.2-gitr${SRCREV}" +PR = "r6" + +SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" +S = "${WORKDIR}/git/shr-splash/${PN}" + +ALTERNATIVE_PRIORITY = 2 + +require shr-splash-theme.inc + |