mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00:00
Use clearlooks as the default theme (and install it in oh-image), fix
rxvt .desktop category git-svn-id: https://svn.o-hand.com/repos/poky@98 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
|
||||||
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
DESCRIPTION = "Custom MB session files for poky"
|
DESCRIPTION = "Custom MB session files for poky"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
DEPENDS = "matchbox matchbox-applet-startup-monitor"
|
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base"
|
|||||||
# oh-task-base
|
# oh-task-base
|
||||||
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
|
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
|
||||||
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
||||||
PR = "r14"
|
PR = "r15"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
@@ -57,6 +57,7 @@ RDEPENDS_oh-task-base := "${oh-task-base} \
|
|||||||
gdk-pixbuf-loader-png \
|
gdk-pixbuf-loader-png \
|
||||||
gdk-pixbuf-loader-xpm \
|
gdk-pixbuf-loader-xpm \
|
||||||
gdk-pixbuf-loader-jpeg \
|
gdk-pixbuf-loader-jpeg \
|
||||||
|
gtk-theme-clearlooks \
|
||||||
tslib-calibrate \
|
tslib-calibrate \
|
||||||
tslib-tests \
|
tslib-tests \
|
||||||
pango-module-basic-x \
|
pango-module-basic-x \
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ Exec=/usr/bin/rxvt
|
|||||||
Icon=rxvt.png
|
Icon=rxvt.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Utilities
|
Categories=Utility
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user