Update to 2.1.10. Part of it's 2.1/2.2 series as well.
This commit is contained in:
parent
9e9a0c1889
commit
cd24fe988e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/06/25 16:17:44 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME Application Libs"
|
||||
|
||||
VERSION= 1.99.10
|
||||
VERSION= 2.1.10
|
||||
DISTNAME= gal-${VERSION}
|
||||
PKGNAME= gal2-${VERSION}
|
||||
CATEGORIES= devel x11/gnome
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/1.99/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/2.1/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= gettext
|
||||
@ -33,6 +33,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
API_VERSION= 2.2
|
||||
SUBST_VARS= VERSION API_VERSION
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gal-1.99.10.tar.bz2) = 72284a1e174329cb42149ae327f43995
|
||||
RMD160 (gal-1.99.10.tar.bz2) = 866010030ebf9a1bf7e3eae98afba1585a8cbdb9
|
||||
SHA1 (gal-1.99.10.tar.bz2) = cb7ac541676cb165b91e2dd4c2603521a1b47056
|
||||
MD5 (gal-2.1.10.tar.bz2) = 27843dc0ad9b775c0f6bb0d173e49264
|
||||
RMD160 (gal-2.1.10.tar.bz2) = 8a2f0ab0fd8b83c3a381100a9c0d53e39b62e3fb
|
||||
SHA1 (gal-2.1.10.tar.bz2) = d51d05d8ea7d7e175f533f85b2f1c76ef702f548
|
||||
|
@ -1,25 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
|
||||
--- configure.orig Mon Jun 2 11:13:24 2003
|
||||
+++ configure Mon Jun 9 17:04:03 2003
|
||||
@@ -6289,8 +6289,8 @@ else
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -6299,8 +6299,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
@ -1,93 +1,70 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
|
||||
--- ltmain.sh.orig Wed Jun 25 08:33:44 2003
|
||||
+++ ltmain.sh Sat Jul 19 16:03:59 2003
|
||||
@@ -1073,6 +1073,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1530,6 +1541,19 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2004/06/25 16:17:44 marcm Exp $
|
||||
--- ltmain.sh.orig 2004-02-12 03:45:26.000000000 -0800
|
||||
+++ ltmain.sh 2004-05-02 10:11:56.000000000 -0700
|
||||
@@ -1847,9 +1847,12 @@ EOF
|
||||
if test "$linkmode,$pass" = "prog,link"; then
|
||||
compile_deplibs="$deplib $compile_deplibs"
|
||||
finalize_deplibs="$deplib $finalize_deplibs"
|
||||
- else
|
||||
- deplibs="$deplib $deplibs"
|
||||
+ continue
|
||||
fi
|
||||
+ if test "$linkmode" = "lib"; then
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ fi
|
||||
+ deplibs="$deplib $deplibs"
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1775,10 +1799,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
-l*)
|
||||
@@ -2262,10 +2265,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- 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
|
||||
@@ -4526,40 +4546,6 @@ relink_command=\"$relink_command\""
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
||||
@@ -5804,40 +5803,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- $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:"
|
||||
- $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"
|
||||
- $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"
|
||||
- $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"
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- $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'"
|
||||
- $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 "----------------------------------------------------------------------"
|
||||
- $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,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
|
||||
lib/libgal-2.0.so.5.1
|
||||
lib/libgal-a11y-2.0.so.5.1
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2004/06/25 16:17:44 marcm Exp $
|
||||
lib/libgal-${API_VERSION}.so.0.1
|
||||
lib/libgal-a11y-${API_VERSION}.so.0.1
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,322 +1,252 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/12/15 16:51:04 naddy Exp $
|
||||
include/gal-2.0/gal/a11y/e-table/gal-a11y-e-cell-registry.h
|
||||
include/gal-2.0/gal/a11y/e-table/gal-a11y-e-cell-text.h
|
||||
include/gal-2.0/gal/a11y/e-table/gal-a11y-e-cell.h
|
||||
include/gal-2.0/gal/a11y/e-table/gal-a11y-e-table-factory.h
|
||||
include/gal-2.0/gal/a11y/e-table/gal-a11y-e-table-item.h
|
||||
include/gal-2.0/gal/a11y/e-table/gal-a11y-e-table.h
|
||||
include/gal-2.0/gal/a11y/e-text/gal-a11y-e-text-factory.h
|
||||
include/gal-2.0/gal/a11y/e-text/gal-a11y-e-text.h
|
||||
include/gal-2.0/gal/a11y/gal-a11y-factory.h
|
||||
include/gal-2.0/gal/a11y/gal-a11y-util.h
|
||||
include/gal-2.0/gal/e-table/e-cell-checkbox.h
|
||||
include/gal-2.0/gal/e-table/e-cell-combo.h
|
||||
include/gal-2.0/gal/e-table/e-cell-date.h
|
||||
include/gal-2.0/gal/e-table/e-cell-float.h
|
||||
include/gal-2.0/gal/e-table/e-cell-number.h
|
||||
include/gal-2.0/gal/e-table/e-cell-pixbuf.h
|
||||
include/gal-2.0/gal/e-table/e-cell-popup.h
|
||||
include/gal-2.0/gal/e-table/e-cell-progress.h
|
||||
include/gal-2.0/gal/e-table/e-cell-size.h
|
||||
include/gal-2.0/gal/e-table/e-cell-spin-button.h
|
||||
include/gal-2.0/gal/e-table/e-cell-text.h
|
||||
include/gal-2.0/gal/e-table/e-cell-toggle.h
|
||||
include/gal-2.0/gal/e-table/e-cell-tree.h
|
||||
include/gal-2.0/gal/e-table/e-cell-vbox.h
|
||||
include/gal-2.0/gal/e-table/e-cell.h
|
||||
include/gal-2.0/gal/e-table/e-table-click-to-add.h
|
||||
include/gal-2.0/gal/e-table/e-table-col-dnd.h
|
||||
include/gal-2.0/gal/e-table/e-table-col.h
|
||||
include/gal-2.0/gal/e-table/e-table-column-specification.h
|
||||
include/gal-2.0/gal/e-table/e-table-config.h
|
||||
include/gal-2.0/gal/e-table/e-table-defines.h
|
||||
include/gal-2.0/gal/e-table/e-table-extras.h
|
||||
include/gal-2.0/gal/e-table/e-table-field-chooser-dialog.h
|
||||
include/gal-2.0/gal/e-table/e-table-field-chooser-item.h
|
||||
include/gal-2.0/gal/e-table/e-table-field-chooser.h
|
||||
include/gal-2.0/gal/e-table/e-table-group-container.h
|
||||
include/gal-2.0/gal/e-table/e-table-group-leaf.h
|
||||
include/gal-2.0/gal/e-table/e-table-group.h
|
||||
include/gal-2.0/gal/e-table/e-table-header-item.h
|
||||
include/gal-2.0/gal/e-table/e-table-header-utils.h
|
||||
include/gal-2.0/gal/e-table/e-table-header.h
|
||||
include/gal-2.0/gal/e-table/e-table-item.h
|
||||
include/gal-2.0/gal/e-table/e-table-memory-callbacks.h
|
||||
include/gal-2.0/gal/e-table/e-table-memory-store.h
|
||||
include/gal-2.0/gal/e-table/e-table-memory.h
|
||||
include/gal-2.0/gal/e-table/e-table-model.h
|
||||
include/gal-2.0/gal/e-table/e-table-one.h
|
||||
include/gal-2.0/gal/e-table/e-table-scrolled.h
|
||||
include/gal-2.0/gal/e-table/e-table-search.h
|
||||
include/gal-2.0/gal/e-table/e-table-selection-model.h
|
||||
include/gal-2.0/gal/e-table/e-table-simple.h
|
||||
include/gal-2.0/gal/e-table/e-table-sort-info.h
|
||||
include/gal-2.0/gal/e-table/e-table-sorted-variable.h
|
||||
include/gal-2.0/gal/e-table/e-table-sorted.h
|
||||
include/gal-2.0/gal/e-table/e-table-sorter.h
|
||||
include/gal-2.0/gal/e-table/e-table-sorting-utils.h
|
||||
include/gal-2.0/gal/e-table/e-table-specification.h
|
||||
include/gal-2.0/gal/e-table/e-table-state.h
|
||||
include/gal-2.0/gal/e-table/e-table-subset-variable.h
|
||||
include/gal-2.0/gal/e-table/e-table-subset.h
|
||||
include/gal-2.0/gal/e-table/e-table-tooltip.h
|
||||
include/gal-2.0/gal/e-table/e-table-utils.h
|
||||
include/gal-2.0/gal/e-table/e-table-without.h
|
||||
include/gal-2.0/gal/e-table/e-table.h
|
||||
include/gal-2.0/gal/e-table/e-tree-memory-callbacks.h
|
||||
include/gal-2.0/gal/e-table/e-tree-memory.h
|
||||
include/gal-2.0/gal/e-table/e-tree-model.h
|
||||
include/gal-2.0/gal/e-table/e-tree-scrolled.h
|
||||
include/gal-2.0/gal/e-table/e-tree-selection-model.h
|
||||
include/gal-2.0/gal/e-table/e-tree-sorted.h
|
||||
include/gal-2.0/gal/e-table/e-tree-table-adapter.h
|
||||
include/gal-2.0/gal/e-table/e-tree.h
|
||||
include/gal-2.0/gal/e-text/e-completion-callbacks.h
|
||||
include/gal-2.0/gal/e-text/e-completion-match.h
|
||||
include/gal-2.0/gal/e-text/e-completion-view.h
|
||||
include/gal-2.0/gal/e-text/e-completion.h
|
||||
include/gal-2.0/gal/e-text/e-entry.h
|
||||
include/gal-2.0/gal/e-text/e-table-text-model.h
|
||||
include/gal-2.0/gal/e-text/e-text-model-repos.h
|
||||
include/gal-2.0/gal/e-text/e-text-model-uri.h
|
||||
include/gal-2.0/gal/e-text/e-text-model.h
|
||||
include/gal-2.0/gal/e-text/e-text.h
|
||||
include/gal-2.0/gal/menus/gal-define-views-dialog.h
|
||||
include/gal-2.0/gal/menus/gal-define-views-model.h
|
||||
include/gal-2.0/gal/menus/gal-view-collection.h
|
||||
include/gal-2.0/gal/menus/gal-view-etable.h
|
||||
include/gal-2.0/gal/menus/gal-view-factory-etable.h
|
||||
include/gal-2.0/gal/menus/gal-view-factory.h
|
||||
include/gal-2.0/gal/menus/gal-view-instance-save-as-dialog.h
|
||||
include/gal-2.0/gal/menus/gal-view-instance.h
|
||||
include/gal-2.0/gal/menus/gal-view-new-dialog.h
|
||||
include/gal-2.0/gal/menus/gal-view.h
|
||||
include/gal-2.0/gal/shortcut-bar/e-group-bar.h
|
||||
include/gal-2.0/gal/shortcut-bar/e-icon-bar-bg-item.h
|
||||
include/gal-2.0/gal/shortcut-bar/e-icon-bar.h
|
||||
include/gal-2.0/gal/shortcut-bar/e-shortcut-bar.h
|
||||
include/gal-2.0/gal/shortcut-bar/e-shortcut-model.h
|
||||
include/gal-2.0/gal/shortcut-bar/e-vscrolled-bar.h
|
||||
include/gal-2.0/gal/util/e-bit-array.h
|
||||
include/gal-2.0/gal/util/e-cache.h
|
||||
include/gal-2.0/gal/util/e-iconv.h
|
||||
include/gal-2.0/gal/util/e-marshal.h
|
||||
include/gal-2.0/gal/util/e-sorter-array.h
|
||||
include/gal-2.0/gal/util/e-sorter.h
|
||||
include/gal-2.0/gal/util/e-text-event-processor-emacs-like.h
|
||||
include/gal-2.0/gal/util/e-text-event-processor-types.h
|
||||
include/gal-2.0/gal/util/e-text-event-processor.h
|
||||
include/gal-2.0/gal/util/e-util.h
|
||||
include/gal-2.0/gal/util/e-xml-utils.h
|
||||
include/gal-2.0/gal/widgets/color-group.h
|
||||
include/gal-2.0/gal/widgets/color-palette.h
|
||||
include/gal-2.0/gal/widgets/e-canvas-background.h
|
||||
include/gal-2.0/gal/widgets/e-canvas-utils.h
|
||||
include/gal-2.0/gal/widgets/e-canvas-vbox.h
|
||||
include/gal-2.0/gal/widgets/e-canvas.h
|
||||
include/gal-2.0/gal/widgets/e-categories-master-list-array.h
|
||||
include/gal-2.0/gal/widgets/e-categories-master-list-combo.h
|
||||
include/gal-2.0/gal/widgets/e-categories-master-list-dialog-model.h
|
||||
include/gal-2.0/gal/widgets/e-categories-master-list-dialog.h
|
||||
include/gal-2.0/gal/widgets/e-categories-master-list-option-menu.h
|
||||
include/gal-2.0/gal/widgets/e-categories-master-list.h
|
||||
include/gal-2.0/gal/widgets/e-categories.h
|
||||
include/gal-2.0/gal/widgets/e-colors.h
|
||||
include/gal-2.0/gal/widgets/e-cursors.h
|
||||
include/gal-2.0/gal/widgets/e-file-selection.h
|
||||
include/gal-2.0/gal/widgets/e-gui-utils.h
|
||||
include/gal-2.0/gal/widgets/e-hsv-utils.h
|
||||
include/gal-2.0/gal/widgets/e-option-menu.h
|
||||
include/gal-2.0/gal/widgets/e-popup-menu.h
|
||||
include/gal-2.0/gal/widgets/e-printable.h
|
||||
include/gal-2.0/gal/widgets/e-reflow-model.h
|
||||
include/gal-2.0/gal/widgets/e-reflow.h
|
||||
include/gal-2.0/gal/widgets/e-selection-model-array.h
|
||||
include/gal-2.0/gal/widgets/e-selection-model-simple.h
|
||||
include/gal-2.0/gal/widgets/e-selection-model.h
|
||||
include/gal-2.0/gal/widgets/e-unicode.h
|
||||
include/gal-2.0/gal/widgets/gtk-combo-box.h
|
||||
include/gal-2.0/gal/widgets/gtk-combo-stack.h
|
||||
include/gal-2.0/gal/widgets/gtk-combo-text.h
|
||||
include/gal-2.0/gal/widgets/widget-color-combo.h
|
||||
include/gal-2.0/gal/widgets/widget-pixmap-combo.h
|
||||
lib/libgal-2.0.a
|
||||
lib/libgal-2.0.la
|
||||
lib/libgal-a11y-2.0.a
|
||||
lib/libgal-a11y-2.0.la
|
||||
lib/pkgconfig/gal-2.0.pc
|
||||
share/gal-2.0/${VERSION}/glade/e-categories-master-list-dialog.glade
|
||||
share/gal-2.0/${VERSION}/glade/e-table-config-no-group.glade
|
||||
share/gal-2.0/${VERSION}/glade/e-table-config.glade
|
||||
share/gal-2.0/${VERSION}/glade/e-table-field-chooser.glade
|
||||
share/gal-2.0/${VERSION}/glade/gal-categories.glade
|
||||
share/gal-2.0/${VERSION}/glade/gal-define-views.glade
|
||||
share/gal-2.0/${VERSION}/glade/gal-view-instance-save-as-dialog.glade
|
||||
share/gal-2.0/${VERSION}/glade/gal-view-new-dialog.glade
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_birthday_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_business_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_favorites_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_gifts_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_goals_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_holiday-cards_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_holiday_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_hot-contacts_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_ideas_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_international_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_key-customer_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_miscellaneous_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_personal_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_phonecalls_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_status_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_strategies_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_suppliers_16.png
|
||||
share/gal-2.0/${VERSION}/pixmaps/categories/category_time-and-expenses_16.png
|
||||
share/gal-2.0/html/gal-api.html
|
||||
share/gal-2.0/html/gal-api.sgml
|
||||
share/gal-2.0/html/gal-decl.txt
|
||||
share/gal-2.0/html/gal-sections.txt
|
||||
share/gal-2.0/html/gal.hierarchy
|
||||
share/gal-2.0/html/gal.signals
|
||||
share/gal-2.0/html/gal.types
|
||||
share/locale/am/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/az/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/be/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/ca/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/cs/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/da/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/de/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/el/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/es/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/eu/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/fi/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/fr/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/gl/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/hu/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/it/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/ja/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/ko/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/lt/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/lv/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/ms/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/nl/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/nn/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/no/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/pl/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/pt/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/ro/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/ru/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/sk/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/sl/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/sr/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/sv/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/ta/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/tr/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/uk/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/vi/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gal-${VERSION}.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gal-${VERSION}.mo
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/06/25 16:17:44 marcm Exp $
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-cell-popup.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-cell-registry.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-cell-text.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-cell-toggle.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-cell-tree.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-cell.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-table-click-to-add-factory.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-table-click-to-add.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-table-factory.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-table-item-factory.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-table-item.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-table.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-tree-factory.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-table/gal-a11y-e-tree.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-text/gal-a11y-e-text-factory.h
|
||||
include/gal-${API_VERSION}/gal/a11y/e-text/gal-a11y-e-text.h
|
||||
include/gal-${API_VERSION}/gal/a11y/gal-a11y-factory.h
|
||||
include/gal-${API_VERSION}/gal/a11y/gal-a11y-util.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-checkbox.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-combo.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-date.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-float.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-number.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-pixbuf.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-popup.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-progress.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-size.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-spin-button.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-text.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-toggle.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-tree.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell-vbox.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-cell.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-click-to-add.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-col-dnd.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-col.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-column-specification.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-config.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-defines.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-extras.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-field-chooser-dialog.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-field-chooser-item.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-field-chooser.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-group-container.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-group-leaf.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-group.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-header-item.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-header-utils.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-header.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-item.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-memory-callbacks.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-memory-store.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-memory.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-model.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-one.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-scrolled.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-search.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-selection-model.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-simple.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-sort-info.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-sorted-variable.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-sorted.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-sorter.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-sorting-utils.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-specification.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-state.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-subset-variable.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-subset.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-tooltip.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-utils.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table-without.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-table.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree-memory-callbacks.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree-memory.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree-model.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree-scrolled.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree-selection-model.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree-sorted.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree-table-adapter.h
|
||||
include/gal-${API_VERSION}/gal/e-table/e-tree.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-completion-callbacks.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-completion-match.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-completion-view.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-completion.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-entry.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-table-text-model.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-text-model-repos.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-text-model-uri.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-text-model.h
|
||||
include/gal-${API_VERSION}/gal/e-text/e-text.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-define-views-dialog.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-define-views-model.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view-collection.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view-etable.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view-factory-etable.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view-factory.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view-instance-save-as-dialog.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view-instance.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view-new-dialog.h
|
||||
include/gal-${API_VERSION}/gal/menus/gal-view.h
|
||||
include/gal-${API_VERSION}/gal/shortcut-bar/e-group-bar.h
|
||||
include/gal-${API_VERSION}/gal/shortcut-bar/e-icon-bar-bg-item.h
|
||||
include/gal-${API_VERSION}/gal/shortcut-bar/e-icon-bar.h
|
||||
include/gal-${API_VERSION}/gal/shortcut-bar/e-shortcut-bar.h
|
||||
include/gal-${API_VERSION}/gal/shortcut-bar/e-shortcut-model.h
|
||||
include/gal-${API_VERSION}/gal/shortcut-bar/e-vscrolled-bar.h
|
||||
include/gal-${API_VERSION}/gal/util/e-bit-array.h
|
||||
include/gal-${API_VERSION}/gal/util/e-cache.h
|
||||
include/gal-${API_VERSION}/gal/util/e-iconv.h
|
||||
include/gal-${API_VERSION}/gal/util/e-marshal.h
|
||||
include/gal-${API_VERSION}/gal/util/e-sorter-array.h
|
||||
include/gal-${API_VERSION}/gal/util/e-sorter.h
|
||||
include/gal-${API_VERSION}/gal/util/e-text-event-processor-emacs-like.h
|
||||
include/gal-${API_VERSION}/gal/util/e-text-event-processor-types.h
|
||||
include/gal-${API_VERSION}/gal/util/e-text-event-processor.h
|
||||
include/gal-${API_VERSION}/gal/util/e-util.h
|
||||
include/gal-${API_VERSION}/gal/util/e-xml-utils.h
|
||||
include/gal-${API_VERSION}/gal/widgets/color-group.h
|
||||
include/gal-${API_VERSION}/gal/widgets/color-palette.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-canvas-background.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-canvas-utils.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-canvas-vbox.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-canvas.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-categories-master-list-array.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-categories-master-list-combo.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-categories-master-list-dialog-model.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-categories-master-list-dialog.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-categories-master-list-option-menu.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-categories-master-list.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-categories.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-colors.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-cursors.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-file-selection.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-gui-utils.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-hsv-utils.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-option-menu.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-popup-menu.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-printable.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-reflow-model.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-reflow.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-selection-model-array.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-selection-model-simple.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-selection-model.h
|
||||
include/gal-${API_VERSION}/gal/widgets/e-unicode.h
|
||||
include/gal-${API_VERSION}/gal/widgets/gal-combo-box.h
|
||||
include/gal-${API_VERSION}/gal/widgets/gal-combo-stack.h
|
||||
include/gal-${API_VERSION}/gal/widgets/gal-combo-text.h
|
||||
include/gal-${API_VERSION}/gal/widgets/widget-color-combo.h
|
||||
include/gal-${API_VERSION}/gal/widgets/widget-pixmap-combo.h
|
||||
lib/libgal-${API_VERSION}.a
|
||||
lib/libgal-${API_VERSION}.la
|
||||
lib/libgal-a11y-${API_VERSION}.a
|
||||
lib/libgal-a11y-${API_VERSION}.la
|
||||
lib/pkgconfig/gal-${API_VERSION}.pc
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/e-categories-master-list-dialog.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/e-table-config-no-group.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/e-table-config.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/e-table-field-chooser.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/gal-categories.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/gal-define-views.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/gal-view-instance-save-as-dialog.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/glade/gal-view-new-dialog.glade
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_birthday_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_business_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_favorites_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_gifts_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_goals_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_holiday-cards_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_holiday_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_hot-contacts_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_ideas_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_international_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_key-customer_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_miscellaneous_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_personal_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_phonecalls_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_status_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_strategies_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_suppliers_16.png
|
||||
share/gal-${API_VERSION}/${VERSION}/pixmaps/categories/category_time-and-expenses_16.png
|
||||
share/gtk-doc/html/gal-${API_VERSION}/gal-api.html
|
||||
share/gtk-doc/html/gal-${API_VERSION}/gal-api.sgml
|
||||
share/gtk-doc/html/gal-${API_VERSION}/gal-decl.txt
|
||||
share/gtk-doc/html/gal-${API_VERSION}/gal-sections.txt
|
||||
share/gtk-doc/html/gal-${API_VERSION}/gal.hierarchy
|
||||
share/gtk-doc/html/gal-${API_VERSION}/gal.signals
|
||||
share/gtk-doc/html/gal-${API_VERSION}/gal.types
|
||||
share/locale/am/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/az/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/be/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ca/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/cs/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/da/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/de/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/el/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/es/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/et/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/eu/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/fi/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/fr/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ga/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/gl/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/hr/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/hu/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/it/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ja/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ko/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/lt/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/lv/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/mn/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ms/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/nl/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/nn/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/no/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/pl/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/pt/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ro/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ru/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/sk/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/sl/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/sq/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/sr/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/sv/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/ta/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/tr/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/uk/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/vi/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gal-${API_VERSION}.mo
|
||||
%%SHARED%%
|
||||
@dirrm share/locale/zh_TW/LC_MESSAGES
|
||||
@dirrm share/locale/zh_TW
|
||||
@dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@dirrm share/locale/zh_CN
|
||||
@dirrm share/locale/vi/LC_MESSAGES
|
||||
@dirrm share/locale/vi
|
||||
@dirrm share/locale/uk/LC_MESSAGES
|
||||
@dirrm share/locale/uk
|
||||
@dirrm share/locale/tr/LC_MESSAGES
|
||||
@dirrm share/locale/tr
|
||||
@dirrm share/locale/ta/LC_MESSAGES
|
||||
@dirrm share/locale/ta
|
||||
@dirrm share/locale/sv/LC_MESSAGES
|
||||
@dirrm share/locale/sv
|
||||
@dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@dirrm share/locale/sr@Latn
|
||||
@dirrm share/locale/sr/LC_MESSAGES
|
||||
@dirrm share/locale/sr
|
||||
@dirrm share/locale/sl/LC_MESSAGES
|
||||
@dirrm share/locale/sl
|
||||
@dirrm share/locale/sk/LC_MESSAGES
|
||||
@dirrm share/locale/sk
|
||||
@dirrm share/locale/ru/LC_MESSAGES
|
||||
@dirrm share/locale/ru
|
||||
@dirrm share/locale/ro/LC_MESSAGES
|
||||
@dirrm share/locale/ro
|
||||
@dirrm share/locale/pt_BR/LC_MESSAGES
|
||||
@dirrm share/locale/pt_BR
|
||||
@dirrm share/locale/pt/LC_MESSAGES
|
||||
@dirrm share/locale/pt
|
||||
@dirrm share/locale/pl/LC_MESSAGES
|
||||
@dirrm share/locale/pl
|
||||
@dirrm share/locale/no/LC_MESSAGES
|
||||
@dirrm share/locale/no
|
||||
@dirrm share/locale/nn/LC_MESSAGES
|
||||
@dirrm share/locale/nn
|
||||
@dirrm share/locale/nl/LC_MESSAGES
|
||||
@dirrm share/locale/nl
|
||||
@dirrm share/locale/ms/LC_MESSAGES
|
||||
@dirrm share/locale/ms
|
||||
@dirrm share/locale/lv/LC_MESSAGES
|
||||
@dirrm share/locale/lv
|
||||
@dirrm share/locale/lt/LC_MESSAGES
|
||||
@dirrm share/locale/lt
|
||||
@dirrm share/locale/ko/LC_MESSAGES
|
||||
@dirrm share/locale/ko
|
||||
@dirrm share/locale/ja/LC_MESSAGES
|
||||
@dirrm share/locale/ja
|
||||
@dirrm share/locale/it/LC_MESSAGES
|
||||
@dirrm share/locale/it
|
||||
@dirrm share/locale/hu/LC_MESSAGES
|
||||
@dirrm share/locale/hu
|
||||
@dirrm share/locale/gl/LC_MESSAGES
|
||||
@dirrm share/locale/gl
|
||||
@dirrm share/locale/fr/LC_MESSAGES
|
||||
@dirrm share/locale/fr
|
||||
@dirrm share/locale/fi/LC_MESSAGES
|
||||
@dirrm share/locale/fi
|
||||
@dirrm share/locale/eu/LC_MESSAGES
|
||||
@dirrm share/locale/eu
|
||||
@dirrm share/locale/es/LC_MESSAGES
|
||||
@dirrm share/locale/es
|
||||
@dirrm share/locale/en_GB/LC_MESSAGES
|
||||
@dirrm share/locale/en_GB
|
||||
@dirrm share/locale/el/LC_MESSAGES
|
||||
@dirrm share/locale/el
|
||||
@dirrm share/locale/de/LC_MESSAGES
|
||||
@dirrm share/locale/de
|
||||
@dirrm share/locale/da/LC_MESSAGES
|
||||
@dirrm share/locale/da
|
||||
@dirrm share/locale/cs/LC_MESSAGES
|
||||
@dirrm share/locale/cs
|
||||
@dirrm share/locale/ca/LC_MESSAGES
|
||||
@dirrm share/locale/ca
|
||||
@dirrm share/locale/be/LC_MESSAGES
|
||||
@dirrm share/locale/be
|
||||
@dirrm share/locale/az/LC_MESSAGES
|
||||
@dirrm share/locale/az
|
||||
@dirrm share/locale/am/LC_MESSAGES
|
||||
@dirrm share/locale/am
|
||||
@dirrm share/locale
|
||||
@comment @exec mkdir -p %D/share/gal-2.0/html/gal
|
||||
@comment @dirrm share/gal-2.0/html/gal
|
||||
@dirrm share/gal-2.0/html
|
||||
@dirrm share/gal-2.0/${VERSION}/pixmaps/categories
|
||||
@dirrm share/gal-2.0/${VERSION}/pixmaps
|
||||
@dirrm share/gal-2.0/${VERSION}/glade
|
||||
@dirrm share/gal-2.0/${VERSION}
|
||||
@dirrm share/gal-2.0
|
||||
@dirrm lib/pkgconfig
|
||||
@dirrm include/gal-2.0/gal/widgets
|
||||
@dirrm include/gal-2.0/gal/util
|
||||
@dirrm include/gal-2.0/gal/shortcut-bar
|
||||
@dirrm include/gal-2.0/gal/menus
|
||||
@dirrm include/gal-2.0/gal/e-text
|
||||
@dirrm include/gal-2.0/gal/e-table
|
||||
@dirrm include/gal-2.0/gal/a11y/e-text
|
||||
@dirrm include/gal-2.0/gal/a11y/e-table
|
||||
@dirrm include/gal-2.0/gal/a11y
|
||||
@dirrm include/gal-2.0/gal
|
||||
@dirrm include/gal-2.0
|
||||
@dirrm share/gtk-doc/html/gal-${API_VERSION}
|
||||
@dirrm share/gal-${API_VERSION}/${VERSION}/pixmaps/categories
|
||||
@dirrm share/gal-${API_VERSION}/${VERSION}/pixmaps
|
||||
@dirrm share/gal-${API_VERSION}/${VERSION}/glade
|
||||
@dirrm share/gal-${API_VERSION}/${VERSION}
|
||||
@dirrm share/gal-${API_VERSION}
|
||||
@dirrm include/gal-${API_VERSION}/gal/widgets
|
||||
@dirrm include/gal-${API_VERSION}/gal/util
|
||||
@dirrm include/gal-${API_VERSION}/gal/shortcut-bar
|
||||
@dirrm include/gal-${API_VERSION}/gal/menus
|
||||
@dirrm include/gal-${API_VERSION}/gal/e-text
|
||||
@dirrm include/gal-${API_VERSION}/gal/e-table
|
||||
@dirrm include/gal-${API_VERSION}/gal/a11y/e-text
|
||||
@dirrm include/gal-${API_VERSION}/gal/a11y/e-table
|
||||
@dirrm include/gal-${API_VERSION}/gal/a11y
|
||||
@dirrm include/gal-${API_VERSION}/gal
|
||||
@dirrm include/gal-${API_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user