aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/dzen2/dzen2_svn.bb3
-rw-r--r--recipes/dzen2/files/Makefile4
-rw-r--r--recipes/dzen2/files/dzen-extras.tar.gzbin4522 -> 5082 bytes
3 files changed, 4 insertions, 3 deletions
diff --git a/recipes/dzen2/dzen2_svn.bb b/recipes/dzen2/dzen2_svn.bb
index 5ba54dd179..893a5778b2 100644
--- a/recipes/dzen2/dzen2_svn.bb
+++ b/recipes/dzen2/dzen2_svn.bb
@@ -1,10 +1,11 @@
DESCRIPTION = "dzen is a general purpose messaging, notification and menu program."
LICENSE = "MIT"
DEPENDS = "virtual/libx11 libxft"
+RDEPENDS = "ttf-dejavu-sans xrandr"
SRCREV = "271"
PV = "0.8.5+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "svn://dzen.googlecode.com/svn/;module=trunk;proto=http \
file://dzen-extras.tar.gz \
diff --git a/recipes/dzen2/files/Makefile b/recipes/dzen2/files/Makefile
index 47096da1d1..4e3525a176 100644
--- a/recipes/dzen2/files/Makefile
+++ b/recipes/dzen2/files/Makefile
@@ -44,8 +44,8 @@ install: all
@cp -f dzen-launcher ${DESTDIR}${PREFIX}/bin
@chmod 755 ${DESTDIR}${PREFIX}/bin/dzen-launcher
@echo installing scripts to ${DESTDIR}${PREFIX}/share/dzen
- @mkdir -p ${DESTDIR}${PREFIX}/share/dzen
- @cp -f scripts/* ${DESTDIR}${PREFIX}/share/dzen
+ @mkdir -p ${DESTDIR}${PREFIX}/share/dzen/scripts
+ @cp -f scripts/* ${DESTDIR}${PREFIX}/share/dzen/scripts
@echo installing images to ${DESTDIR}${PREFIX}/share/dzen/images
@mkdir -p ${DESTDIR}${PREFIX}/share/dzen/images
@cp -f images/* ${DESTDIR}${PREFIX}/share/dzen/images
diff --git a/recipes/dzen2/files/dzen-extras.tar.gz b/recipes/dzen2/files/dzen-extras.tar.gz
index 91a41c9b4f..d57171404a 100644
--- a/recipes/dzen2/files/dzen-extras.tar.gz
+++ b/recipes/dzen2/files/dzen-extras.tar.gz
Binary files differ