mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove expired ports:
2018-12-20 devel/glib12: Obsolete 2018-12-20 graphics/gdk-pixbuf: Uses obsolete glib12 2018-12-20 x11-toolkits/gtk12: Uses obsolete glib12
This commit is contained in:
parent
363ef2752b
commit
b1f86500b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488008
35 changed files with 3 additions and 916 deletions
3
MOVED
3
MOVED
|
@ -10916,3 +10916,6 @@ print/gsview||2018-12-21|Has expired: Uses obsolete glib12
|
|||
x11/dgs||2018-12-21|Has expired: Uses obsolete glib12
|
||||
japanese/jmode||2018-12-21|Has expired: Uses obsolete glib12
|
||||
multimedia/xmms||2018-12-21|Has expired: Uses obsolete glib12
|
||||
devel/glib12||2018-12-21|Has expired: Obsolete
|
||||
graphics/gdk-pixbuf||2018-12-21|Has expired: Uses obsolete glib12
|
||||
x11-toolkits/gtk12||2018-12-21|Has expired: Uses obsolete glib12
|
||||
|
|
|
@ -801,7 +801,6 @@
|
|||
SUBDIR += glade2
|
||||
SUBDIR += glade3
|
||||
SUBDIR += glademm
|
||||
SUBDIR += glib12
|
||||
SUBDIR += glib20
|
||||
SUBDIR += glib20-reference
|
||||
SUBDIR += glibmm
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= glib
|
||||
PORTVERSION= 1.2.10
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX= 12
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Some useful routines of C programming (previous stable version)
|
||||
|
||||
DEPRECATED= Obsolete
|
||||
EXPIRATION_DATE= 2018-12-20
|
||||
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pathfix
|
||||
USE_CSTD= gnu89
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INFO= glib
|
||||
|
||||
post-install:
|
||||
${LN} -sf glib-config ${STAGEDIR}${PREFIX}/bin/glib12-config
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (glib-1.2.10.tar.gz) = 6e1ce7eedae713b11db82f11434d455d8a1379f783a79812cd2e05fc024a8d9f
|
||||
SIZE (glib-1.2.10.tar.gz) = 421480
|
|
@ -1,53 +0,0 @@
|
|||
--- Makefile.in.orig Thu Mar 15 10:48:50 2001
|
||||
+++ Makefile.in Wed Nov 20 14:39:44 2002
|
||||
@@ -96,9 +96,9 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4
|
||||
|
||||
-SUBDIRS = . gmodule gthread docs tests
|
||||
+SUBDIRS = . gmodule gthread docs
|
||||
|
||||
-configincludedir = $(pkglibdir)/include
|
||||
+configincludedir = $(includedir)/glib-1.2
|
||||
|
||||
bin_SCRIPTS = glib-config
|
||||
|
||||
@@ -574,7 +574,6 @@
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
- $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
|
||||
garray.lo garray.o : garray.c glib.h glibconfig.h
|
||||
gcache.lo gcache.o : gcache.c glib.h glibconfig.h
|
||||
gcompletion.lo gcompletion.o : gcompletion.c glib.h glibconfig.h
|
||||
@@ -629,7 +628,7 @@
|
||||
uninstall-configincludeDATA uninstall-m4dataDATA \
|
||||
uninstall-pkgconfigDATA uninstall-glibincludeHEADERS
|
||||
uninstall: uninstall-recursive
|
||||
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
|
||||
+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
|
||||
$(HEADERS) config.h
|
||||
all-redirect: all-recursive-am
|
||||
install-strip:
|
||||
--- gmodule/Makefile.in.orig Fri Mar 2 17:37:21 2001
|
||||
+++ gmodule/Makefile.in Tue Mar 6 09:24:01 2001
|
||||
@@ -341,7 +341,7 @@
|
||||
install: install-am
|
||||
uninstall-am: uninstall-libLTLIBRARIES uninstall-glibincludeHEADERS
|
||||
uninstall: uninstall-am
|
||||
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
|
||||
+all-am: Makefile $(LTLIBRARIES) $(HEADERS)
|
||||
all-redirect: all-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
--- gthread/Makefile.in.orig Tue Mar 6 09:12:20 2001
|
||||
+++ gthread/Makefile.in Tue Mar 6 09:12:59 2001
|
||||
@@ -300,7 +300,7 @@
|
||||
install: install-am
|
||||
uninstall-am: uninstall-libLTLIBRARIES
|
||||
uninstall: uninstall-am
|
||||
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
|
||||
+all-am: Makefile $(LTLIBRARIES)
|
||||
all-redirect: all-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
@ -1,75 +0,0 @@
|
|||
--- configure.orig 2001-03-15 16:44:01.000000000 +0100
|
||||
+++ configure 2012-12-12 11:10:38.000000000 +0100
|
||||
@@ -3496,7 +3496,7 @@
|
||||
|
||||
|
||||
# Check for some functions
|
||||
-for ac_func in lstat strerror strsignal memmove vsnprintf strcasecmp strncasecmp poll
|
||||
+for ac_func in lstat strerror strsignal memmove vsnprintf strcasecmp strncasecmp
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:3503: checking for $ac_func" >&5
|
||||
@@ -5568,6 +5568,63 @@
|
||||
|
||||
|
||||
|
||||
+if test x"$have_poll" != xno; then
|
||||
+ for ac_func in poll
|
||||
+do
|
||||
+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
+echo "configure:5636: checking for $ac_func" >&5
|
||||
+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||
+ echo $ac_n "(cached) $ac_c" 1>&6
|
||||
+else
|
||||
+ cat > conftest.$ac_ext <<EOF
|
||||
+#line 5641 "configure"
|
||||
+#include "confdefs.h"
|
||||
+/* System header to define __stub macros and hopefully few prototypes,
|
||||
+ which can conflict with char $ac_func(); below. */
|
||||
+#include <assert.h>
|
||||
+/* Override any gcc2 internal prototype to avoid an error. */
|
||||
+/* We use char because int might match the return type of a gcc2
|
||||
+ builtin and then its argument prototype would still apply. */
|
||||
+char $ac_func();
|
||||
+
|
||||
+int main() {
|
||||
+
|
||||
+/* The GNU C library defines this for functions which it implements
|
||||
+ to always fail with ENOSYS. Some functions are actually named
|
||||
+ something starting with __ and the normal name is an alias. */
|
||||
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
|
||||
+choke me
|
||||
+#else
|
||||
+$ac_func();
|
||||
+#endif
|
||||
+
|
||||
+; return 0; }
|
||||
+EOF
|
||||
+if { (eval echo configure:5664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
+ rm -rf conftest*
|
||||
+ eval "ac_cv_func_$ac_func=yes"
|
||||
+else
|
||||
+ echo "configure: failed program was:" >&5
|
||||
+ cat conftest.$ac_ext >&5
|
||||
+ rm -rf conftest*
|
||||
+ eval "ac_cv_func_$ac_func=no"
|
||||
+fi
|
||||
+rm -f conftest*
|
||||
+fi
|
||||
+
|
||||
+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
|
||||
+ echo "$ac_t""yes" 1>&6
|
||||
+ ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
|
||||
+ cat >> confdefs.h <<EOF
|
||||
+#define $ac_tr_func 1
|
||||
+EOF
|
||||
+
|
||||
+else
|
||||
+ echo "$ac_t""no" 1>&6
|
||||
+fi
|
||||
+done
|
||||
+
|
||||
+fi
|
||||
glib_sysdefso="glibconfig-sysdefs.h"
|
||||
glib_sysdef_msg=`echo POLLIN:1 POLLOUT:4 POLLPRI:2 POLLERR:8 POLLHUP:16 POLLNVAL:32 | sed 's/:[^ ]*//g'`
|
||||
if test "x`(echo '\n') 2>/dev/null`" != 'x\n'; then
|
|
@ -1,14 +0,0 @@
|
|||
--- glib.h.orig Sun Sep 5 23:34:07 1999
|
||||
+++ glib.h Thu Sep 16 01:32:54 1999
|
||||
@@ -108,7 +108,11 @@
|
||||
* defined then the current definition is correct.
|
||||
*/
|
||||
#ifndef NULL
|
||||
+#ifdef __cplusplus
|
||||
+#define NULL (0)
|
||||
+#else
|
||||
#define NULL ((void*) 0)
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
|
@ -1,11 +0,0 @@
|
|||
--- glib.m4.orig
|
||||
+++ glib.m4
|
||||
@@ -5,7 +5,7 @@
|
||||
dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
|
||||
dnl gthread is specified in MODULES, pass to glib-config
|
||||
dnl
|
||||
-AC_DEFUN(AM_PATH_GLIB,
|
||||
+AC_DEFUN([AM_PATH_GLIB],
|
||||
[dnl
|
||||
dnl Get the cflags and libraries from the glib-config script
|
||||
dnl
|
|
@ -1,46 +0,0 @@
|
|||
--- gstrfuncs.c.orig 2001-02-27 07:00:22.000000000 +0100
|
||||
+++ gstrfuncs.c 2004-03-01 13:19:49.531603760 +0100
|
||||
@@ -867,8 +867,8 @@ g_printf_string_upper_bound (const gchar
|
||||
/* beware of positional parameters
|
||||
*/
|
||||
case '$':
|
||||
- g_warning (G_GNUC_PRETTY_FUNCTION
|
||||
- "(): unable to handle positional parameters (%%n$)");
|
||||
+ g_warning ("%s: unable to handle positional parameters (%%n$)",
|
||||
+ G_GNUC_PRETTY_FUNCTION);
|
||||
len += 1024; /* try adding some safety padding */
|
||||
break;
|
||||
|
||||
@@ -1034,8 +1034,8 @@ g_printf_string_upper_bound (const gchar
|
||||
/* n . dddddddddddddddddddddddd E +- eeee */
|
||||
conv_len += 1 + 1 + MAX (24, spec.precision) + 1 + 1 + 4;
|
||||
if (spec.mod_extra_long)
|
||||
- g_warning (G_GNUC_PRETTY_FUNCTION
|
||||
- "(): unable to handle long double, collecting double only");
|
||||
+ g_warning ("%s: unable to handle long double, collecting double only",
|
||||
+ G_GNUC_PRETTY_FUNCTION);
|
||||
#ifdef HAVE_LONG_DOUBLE
|
||||
#error need to implement special handling for long double
|
||||
#endif
|
||||
@@ -1077,8 +1077,8 @@ g_printf_string_upper_bound (const gchar
|
||||
conv_done = TRUE;
|
||||
if (spec.mod_long)
|
||||
{
|
||||
- g_warning (G_GNUC_PRETTY_FUNCTION
|
||||
- "(): unable to handle wide char strings");
|
||||
+ g_warning ("%s: unable to handle wide char strings",
|
||||
+ G_GNUC_PRETTY_FUNCTION);
|
||||
len += 1024; /* try adding some safety padding */
|
||||
}
|
||||
break;
|
||||
@@ -1108,8 +1108,8 @@ g_printf_string_upper_bound (const gchar
|
||||
conv_len += format - spec_start;
|
||||
break;
|
||||
default:
|
||||
- g_warning (G_GNUC_PRETTY_FUNCTION
|
||||
- "(): unable to handle `%c' while parsing format",
|
||||
+ g_warning ("%s: unable to handle `%c' while parsing format",
|
||||
+ G_GNUC_PRETTY_FUNCTION,
|
||||
c);
|
||||
break;
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
--- gutils.c.orig Wed Aug 9 14:12:31 2000
|
||||
+++ gutils.c Sat Apr 19 06:09:28 2003
|
||||
@@ -483,6 +483,7 @@
|
||||
# ifdef _SC_GETPW_R_SIZE_MAX
|
||||
/* This reurns the maximum length */
|
||||
guint bufsize = sysconf (_SC_GETPW_R_SIZE_MAX);
|
||||
+ if (bufsize == UINT_MAX) bufsize = 64; /* XXX Correct for unimpelemented SC */
|
||||
# else /* _SC_GETPW_R_SIZE_MAX */
|
||||
guint bufsize = 64;
|
||||
# endif /* _SC_GETPW_R_SIZE_MAX */
|
|
@ -1,8 +0,0 @@
|
|||
This is GLib version 1.2. GLib, is a library which includes support
|
||||
routines for C such as lists, trees, hashes, memory allocation, and
|
||||
many other things.
|
||||
|
||||
WWW: https://www.gtk.org/
|
||||
ftp://ftp.gtk.org/pub/gtk
|
||||
|
||||
A mailing list is located at gtk-list@redhat.com for discussion.
|
|
@ -1,22 +0,0 @@
|
|||
bin/glib-config
|
||||
bin/glib12-config
|
||||
include/glib-1.2/glib.h
|
||||
include/glib-1.2/glibconfig.h
|
||||
include/glib-1.2/gmodule.h
|
||||
lib/libglib-1.2.so.0
|
||||
lib/libglib-1.2.so.0.0.10
|
||||
lib/libglib.a
|
||||
lib/libglib.so
|
||||
lib/libgmodule-1.2.so.0
|
||||
lib/libgmodule-1.2.so.0.0.10
|
||||
lib/libgmodule.a
|
||||
lib/libgmodule.so
|
||||
lib/libgthread-1.2.so.0
|
||||
lib/libgthread-1.2.so.0.0.10
|
||||
lib/libgthread.a
|
||||
lib/libgthread.so
|
||||
libdata/pkgconfig/glib.pc
|
||||
libdata/pkgconfig/gmodule.pc
|
||||
libdata/pkgconfig/gthread.pc
|
||||
share/aclocal/glib.m4
|
||||
man/man1/glib-config.1.gz
|
|
@ -228,7 +228,6 @@
|
|||
SUBDIR += gd
|
||||
SUBDIR += gdal
|
||||
SUBDIR += gdchart
|
||||
SUBDIR += gdk-pixbuf
|
||||
SUBDIR += gdk-pixbuf2
|
||||
SUBDIR += gdtclft
|
||||
SUBDIR += geeqie
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
# Created by: Ade Lovett <ade@lovett.com>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.2 2006/09/10 00:51:10 mezz Exp $
|
||||
|
||||
PORTNAME= gdk-pixbuf
|
||||
PORTVERSION= 0.22.0
|
||||
PORTREVISION= 17
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNOME
|
||||
DISTNAME= gdk-pixbuf-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Graphic library for GTK+
|
||||
|
||||
DEPRECATED= Uses obsolete glib12
|
||||
EXPIRATION_DATE= 2018-12-20
|
||||
|
||||
LICENSE= LGPL20+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png \
|
||||
libtiff.so:graphics/tiff
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
USES= cpe gmake jpeg libtool localbase pathfix tar:bzip2
|
||||
CPE_VENDOR= gnome
|
||||
USE_XORG= xt xi x11
|
||||
USE_GNOME= gtk12
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
--disable-gtk-doc
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/confexecdir =/s/=.*/= $$(sysconfdir)/' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 411f2a1c27c3afadc5d034f2213d9f6c3a37f564eb5989cf6e8a53729280ae22
|
||||
SIZE (gnome/gdk-pixbuf-0.22.0.tar.bz2) = 398208
|
|
@ -1,11 +0,0 @@
|
|||
--- gdk-pixbuf/Makefile.in.orig Sat Oct 5 01:29:29 2002
|
||||
+++ gdk-pixbuf/Makefile.in Sat Oct 5 01:32:30 2002
|
||||
@@ -400,7 +400,7 @@
|
||||
libpixbufloader_bmp_la_OBJECTS = io-bmp.lo
|
||||
libpixbufloader_xbm_la_DEPENDENCIES = libgdk_pixbuf.la
|
||||
libpixbufloader_xbm_la_OBJECTS = io-xbm.lo
|
||||
-noinst_PROGRAMS = test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \
|
||||
+noinst_PROGRAMS = # test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \
|
||||
testpixbuf-drawable$(EXEEXT) testanimation$(EXEEXT) \
|
||||
testpixbuf-scale$(EXEEXT)
|
||||
PROGRAMS = $(noinst_PROGRAMS)
|
|
@ -1,11 +0,0 @@
|
|||
--- gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:34:50 1.1
|
||||
+++ gdk-pixbuf/pixops/have_mmx.S 2001/11/16 10:35:21
|
||||
@@ -19,6 +19,8 @@
|
||||
popfl
|
||||
pushfl
|
||||
popl %eax
|
||||
+ pushl %ebx
|
||||
+ popfl
|
||||
|
||||
cmpl %eax, %ebx
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
--- gdk-pixbuf/io-png.c.orig 2001-01-24 21:59:23.000000000 +0100
|
||||
+++ gdk-pixbuf/io-png.c 2012-04-24 22:50:30.000000000 +0200
|
||||
@@ -175,7 +175,7 @@
|
||||
return NULL;
|
||||
}
|
||||
|
||||
- if (setjmp (png_ptr->jmpbuf)) {
|
||||
+ if (setjmp (png_jmpbuf(png_ptr))) {
|
||||
png_destroy_read_struct (&png_ptr, &info_ptr, &end_info);
|
||||
return NULL;
|
||||
}
|
||||
@@ -311,7 +311,7 @@
|
||||
return NULL;
|
||||
}
|
||||
|
||||
- if (setjmp (lc->png_read_ptr->jmpbuf)) {
|
||||
+ if (setjmp (png_jmpbuf(lc->png_read_ptr))) {
|
||||
if (lc->png_info_ptr)
|
||||
png_destroy_read_struct(&lc->png_read_ptr, NULL, NULL);
|
||||
g_free(lc);
|
||||
@@ -366,7 +366,7 @@
|
||||
lc->max_row_seen_in_chunk = -1;
|
||||
|
||||
/* Invokes our callbacks as needed */
|
||||
- if (setjmp (lc->png_read_ptr->jmpbuf)) {
|
||||
+ if (setjmp (png_jmpbuf(lc->png_read_ptr))) {
|
||||
return FALSE;
|
||||
} else {
|
||||
png_process_data(lc->png_read_ptr, lc->png_info_ptr, buf, size);
|
|
@ -1,10 +0,0 @@
|
|||
--- ltmain.sh.orig Sun Jan 20 16:11:07 2002
|
||||
+++ ltmain.sh Tue Jan 22 13:34:20 2002
|
||||
@@ -1060,6 +1060,7 @@
|
||||
|
||||
-module)
|
||||
module=yes
|
||||
+ build_old_libs=no
|
||||
continue
|
||||
;;
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
--- gdk-pixbuf/io-ico.c.orig Mon Oct 11 15:44:43 2004
|
||||
+++ gdk-pixbuf/io-ico.c Mon Oct 11 15:47:29 2004
|
||||
@@ -330,6 +330,10 @@
|
||||
|
||||
State->HeaderSize+=I;
|
||||
|
||||
+ if (State->HeaderSize < 0) {
|
||||
+ return FALSE;
|
||||
+ }
|
||||
+
|
||||
if (State->HeaderSize>State->BytesInHeaderBuf) {
|
||||
guchar *tmp=realloc(State->HeaderBuf,State->HeaderSize);
|
||||
if (!tmp)
|
||||
--- gdk-pixbuf/io-xpm.c.orig Thu Mar 1 15:16:28 2001
|
||||
+++ gdk-pixbuf/io-xpm.c Sun Oct 17 17:05:38 2004
|
||||
@@ -352,16 +352,21 @@
|
||||
return NULL;
|
||||
}
|
||||
sscanf (buffer, "%d %d %d %d", &w, &h, &n_col, &cpp);
|
||||
- if (cpp >= 32) {
|
||||
- g_warning ("XPM has more than 31 chars per pixel.");
|
||||
+ if (cpp <= 0 || cpp >= 32) {
|
||||
+ g_warning ("XPM has invalid number of chars per pixel");
|
||||
+ return NULL;
|
||||
+ }
|
||||
+
|
||||
+ if (n_col <= 0 || n_col >= G_MAXINT / (cpp + 1)) {
|
||||
+ g_warning ("XPM file has invalid number of colors");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* The hash is used for fast lookups of color from chars */
|
||||
color_hash = g_hash_table_new (g_str_hash, g_str_equal);
|
||||
|
||||
- name_buf = g_new (gchar, n_col * (cpp + 1));
|
||||
- colors = g_new (_XPMColor, n_col);
|
||||
+ name_buf = (gchar *) g_malloc (n_col * (cpp + 1));
|
||||
+ colors = (_XPMColor *) g_malloc (sizeof (_XPMColor) * n_col);
|
||||
|
||||
for (cnt = 0; cnt < n_col; cnt++) {
|
||||
gchar *color_name;
|
|
@ -1,8 +0,0 @@
|
|||
The GdkPixBuf library provides a number of features:
|
||||
|
||||
- Image loading facilities.
|
||||
- Rendering of a GdkPixBuf into various formats:
|
||||
drawables (windows, pixmaps), GdkRGB buffers.
|
||||
- A cache interface
|
||||
|
||||
WWW: https://developer.gnome.org/gdk-pixbuf/
|
|
@ -1,51 +0,0 @@
|
|||
bin/gdk-pixbuf-config
|
||||
etc/gdk_pixbufConf.sh
|
||||
etc/gdk_pixbuf_xlibConf.sh
|
||||
etc/gnomecanvaspixbufConf.sh
|
||||
include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-features.h
|
||||
include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-loader.h
|
||||
include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlib.h
|
||||
include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlibrgb.h
|
||||
include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-bmp.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-gif.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-ico.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-jpeg.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-png.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-pnm.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-ras.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-tiff.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-xbm.so
|
||||
lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so
|
||||
lib/libgdk_pixbuf.a
|
||||
lib/libgdk_pixbuf.so
|
||||
lib/libgdk_pixbuf.so.2
|
||||
lib/libgdk_pixbuf.so.2.0.0
|
||||
lib/libgdk_pixbuf_xlib.a
|
||||
lib/libgdk_pixbuf_xlib.so
|
||||
lib/libgdk_pixbuf_xlib.so.2
|
||||
lib/libgdk_pixbuf_xlib.so.2.0.0
|
||||
share/aclocal/gdk-pixbuf.m4
|
||||
%%DOCSDIR%%/a3696.html
|
||||
%%DOCSDIR%%/compiling.html
|
||||
%%DOCSDIR%%/extra-configuration-options.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-animation.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-creating.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-file-loading.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-from-drawables.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-init.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-gdk-pixbuf.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-refcounting.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-rendering.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-scaling.html
|
||||
%%DOCSDIR%%/gdk-pixbuf-util.html
|
||||
%%DOCSDIR%%/gdkpixbufloader.html
|
||||
%%DOCSDIR%%/gnomecanvaspixbuf.html
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/license.html
|
||||
%%DOCSDIR%%/r27.html
|
||||
%%DOCSDIR%%/x3715.html
|
||||
%%DOCSDIR%%/x3767.html
|
|
@ -38,7 +38,6 @@
|
|||
SUBDIR += gtk-sharp-beans
|
||||
SUBDIR += gtk-sharp20
|
||||
SUBDIR += gtk-sharp30
|
||||
SUBDIR += gtk12
|
||||
SUBDIR += gtk20
|
||||
SUBDIR += gtk20-reference
|
||||
SUBDIR += gtk30
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11-toolkits/gtk12/Makefile,v 1.3 2006/10/09 19:31:53 ahze Exp $
|
||||
|
||||
PORTNAME= gtk
|
||||
PORTVERSION= 1.2.10
|
||||
PORTREVISION= 28
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= GNOME/sources/gtk+/1.2
|
||||
PKGNAMESUFFIX= 12
|
||||
DISTNAME= gtk+-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Gimp Toolkit for X11 GUI (previous stable version)
|
||||
|
||||
DEPRECATED= Uses obsolete glib12
|
||||
EXPIRATION_DATE= 2018-12-20
|
||||
|
||||
USES= libtool pathfix perl5
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11 ice xext sm xorgproto xi
|
||||
USE_GNOME= glib12
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-native-locale \
|
||||
--with-xinput=xfree
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
INFO= gdk gtk
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/gtk/gtkrc.zh_TW.big5 ${WRKSRC}/gtk/gtkrc.zh_TW.Big5
|
||||
|
||||
pre-build:
|
||||
${RM} -r ${WRKSRC}/docs/gtk.info*
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk/themes/engines
|
||||
@${LN} -sf gtk-config ${STAGEDIR}${PREFIX}/bin/gtk12-config
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (gtk+-1.2.10.tar.gz) = 3fb843ea671c89b909fd145fa09fd2276af3312e58cbab29ed1c93b462108c34
|
||||
SIZE (gtk+-1.2.10.tar.gz) = 2868322
|
|
@ -1,10 +0,0 @@
|
|||
--- Makefile.in.orig Sun Apr 1 23:14:07 2001
|
||||
+++ Makefile.in Wed Nov 20 14:56:58 2002
|
||||
@@ -438,7 +438,6 @@
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
- $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
|
||||
info-am:
|
||||
info: info-recursive
|
||||
dvi-am:
|
|
@ -1,10 +0,0 @@
|
|||
--- configure.orig Tue May 11 05:42:09 1999
|
||||
+++ configure Mon May 17 22:59:13 1999
|
||||
@@ -4446,6 +4446,7 @@
|
||||
glib_thread_cflags="$GLIB_CFLAGS"
|
||||
glib_libs=`$GLIB_CONFIG glib gmodule --libs`
|
||||
glib_thread_libs="$GLIB_LIBS"
|
||||
+ GLIB_CFLAGS="$glib_cflags"
|
||||
GLIB_LIBS="$glib_libs"
|
||||
GLIB_DEPLIBS="$glib_libs"
|
||||
else
|
|
@ -1,11 +0,0 @@
|
|||
--- docs/Makefile.in.orig Fri Sep 24 09:13:34 1999
|
||||
+++ docs/Makefile.in Sat Oct 9 22:15:26 1999
|
||||
@@ -99,7 +99,7 @@
|
||||
LT_RELEASE = @LT_RELEASE@
|
||||
LT_REVISION = @LT_REVISION@
|
||||
MAINT = @MAINT@
|
||||
-MAKEINFO = @MAKEINFO@
|
||||
+MAKEINFO = @MAKEINFO@ --no-split
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
NM = @NM@
|
||||
OBJDUMP = @OBJDUMP@
|
|
@ -1,11 +0,0 @@
|
|||
--- gdk/gdkimage.c.orig Wed Dec 19 08:39:12 2001
|
||||
+++ gdk/gdkimage.c Wed Dec 19 08:39:19 2001
|
||||
@@ -213,7 +213,7 @@
|
||||
|
||||
x_shm_info->shmid = shmget (IPC_PRIVATE,
|
||||
private->ximage->bytes_per_line * private->ximage->height,
|
||||
- IPC_CREAT | 0777);
|
||||
+ IPC_CREAT | SHM_R | SHM_W);
|
||||
|
||||
if (x_shm_info->shmid == -1)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- gtk.m4.orig
|
||||
+++ gtk.m4
|
||||
@@ -4,7 +4,7 @@
|
||||
dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
|
||||
dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
|
||||
dnl
|
||||
-AC_DEFUN(AM_PATH_GTK,
|
||||
+AC_DEFUN([AM_PATH_GTK],
|
||||
[dnl
|
||||
dnl Get the cflags and libraries from the gtk-config script
|
||||
dnl
|
|
@ -1,31 +0,0 @@
|
|||
--- gtk/Makefile.in.orig Mon Apr 2 12:14:13 2001
|
||||
+++ gtk/Makefile.in Wed Apr 20 14:32:17 2005
|
||||
@@ -125,7 +125,7 @@
|
||||
x_libs = @x_libs@
|
||||
xinput_progs = @xinput_progs@
|
||||
|
||||
-INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_LIBDIR=\"$(libdir)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(sysconfdir)\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -I$(top_srcdir) @GTK_DEBUG_FLAGS@ @GTK_XIM_FLAGS@ @GTK_LOCALE_FLAGS@ @GLIB_CFLAGS@ @x_cflags@ @STRIP_END@
|
||||
+INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_DISABLE_COMPAT_H -DGTK_LIBDIR=\"$(libdir)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(gtkconfdir)\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -I$(top_srcdir) @GTK_DEBUG_FLAGS@ @GTK_XIM_FLAGS@ @GTK_LOCALE_FLAGS@ @GLIB_CFLAGS@ @x_cflags@ @STRIP_END@
|
||||
|
||||
|
||||
#
|
||||
@@ -190,8 +190,8 @@
|
||||
gen_sources = xgen-gdef xgen-gtbh xgen-gtbvc xgen-gtbic xgen-gtbec xgen-gmh xgen-gmc
|
||||
CLEANFILES = $(gen_sources)
|
||||
|
||||
-gtkconfdir = $(sysconfdir)/gtk
|
||||
-gtkconf_DATA = gtkrc.az gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.zh_TW.big5 gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 gtkrc.cp1255
|
||||
+gtkconfdir = $(datadir)/themes/Default/gtk
|
||||
+gtkconf_DATA = gtkrc.az gtkrc.el gtkrc.eo gtkrc.he gtkrc.hy gtkrc.ja gtkrc.ko gtkrc.ru gtkrc.tr gtkrc.th gtkrc.uk gtkrc.iso-8859-2 gtkrc.iso-8859-5 gtkrc.iso-8859-13 gtkrc.iso-8859-14 gtkrc.iso-8859-15 gtkrc.zh_CN gtkrc.zh_TW.Big5 gtkrc.ka_GE.georgianacademy gtkrc.ka_GE.georgianps gtkrc.vi_VN.tcvn gtkrc.vi_VN.viscii gtkrc.cp1251 gtkrc.cp1255
|
||||
|
||||
|
||||
#
|
||||
@@ -1362,7 +1362,7 @@
|
||||
uninstall-am: uninstall-libLTLIBRARIES uninstall-gtkconfDATA \
|
||||
uninstall-libgtkincludeHEADERS uninstall-local
|
||||
uninstall: uninstall-am
|
||||
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
|
||||
+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
|
||||
all-redirect: all-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
@ -1,45 +0,0 @@
|
|||
--- gtk/gtkrc.c.orig Thu Mar 15 13:41:40 2001
|
||||
+++ gtk/gtkrc.c Fri Apr 16 00:24:54 2004
|
||||
@@ -260,9 +260,9 @@
|
||||
|
||||
var = getenv("GTK_DATA_PREFIX");
|
||||
if (var)
|
||||
- path = g_strdup_printf("%s%s", var, "/share/gtk/themes");
|
||||
+ path = g_strdup_printf("%s%s", var, "/share/themes");
|
||||
else
|
||||
- path = g_strdup_printf("%s%s", GTK_DATA_PREFIX, "/share/gtk/themes");
|
||||
+ path = g_strdup_printf("%s%s", GTK_DATA_PREFIX, "/share/themes");
|
||||
|
||||
for (n = 0; pixmap_path[n]; n++) ;
|
||||
if (n >= GTK_RC_MAX_PIXMAP_PATHS - 1)
|
||||
@@ -294,7 +294,7 @@
|
||||
|
||||
var = g_get_home_dir ();
|
||||
if (var)
|
||||
- module_path[n++] = g_strdup_printf("%s%s", var, "/.gtk/lib/themes/engines");
|
||||
+ module_path[n++] = g_strdup_printf("%s%s", var, "/.gtk/themes/engines");
|
||||
module_path[n] = NULL;
|
||||
}
|
||||
|
||||
@@ -312,6 +312,10 @@
|
||||
gtk_rc_default_files[0] = NULL;
|
||||
init = TRUE;
|
||||
|
||||
+ str = g_strdup_printf ("%s%s", GTK_SYSCONFDIR, "/gtkrc");
|
||||
+ gtk_rc_add_default_file (str);
|
||||
+ g_free (str);
|
||||
+
|
||||
var = getenv("GTK_RC_FILES");
|
||||
if (var)
|
||||
{
|
||||
@@ -326,10 +330,6 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
- str = g_strdup_printf ("%s%s", GTK_SYSCONFDIR, "/gtk/gtkrc");
|
||||
- gtk_rc_add_default_file (str);
|
||||
- g_free (str);
|
||||
-
|
||||
var = g_get_home_dir ();
|
||||
if (var)
|
||||
{
|
|
@ -1,11 +0,0 @@
|
|||
--- gtk/gtkrc.ru.orig Fri May 19 13:18:08 2000
|
||||
+++ gtk/gtkrc.ru Fri Feb 9 22:53:43 2001
|
||||
@@ -1,7 +1,5 @@
|
||||
style "gtk-default-ru" {
|
||||
- fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\
|
||||
- -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
|
||||
- -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\
|
||||
+ fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\
|
||||
-*-arial-medium-r-normal--12-*-*-*-*-*-koi8-r,*-r-*"
|
||||
}
|
||||
class "GtkWidget" style "gtk-default-ru"
|
|
@ -1,16 +0,0 @@
|
|||
GTK is a library for creating graphical user interfaces similar to
|
||||
the Motif "look and feel". It is designed to be small and efficient, but
|
||||
still flexible enough to allow the programmer freedom in the interfaces
|
||||
created. GTK allows the programmer to use a variety of standard user
|
||||
interface widgets such as push, radio and check buttons, menus, lists
|
||||
and frames. It also provides several "container" widgets which can be
|
||||
used to control the layout of the user interface elements.
|
||||
|
||||
GTK provides some unique features. (At least, I know of no other
|
||||
widget library which provides them). For example, a button does not
|
||||
contain a label, it contains a child widget, which in most instances
|
||||
will be a label. However, the child widget can also be a pixmap, image
|
||||
or any combination possible the programmer desires. This flexibility is
|
||||
adhered to throughout the library.
|
||||
|
||||
WWW: http://www.gtk.org/
|
|
@ -1,225 +0,0 @@
|
|||
bin/gtk-config
|
||||
bin/gtk12-config
|
||||
include/gtk-1.2/gdk/gdk.h
|
||||
include/gtk-1.2/gdk/gdkcursors.h
|
||||
include/gtk-1.2/gdk/gdki18n.h
|
||||
include/gtk-1.2/gdk/gdkkeysyms.h
|
||||
include/gtk-1.2/gdk/gdkprivate.h
|
||||
include/gtk-1.2/gdk/gdkrgb.h
|
||||
include/gtk-1.2/gdk/gdktypes.h
|
||||
include/gtk-1.2/gdk/gdkx.h
|
||||
include/gtk-1.2/gtk/gtk.h
|
||||
include/gtk-1.2/gtk/gtkaccelgroup.h
|
||||
include/gtk-1.2/gtk/gtkaccellabel.h
|
||||
include/gtk-1.2/gtk/gtkadjustment.h
|
||||
include/gtk-1.2/gtk/gtkalignment.h
|
||||
include/gtk-1.2/gtk/gtkarg.h
|
||||
include/gtk-1.2/gtk/gtkarrow.h
|
||||
include/gtk-1.2/gtk/gtkaspectframe.h
|
||||
include/gtk-1.2/gtk/gtkbbox.h
|
||||
include/gtk-1.2/gtk/gtkbin.h
|
||||
include/gtk-1.2/gtk/gtkbindings.h
|
||||
include/gtk-1.2/gtk/gtkbox.h
|
||||
include/gtk-1.2/gtk/gtkbutton.h
|
||||
include/gtk-1.2/gtk/gtkcalendar.h
|
||||
include/gtk-1.2/gtk/gtkcheckbutton.h
|
||||
include/gtk-1.2/gtk/gtkcheckmenuitem.h
|
||||
include/gtk-1.2/gtk/gtkclist.h
|
||||
include/gtk-1.2/gtk/gtkcolorsel.h
|
||||
include/gtk-1.2/gtk/gtkcombo.h
|
||||
include/gtk-1.2/gtk/gtkcompat.h
|
||||
include/gtk-1.2/gtk/gtkcontainer.h
|
||||
include/gtk-1.2/gtk/gtkctree.h
|
||||
include/gtk-1.2/gtk/gtkcurve.h
|
||||
include/gtk-1.2/gtk/gtkdata.h
|
||||
include/gtk-1.2/gtk/gtkdebug.h
|
||||
include/gtk-1.2/gtk/gtkdialog.h
|
||||
include/gtk-1.2/gtk/gtkdnd.h
|
||||
include/gtk-1.2/gtk/gtkdrawingarea.h
|
||||
include/gtk-1.2/gtk/gtkeditable.h
|
||||
include/gtk-1.2/gtk/gtkentry.h
|
||||
include/gtk-1.2/gtk/gtkenums.h
|
||||
include/gtk-1.2/gtk/gtkeventbox.h
|
||||
include/gtk-1.2/gtk/gtkfeatures.h
|
||||
include/gtk-1.2/gtk/gtkfilesel.h
|
||||
include/gtk-1.2/gtk/gtkfixed.h
|
||||
include/gtk-1.2/gtk/gtkfontsel.h
|
||||
include/gtk-1.2/gtk/gtkframe.h
|
||||
include/gtk-1.2/gtk/gtkgamma.h
|
||||
include/gtk-1.2/gtk/gtkgc.h
|
||||
include/gtk-1.2/gtk/gtkhandlebox.h
|
||||
include/gtk-1.2/gtk/gtkhbbox.h
|
||||
include/gtk-1.2/gtk/gtkhbox.h
|
||||
include/gtk-1.2/gtk/gtkhpaned.h
|
||||
include/gtk-1.2/gtk/gtkhruler.h
|
||||
include/gtk-1.2/gtk/gtkhscale.h
|
||||
include/gtk-1.2/gtk/gtkhscrollbar.h
|
||||
include/gtk-1.2/gtk/gtkhseparator.h
|
||||
include/gtk-1.2/gtk/gtkimage.h
|
||||
include/gtk-1.2/gtk/gtkinputdialog.h
|
||||
include/gtk-1.2/gtk/gtkinvisible.h
|
||||
include/gtk-1.2/gtk/gtkitem.h
|
||||
include/gtk-1.2/gtk/gtkitemfactory.h
|
||||
include/gtk-1.2/gtk/gtklabel.h
|
||||
include/gtk-1.2/gtk/gtklayout.h
|
||||
include/gtk-1.2/gtk/gtklist.h
|
||||
include/gtk-1.2/gtk/gtklistitem.h
|
||||
include/gtk-1.2/gtk/gtkmain.h
|
||||
include/gtk-1.2/gtk/gtkmarshal.h
|
||||
include/gtk-1.2/gtk/gtkmenu.h
|
||||
include/gtk-1.2/gtk/gtkmenubar.h
|
||||
include/gtk-1.2/gtk/gtkmenufactory.h
|
||||
include/gtk-1.2/gtk/gtkmenuitem.h
|
||||
include/gtk-1.2/gtk/gtkmenushell.h
|
||||
include/gtk-1.2/gtk/gtkmisc.h
|
||||
include/gtk-1.2/gtk/gtknotebook.h
|
||||
include/gtk-1.2/gtk/gtkobject.h
|
||||
include/gtk-1.2/gtk/gtkoptionmenu.h
|
||||
include/gtk-1.2/gtk/gtkpacker.h
|
||||
include/gtk-1.2/gtk/gtkpaned.h
|
||||
include/gtk-1.2/gtk/gtkpixmap.h
|
||||
include/gtk-1.2/gtk/gtkplug.h
|
||||
include/gtk-1.2/gtk/gtkpreview.h
|
||||
include/gtk-1.2/gtk/gtkprivate.h
|
||||
include/gtk-1.2/gtk/gtkprogress.h
|
||||
include/gtk-1.2/gtk/gtkprogressbar.h
|
||||
include/gtk-1.2/gtk/gtkradiobutton.h
|
||||
include/gtk-1.2/gtk/gtkradiomenuitem.h
|
||||
include/gtk-1.2/gtk/gtkrange.h
|
||||
include/gtk-1.2/gtk/gtkrc.h
|
||||
include/gtk-1.2/gtk/gtkruler.h
|
||||
include/gtk-1.2/gtk/gtkscale.h
|
||||
include/gtk-1.2/gtk/gtkscrollbar.h
|
||||
include/gtk-1.2/gtk/gtkscrolledwindow.h
|
||||
include/gtk-1.2/gtk/gtkselection.h
|
||||
include/gtk-1.2/gtk/gtkseparator.h
|
||||
include/gtk-1.2/gtk/gtksignal.h
|
||||
include/gtk-1.2/gtk/gtksocket.h
|
||||
include/gtk-1.2/gtk/gtkspinbutton.h
|
||||
include/gtk-1.2/gtk/gtkstatusbar.h
|
||||
include/gtk-1.2/gtk/gtkstyle.h
|
||||
include/gtk-1.2/gtk/gtktable.h
|
||||
include/gtk-1.2/gtk/gtktearoffmenuitem.h
|
||||
include/gtk-1.2/gtk/gtktext.h
|
||||
include/gtk-1.2/gtk/gtkthemes.h
|
||||
include/gtk-1.2/gtk/gtktipsquery.h
|
||||
include/gtk-1.2/gtk/gtktogglebutton.h
|
||||
include/gtk-1.2/gtk/gtktoolbar.h
|
||||
include/gtk-1.2/gtk/gtktooltips.h
|
||||
include/gtk-1.2/gtk/gtktree.h
|
||||
include/gtk-1.2/gtk/gtktreeitem.h
|
||||
include/gtk-1.2/gtk/gtktypebuiltins.h
|
||||
include/gtk-1.2/gtk/gtktypeutils.h
|
||||
include/gtk-1.2/gtk/gtkvbbox.h
|
||||
include/gtk-1.2/gtk/gtkvbox.h
|
||||
include/gtk-1.2/gtk/gtkviewport.h
|
||||
include/gtk-1.2/gtk/gtkvpaned.h
|
||||
include/gtk-1.2/gtk/gtkvruler.h
|
||||
include/gtk-1.2/gtk/gtkvscale.h
|
||||
include/gtk-1.2/gtk/gtkvscrollbar.h
|
||||
include/gtk-1.2/gtk/gtkvseparator.h
|
||||
include/gtk-1.2/gtk/gtkwidget.h
|
||||
include/gtk-1.2/gtk/gtkwindow.h
|
||||
lib/libgdk-1.2.so.0
|
||||
lib/libgdk-1.2.so.0.9.1
|
||||
lib/libgdk.a
|
||||
lib/libgdk.so
|
||||
lib/libgtk-1.2.so.0
|
||||
lib/libgtk-1.2.so.0.9.1
|
||||
lib/libgtk.a
|
||||
lib/libgtk.so
|
||||
libdata/pkgconfig/gdk.pc
|
||||
libdata/pkgconfig/gtk+.pc
|
||||
share/aclocal/gtk.m4
|
||||
%%NLS%%share/locale/az/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/nn/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/no/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/sp/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/wa/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo
|
||||
%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo
|
||||
share/themes/Default/gtk/gtkrc
|
||||
share/themes/Default/gtk/gtkrc.az
|
||||
share/themes/Default/gtk/gtkrc.be
|
||||
share/themes/Default/gtk/gtkrc.bg
|
||||
share/themes/Default/gtk/gtkrc.bg_BG.iso88595
|
||||
share/themes/Default/gtk/gtkrc.cp1251
|
||||
share/themes/Default/gtk/gtkrc.cp1255
|
||||
share/themes/Default/gtk/gtkrc.cs
|
||||
share/themes/Default/gtk/gtkrc.cy
|
||||
share/themes/Default/gtk/gtkrc.el
|
||||
share/themes/Default/gtk/gtkrc.eo
|
||||
share/themes/Default/gtk/gtkrc.et
|
||||
share/themes/Default/gtk/gtkrc.ga
|
||||
share/themes/Default/gtk/gtkrc.he
|
||||
share/themes/Default/gtk/gtkrc.he_IL.cp1255
|
||||
share/themes/Default/gtk/gtkrc.he_IL.microsoftcp1255
|
||||
share/themes/Default/gtk/gtkrc.hr
|
||||
share/themes/Default/gtk/gtkrc.hu
|
||||
share/themes/Default/gtk/gtkrc.hy
|
||||
share/themes/Default/gtk/gtkrc.iso-8859-13
|
||||
share/themes/Default/gtk/gtkrc.iso-8859-14
|
||||
share/themes/Default/gtk/gtkrc.iso-8859-15
|
||||
share/themes/Default/gtk/gtkrc.iso-8859-2
|
||||
share/themes/Default/gtk/gtkrc.iso-8859-5
|
||||
share/themes/Default/gtk/gtkrc.ja
|
||||
share/themes/Default/gtk/gtkrc.ka
|
||||
share/themes/Default/gtk/gtkrc.ka_GE.georgianacademy
|
||||
share/themes/Default/gtk/gtkrc.ka_GE.georgianps
|
||||
share/themes/Default/gtk/gtkrc.ko
|
||||
share/themes/Default/gtk/gtkrc.lt
|
||||
share/themes/Default/gtk/gtkrc.lv
|
||||
share/themes/Default/gtk/gtkrc.mi
|
||||
share/themes/Default/gtk/gtkrc.mk
|
||||
share/themes/Default/gtk/gtkrc.pl
|
||||
share/themes/Default/gtk/gtkrc.ro
|
||||
share/themes/Default/gtk/gtkrc.ru
|
||||
share/themes/Default/gtk/gtkrc.ru_RU.iso88595
|
||||
share/themes/Default/gtk/gtkrc.sk
|
||||
share/themes/Default/gtk/gtkrc.sl
|
||||
share/themes/Default/gtk/gtkrc.sp
|
||||
share/themes/Default/gtk/gtkrc.sq
|
||||
share/themes/Default/gtk/gtkrc.sr
|
||||
share/themes/Default/gtk/gtkrc.th
|
||||
share/themes/Default/gtk/gtkrc.tr
|
||||
share/themes/Default/gtk/gtkrc.uk
|
||||
share/themes/Default/gtk/gtkrc.vi
|
||||
share/themes/Default/gtk/gtkrc.vi_VN.tcvn
|
||||
share/themes/Default/gtk/gtkrc.vi_VN.viscii
|
||||
share/themes/Default/gtk/gtkrc.vi_VN.viscii111
|
||||
share/themes/Default/gtk/gtkrc.yi
|
||||
share/themes/Default/gtk/gtkrc.zh_CN
|
||||
share/themes/Default/gtk/gtkrc.zh_TW.Big5
|
||||
man/man1/gtk-config.1.gz
|
||||
@dir lib/gtk/themes/engines
|
Loading…
Add table
Reference in a new issue