summaryrefslogtreecommitdiff
path: root/packages/icewm/icewm_1.2.30.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-16 20:49:32 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-16 20:49:32 +0000
commitbca3fadbbd1272719a5bb92b2effb3b7582997bd (patch)
tree28749643f90e73ab5916b1bbad9db59abb9ed4e9 /packages/icewm/icewm_1.2.30.bb
parentc33f385e0a9a5506a3335527bc3280d20b5fce1c (diff)
icewm: update to version 1.2.30
Diffstat (limited to 'packages/icewm/icewm_1.2.30.bb')
-rw-r--r--packages/icewm/icewm_1.2.30.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/icewm/icewm_1.2.30.bb b/packages/icewm/icewm_1.2.30.bb
new file mode 100644
index 0000000000..5266b0adb9
--- /dev/null
+++ b/packages/icewm/icewm_1.2.30.bb
@@ -0,0 +1,23 @@
+SECTION = "x11/wm"
+DESCRIPTION = "IceWM Window Manager"
+LICENSE = "GPL"
+DEPENDS = "virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft mkfontdir-native"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/icewm/icewm-${PV}.tar.gz \
+ file://makefile.patch;patch=1 \
+ file://configure.patch;patch=1"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-i18n --without-imlib --with-xpm --with-gnome-menus \
+ --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} \
+ --with-mkfontdir=${STAGING_DIR}/${BUILD_SYS}/bin/mkfontdir"
+
+pkg_postinst() {
+update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/icewm-session 10
+}
+
+pkg_postrm() {
+update-alternatives --remove x-window-manager /usr/bin/icewm-session
+}