summaryrefslogtreecommitdiff
path: root/recipes/calc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/calc')
-rw-r--r--recipes/calc/calc_0.0.2.bb23
-rw-r--r--recipes/calc/calc_git.bb27
2 files changed, 0 insertions, 50 deletions
diff --git a/recipes/calc/calc_0.0.2.bb b/recipes/calc/calc_0.0.2.bb
deleted file mode 100644
index 9f15a32ec1..0000000000
--- a/recipes/calc/calc_0.0.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "A simple calculator which is elementary-themed"
-HOMEPAGE = "http://github.com/spaetz/calc"
-AUTHOR = "Sebastian Spaeth <Sebastian@SSpaeth.de>"
-LICENSE = "MIT"
-RDEPENDS = "python-elementary python python-edbus"
-SECTION = "x11/application"
-PR = "r1"
-
-
-SRC_URI = "git://github.com/spaetz/calc.git;protocol=http;branch=master;tag=${PV}"
-S = "${WORKDIR}/git"
-
-do_install(){
- install -d ${D}${datadir}/applications
- install -m 0644 ${S}/data/elementary-calculator.desktop ${D}${datadir}/applications/
- install -d ${D}${datadir}/pixmaps
- install -m 0644 ${S}/data/calculator.png ${D}${datadir}/pixmaps/
- install -d ${D}${bindir}
- install -m 0744 ${S}/calc ${D}${bindir}/
-}
-
-FILES_${PN} += "${prefix}/share/pixmaps"
-FILES_${PN} += "${prefix}/share/applications"
diff --git a/recipes/calc/calc_git.bb b/recipes/calc/calc_git.bb
deleted file mode 100644
index e64bf655a4..0000000000
--- a/recipes/calc/calc_git.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "A dead simple calculator. It's advantage is that it's elementary-themed"
-HOMEPAGE = "http://github.com/spaetz/calc"
-AUTHOR = "Sebastian Spaeth <Sebastian@SSpaeth.de>"
-SHR_RELEASE ?= "shr"
-LICENSE = "MIT"
-RDEPENDS = "python-elementary python python-edbus"
-SECTION = "x11/application"
-SRCREV ?= "1c17792094eb"
-PV = "0.0.1+gitr${SRCPV}"
-PR = "r1"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "git://github.com/spaetz/calc.git;protocol=http;branch=master"
-S = "${WORKDIR}/git"
-
-do_install(){
- install -d ${D}${datadir}/applications
- install -m 0644 ${S}/data/elementary-calculator.desktop ${D}${datadir}/applications/
- install -d ${D}${datadir}/pixmaps
- install -m 0644 ${S}/data/calculator.png ${D}${datadir}/pixmaps/
- install -d ${D}${bindir}
- install -m 0744 ${S}/calc ${D}${bindir}/
-}
-
-FILES_${PN} += "${prefix}/share/pixmaps"
-FILES_${PN} += "${prefix}/share/applications"