mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
Remove wmlib
was this ever used for anything? i checked a couple hundred dockapps, no joy; there's nothing in debian (afaict) that build-depends on it, so let's try doing away with it.
This commit is contained in:
committed by
Carlos R. Mafra
parent
83774951b7
commit
67a8a82670
9
debian/control
vendored
9
debian/control
vendored
@@ -22,15 +22,6 @@ Description: NeXTSTEP-like window manager for X
|
||||
.
|
||||
Homepage: http://www.windowmaker.info/
|
||||
|
||||
Package: libwmaker0-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Priority: optional
|
||||
Depends: libc6-dev, libx11-dev
|
||||
Description: Static libraries and headers for Window Maker applications
|
||||
Contains libWMaker and header files, for building Window Maker aware
|
||||
applications.
|
||||
|
||||
Package: libwraster3-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
|
||||
3
debian/libwmaker0-dev.dirs
vendored
3
debian/libwmaker0-dev.dirs
vendored
@@ -1,3 +0,0 @@
|
||||
usr/include/X11
|
||||
usr/lib
|
||||
usr/share/doc/libwmaker0-dev
|
||||
10
debian/rules
vendored
10
debian/rules
vendored
@@ -84,7 +84,6 @@ WINGSSRCDIR := $(TOPSRCDIR)/WINGs
|
||||
|
||||
LIBWRASTER := libwraster3
|
||||
LIBWRASTER_TMP := $(DEBTMPDIR)/../$(LIBWRASTER)
|
||||
LIBWMAKER := libwmaker0
|
||||
LIBWINGS := libwings-dev
|
||||
LIBWINGS_TMP := $(DEBTMPDIR)/../$(LIBWINGS)
|
||||
|
||||
@@ -214,7 +213,6 @@ binary-arch: build
|
||||
debian/rules install-wmaker-stamp
|
||||
debian/rules debian/$(LIBWRASTER)-dev.files
|
||||
debian/rules debian/$(LIBWRASTER).files
|
||||
debian/rules debian/$(LIBWMAKER)-dev.files
|
||||
debian/rules debian/$(LIBWINGS).files
|
||||
dh_movefiles -a --sourcedir=debian/wmaker
|
||||
# Remove cruft
|
||||
@@ -373,14 +371,6 @@ debian/$(LIBWRASTER).files: build
|
||||
-name '*wraster*.so.*' \
|
||||
) | sed -e 's:$(DEBTMPDIR)/*::'> $@
|
||||
|
||||
debian/$(LIBWMAKER)-dev.files: build
|
||||
( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
|
||||
-name '*WM*.h' \
|
||||
-o -name '*WM*.a' \
|
||||
-o -name '*WM*.la' \
|
||||
-o -name '*WM*.so' \
|
||||
) | sed -e 's:$(DEBTMPDIR)/*::'> $@
|
||||
|
||||
debian/libwings-dev.files: build
|
||||
( find $(DEBTMPDIR)/$(INCLUDEDIR) $(DEBTMPDIR)/$(LIBDIR) \
|
||||
-name '*WINGs*' \
|
||||
|
||||
Reference in New Issue
Block a user