import gdl 0.7.9
This package contains components and libraries that are intended to be shared between GNOME development tools. The current pieces of GDL include: - A symbol browser bonobo component (symbol-browser-control). - A docking widget (gdl). - A utility library that also contains the stubs and skels for the symbol browser and text editor components (gdl, idl). ok ajacoutot@
This commit is contained in:
parent
bde537ec3f
commit
237e433e73
34
x11/gnome/gdl/Makefile
Normal file
34
x11/gnome/gdl/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/18 17:57:02 jasper Exp $
|
||||
|
||||
COMMENT= GNOME devtool libraries
|
||||
|
||||
GNOME_PROJECT= gdl
|
||||
GNOME_VERSION= 0.7.9
|
||||
SHARED_LIBS += gdl-1 0.0 # .0.0
|
||||
SHARED_LIBS += gdl-gnome-1 0.0 # .0.0
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xrender art_lgpl_2 atk-1.0 audiofile bonobo-2 bonobo-activation \
|
||||
bonoboui-2 cairo crypto dbus-1 dbus-glib-1 esd expat \
|
||||
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring \
|
||||
gnomecanvas-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
||||
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png \
|
||||
popt ssl util xml2 z
|
||||
|
||||
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnome/gdl/distinfo
Normal file
5
x11/gnome/gdl/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnome/gdl-0.7.9.tar.bz2) = BARgQnIjjY2ZeHb9NPcTDA==
|
||||
RMD160 (gnome/gdl-0.7.9.tar.bz2) = oekTvIQhwG9Zdu46jImoMjxicos=
|
||||
SHA1 (gnome/gdl-0.7.9.tar.bz2) = b1UsZDWihCrS7PII4IGvxX30qPU=
|
||||
SHA256 (gnome/gdl-0.7.9.tar.bz2) = dRf/B34RvqH+aBkSUfkawR3IUZmtFGQ4SvZ69CeiL5E=
|
||||
SIZE (gnome/gdl-0.7.9.tar.bz2) = 518472
|
18
x11/gnome/gdl/patches/patch-gdl_gdl-icons_c
Normal file
18
x11/gnome/gdl/patches/patch-gdl_gdl-icons_c
Normal file
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-gdl_gdl-icons_c,v 1.1.1.1 2008/02/18 17:57:02 jasper Exp $
|
||||
--- gdl/gdl-icons.c.orig Sat Feb 16 11:43:24 2008
|
||||
+++ gdl/gdl-icons.c Sat Feb 16 11:44:02 2008
|
||||
@@ -203,12 +203,13 @@ gdl_icons_get_mime_icon (GdlIcons *icons,
|
||||
{
|
||||
GdkPixbuf *pixbuf;
|
||||
char *icon_name;
|
||||
+ GdlIconsPrivate *priv;
|
||||
|
||||
g_return_val_if_fail (icons != NULL, NULL);
|
||||
g_return_val_if_fail (GDL_IS_ICONS (icons), NULL);
|
||||
g_return_val_if_fail (mime_type != NULL, NULL);
|
||||
|
||||
- GdlIconsPrivate *priv = GDL_ICONS_GET_PRIVATE (icons);
|
||||
+ priv = GDL_ICONS_GET_PRIVATE (icons);
|
||||
|
||||
pixbuf = g_hash_table_lookup (priv->icons, mime_type);
|
||||
if (pixbuf != NULL) {
|
9
x11/gnome/gdl/pkg/DESCR
Normal file
9
x11/gnome/gdl/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
This package contains components and libraries that are intended to be
|
||||
shared between GNOME development tools.
|
||||
|
||||
The current pieces of GDL include:
|
||||
|
||||
- A symbol browser bonobo component (symbol-browser-control).
|
||||
- A docking widget (gdl).
|
||||
- A utility library that also contains the stubs and skels for
|
||||
the symbol browser and text editor components (gdl, idl).
|
3
x11/gnome/gdl/pkg/PFRAG.shared
Normal file
3
x11/gnome/gdl/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/02/18 17:57:02 jasper Exp $
|
||||
@lib lib/libgdl-1.so.${LIBgdl-1_VERSION}
|
||||
@lib lib/libgdl-gnome-1.so.${LIBgdl-gnome-1_VERSION}
|
136
x11/gnome/gdl/pkg/PLIST
Normal file
136
x11/gnome/gdl/pkg/PLIST
Normal file
@ -0,0 +1,136 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/18 17:57:02 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/libgdl-1.0/
|
||||
include/libgdl-1.0/gdl/
|
||||
include/libgdl-1.0/gdl/gdl-combo-button.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-bar.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-item.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-layout.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-master.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-notebook.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-object.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-paned.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-placeholder.h
|
||||
include/libgdl-1.0/gdl/gdl-dock-tablabel.h
|
||||
include/libgdl-1.0/gdl/gdl-dock.h
|
||||
include/libgdl-1.0/gdl/gdl-icons.h
|
||||
include/libgdl-1.0/gdl/gdl-stock-icons.h
|
||||
include/libgdl-1.0/gdl/gdl-stock.h
|
||||
include/libgdl-1.0/gdl/gdl-switcher.h
|
||||
include/libgdl-1.0/gdl/gdl-tools.h
|
||||
include/libgdl-1.0/gdl/gdl.h
|
||||
include/libgdl-1.0/gdl/libgdltypebuiltins.h
|
||||
lib/libgdl-1.a
|
||||
lib/libgdl-1.la
|
||||
lib/libgdl-gnome-1.a
|
||||
lib/libgdl-gnome-1.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gdl-1.0.pc
|
||||
lib/pkgconfig/gdl-gnome-1.0.pc
|
||||
share/gdl/
|
||||
share/gdl/glade/
|
||||
share/gdl/glade/layout.glade
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/gdl/
|
||||
share/gtk-doc/html/gdl/GdlComboButton.html
|
||||
share/gtk-doc/html/gdl/GdlDock.html
|
||||
share/gtk-doc/html/gdl/GdlDockBar.html
|
||||
share/gtk-doc/html/gdl/GdlDockItem.html
|
||||
share/gtk-doc/html/gdl/GdlDockLayout.html
|
||||
share/gtk-doc/html/gdl/GdlDockMaster.html
|
||||
share/gtk-doc/html/gdl/GdlDockNotebook.html
|
||||
share/gtk-doc/html/gdl/GdlDockObject.html
|
||||
share/gtk-doc/html/gdl/GdlDockPaned.html
|
||||
share/gtk-doc/html/gdl/GdlDockPlaceholder.html
|
||||
share/gtk-doc/html/gdl/GdlDockTablabel.html
|
||||
share/gtk-doc/html/gdl/GdlIcons.html
|
||||
share/gtk-doc/html/gdl/GdlSwitcher.html
|
||||
share/gtk-doc/html/gdl/gdl-gdl-stock.html
|
||||
share/gtk-doc/html/gdl/gdl-gdl-tools.html
|
||||
share/gtk-doc/html/gdl/gdl-main.html
|
||||
share/gtk-doc/html/gdl/gdl.devhelp
|
||||
share/gtk-doc/html/gdl/gdl.devhelp2
|
||||
share/gtk-doc/html/gdl/home.png
|
||||
share/gtk-doc/html/gdl/index.html
|
||||
share/gtk-doc/html/gdl/index.sgml
|
||||
share/gtk-doc/html/gdl/left.png
|
||||
share/gtk-doc/html/gdl/right.png
|
||||
share/gtk-doc/html/gdl/style.css
|
||||
share/gtk-doc/html/gdl/up.png
|
||||
share/locale/am/
|
||||
share/locale/am/LC_MESSAGES/
|
||||
share/locale/am/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/bg/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ca/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/cs/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/da/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/de/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
share/locale/dz/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/el/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/en_CA/
|
||||
share/locale/en_CA/LC_MESSAGES/
|
||||
share/locale/en_CA/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/es/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/fi/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/fr/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ga/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/gl/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/hr/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/hu/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/it/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ja/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ko/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/lv/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/mk/
|
||||
share/locale/mk/LC_MESSAGES/
|
||||
share/locale/mk/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ml/
|
||||
share/locale/ml/LC_MESSAGES/
|
||||
share/locale/ml/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/nb/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ne/
|
||||
share/locale/ne/LC_MESSAGES/
|
||||
share/locale/ne/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/nl/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/oc/
|
||||
share/locale/oc/LC_MESSAGES/
|
||||
share/locale/oc/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/pa/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/pl/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/pt/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/ru/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/rw/
|
||||
share/locale/rw/LC_MESSAGES/
|
||||
share/locale/rw/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/sk/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/sl/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/sr/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/sv/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/tr/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/uk/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/vi/LC_MESSAGES/gdl-1.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gdl-1.mo
|
Loading…
Reference in New Issue
Block a user