Initial import of matchbox-wm-0.8
This is the new window manager for Matchbox.
This commit is contained in:
parent
6571677c11
commit
7bafad4e15
4 changed files with 91 additions and 0 deletions
1
matchbox-wm/DESCR
Normal file
1
matchbox-wm/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This is the new window manager for Matchbox.
|
30
matchbox-wm/Makefile
Normal file
30
matchbox-wm/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/03/19 18:28:00 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= matchbox-window-manager-0.8
|
||||
CATEGORIES= wm
|
||||
MASTER_SITES= http://matchbox.handhelds.org/sources/matchbox-window-manager/0.8/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= xtraeme@NetBSD.org
|
||||
HOMEPAGE= http://matchbox.handhelds.org/sources/matchbox-window-manager/0.8/
|
||||
COMMENT= The Matchbox window manager
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
GCONF2_SCHEMAS+= matchbox.schemas
|
||||
|
||||
CONFIGURE_ARGS+= --enable-gconf
|
||||
CONFIGURE_ARGS+= --enable-expat
|
||||
CONFIGURE_ARGS+= --enable-message-wins
|
||||
CONFIGURE_ARGS+= --enable-startup-notification
|
||||
|
||||
.include "../../devel/GConf2/schemas.mk"
|
||||
.include "../../fonts/Xft2/buildlink3.mk"
|
||||
.include "../../textproc/expat/buildlink3.mk"
|
||||
.include "../../wip/libmatchbox/buildlink3.mk"
|
||||
.include "../../x11/startup-notification/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
56
matchbox-wm/PLIST
Normal file
56
matchbox-wm/PLIST
Normal file
|
@ -0,0 +1,56 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/19 18:28:00 xtraeme Exp $
|
||||
bin/matchbox-remote
|
||||
bin/matchbox-window-manager
|
||||
share/gconf/schemas/matchbox.schemas
|
||||
share/matchbox/kbdconfig
|
||||
share/matchbox/mbnoapp.xpm
|
||||
share/themes/blondie/matchbox/accept.png
|
||||
share/themes/blondie/matchbox/close-small.png
|
||||
share/themes/blondie/matchbox/close.png
|
||||
share/themes/blondie/matchbox/dialogbottomleft.png
|
||||
share/themes/blondie/matchbox/dialogbottomright.png
|
||||
share/themes/blondie/matchbox/dialogbottomtile.png
|
||||
share/themes/blondie/matchbox/dialogtopleft.png
|
||||
share/themes/blondie/matchbox/dialogtopleft2.png
|
||||
share/themes/blondie/matchbox/dialogtopright.png
|
||||
share/themes/blondie/matchbox/dialogtopright2.png
|
||||
share/themes/blondie/matchbox/dialogtoptile.png
|
||||
share/themes/blondie/matchbox/dialogtoptile2.png
|
||||
share/themes/blondie/matchbox/hide.png
|
||||
share/themes/blondie/matchbox/menu.png
|
||||
share/themes/blondie/matchbox/next.png
|
||||
share/themes/blondie/matchbox/prev.png
|
||||
share/themes/blondie/matchbox/que.png
|
||||
share/themes/blondie/matchbox/theme.desktop
|
||||
share/themes/blondie/matchbox/theme.xml
|
||||
share/themes/blondie/matchbox/titleleft.png
|
||||
share/themes/blondie/matchbox/titleright.png
|
||||
share/themes/blondie/matchbox/titlestrip.png
|
||||
share/themes/bluebox/matchbox/buttclosedown.xpm
|
||||
share/themes/bluebox/matchbox/buttcloseup.xpm
|
||||
share/themes/bluebox/matchbox/buttmenudown.xpm
|
||||
share/themes/bluebox/matchbox/buttmenuup.xpm
|
||||
share/themes/bluebox/matchbox/buttsmallclosedown.xpm
|
||||
share/themes/bluebox/matchbox/buttsmallcloseup.xpm
|
||||
share/themes/bluebox/matchbox/buttsmallmaxdown.xpm
|
||||
share/themes/bluebox/matchbox/buttsmallmaxup.xpm
|
||||
share/themes/bluebox/matchbox/buttsmallmindown.xpm
|
||||
share/themes/bluebox/matchbox/buttsmallminup.xpm
|
||||
share/themes/bluebox/matchbox/theme.desktop
|
||||
share/themes/bluebox/matchbox/theme.xml
|
||||
share/themes/bluebox/matchbox/titlebg.xpm
|
||||
share/themes/bluebox/matchbox/titleleft.xpm
|
||||
share/themes/bluebox/matchbox/titleright.xpm
|
||||
share/themes/borillo/matchbox/blank.png
|
||||
share/themes/borillo/matchbox/close.png
|
||||
share/themes/borillo/matchbox/minimise.png
|
||||
share/themes/borillo/matchbox/next.png
|
||||
share/themes/borillo/matchbox/prev.png
|
||||
share/themes/borillo/matchbox/theme.desktop
|
||||
share/themes/borillo/matchbox/theme.xml
|
||||
@dirrm share/themes/borillo/matchbox
|
||||
@dirrm share/themes/borillo
|
||||
@dirrm share/themes/bluebox/matchbox
|
||||
@dirrm share/themes/bluebox
|
||||
@dirrm share/themes/blondie/matchbox
|
||||
@dirrm share/themes/blondie
|
4
matchbox-wm/distinfo
Normal file
4
matchbox-wm/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/03/19 18:28:00 xtraeme Exp $
|
||||
|
||||
SHA1 (matchbox-window-manager-0.8.tar.bz2) = ffe1b5e0eb6e0e2ab470c4dbfc55b3a77b051fe4
|
||||
Size (matchbox-window-manager-0.8.tar.bz2) = 160079 bytes
|
Loading…
Reference in a new issue