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-dontpanic_git.bb | |
parent | c5563c00d67e73b3f2d06a229758bfcda6952dab (diff) |
shr-splash*: Different splash themes (from SHR)
Diffstat (limited to 'recipes/shr/shr-splash-theme-dontpanic_git.bb')
-rw-r--r-- | recipes/shr/shr-splash-theme-dontpanic_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/shr/shr-splash-theme-dontpanic_git.bb b/recipes/shr/shr-splash-theme-dontpanic_git.bb new file mode 100644 index 0000000000..4bf41fbd29 --- /dev/null +++ b/recipes/shr/shr-splash-theme-dontpanic_git.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "SHR splash screen - DON'T PANIC 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}" + +require shr-splash-theme.inc |