diff options
author | rillig <rillig> | 2007-11-03 17:29:17 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-03 17:29:17 +0000 |
commit | 2192022178f91337bdf016c53bb438428cf4382c (patch) | |
tree | 463e78f720399cc9fcab0fbce1faf7089d65f1c6 | |
parent | 8500a456fb5c08b9e40b3d336c7a92e4a3ce6d86 (diff) | |
download | pkgsrc-2192022178f91337bdf016c53bb438428cf4382c.tar.gz |
wrong category -> moved to wm/awesome.
-rw-r--r-- | x11/awesome/DESCR | 2 | ||||
-rw-r--r-- | x11/awesome/MESSAGE | 10 | ||||
-rw-r--r-- | x11/awesome/Makefile | 23 | ||||
-rw-r--r-- | x11/awesome/PLIST | 5 | ||||
-rw-r--r-- | x11/awesome/distinfo | 6 | ||||
-rw-r--r-- | x11/awesome/patches/patch-aa | 27 |
6 files changed, 0 insertions, 73 deletions
diff --git a/x11/awesome/DESCR b/x11/awesome/DESCR deleted file mode 100644 index 67b82c18147..00000000000 --- a/x11/awesome/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -awesome is a tiling window manager initialy based on a dwm code rewriting. -It's extremely fast, small, dynamic and awesome. diff --git a/x11/awesome/MESSAGE b/x11/awesome/MESSAGE deleted file mode 100644 index 4a9b70973cd..00000000000 --- a/x11/awesome/MESSAGE +++ /dev/null @@ -1,10 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $ - -To use awsome, you need an ~/.awesomerc file. You can use the example: - - ${EGDIR} - -You can use the install-user target to install it for the current user. - -=========================================================================== diff --git a/x11/awesome/Makefile b/x11/awesome/Makefile deleted file mode 100644 index ecdc9763810..00000000000 --- a/x11/awesome/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $ -# - -DISTNAME= awesome-1.3 -PKGREVISION= 1 -CATEGORIES= x11 -MASTER_SITES= http://awesome.naquadah.org/download/ - -MAINTAINER= adam.hoka@gmail.com -HOMEPAGE= http://awesome.naquadah.org/ -COMMENT= Tiling window manager - -EGDIR= ${PREFIX}/share/examples/awesome/ - -post-install: - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA} ${WRKSRC}/awesomerc ${EGDIR} - -.include "../../x11/libXft/buildlink3.mk" -.include "../../x11/libXrandr/buildlink3.mk" -.include "../../x11/libXinerama/buildlink3.mk" -.include "../../devel/libconfig/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/x11/awesome/PLIST b/x11/awesome/PLIST deleted file mode 100644 index 8d830ed3abd..00000000000 --- a/x11/awesome/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $ -bin/awesome -man/man1/awesome.1 -share/examples/awesome/awesomerc -@dirrm share/examples/awesome diff --git a/x11/awesome/distinfo b/x11/awesome/distinfo deleted file mode 100644 index bc2f4ed7a27..00000000000 --- a/x11/awesome/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $ - -SHA1 (awesome-1.3.tar.gz) = c8656fda08652cec20217fb369e4a6c7cce0528d -RMD160 (awesome-1.3.tar.gz) = b640b33a138d57009cdf755e32ea974f52f6d308 -Size (awesome-1.3.tar.gz) = 40012 bytes -SHA1 (patch-aa) = 78ab8dfa062dea897a4cd2203f829964afc76060 diff --git a/x11/awesome/patches/patch-aa b/x11/awesome/patches/patch-aa deleted file mode 100644 index b0b91ccae0a..00000000000 --- a/x11/awesome/patches/patch-aa +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $ - ---- config.mk.orig 2007-10-05 17:07:18.000000000 +0200 -+++ config.mk -@@ -7,18 +7,17 @@ VERSION = 1.3 - LAYOUTS = layouts/tile.c layouts/floating.c layouts/max.c - - # paths --PREFIX = /usr/local --MANPREFIX = ${PREFIX}/share/man -+MANPREFIX = ${PREFIX}/${PKGMANDIR} - --X11INC = /usr/include/X11 --X11LIB = /usr/lib/X11 -+X11INC = $(X11BASE)/include/X11 -+X11LIB = $(X11BASE)/lib/X11 - - # includes and libs - INCS = -I. -I/usr/include -I${X11INC} `pkg-config --cflags libconfig xft` - LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs libconfig xft` -lXext -lXrandr -lXinerama - - # flags --CFLAGS = -fgnu89-inline -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith -Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn -O3 ${INCS} -DVERSION=\"${VERSION}\" -+CFLAGS += -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith -Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn ${INCS} -DVERSION=\"${VERSION}\" - LDFLAGS = -ggdb3 ${LIBS} - - # compiler and linker |