* add di (disk info)
* add di to task-shr-feed
* this solves SHR bug #501
---
 conf/checksums.ini             |    4 ++++
 recipes/di/di_4.17.bb          |   17 +++++++++++++++++
 recipes/tasks/task-shr-feed.bb |    1 +
 3 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 recipes/di/di_4.17.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index e7b7070..9f497fb 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -5306,6 +5306,10 @@ 
sha256=eb20cb028176e52432a2b877b2e292100dc41b384e829bc9e6d4823075ed8188
 md5=dd627a121e43835bead3ffef5b1a72fd
 sha256=f435e14e1f54dc8792f4e655463d07f2bdbe6d8a8581bd62f5167334ab18bb87
 
+[http://www.gentoo.com/di/di-4.17.tar.gz]
+md5=be55b3a1693b318effa3db8d1c0243c1
+sha256=46e124670fb2b63cb7500a8b36b7856c15858cb35658263ddad4933935d5e210
+
 [ftp://ftp.gnome.org/pub/gnome/sources/dia/0.95/dia-0.95-pre3.tar.gz]
 md5=642f7e7d4c71dc144b60f51f9d65de62
 sha256=902da1b1e9d90dfda8aa1864846db8ad12386e7521fc9f8b18c8ba220dd0123a
diff --git a/recipes/di/di_4.17.bb b/recipes/di/di_4.17.bb
new file mode 100644
index 0000000..9b04df8
--- /dev/null
+++ b/recipes/di/di_4.17.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "di is a disk information utility, displaying everything (and 
more) that your df(1) command does. It features the ability to display your 
disk usage in whatever format you desire/prefer/are used to. It is designed to 
be portable across many platforms. "
+HOMEPAGE = "http://www.gentoo.com/di/";
+LICENSE = "MIT-style"
+SECTION = "base"
+DEPENDS = "perl-native"
+
+SRC_URI = "http://www.gentoo.com/di/di-${PV}.tar.gz";
+
+do_install() {
+       # install binary
+       install -d ${D}${bindir}
+       install -m 0755 ${S}/di ${D}${bindir}
+
+       # install manpage
+       install -d ${D}${mandir}/man1
+       install -m 0644 ${S}/di.1 ${D}${mandir}/man1
+}
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index 0af184a..0fc6d14 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -7,6 +7,7 @@ inherit task
 
 RDEPENDS_${PN} += "\
                babiloo-efl \
+               di \
                dictator \
                dosbox \
                enotes \
-- 
1.6.5.3

_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to