From 2162947933728e473bbbb411cc5ae64b817206b9 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 6 Aug 2009 19:07:53 -0400 Subject: [PATCH] dwm: Added dwm 5.6.1 - An extremely fast, small, and dynamic window manager for X --- x11/dwm/dwm.cache | 28 ++++++++++++++++++++++++++++ x11/dwm/dwm.conf | 16 ++++++++++++++++ x11/dwm/dwm.desc | 34 ++++++++++++++++++++++++++++++++++ x11/dwm/x11.patch | 29 +++++++++++++++++++++++++++++ 4 files changed, 107 insertions(+) create mode 100644 x11/dwm/dwm.cache create mode 100644 x11/dwm/dwm.conf create mode 100644 x11/dwm/dwm.desc create mode 100644 x11/dwm/x11.patch diff --git a/x11/dwm/dwm.cache b/x11/dwm/dwm.cache new file mode 100644 index 000000000..acc6b0d93 --- /dev/null +++ b/x11/dwm/dwm.cache @@ -0,0 +1,28 @@ + +[TIMESTAMP] 1249599623 Thu Aug 6 19:00:23 2009 +[BUILDTIME] 0 (5) +[SIZE] 0.05 MB, 8 files + +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] libx11 +[DEP] libxau +[DEP] libxcb +[DEP] libxext +[DEP] libxinerama +[DEP] linux-header +[DEP] make +[DEP] patch +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] xineramaproto +[DEP] xproto diff --git a/x11/dwm/dwm.conf b/x11/dwm/dwm.conf new file mode 100644 index 000000000..781c2b35c --- /dev/null +++ b/x11/dwm/dwm.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../dwm/dwm.conf +# Copyright (C) 2009 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +var_append makeinstopt ' ' "PREFIX=$root/$prefix" +var_append makeinstopt ' ' "MAXPREFIX=$root$mandir" diff --git a/x11/dwm/dwm.desc b/x11/dwm/dwm.desc new file mode 100644 index 000000000..fa98ba263 --- /dev/null +++ b/x11/dwm/dwm.desc @@ -0,0 +1,34 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../dwm/dwm.desc +[COPY] Copyright (C) 2009 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] An extremely fast, small, and dynamic window manager for X + +[T] dwm is a dynamic window manager for X. It manages windows in tiled, +[T] monocle and floating layouts. Either layout can be applied dynamically, +[T] optimising the environment for the application in use and the task +[T] performed. + +[U] http://dwm.suckless.org/ + +[A] Anselm R Garbe +[M] Alejandro Mery + +[C] extra/desktop + +[L] MIT +[S] Stable +[V] 5.6.1 +[P] X -----5---9 800.000 + +[D] 681597081 dwm-5.6.1.tar.gz http://code.suckless.org/dl/dwm/ diff --git a/x11/dwm/x11.patch b/x11/dwm/x11.patch new file mode 100644 index 000000000..6a641e9fb --- /dev/null +++ b/x11/dwm/x11.patch @@ -0,0 +1,29 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../dwm/x11.patch +# Copyright (C) 2009 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./config.mk.orig 2009-08-06 18:53:16.000000000 -0400 ++++ ./config.mk 2009-08-06 18:53:37.000000000 -0400 +@@ -7,8 +7,8 @@ + PREFIX = /usr/local + MANPREFIX = ${PREFIX}/share/man + +-X11INC = /usr/X11R6/include +-X11LIB = /usr/X11R6/lib ++X11INC = /usr/X11/include ++X11LIB = /usr/X11/lib + + # Xinerama, un-comment if you want it + XINERAMALIBS = -L${X11LIB} -lXinerama