summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-12 13:57:09 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-12 13:57:09 +0000
commitffa0830267033569b18e297add6b12775ba9d9c1 (patch)
tree07d887af6a547d50d98fdfa4b8e3a272013d1274 /x11-plugins/wmxres/files
parentFixed improper link path for libapbsblas.a (fixes bug #205310). (diff)
downloadgentoo-2-ffa0830267033569b18e297add6b12775ba9d9c1.tar.gz
gentoo-2-ffa0830267033569b18e297add6b12775ba9d9c1.tar.bz2
gentoo-2-ffa0830267033569b18e297add6b12775ba9d9c1.zip
clean up
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmxres/files')
-rw-r--r--x11-plugins/wmxres/files/wmxres-makefile.patch16
-rw-r--r--x11-plugins/wmxres/files/wmxres.desktop11
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-plugins/wmxres/files/wmxres-makefile.patch b/x11-plugins/wmxres/files/wmxres-makefile.patch
deleted file mode 100644
index 62ec6cf3face..000000000000
--- a/x11-plugins/wmxres/files/wmxres-makefile.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.orig 2004-08-23 17:25:43.471717952 +0000
-+++ Makefile 2004-08-23 17:27:37.009457592 +0000
-@@ -2,10 +2,11 @@
- LIBDIR = -L/usr/X11R6/lib
- LIBS = -lXpm -lXext -lX11 -lXxf86vm
- OBJS = wmxres/wmxres.o \
-- wmgeneral/wmgeneral.o \
-+ wmgeneral/wmgeneral.o
-+GCFLAGS =
-
- .c.o:
-- cc -g -c -O2 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR)
-+ cc -g -c -Wall -D$(shell echo `uname -s`) $(GCFLAGS) $< -o $*.o $(INCDIR)
-
- all: wmxres
-
diff --git a/x11-plugins/wmxres/files/wmxres.desktop b/x11-plugins/wmxres/files/wmxres.desktop
deleted file mode 100644
index 46f67941877b..000000000000
--- a/x11-plugins/wmxres/files/wmxres.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=WmXres
-Comment=Change resolution
-Comment[pl]=Zmiana rozdzielczości
-Exec=wmxres
-Terminal=false
-Type=Application
-Categories=Applet;
-NotShowIn=GNOME;KDE;
-Encoding=UTF-8
-# vi: encoding=utf-8