Skip to content

Commit

Permalink
added new Delta picons
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Sep 5, 2017
1 parent e578054 commit 35ef72c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
@@ -0,0 +1,8 @@
DESCRIPTION = "Delta Dark on While 220x132 picons"
MAINTAINER = "Smokey"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=3;endline=8;md5=17213e93942fd27819359eebdf0341b7"

require enigma2-plugin-picons-delta.inc

SRC_URI = "git://github.com/atom89/srp.220x132.dark-on-white-delta"
@@ -0,0 +1,15 @@
inherit gitpkgv allarch

PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"

FILES_${PN} = "picon"

S = "${WORKDIR}/git"

do_install() {
install -d ${D}/picon
cp ${S}/picons/* ${D}/picon/
}


2 comments on commit 35ef72c

@nickersk
Copy link
Contributor

@nickersk nickersk commented on 35ef72c Sep 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems there is a typo in filenames ... pcions + there is no SRCREV in reporefs.conf

@WanWizard
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, noticed, and fixed. My punishment for making quick last-minute updates. ;-)

Please sign in to comment.