summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-21 21:30:19 +0000
committerwiz <wiz>2014-08-21 21:30:19 +0000
commitf5dee9f295682d057f7e56ee704581fc50f2ec01 (patch)
tree281169b69750e8d640e9fd5d340a78a5eb4bf048 /wm
parent584fb713a578029da429f77438a932a2f1a56946 (diff)
downloadpkgsrc-f5dee9f295682d057f7e56ee704581fc50f2ec01.tar.gz
Remove py-qt3*, obsolete upstream and replaced by py-qt4*.
Remove last three packages using py-qt3 as announced on pkgsrc-users.
Diffstat (limited to 'wm')
-rw-r--r--wm/Makefile3
-rw-r--r--wm/icecc/DESCR6
-rw-r--r--wm/icecc/Makefile83
-rw-r--r--wm/icecc/PLIST32
-rw-r--r--wm/icecc/distinfo43
-rw-r--r--wm/icecc/patches/patch-aa20
-rw-r--r--wm/icecc/patches/patch-ab15
-rw-r--r--wm/icecc/patches/patch-ac15
-rw-r--r--wm/icecc/patches/patch-ad12
-rw-r--r--wm/icecc/patches/patch-ae12
10 files changed, 1 insertions, 240 deletions
diff --git a/wm/Makefile b/wm/Makefile
index ae5565856b6..5766db84e23 100644
--- a/wm/Makefile
+++ b/wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2014/05/22 21:36:09 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.124 2014/08/21 21:30:19 wiz Exp $
#
COMMENT= X11 window managers, configuration tools, and themes
@@ -42,7 +42,6 @@ SUBDIR+= fvwm-themes
SUBDIR+= fvwm1
SUBDIR+= golem
SUBDIR+= i3
-SUBDIR+= icecc
SUBDIR+= icewm
SUBDIR+= icewm-imlib
SUBDIR+= icewm13
diff --git a/wm/icecc/DESCR b/wm/icecc/DESCR
deleted file mode 100644
index 94782cbc2f7..00000000000
--- a/wm/icecc/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-The IceWM Control Center allows you to run various tools for
-configuring IceWM's options.
-
-It contains menu/toolbar editor, winoptions editor, keys editor,
-themes switcher and some other tools. It supports themes, so you can add
-new (or replace existing) tools and images.
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile
deleted file mode 100644
index 51da5ab1428..00000000000
--- a/wm/icecc/Makefile
+++ /dev/null
@@ -1,83 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:23 wiz Exp $
-
-# Package version reflects icecc version, with PKGREVISION incremented
-# for any tool updates, according to the authors scheme.
-DISTNAME= icecc-2.9
-PKGREVISION= 20
-CATEGORIES= wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icecc/}
-DISTFILES= icecc-2.9.tar.bz2 \
- icebgset-1.3.tar.bz2 \
- icecursorscfg-0.6.tar.bz2 \
- iceked-1.5.tar.bz2 \
- iceiconcvt-1.0.tar.bz2 \
- icemergeprefs-0.5.tar.bz2 \
- icemc-2.1.tar.bz2 \
- icerrun-0.5.tar.bz2 \
- icesndcfg-1.3.tar.bz2 \
- icets-1.4.tar.bz2 \
- icewm4vim.tar.bz2 \
- icewoed-1.8.tar.bz2
-
-MAINTAINER= plunky@rya-online.net
-HOMEPAGE= http://icecc.sourceforge.net/
-COMMENT= IceWM Control Centre
-
-DEPENDS+= vim-{gtk,gtk2,kde,motif,xaw}>=${VIM_VERSION}:../../editors/vim-xaw
-DEPENDS+= ${PYPKGPREFIX}-qt3-base-[0-9]*:../../x11/py-qt3-base
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake
-
-WRKSRC= ${WRKDIR}
-
-CONFIGURE_DIRS= icecc-2.9 icebgset-1.3 iceked-1.5 icemc-2.1
-CONFIGURE_DIRS+= icesndcfg-1.3 icets-1.4 icewoed-1.8
-
-REPLACE_PYTHON= icecursorscfg-0.6/icecurcfg.py iceiconcvt-1.0/iceiconcvt.py
-REPLACE_PYTHON+= icemergeprefs-0.5/icemergeprefs.py icerrun-0.5/icerrrun.py
-REPLACE_PYTHON+= icerrun-0.5/icerrun.py
-
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base
-
-SUBST_CLASSES+= path
-SUBST_STAGE.path= post-patch
-SUBST_FILES.path= icebgset-1.3/icebgset.pro icecc-2.9/icecc.pro iceked-1.5/iceked.pro
-SUBST_FILES.path+= icemc-2.1/icemc.pro icesndcfg-1.3/icesndcfg.pro icets-1.4/icets.pro
-SUBST_FILES.path+= icewoed-1.8/icewoed.pro
-SUBST_FILES.path+= icecursorscfg-0.6/icecurcfg.py iceiconcvt-1.0/iceiconcvt.py
-SUBST_FILES.path+= icemergeprefs-0.5/icemergeprefs.py
-SUBST_SED.path= -e "s|/usr/local|${PREFIX}|g"
-SUBST_MESSAGE.path= Fixing hardcoded paths.
-
-# VIM_SUBDIR comes from "editors/vim-share/version.mk"
-PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR:Q}
-
-INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
-INSTALLATION_DIRS= bin share/vim/${VIM_SUBDIR}/ftplugin \
- share/vim/${VIM_SUBDIR}/syntax
-
-do-configure:
-. for dir in ${CONFIGURE_DIRS}
- cd ${WRKSRC} && cd ${dir} && ${QTDIR}/bin/qmake QMAKE_MKDIR=${MKDIR:Q} QMAKE_CHK_DIR_EXISTS=${TEST:Q}\ -d
-. endfor
-
-post-build:
- cd ${WRKSRC}/icewm4vim && ${SETENV} ${MAKE_ENV} ${GMAKE} QTDIR=${QTDIR:Q}
-
-post-install:
-. for script in ${REPLACE_PYTHON}
- ${INSTALL_SCRIPT} ${WRKSRC}/${script:Q} ${DESTDIR}${PREFIX}/bin
-. endfor
- ${INSTALL_PROGRAM} ${WRKSRC}/icewm4vim/icecolsel ${DESTDIR}${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/icewm4vim/icefonsel ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/icewm4vim/icewm.vim ${DESTDIR}${PREFIX}/share/vim/${VIM_SUBDIR}/ftplugin/iceprefs.vim
- ${INSTALL_DATA} ${WRKSRC}/icewm4vim/syntax/icewm.vim ${DESTDIR}${PREFIX}/share/vim/${VIM_SUBDIR}/syntax/iceprefs.vim
-
-.include "../../editors/vim-share/version.mk"
-.include "../../lang/python/application.mk"
-.include "../../x11/qt3-libs/buildlink3.mk"
-.include "../../x11/qt3-tools/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/wm/icecc/PLIST b/wm/icecc/PLIST
deleted file mode 100644
index c55671ee11b..00000000000
--- a/wm/icecc/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:18:59 joerg Exp $
-bin/icebgset
-bin/icecc
-bin/icecchelp
-bin/icecolsel
-bin/icecurcfg.py
-bin/icefonsel
-bin/iceiconcvt.py
-bin/iceked
-bin/icemc
-bin/icemergeprefs.py
-bin/icerrrun.py
-bin/icerrun.py
-bin/icesndcfg
-bin/icets
-bin/icewoed
-share/icecc/help/default/icecc_desk.png
-share/icecc/help/default/index-1.html
-share/icecc/help/default/index-2.html
-share/icecc/help/default/index-3.html
-share/icecc/help/default/index-4.html
-share/icecc/help/default/index-5.html
-share/icecc/help/default/index-6.html
-share/icecc/help/default/index.html
-share/icecc/help/default/index.sgml
-share/icecc/themes/Control Panel/README
-share/icecc/themes/Control Panel/bgimg.jpg
-share/icecc/themes/Control Panel/theme
-share/icecc/themes/Simple/icecc_desk.png
-share/icecc/themes/Simple/theme
-share/vim/${VIM_SUBDIR}/ftplugin/iceprefs.vim
-share/vim/${VIM_SUBDIR}/syntax/iceprefs.vim
diff --git a/wm/icecc/distinfo b/wm/icecc/distinfo
deleted file mode 100644
index 4d70bd96ebf..00000000000
--- a/wm/icecc/distinfo
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: distinfo,v 1.3 2006/12/08 11:59:26 obache Exp $
-
-SHA1 (icecc-2.9.tar.bz2) = acfdf16a71833e80ad2f1267cadf31297050e41d
-RMD160 (icecc-2.9.tar.bz2) = 9cb70c8df6493eb7984f13821006734459ac0bcc
-Size (icecc-2.9.tar.bz2) = 121550 bytes
-SHA1 (icebgset-1.3.tar.bz2) = 89f7beda8a507fece845461fb8a2b40b1cfe29ea
-RMD160 (icebgset-1.3.tar.bz2) = 6730101b1fb490243e8935d7fee03ab81a8ab8a3
-Size (icebgset-1.3.tar.bz2) = 11277 bytes
-SHA1 (icecursorscfg-0.6.tar.bz2) = 62bfd08d57e19df59a25191f50fa4427e2f80679
-RMD160 (icecursorscfg-0.6.tar.bz2) = 6e0bf906c562296ca4cc3ef4f4346200e63bcb12
-Size (icecursorscfg-0.6.tar.bz2) = 2190 bytes
-SHA1 (iceked-1.5.tar.bz2) = d3d321f0675428d67ec553c2da06492663caae79
-RMD160 (iceked-1.5.tar.bz2) = 4deaec4bd3bc9437fa1d536d0cbb1ac58d4a5af8
-Size (iceked-1.5.tar.bz2) = 16262 bytes
-SHA1 (iceiconcvt-1.0.tar.bz2) = c1f21bf78d8668c7a63ad3d99e5e838bfb52842a
-RMD160 (iceiconcvt-1.0.tar.bz2) = 0f8eab4a3fa55a467f7ddaf4554ff8ef7e328f71
-Size (iceiconcvt-1.0.tar.bz2) = 2790 bytes
-SHA1 (icemergeprefs-0.5.tar.bz2) = 9f163b835069ba27f278434efa444b3d7699b30b
-RMD160 (icemergeprefs-0.5.tar.bz2) = a693e66d7bab7bf965887eb2363b9a7f32b7d26d
-Size (icemergeprefs-0.5.tar.bz2) = 3155 bytes
-SHA1 (icemc-2.1.tar.bz2) = a014039121050ebf684efeb80456301bf5a5e45c
-RMD160 (icemc-2.1.tar.bz2) = 0003574393e2783ead3482ea673bbad6309502ae
-Size (icemc-2.1.tar.bz2) = 29267 bytes
-SHA1 (icerrun-0.5.tar.bz2) = 09c61c5cc60ca780af786a036b16be4dabe4e65e
-RMD160 (icerrun-0.5.tar.bz2) = ddf51c00dae905b08988dc893930765bbf1b0a33
-Size (icerrun-0.5.tar.bz2) = 2223 bytes
-SHA1 (icesndcfg-1.3.tar.bz2) = a8611f36167625b7771c262601fd7ddd51ec2b4a
-RMD160 (icesndcfg-1.3.tar.bz2) = 31cafce2c7f22eb9a52c9ddb9472b8a17ff673aa
-Size (icesndcfg-1.3.tar.bz2) = 11404 bytes
-SHA1 (icets-1.4.tar.bz2) = 20dfa71993de7f0c9c00ba8313ea78ada1cfd2ce
-RMD160 (icets-1.4.tar.bz2) = 5344f5789eab2819520bb44a75beb28c9128fd11
-Size (icets-1.4.tar.bz2) = 11098 bytes
-SHA1 (icewm4vim.tar.bz2) = 11902c73c826f001329f15e79bcf278bfc3ee495
-RMD160 (icewm4vim.tar.bz2) = b8804b65c2ddc1109113f999a3bcf37e6327c2e3
-Size (icewm4vim.tar.bz2) = 2844 bytes
-SHA1 (icewoed-1.8.tar.bz2) = ca58b5769c27ee587458c12c285e231b990c3da9
-RMD160 (icewoed-1.8.tar.bz2) = 51cf2873f005e8c74239b138d6e5b9f8a1505047
-Size (icewoed-1.8.tar.bz2) = 21955 bytes
-SHA1 (patch-aa) = 145aa9580bb9984513382b6f5c643974ea6744fe
-SHA1 (patch-ab) = e4cefad52c55b548e1e59dd40799d5cbee9477fe
-SHA1 (patch-ac) = d695ab2fe41c6eba3e827a0f7db59fbf4b376805
-SHA1 (patch-ad) = 2b1756705418b23ffd5914d4be6e135eab7d17bc
-SHA1 (patch-ae) = e29b9e20bd5a2c0e58a664e362f0f153e5fc1c64
diff --git a/wm/icecc/patches/patch-aa b/wm/icecc/patches/patch-aa
deleted file mode 100644
index f9d8abf1fb9..00000000000
--- a/wm/icecc/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/04/08 16:30:57 joerg Exp $
-
-these utilities were written with qt2 but they still ok with qt3
-
---- icewm4vim/Makefile.orig 2005-03-07 15:55:33.000000000 +0000
-+++ icewm4vim/Makefile 2005-03-07 15:54:07.000000000 +0000
-@@ -1,10 +1,10 @@
- INCLUDE_QT = -I$(QTDIR)/include
--LIB_QT = -L$(QTDIR)/lib
-+LIB_QT = -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
-
- all: icefonsel icecolsel
-
- icefonsel: icefonsel.cpp
-- g++ $(INCLUDE_QT) $(LIB_QT) -lqt icefonsel.cpp -o icefonsel
-+ g++ $(INCLUDE_QT) $(LIB_QT) -lqt-mt icefonsel.cpp -o icefonsel
-
- icecolsel: icecolsel.cpp
-- g++ $(INCLUDE_QT) $(LIB_QT) -lqt icecolsel.cpp -o icecolsel
-+ g++ $(INCLUDE_QT) $(LIB_QT) -lqt-mt icecolsel.cpp -o icecolsel
diff --git a/wm/icecc/patches/patch-ab b/wm/icecc/patches/patch-ab
deleted file mode 100644
index 39f2a9dc4af..00000000000
--- a/wm/icecc/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/06/25 01:55:09 reed Exp $
-
-the font descriptor strings have * in them, they need to be quoted
-
---- icewm4vim/icewm.vim.orig 2005-03-13 13:21:06.000000000 +0000
-+++ icewm4vim/icewm.vim 2005-03-13 13:21:28.000000000 +0000
-@@ -20,7 +20,7 @@
- if stridx(font, "Font") != -1
- let font = substitute(font, "\"", "", "g")
- let font = substitute(font, ".*=", "", "")
-- let font = system("icefonsel " . font)
-+ let font = system("icefonsel \"" . font . "\"")
- if font != ""
- exe "s/=.*/".font
- endif
diff --git a/wm/icecc/patches/patch-ac b/wm/icecc/patches/patch-ac
deleted file mode 100644
index 683515f4897..00000000000
--- a/wm/icecc/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2005/06/25 01:55:09 reed Exp $
-
-make gvim default to using the right filetype syntax/ftplugin
-
---- icecc-2.9/tools.cpp.orig 2005-03-13 15:23:37.000000000 +0000
-+++ icecc-2.9/tools.cpp 2005-03-13 15:24:21.000000000 +0000
-@@ -33,7 +33,7 @@
-
- const char *tools[] = {
- "icemc ~/.icewm/menu",
-- "gvim ~/.icewm/preferences",
-+ "gvim \"+setf iceprefs\" \"+filetype plugin on\" ~/.icewm/preferences",
- "icewoed ~/.icewm/winoptions",
- "icemc ~/.icewm/toolbar",
- "iceked ~/.icewm/keys",
diff --git a/wm/icecc/patches/patch-ad b/wm/icecc/patches/patch-ad
deleted file mode 100644
index bac55836f56..00000000000
--- a/wm/icecc/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/12/08 11:59:26 obache Exp $
-
-fix compiler warnings
-
---- icewm4vim/icecolsel.cpp.orig 2006-02-03 14:56:17.000000000 +0000
-+++ icewm4vim/icecolsel.cpp
-@@ -1,3 +1,5 @@
-+#include <sys/stat.h>
-+#include <dirent.h>
- #include <stdio.h>
-
- #include <qapplication.h>
diff --git a/wm/icecc/patches/patch-ae b/wm/icecc/patches/patch-ae
deleted file mode 100644
index 3e3141ec7ad..00000000000
--- a/wm/icecc/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/12/08 11:59:26 obache Exp $
-
-fix compiler warnings
-
---- icewm4vim/icefonsel.cpp.orig 2006-02-03 14:56:21.000000000 +0000
-+++ icewm4vim/icefonsel.cpp
-@@ -1,3 +1,5 @@
-+#include <sys/stat.h>
-+#include <dirent.h>
- #include <stdio.h>
-
- #include <qapplication.h>