]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:44 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IceWM.wm_style -> 1.3
    icewm-DESTDIR.patch -> 1.8
    icewm-comma.patch -> 1.2
    icewm-menu -> 1.2
    icewm.directory -> 1.3

IceWM.wm_style [deleted file]
icewm-DESTDIR.patch [deleted file]
icewm-comma.patch [deleted file]
icewm-menu [deleted file]
icewm.directory [deleted file]

diff --git a/IceWM.wm_style b/IceWM.wm_style
deleted file mode 100644 (file)
index d1c1632..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-icewm
-icewm-session
diff --git a/icewm-DESTDIR.patch b/icewm-DESTDIR.patch
deleted file mode 100644 (file)
index 3d83d41..0000000
+++ /dev/null
@@ -1,133 +0,0 @@
---- ./po/Makefile.org  Thu Oct 11 02:21:25 2001
-+++ ./po/Makefile      Thu Oct 11 02:22:19 2001
-@@ -18,10 +18,10 @@
- all: $(MOFILES)
- install: all
--      @echo Installing message catalogues in $(LOCDIR)
-+      @echo Installing message catalogues in $(DESTDIR)$(LOCDIR)
-       @for c in $(MOFILES); do \
-         LANG=`echo $$c|sed -e 's/.mo//'` ; \
--        MSGDIR="$(LOCDIR)/$$LANG/LC_MESSAGES"; \
-+        MSGDIR="$(DESTDIR)$(LOCDIR)/$$LANG/LC_MESSAGES"; \
-         echo Installing language: $$LANG ; \
-         $(INSTALLDIR) $$MSGDIR; \
-         $(INSTALLLIB) $$c $$MSGDIR/$(PACKAGE).mo; \
---- ./Makefile.in.org  Thu Oct 11 02:22:32 2001
-+++ ./Makefile.in      Thu Oct 11 02:27:57 2001
-@@ -70,57 +70,57 @@
- # Makefile TABS *SUCK*
- install-base: base
-       @echo ------------------------------------------
--      @echo "Installing binaries in $(BINDIR)"
--      @$(INSTALLDIR) $(BINDIR)
-+      @echo "Installing binaries in $(DESTDIR)$(BINDIR)"
-+      @$(INSTALLDIR) $(DESTDIR)$(BINDIR)
-       @for app in $(BINFILES) ; do \
--            $(INSTALLBIN) "$$app" $(BINDIR); \
-+            $(INSTALLBIN) "$$app" $(DESTDIR)$(BINDIR); \
-         done
--      @echo "Installing defaults, icons and themes in $(LIBDIR)"
--      @$(INSTALLDIR) $(LIBDIR)
--      @$(INSTALLDIR) $(CFGDIR)
-+      @echo "Installing defaults, icons and themes in $(DESTDIR)$(LIBDIR)"
-+      @$(INSTALLDIR) $(DESTDIR)$(LIBDIR)
-+      @$(INSTALLDIR) $(DESTDIR)$(CFGDIR)
-       @for lib in $(LIBFILES) ; do \
--            $(INSTALLLIB) "$$lib" $(LIBDIR); \
-+            $(INSTALLLIB) "$$lib" $(DESTDIR)$(LIBDIR); \
-         done
-       @for xpmdir in $(XPMDIRS); do \
-           if test -d lib/$$xpmdir; then \
--              $(INSTALLDIR) $(LIBDIR)/$$xpmdir; \
-+              $(INSTALLDIR) $(DESTDIR)$(LIBDIR)/$$xpmdir; \
-               for pixmap in lib/$$xpmdir/*.xpm ; do \
--                  $(INSTALLLIB) "$$pixmap" $(LIBDIR)/$$xpmdir; \
-+                  $(INSTALLLIB) "$$pixmap" $(DESTDIR)$(LIBDIR)/$$xpmdir; \
-               done; \
-           fi; \
-         done
-       @echo ------------------------------------------
-       @for theme in $(THEMES) ; do \
-             echo "Installing theme: $$theme"; \
--            $(INSTALLDIR) $(LIBDIR)/themes/$$theme; \
-+            $(INSTALLDIR) $(DESTDIR)$(LIBDIR)/themes/$$theme; \
-             for pixmap in lib/themes/$$theme/*.xpm; do \
--                $(INSTALLLIB) "$$pixmap" $(LIBDIR)/themes/$$theme; \
-+                $(INSTALLLIB) "$$pixmap" $(DESTDIR)$(LIBDIR)/themes/$$theme; \
-             done; \
-             for subtheme in lib/themes/$$theme/*.theme; do \
--                $(INSTALLLIB) "$$subtheme" $(LIBDIR)/themes/$$theme; \
-+                $(INSTALLLIB) "$$subtheme" $(DESTDIR)$(LIBDIR)/themes/$$theme; \
-             done; \
-           if test -f lib/themes/$$theme/*.pcf; then \
-                 for fontfile in lib/themes/$$theme/*.pcf; do \
--                  $(INSTALLLIB) "$$fontfile" $(LIBDIR)/themes/$$theme; \
-+                  $(INSTALLLIB) "$$fontfile" $(DESTDIR)$(LIBDIR)/themes/$$theme; \
-               done; \
-               if test -x "$(MKFONTDIR)"; then \
--                cwd=$$PWD; cd "$(LIBDIR)/themes/$$theme"; \
-+                cwd=$$PWD; cd "$(DESTDIR)$(LIBDIR)/themes/$$theme"; \
-                 $(MKFONTDIR); \
-                 cd $$cwd; \
-               else \
-                 echo "WARNING: A dummy file has been copied to"; \
--                echo "         $(LIBDIR)/themes/$$theme/fonts.dir"; \
-+                echo "         $(DESTDIR)$(LIBDIR)/themes/$$theme/fonts.dir"; \
-                 echo "         You better setup your path to point to mkfontdir or use the"; \
-                 echo "         --with-mkfontdir option of the configure script."; \
--                $(INSTALLLIB) "lib/themes/$$theme/fonts.dir.default" \
--                              "$(LIBDIR)/themes/$$theme/fonts.dir"; \
-+                $(INSTALLLIB) "$(DESTDIR)/lib/themes/$$theme/fonts.dir.default" \
-+                              "$(DESTDIR)$(LIBDIR)/themes/$$theme/fonts.dir"; \
-               fi; \
-           fi; \
-             for xpmdir in $(XPMDIRS) ; do \
-                 if [ -d lib/themes/$$theme/$$xpmdir ] ; then \
--                    $(INSTALLDIR) $(LIBDIR)/themes/$$theme/$$xpmdir; \
-+                    $(INSTALLDIR) $(DESTDIR)$(LIBDIR)/themes/$$theme/$$xpmdir; \
-                     for f in lib/themes/$$theme/$$xpmdir/*.xpm ; do \
--                        $(INSTALLLIB) "$$f" $(LIBDIR)/themes/$$theme/$$xpmdir; \
-+                        $(INSTALLLIB) "$$f" $(DESTDIR)$(LIBDIR)/themes/$$theme/$$xpmdir; \
-                     done;\
-                 fi;\
-             done;\
-@@ -130,11 +130,11 @@
- install-docs: docs $(LSM)
-       @echo ------------------------------------------
--      @rm -fr $(DOCDIR)/icewm-$(VERSION)
--      @$(INSTALLDIR) $(DOCDIR)/icewm-$(VERSION)
--      @echo Installing documentation in $(DOCDIR); \
--      cp $(DOCFILES) $(DOCDIR)/icewm-$(VERSION); \
--      cp -r doc/*.sgml doc/*.html $(DOCDIR)/icewm-$(VERSION)
-+      @rm -fr $(DESTDIR)$(DOCDIR)/icewm-$(VERSION)
-+      @$(INSTALLDIR) $(DESTDIR)$(DOCDIR)/icewm-$(VERSION)
-+      @echo Installing documentation in $(DESTDIR)$(DOCDIR); \
-+      cp $(DOCFILES) $(DESTDIR)$(DOCDIR)/icewm-$(VERSION); \
-+      cp -r doc/*.sgml doc/*.html $(DESTDIR)$(DOCDIR)/icewm-$(VERSION)
-       @echo ------------------------------------------
- install-nls: nls
-@@ -144,7 +144,7 @@
- install-gnome: gnome
-       @echo ------------------------------------------
--      @echo Installing icewm-gnome in $(WMPROPDIR)
--      @$(INSTALLDIR) $(WMPROPDIR)
--      @$(INSTALLLIB) lib/IceWM.desktop $(WMPROPDIR)
-+      @echo Installing icewm-gnome in $(DESTDIR)$(WMPROPDIR)
-+      @$(INSTALLDIR) $(DESTDIR)$(WMPROPDIR)
-+      @$(INSTALLLIB) lib/IceWM.desktop $(DESTDIR)$(WMPROPDIR)
-       @echo ------------------------------------------
---- ./configure.in.org Thu Oct 11 02:28:10 2001
-+++ ./configure.in     Thu Oct 11 02:28:32 2001
-@@ -83,7 +83,7 @@
- AC_FUNC_SELECT_ARGTYPES
- dnl Configuring features
--TARGETS='base docs'
-+TARGETS='base'
- APPLICATIONS='genpref icewm icesh icewmhint icewmbg'
- dnl Checking for X11
diff --git a/icewm-comma.patch b/icewm-comma.patch
deleted file mode 100644 (file)
index 23c118d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN icewm-1.2.10pre1./src/default.h icewm-1.2.10pre1/src/default.h
---- icewm-1.2.10pre1./src/default.h    2003-06-29 19:44:56.000000000 +0200
-+++ icewm-1.2.10pre1/src/default.h     2003-07-02 20:48:01.000000000 +0200
-@@ -406,7 +406,7 @@
- #endif
-     OBV("ConfirmLogout",                        &confirmLogout,                 "Confirm logout"),
- #ifdef CONFIG_SHAPED_DECORATION
--    OBV("ShapesProtectClientWindow",            &protectClientWindow,           "Don't cut client windows by shapes set trough frame corner pixmap")
-+    OBV("ShapesProtectClientWindow",            &protectClientWindow,           "Don't cut client windows by shapes set trough frame corner pixmap"),
- #endif
-     OIV("BorderSizeX",                          &wsBorderX, 0, 128,             "Horizontal window border"),
-     OIV("BorderSizeY",                          &wsBorderY, 0, 128,             "Vertical window border"),
diff --git a/icewm-menu b/icewm-menu
deleted file mode 100644 (file)
index 1fe95ef..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-# This is an example for IceWM's menu definition file.
-#
-# Place your variants in ${sysconfdir}/X11/icewm or in $HOME/.icewm
-# since modifications to this file will be discarded when you
-# (re)install icewm.
-#
-prog "xterm" "xterm" xterm
-prog "rxvt" "xterm" rxvt -bg black -cr green -fg white -C -fn 9x15 -sl 500
-prog "fte" "fte" fte
-prog "Netscape" "netscape" netscape
-prog "Mozilla" "mozilla" mozilla
-prog "Konqueror" "konqueror" konqueror
-prog "xfsamba" "xfsamba" xfsamba
-separator
-menu "System" "folder" {
-    prog "Control Panel" "redhat" control-panel
-    prog "xload" "xload" xload
-    prog "xosview" "xosview" xosview
-}
-menu "Applications" "folder" {
-    menu "Editors" "folder" {
-        prog "fte" "fte" fte
-        prog "vim" "vim" gvim
-        prog "xemacs" "xemacs" xemacs
-        prog "emacs" "emacs" emacs
-        prog "xedit" "xedit" xedit
-        prog "Lyx" "emacs" lyx
-    }
-    menu "Graphics - editors" "folder" {
-        prog "Gimp" "gimp" gimp
-        prog "XV" "xv" xv
-        prog "XPaint" "xpaint" xpaint
-        prog "XFig" "xfig" xfig
-    }
-    menu "Graphics - viewers" "folder" {
-        prog "GTKsee" "gtksee" gtksee
-        prog "Xzgv" "xzgv" xzgv
-        prog "Electric Eyes" "ee" ee
-    }
-    menu "Devel" "folder" {
-        prog "ddd" "ddd" ddd
-        prog "gcvs" "gcvs" gcvs
-    }
-    prog "Acrobat Reader" "pdf" acroread
-    prog "Xpdf" "xpdf" xpdf
-    prog "DVI Previewer" "xdvi" xdvi
-    prog "Ghostview" "ghostview" gv
-    prog "xfm" "xfm" xfm
-}
-menu "Games" "folder" {
-    prog "Koules for X" "koules" xkoules -f
-    prog "Xboing" "xboing" xboing
-    prog "Xboard" "xboard" xboard
-    prog "XGalaga" "xgalaga" xgal
-    prog "XDemineur" "xdemineur" xdemineur
-}
-menu "Utilities" "folder" {
-    prog "Font Selector" "xfontsel" xfontsel
-    prog "Clock" "xclock" xclock
-    prog "Magnify" "xmag" xmag
-    prog "Calculator" "xcalc" xcalc
-    prog "Colormap" "xcolormap" xcmap
-    prog "Clipboard" "xclip" xclipboard
-    prog "xkill" "bomb" xkill
-    prog "Screen Saver" "xscreensaver" xscreensaver
-    prog "Screen Lock" "xlock" xlock
-}
-menu "Multimedia" "folder" {
-    prog "Xmms" "xmms" xmms
-    prog "XPlayCD" "xplaycd" xplaycd
-    prog "XMixer" "xmixer" xmixer
-    prog "gtv" "gtv" gtv
-    prog "CD plyer" "gtcd" gtcd
-}
-menu "Network" "folder" {
-    menu "WWW Browsers" "folder" {
-        prog "Netscape" "netscape" netscape
-        prog "Mozilla" "mozilla" mozilla
-        prog "Konqueror" "konqueror" konqueror
-        prog "Links" "links" xterm -e links
-        prog "Arena" "arena" arena
-        prog "Lynx" "lynx" xterm -e lynx
-    }
-    menu "IRC" "folder" {
-        prog "BitchX" "BitchX" xterm -e BitchX
-        prog "Xchat" "xchat" xchat
-    }
-    menu "Mail" "folder" {
-        prog "Pine" "pine" xterm -e pine
-        prog "Mutt" "mutt" xterm -e mutt
-        prog "Netscape-Communicator" "netscape-communicator" netscape-communicator
-    }
-    menu "Misc" "folder" {
-        prog "Etherape" "etherape" etherape
-        prog "Ethereal" "ethereal" ethereal
-    }
-    menu "Ftp" "folder" {
-        prog "NCftp" "ncftp" xterm -e ncftp
-    }
-    menu "News" "folder" {
-    }
-    menu "NetBIOS" "folder" {
-        prog "LinNeighborhood" "LinNeighborhood" LinNeighborhood
-        prog "xfsamba" "xfsamba" xfsamba
-        prog "Gnomba" "gnomba" gnomba
-    }
-    prog "telnet" "telnet" xterm -e telnet
-    prog "nmapfe" "nmapfe" nmapfe
-}
-menu "Window Managers" "folder" {
-    restart "icewm" "-" icewm
-    restart "wmaker" "-" wmaker
-    restart "enlightenment" "-" enlightenment
-    restart "blackbox" "-" blackbox
-    restart "fvwm2" "-" fvwm2
-    restart "fvwm" "-" fvwm
-}
-separator
-menu "Settings" "folder" {
-    prog "Menu editor - Iceme" "iceme" iceme
-    prog "Preferences" "icepref" icepref
-    prog "Menu editor - IceMC" "icemc" 
-}
diff --git a/icewm.directory b/icewm.directory
deleted file mode 100644 (file)
index 46e5ebf..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=IceWM
-Name[pl]=IceWM
-Comment=IceWM Settings
-Comment[pl]=Ustawienia dla IceWM
-Comment[pt_BR]=Configurações do IceWM
-Icon=
-Type=Directory
This page took 0.476999 seconds and 4 git commands to generate.