Alejandro Mery
16 years ago
4 changed files with 107 additions and 0 deletions
@ -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 |
@ -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" |
@ -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 <garbeam@gmail.com> |
||||||
|
[M] Alejandro Mery <amery@opensde.net> |
||||||
|
|
||||||
|
[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/ |
@ -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
|
Loading…
Reference in new issue