remove obsolete gnome1 stuff
This commit is contained in:
parent
243b647b6c
commit
5d5ab9e711
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.61 2007/05/28 22:50:53 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.62 2007/06/01 15:17:36 jasper Exp $
|
||||
# $FreeBSD: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp $
|
||||
#
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
SUBDIR += elvis,no_x11
|
||||
SUBDIR += emacs21
|
||||
SUBDIR += emacs21,no_x11
|
||||
SUBDIR += glimmer
|
||||
SUBDIR += hexcurse
|
||||
SUBDIR += hexedit
|
||||
SUBDIR += hnb
|
||||
|
@ -1,40 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/04/07 14:05:04 steven Exp $
|
||||
|
||||
COMMENT= "code editor for GNOME"
|
||||
|
||||
DISTNAME= glimmer-1.2.1
|
||||
PKGNAME= glimmer-1.2.1p4
|
||||
CATEGORIES= editors x11
|
||||
|
||||
HOMEPAGE= http://glimmer.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= IIOP ORBit ORBitCosNaming ORBitutil \
|
||||
audiofile esd gconf-1 gconf-gtk-1 \
|
||||
gdk gdk_imlib gdk_pixbuf glib gmodule gnome \
|
||||
gnomesupport gnomeui gthread gtk jpeg oaf \
|
||||
popt ungif xml ICE SM X11 Xext Xi art_lgpl \
|
||||
c freetype m png pthread tiff wrap z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glimmer/}
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= gnomeprint.>=16::x11/gnome/print \
|
||||
gnomevfs::x11/gnome/vfs
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (glimmer-1.2.1.tar.gz) = ygqFa1j5Gxve9/CCizFJCg==
|
||||
RMD160 (glimmer-1.2.1.tar.gz) = 6uMeBayG4yY/4Axy0RSJMTQHeN4=
|
||||
SHA1 (glimmer-1.2.1.tar.gz) = piwLmyzzXX1L1j+E4bxmB8K6kYQ=
|
||||
SHA256 (glimmer-1.2.1.tar.gz) = OOG9JkpFwl5nwYAO6Sr21Fyi+ES8a/MSZlfSgFOp1hY=
|
||||
SIZE (glimmer-1.2.1.tar.gz) = 801711
|
@ -1,79 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2003/04/21 23:44:56 naddy Exp $
|
||||
--- configure.orig Sun Jan 13 01:42:09 2002
|
||||
+++ configure Fri Oct 11 23:24:50 2002
|
||||
@@ -9011,7 +9011,7 @@ echo $ECHO_N "checking Python configurat
|
||||
PY_MAJOR=`$pythonpath -c 'import sys ; print sys.version[0:2]'`
|
||||
|
||||
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
|
||||
- PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION"
|
||||
+ PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION -lssl -lcrypto -lutil -lreadline -lcurses"
|
||||
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
|
||||
echo "$as_me:9016: result: ok" >&5
|
||||
echo "${ECHO_T}ok" >&6
|
||||
@@ -9133,66 +9133,8 @@ EOF
|
||||
LIBS="-lutil $LIBS"
|
||||
|
||||
fi
|
||||
-
|
||||
-echo "$as_me:9137: checking for dbopen in -ldb" >&5
|
||||
-echo $ECHO_N "checking for dbopen in -ldb... $ECHO_C" >&6
|
||||
-if test "${ac_cv_lib_db_dbopen+set}" = set; then
|
||||
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
-else
|
||||
- ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-ldb $LIBS"
|
||||
-cat >conftest.$ac_ext <<_ACEOF
|
||||
-#line 9145 "configure"
|
||||
-#include "confdefs.h"
|
||||
-
|
||||
-/* Override any gcc2 internal prototype to avoid an error. */
|
||||
-#ifdef __cplusplus
|
||||
-extern "C"
|
||||
-#endif
|
||||
-/* We use char because int might match the return type of a gcc2
|
||||
- builtin and then its argument prototype would still apply. */
|
||||
-char dbopen ();
|
||||
-int
|
||||
-main ()
|
||||
-{
|
||||
-dbopen ();
|
||||
- ;
|
||||
- return 0;
|
||||
-}
|
||||
-_ACEOF
|
||||
-rm -f conftest.$ac_objext conftest$ac_exeext
|
||||
-if { (eval echo "$as_me:9164: \"$ac_link\"") >&5
|
||||
- (eval $ac_link) 2>&5
|
||||
- ac_status=$?
|
||||
- echo "$as_me:9167: \$? = $ac_status" >&5
|
||||
- (exit $ac_status); } &&
|
||||
- { ac_try='test -s conftest$ac_exeext'
|
||||
- { (eval echo "$as_me:9170: \"$ac_try\"") >&5
|
||||
- (eval $ac_try) 2>&5
|
||||
- ac_status=$?
|
||||
- echo "$as_me:9173: \$? = $ac_status" >&5
|
||||
- (exit $ac_status); }; }; then
|
||||
- ac_cv_lib_db_dbopen=yes
|
||||
-else
|
||||
- echo "$as_me: failed program was:" >&5
|
||||
-cat conftest.$ac_ext >&5
|
||||
-ac_cv_lib_db_dbopen=no
|
||||
-fi
|
||||
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
||||
-LIBS=$ac_check_lib_save_LIBS
|
||||
-fi
|
||||
-echo "$as_me:9184: result: $ac_cv_lib_db_dbopen" >&5
|
||||
-echo "${ECHO_T}$ac_cv_lib_db_dbopen" >&6
|
||||
-if test $ac_cv_lib_db_dbopen = yes; then
|
||||
- cat >>confdefs.h <<EOF
|
||||
-#define HAVE_LIBDB 1
|
||||
-EOF
|
||||
-
|
||||
- LIBS="-ldb $LIBS"
|
||||
-
|
||||
fi
|
||||
|
||||
- fi
|
||||
echo "$as_me:9196: checking for PyGTK" >&5
|
||||
echo $ECHO_N "checking for PyGTK... $ECHO_C" >&6
|
||||
if test -f $PY_PREFIX/include/pygtk/pygtk.h; then
|
@ -1,85 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/06/13 12:37:07 nino Exp $
|
||||
--- ltmain.sh.orig Sun Jun 2 19:55:51 2002
|
||||
+++ ltmain.sh Sun Jun 2 19:57:23 2002
|
||||
@@ -1037,6 +1037,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1473,6 +1484,10 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
+
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1714,11 +1729,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
-
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4412,40 +4422,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,67 +0,0 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.2 2002/10/11 18:40:46 naddy Exp $
|
||||
--- po/Makefile.in.in.orig Sat Sep 2 05:07:51 2000
|
||||
+++ po/Makefile.in.in Fri Oct 11 22:40:33 2002
|
||||
@@ -24,6 +24,8 @@ gnulocaledir = $(prefix)/share/locale
|
||||
gettextsrcdir = $(prefix)/share/gettext/po
|
||||
subdir = po
|
||||
|
||||
+DESTDIR =
|
||||
+
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
|
||||
@@ -111,16 +113,16 @@ install-data: install-data-@USE_NLS@
|
||||
install-data-no: all
|
||||
install-data-yes: all
|
||||
if test -r "$(MKINSTALLDIRS)"; then \
|
||||
- $(MKINSTALLDIRS) $(datadir); \
|
||||
+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
|
||||
else \
|
||||
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
|
||||
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
|
||||
fi
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
case "$$cat" in \
|
||||
- *.gmo) destdir=$(gnulocaledir);; \
|
||||
- *) destdir=$(localedir);; \
|
||||
+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
|
||||
+ *) destdir=$(DESTDIR)$(localedir);; \
|
||||
esac; \
|
||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||
dir=$$destdir/$$lang/LC_MESSAGES; \
|
||||
@@ -153,12 +155,12 @@ install-data-yes: all
|
||||
done
|
||||
if test "$(PACKAGE)" = "gettext"; then \
|
||||
if test -r "$(MKINSTALLDIRS)"; then \
|
||||
- $(MKINSTALLDIRS) $(gettextsrcdir); \
|
||||
+ $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
|
||||
else \
|
||||
- $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
|
||||
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
|
||||
fi; \
|
||||
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
||||
- $(gettextsrcdir)/Makefile.in.in; \
|
||||
+ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
||||
else \
|
||||
: ; \
|
||||
fi
|
||||
@@ -171,12 +173,12 @@ uninstall:
|
||||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
done
|
||||
- rm -f $(gettextsrcdir)/po-Makefile.in.in
|
||||
+ rm -f $(DESTDIR)$(gettextsrcdir)/po-Makefile.in.in
|
||||
|
||||
check: all
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-src_file-io_c,v 1.1 2003/06/17 14:06:42 avsm Exp $
|
||||
--- src/file-io.c.orig Tue Jun 17 01:52:36 2003
|
||||
+++ src/file-io.c Tue Jun 17 01:53:49 2003
|
||||
@@ -102,10 +102,10 @@ void
|
||||
new_file_real (char *filename)
|
||||
{
|
||||
GnomeVFSURI *uri;
|
||||
- gchar cwd[256];
|
||||
+ gchar cwd[MAXPATHLEN];
|
||||
gchar *full;
|
||||
|
||||
- getcwd (cwd, 256);
|
||||
+ getcwd (cwd, sizeof(cwd));
|
||||
full = g_strconcat (cwd, "/", filename, NULL);
|
||||
uri = gnome_vfs_uri_new (full);
|
||||
g_free (full);
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_gtkextext_gtkextext_h,v 1.1 2002/10/11 18:40:46 naddy Exp $
|
||||
--- src/gtkextext/gtkextext.h.orig Fri Oct 11 18:09:28 2002
|
||||
+++ src/gtkextext/gtkextext.h Fri Oct 11 18:09:53 2002
|
||||
@@ -31,6 +31,8 @@ extern "C" {
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
+#include "config.h"
|
||||
+
|
||||
#ifdef WITH_SYSTEM_REGEX
|
||||
#include <regex.h>
|
||||
#else
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-src_main_c,v 1.1 2003/06/17 14:06:42 avsm Exp $
|
||||
--- src/main.c.orig Tue Jun 17 01:53:17 2003
|
||||
+++ src/main.c Tue Jun 17 01:54:18 2003
|
||||
@@ -342,7 +342,7 @@ main_finish (void *closure, int argc, ch
|
||||
gchar *path;
|
||||
gchar *file;
|
||||
gchar *full;
|
||||
- gchar cwd[256];
|
||||
+ gchar cwd[MAXPATHLEN];
|
||||
|
||||
args = (gchar **) poptGetArgs (pctx);
|
||||
|
||||
@@ -381,7 +381,7 @@ main_finish (void *closure, int argc, ch
|
||||
}
|
||||
}
|
||||
if (input_file) {
|
||||
- gchar *path, *file, *full, cwd[256];
|
||||
+ gchar *path, *file, *full, cwd[MAXPATHLEN];
|
||||
|
||||
getcwd (cwd, sizeof (cwd));
|
||||
path = get_path_from_filename (input_file);
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-src_mdi-routines_c,v 1.1 2002/10/11 18:40:46 naddy Exp $
|
||||
--- src/mdi-routines.c.orig Fri Oct 11 18:04:32 2002
|
||||
+++ src/mdi-routines.c Fri Oct 11 18:05:54 2002
|
||||
@@ -150,7 +150,7 @@ file_pos_changed (GtkWidget * widget, gi
|
||||
length = text->length;
|
||||
line = text->line_number + 1;
|
||||
lines = GTK_EXTEXT (cur_file->text)->line_count + 1;
|
||||
- if (pos >= 0 && pos <= text->length && text->length > 0)
|
||||
+ if (pos >= 0 && pos < text->length && text->length > 0)
|
||||
cur_char = GTK_EXTEXT_INDEX (text, pos);
|
||||
else
|
||||
cur_char = 0;
|
||||
@@ -167,6 +167,10 @@ file_pos_changed (GtkWidget * widget, gi
|
||||
gtk_widget_set_sensitive (search_menu_match, TRUE);
|
||||
|
||||
cur_char = GTK_EXTEXT_INDEX (text, pos);
|
||||
+ if (pos < text->length)
|
||||
+ cur_char = GTK_EXTEXT_INDEX (text, pos);
|
||||
+ else
|
||||
+ cur_char = 0;
|
||||
if (cur_char < 1 || !strchr ("{[()]}", cur_char) || length < 1)
|
||||
gtk_widget_set_sensitive (search_menu_select, FALSE);
|
||||
else
|
@ -1,4 +0,0 @@
|
||||
Glimmer is a full featured code editor with many advanced features,
|
||||
including full scripting integration using Python. It is still in
|
||||
the development stages, but is fairly useful as a C/C++ editor with
|
||||
all the frills.
|
@ -1,79 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:01:06 espie Exp $
|
||||
bin/glimmer
|
||||
bin/glimmerout
|
||||
share/glimmer/
|
||||
@comment share/glimmer/docs/
|
||||
@comment share/glimmer/docs/AUTHORS
|
||||
@comment share/glimmer/docs/COPYING
|
||||
@comment share/glimmer/docs/ChangeLog
|
||||
@comment share/glimmer/docs/NEWS
|
||||
@comment share/glimmer/docs/PROPS
|
||||
@comment share/glimmer/docs/README
|
||||
@comment share/glimmer/docs/TODO
|
||||
share/glimmer/languages/
|
||||
share/glimmer/languages/ada.lang
|
||||
share/glimmer/languages/asp.lang
|
||||
share/glimmer/languages/bash.lang
|
||||
share/glimmer/languages/c.lang
|
||||
share/glimmer/languages/cpp.lang
|
||||
share/glimmer/languages/dtml.lang
|
||||
share/glimmer/languages/fortran.lang
|
||||
share/glimmer/languages/html.lang
|
||||
share/glimmer/languages/java.lang
|
||||
share/glimmer/languages/js.lang
|
||||
share/glimmer/languages/lang.lang
|
||||
share/glimmer/languages/latex.lang
|
||||
share/glimmer/languages/make.lang
|
||||
share/glimmer/languages/ocaml.lang
|
||||
share/glimmer/languages/oolong.lang
|
||||
share/glimmer/languages/perl.lang
|
||||
share/glimmer/languages/php.lang
|
||||
share/glimmer/languages/po.lang
|
||||
share/glimmer/languages/python.lang
|
||||
share/glimmer/languages/ruby.lang
|
||||
share/glimmer/languages/scheme.lang
|
||||
share/glimmer/languages/sgml.lang
|
||||
share/glimmer/languages/sql.lang
|
||||
share/glimmer/languages/tcltk.lang
|
||||
share/glimmer/languages/wml.lang
|
||||
share/glimmer/languages/x86.lang
|
||||
share/glimmer/languages/xhtml-trans.lang
|
||||
share/glimmer/languages/xml.lang
|
||||
share/glimmer/languages/z80.lang
|
||||
share/glimmer/scripts/
|
||||
share/glimmer/scripts/Bookmarks.py
|
||||
share/glimmer/scripts/Delete_To_End.py
|
||||
share/glimmer/scripts/Delete_To_Start.py
|
||||
share/glimmer/scripts/FileSelector.py
|
||||
share/glimmer/scripts/Global.py
|
||||
share/glimmer/scripts/ISO2HTML.py
|
||||
share/glimmer/scripts/Replace_Spaces.py
|
||||
share/glimmer/scripts/Replace_Tabs.py
|
||||
share/glimmer/scripts/To_Lower.py
|
||||
share/glimmer/scripts/To_Upper.py
|
||||
share/gnome/
|
||||
share/gnome/apps/
|
||||
share/gnome/apps/Development/
|
||||
share/gnome/apps/Development/glimmer.desktop
|
||||
share/gnome/help/
|
||||
share/gnome/help/glimmer/
|
||||
share/gnome/help/glimmer/C/
|
||||
share/gnome/help/glimmer/C/bugs.html
|
||||
share/gnome/help/glimmer/C/customize.html
|
||||
share/gnome/help/glimmer/C/faq.html
|
||||
share/gnome/help/glimmer/C/gpl.html
|
||||
share/gnome/help/glimmer/C/index.html
|
||||
share/gnome/help/glimmer/C/menus.html
|
||||
share/gnome/help/glimmer/C/mission.html
|
||||
share/gnome/help/glimmer/C/preferences.html
|
||||
share/gnome/help/glimmer/C/properties.html
|
||||
share/gnome/help/glimmer/C/sessions.html
|
||||
share/gnome/help/glimmer/C/topic.dat
|
||||
share/locale/de/LC_MESSAGES/glimmer.mo
|
||||
share/locale/es/LC_MESSAGES/glimmer.mo
|
||||
share/locale/ja/LC_MESSAGES/glimmer.mo
|
||||
share/locale/sv/LC_MESSAGES/glimmer.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/glimmer-icon.png
|
||||
share/pixmaps/glimmer-splash.png
|
||||
share/pixmaps/glimmer-title.png
|
Loading…
Reference in New Issue
Block a user