remove unmaintained cruft that's using deprecated libs.

no objections raised on ports@; if someone was still using it devilspie2
uses the modern libwnck3..

maintainer timed-out
ok aja@ rfreeman@
This commit is contained in:
jasper 2013-10-08 18:40:12 +00:00
parent ddee798b4c
commit 9be5ff0cb4
12 changed files with 0 additions and 175 deletions

View File

@ -1,41 +0,0 @@
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:46:08 espie Exp $
COMMENT= window manipulation tool
DISTNAME= devilspie-0.22
REVISION= 4
CATEGORIES= x11
HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie
MAINTAINER= Olle Nilsson <olle@vexed.se>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += z pthread-stubs xcb wnck-1 GL xcb-render xcb-shm
MASTER_SITES= http://www.burtonini.com/computing/
MODULES= devel/gettext textproc/intltool
LIB_DEPENDS= devel/libwnck
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (devilspie-0.22.tar.gz) = QZDhL5mrksBCfkV9n7/iMQ==
RMD160 (devilspie-0.22.tar.gz) = DjVAm9vw4KKd9Z4Wq5/Td0oAG2I=
SHA1 (devilspie-0.22.tar.gz) = a/jQSzc90wFJfFrNzePbtFMJ9Z0=
SHA256 (devilspie-0.22.tar.gz) = 4Gq6HZaInhtYvRsLpNMBX1Ctw63igktcs3oO5/JJCq8=
SIZE (devilspie-0.22.tar.gz) = 192646

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2010/09/30 07:23:47 ajacoutot Exp $
XXX make it compile with gtk+2 2.22 (*_DISABLE_DEPRECATED)
src/xutils.c:43: error: 'gdk_display' undeclared (first use in this function)
--- src/Makefile.in.orig Thu Sep 30 08:40:11 2010
+++ src/Makefile.in Thu Sep 30 08:40:00 2010
@@ -252,7 +252,6 @@ AM_CPPFLAGS = \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DDATADIR=\""$(datadir)"\" \
-DG_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
-DWNCK_I_KNOW_THIS_IS_UNSTABLE

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_xutils_h,v 1.1 2007/11/21 11:48:37 jasper Exp $
--- src/xutils.h.orig Mon Nov 19 07:41:22 2007
+++ src/xutils.h Mon Nov 19 07:41:24 2007
@@ -28,6 +28,8 @@
#include "libwnck/window.h"
+#define WNCK_WINDOW_MODAL_DIALOG 127 /* XXX */
+
G_BEGIN_DECLS
Atom my_wnck_atom_get (const char *atom_name);

View File

@ -1,3 +0,0 @@
Devil's Pie can be configured to detect windows as they are created, and
match the window to a set of rules. If the window matches the rules, it
can perform a series of actions on that window.

View File

@ -1,6 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2008/02/15 15:44:00 jasper Exp $
bin/devilspie
@man man/man1/devilspie.1
share/doc/devilspie/
share/doc/devilspie/README
share/locale/de/LC_MESSAGES/devilspie.mo

View File

@ -1,31 +0,0 @@
# $OpenBSD: Makefile,v 1.17 2013/08/07 21:32:59 naddy Exp $
PKG_ARCH= *
COMMENT= gui to configure devilspie rules
MODPY_EGG_VERSION= 0.5
DISTNAME= gdevilspie-${MODPY_EGG_VERSION}
REVISION= 6
EPOCH= 0
CATEGORIES= x11 sysutils
HOMEPAGE= https://code.google.com/p/gdevilspie/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://gdevilspie.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MODULES= lang/python
RUN_DEPENDS= devel/desktop-file-utils \
devel/py-xdg \
x11/devilspie \
x11/py-gtk2
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gdevilspie-0.5.tar.bz2) = qrjuy0dZlGfGXHfT7dstXA==
RMD160 (gdevilspie-0.5.tar.bz2) = msC6cjaWY3jwYSTqahDaqJ23C+8=
SHA1 (gdevilspie-0.5.tar.bz2) = iVEw6GQc2nGIBMVI6UWI+PjAXLQ=
SHA256 (gdevilspie-0.5.tar.bz2) = 4Dq4E+VrbcbYaNt8MY0oDJhkz6bopMqEpbtdBVQvVf8=
SIZE (gdevilspie-0.5.tar.bz2) = 29028

View File

@ -1,22 +0,0 @@
$OpenBSD: patch-gdevilspie,v 1.1 2011/11/11 15:57:40 jasper Exp $
OpenBSD lacks the Python WNCK module after py-gnome-desktop was removed.
--- gdevilspie.orig Sat Jun 12 03:41:19 2010
+++ gdevilspie Fri Nov 11 16:56:58 2011
@@ -36,14 +36,7 @@ except:
print "pyGTK is not correctly installed, exiting."
sys.exit(1)
-DISABLE_FILLER=""
-try:
- import gDevilspie.filler as filler
-except:
- error = gtk.MessageDialog(None, 0, gtk.MESSAGE_ERROR, gtk.BUTTONS_CLOSE, "Make sure that Python-Wnck is correctly installed for 'filler' module to run properly.")
- response = error.run()
- error.destroy()
- DISABLE_FILLER="True"
+DISABLE_FILLER="True"
DISABLE_XDG=""
try:

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-setup_py,v 1.1.1.1 2008/05/31 09:03:20 jasper Exp $
--- setup.py.orig Thu May 29 19:00:54 2008
+++ setup.py Thu May 29 19:01:36 2008
@@ -12,7 +12,7 @@ setup(name='gdevilspie',
packages=['gDevilspie'],
scripts=['gdevilspie'],
data_files=[('share/gdevilspie',['gdevilspie.glade', 'gdevilspie.png']),
- ('share/doc/gdevilspie',['README','Changelog','TODO']),
+ ('share/doc/gdevilspie',['README',]),
('share/applications',['gdevilspie.desktop']),
('share/pixmaps/',['gdevilspie.png'])],
)

View File

@ -1,2 +0,0 @@
A user friendly interface to the devilspie window matching daemon, to
create rules easily.

View File

@ -1,21 +0,0 @@
@comment $OpenBSD: PLIST,v 1.3 2010/09/03 17:24:07 jasper Exp $
bin/gdevilspie
lib/python${MODPY_VERSION}/site-packages/gDevilspie/
lib/python${MODPY_VERSION}/site-packages/gDevilspie/__init__.py
lib/python${MODPY_VERSION}/site-packages/gDevilspie/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/gDevilspie/filler.py
lib/python${MODPY_VERSION}/site-packages/gDevilspie/filler.pyc
lib/python${MODPY_VERSION}/site-packages/gDevilspie/reader.py
lib/python${MODPY_VERSION}/site-packages/gDevilspie/reader.pyc
lib/python${MODPY_VERSION}/site-packages/gDevilspie/sparser.py
lib/python${MODPY_VERSION}/site-packages/gDevilspie/sparser.pyc
lib/python${MODPY_VERSION}/site-packages/gdevilspie-0.0_svn_-py${MODPY_VERSION}.egg-info
share/applications/gdevilspie.desktop
share/doc/gdevilspie/
share/doc/gdevilspie/README
share/gdevilspie/
share/gdevilspie/gdevilspie.glade
share/gdevilspie/gdevilspie.png
share/pixmaps/gdevilspie.png
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database