summaryrefslogtreecommitdiff
path: root/devel/libglade
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-20 15:48:07 +0000
committerwiz <wiz>2007-05-20 15:48:07 +0000
commite17ec77a58cb628c17ad56aa366cc2bbaf31d3b5 (patch)
tree3b2ee71b2ac77e4cb1b45ff65390030539732b26 /devel/libglade
parent263ddbd7de9907a640fbf2d0cfc5687dda49f2d0 (diff)
downloadpkgsrc-e17ec77a58cb628c17ad56aa366cc2bbaf31d3b5.tar.gz
Remove remaining gnome1-libs dependencies from pkgsrc.
Diffstat (limited to 'devel/libglade')
-rw-r--r--devel/libglade/DESCR9
-rw-r--r--devel/libglade/Makefile26
-rw-r--r--devel/libglade/PLIST27
-rw-r--r--devel/libglade/buildlink3.mk24
-rw-r--r--devel/libglade/distinfo8
-rw-r--r--devel/libglade/patches/patch-aa13
-rw-r--r--devel/libglade/patches/patch-ab22
-rw-r--r--devel/libglade/patches/patch-ac13
8 files changed, 0 insertions, 142 deletions
diff --git a/devel/libglade/DESCR b/devel/libglade/DESCR
deleted file mode 100644
index 99a77f0895d..00000000000
--- a/devel/libglade/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
- Libglade is a library that performs a similar job to the C source
-output routines in the GLADE user interface builder. Whereas GLADE's
-output routines create C code that can then be compiled, libglade builds
-the interface from an XML file (GLADE's save format) at runtime. This
-way you can change the look of a program without needing to recompile.
-
- Currently it supports all the widgets in current releases, together
-with support for keyboard accelerators and automatic signal
-connection.
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
deleted file mode 100644
index 8324c075192..00000000000
--- a/devel/libglade/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.62 2007/01/09 13:28:19 joerg Exp $
-
-DISTNAME= libglade-0.17
-PKGREVISION= 9
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/0.17/}
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.jamesh.id.au/software/libglade/
-COMMENT= Runtime interpreter for GLADE GUI files
-
-USE_TOOLS+= msgfmt
-USE_X11BASE= yes
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-
-MAKE_ENV+= DISPLAY=${DISPLAY:Q}
-
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-
-pre-configure:
- ${RM} ${WRKSRC}/libgladeConf.sh
-
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libglade/PLIST b/devel/libglade/PLIST
deleted file mode 100644
index 339ec37e5c4..00000000000
--- a/devel/libglade/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:26 jlam Exp $
-bin/libglade-config
-bin/libglade-xgettext
-include/libglade-1.0/glade/glade-build.h
-include/libglade-1.0/glade/glade-widget-tree.h
-include/libglade-1.0/glade/glade-xml.h
-include/libglade-1.0/glade/glade.h
-lib/libglade.la
-lib/libglade-gnome.la
-lib/libgladeConf.sh
-lib/pkgconfig/libglade.pc
-lib/pkgconfig/libglade-gnome.pc
-share/aclocal/libglade.m4
-share/gnome/html/libglade/gladexml.html
-share/gnome/html/libglade/libglade-embedding.html
-share/gnome/html/libglade/libglade-extending.html
-share/gnome/html/libglade/libglade-gnome.html
-share/gnome/html/libglade/libglade-i18n.html
-share/gnome/html/libglade/libglade-lib.html
-share/gnome/html/libglade/libglade-libglade-build.html
-share/gnome/html/libglade/libglade-libglade-initialisation.html
-share/gnome/html/libglade/libglade-libglade-sax-parser.html
-share/gnome/html/libglade/libglade-notes.html
-share/gnome/html/libglade/libglade.html
-@dirrm share/gnome/html/libglade
-@dirrm include/libglade-1.0/glade
-@dirrm include/libglade-1.0
diff --git a/devel/libglade/buildlink3.mk b/devel/libglade/buildlink3.mk
deleted file mode 100644
index c810fd591bd..00000000000
--- a/devel/libglade/buildlink3.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2007/01/09 13:28:19 joerg Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LIBGLADE_BUILDLINK3_MK:= ${LIBGLADE_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= libglade
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibglade}
-BUILDLINK_PACKAGES+= libglade
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libglade
-
-.if !empty(LIBGLADE_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libglade+= libglade>=0.17nb5
-BUILDLINK_ABI_DEPENDS.libglade+= libglade>=0.17nb9
-BUILDLINK_PKGSRCDIR.libglade?= ../../devel/libglade
-.endif # LIBGLADE_BUILDLINK3_MK
-
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/libglade/distinfo b/devel/libglade/distinfo
deleted file mode 100644
index d44d19fd68f..00000000000
--- a/devel/libglade/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.8 2005/04/27 15:05:05 wiz Exp $
-
-SHA1 (libglade-0.17.tar.gz) = 66dbb90ffcfe80c551d2f3a296729ceab527cbc0
-RMD160 (libglade-0.17.tar.gz) = d401764bbb5c8b6af9b9c1fbd6e9c6b3483f27c8
-Size (libglade-0.17.tar.gz) = 418921 bytes
-SHA1 (patch-aa) = 44cbfcb19c8ecb351cde94246512da3ff062d87e
-SHA1 (patch-ab) = 32b2076ce818d78910f0895714ce3084a342a6d2
-SHA1 (patch-ac) = fe2ebed5e9a1489c14b504b718ece6afc4938d86
diff --git a/devel/libglade/patches/patch-aa b/devel/libglade/patches/patch-aa
deleted file mode 100644
index 1e9a214263e..00000000000
--- a/devel/libglade/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2002/09/06 12:09:09 wiz Exp $
-
---- configure.orig Thu Sep 6 23:00:42 2001
-+++ configure
-@@ -7643,7 +7643,7 @@
- echo "$as_me:7643: checking for BONOBO - version >= $min_bonobo_version" >&5
- echo $ECHO_N "checking for BONOBO - version >= $min_bonobo_version... $ECHO_C" >&6
- no_bonobo=""
-- if test "$GNOME_CONFIG" = "no" ; then
-+ if true ; then
- no_bonobo=yes
- else
- BONOBO_CFLAGS=`$GNOME_CONFIG $bonoboconf_args --cflags bonobo bonobox`
diff --git a/devel/libglade/patches/patch-ab b/devel/libglade/patches/patch-ab
deleted file mode 100644
index 61f5f869937..00000000000
--- a/devel/libglade/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2003/02/05 14:26:10 dmcmahill Exp $
-
---- doc/Makefile.in.orig Thu Sep 6 23:14:11 2001
-+++ doc/Makefile.in
-@@ -156,7 +156,7 @@ tmpl_sources = \
- tmpl/libglade-unused.sgml
-
-
--@HAVE_GTK_DOC_TRUE@html_stamp = html.stamp
-+#@HAVE_GTK_DOC_TRUE@html_stamp = html.stamp
-
- noinst_DATA = $(html_stamp)
-
-@@ -355,8 +355,6 @@ install-data-local:
- echo '-- Installing '$$i ; \
- $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
- done; \
-- echo '-- Installing $(srcdir)/html/index.sgml' ; \
-- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(TARGET_DIR); \
- echo '-- Fixing Crossreferences' ; \
- gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
- fi)
diff --git a/devel/libglade/patches/patch-ac b/devel/libglade/patches/patch-ac
deleted file mode 100644
index 8bd1baab48f..00000000000
--- a/devel/libglade/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/04/27 15:05:05 wiz Exp $
-
---- libglade.m4.orig 2001-02-10 12:45:30.000000000 +0100
-+++ libglade.m4
-@@ -4,7 +4,7 @@
- dnl AM_PATH_LIBGLADE([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
- dnl Test to see if libglade is installed, and define LIBGLADE_CFLAGS, LIBS
- dnl
--AC_DEFUN(AM_PATH_LIBGLADE,
-+AC_DEFUN([AM_PATH_LIBGLADE],
- [dnl
- dnl Get the cflags and libraries from the libglade-config script
- dnl