summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb1
-rw-r--r--meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb17
2 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 2bc638ca83..1b0ecd1c6f 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -482,6 +482,7 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\
482 libforms \ 482 libforms \
483 lxdm \ 483 lxdm \
484 numlockx \ 484 numlockx \
485 nyancat \
485 obconf \ 486 obconf \
486 openbox \ 487 openbox \
487 packagegroup-fonts-truetype \ 488 packagegroup-fonts-truetype \
diff --git a/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb
new file mode 100644
index 0000000000..7ba8f38a90
--- /dev/null
+++ b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Render a loop of the Nyan Cat / Poptart Cat animation"
2HOMEPAGE = "https://nyancat.dakko.us/"
3SECTION = "graphics"
4
5LICENSE = "NCSA"
6LIC_FILES_CHKSUM = "file://src/nyancat.c;beginline=27;endline=49;md5=285f7ac87da4a631f348800687d845bd"
7
8S = "${WORKDIR}/git"
9
10SRCREV = "5ffb6c5c03d0e9156db8f360599d4f0449bb16b9"
11SRC_URI = " \
12 git://github.com/klange/nyancat;protocol=https;branch=master \
13"
14
15do_install_append() {
16 install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN}
17}