GNOME2 Application Libs.
This is the Gnome 2.x version of devel/gal. Like gal1 it is a support library for Gnumeric and Evolution.
This commit is contained in:
parent
dfee01e889
commit
d4215ebbb1
38
devel/gal2/Makefile
Normal file
38
devel/gal2/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME Application Libs"
|
||||
|
||||
VERSION= 1.99.10
|
||||
DISTNAME= gal-${VERSION}
|
||||
PKGNAME= gal2-${VERSION}
|
||||
CATEGORIES= devel x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/1.99/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \
|
||||
gnomeprintui-2-2::x11/gnome/libgnomeprintui
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/gal2/distinfo
Normal file
3
devel/gal2/distinfo
Normal file
@ -0,0 +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
|
25
devel/gal2/patches/patch-configure
Normal file
25
devel/gal2/patches/patch-configure
Normal file
@ -0,0 +1,25 @@
|
||||
$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
|
12
devel/gal2/patches/patch-gal_e-table_e-table-group_c
Normal file
12
devel/gal2/patches/patch-gal_e-table_e-table-group_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gal_e-table_e-table-group_c,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
|
||||
--- gal/e-table/e-table-group.c.orig 2003-08-24 20:52:40.000000000 -0700
|
||||
+++ gal/e-table/e-table-group.c 2003-08-24 20:53:22.000000000 -0700
|
||||
@@ -136,7 +136,7 @@ e_table_group_construct (GnomeCanvasGrou
|
||||
g_object_ref (etg->model);
|
||||
g_object_set (G_OBJECT (etg),
|
||||
"parent", parent,
|
||||
- NULL);
|
||||
+ (void*)0);
|
||||
}
|
||||
|
||||
/**
|
93
devel/gal2/patches/patch-ltmain_sh
Normal file
93
devel/gal2/patches/patch-ltmain_sh
Normal file
@ -0,0 +1,93 @@
|
||||
$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."
|
||||
fi
|
||||
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
|
||||
|
||||
- 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\""
|
||||
# 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
|
||||
;;
|
||||
|
12
devel/gal2/patches/patch-po_Makefile_in_in
Normal file
12
devel/gal2/patches/patch-po_Makefile_in_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
|
||||
--- po/Makefile.in.in.orig Sat Jun 7 17:02:28 2003
|
||||
+++ po/Makefile.in.in Sat Jun 7 17:02:39 2003
|
||||
@@ -28,7 +28,7 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
-localedir = $(libdir)/locale
|
||||
+localedir = $(datadir)/locale
|
||||
gnulocaledir = $(datadir)/locale
|
||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
7
devel/gal2/pkg/DESCR
Normal file
7
devel/gal2/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
This module contains some library functions that came from Gnumeric
|
||||
and Evolution. The idea is to reuse the code across various larger
|
||||
GNOME applications that might want to use it. The API is not frozen
|
||||
and might change at any time. Larger class renaming might happen
|
||||
at any point without notice. Use this library at your own risk.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
devel/gal2/pkg/PFRAG.shared
Normal file
4
devel/gal2/pkg/PFRAG.shared
Normal file
@ -0,0 +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
|
||||
DYNLIBDIR(%D/lib)
|
322
devel/gal2/pkg/PLIST
Normal file
322
devel/gal2/pkg/PLIST
Normal file
@ -0,0 +1,322 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/10/14 20:26:08 marcm 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
|
||||
%%SHARED%%
|
||||
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/vi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/vi
|
||||
@comment @dirrm share/locale/uk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/uk
|
||||
@comment @dirrm share/locale/tr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/tr
|
||||
@comment @dirrm share/locale/ta/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ta
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sk
|
||||
@comment @dirrm share/locale/ru/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ru
|
||||
@comment @dirrm share/locale/ro/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ro
|
||||
@comment @dirrm share/locale/pt_BR/LC_MESSAGES
|
||||
@comment @dirrm share/locale/pt_BR
|
||||
@comment @dirrm share/locale/pt/LC_MESSAGES
|
||||
@comment @dirrm share/locale/pt
|
||||
@comment @dirrm share/locale/pl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/pl
|
||||
@comment @dirrm share/locale/no/LC_MESSAGES
|
||||
@comment @dirrm share/locale/no
|
||||
@comment @dirrm share/locale/nn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/nn
|
||||
@comment @dirrm share/locale/nl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/nl
|
||||
@comment @dirrm share/locale/ms/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/lv
|
||||
@comment @dirrm share/locale/lt/LC_MESSAGES
|
||||
@comment @dirrm share/locale/lt
|
||||
@comment @dirrm share/locale/ko/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ko
|
||||
@comment @dirrm share/locale/ja/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ja
|
||||
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hu
|
||||
@comment @dirrm share/locale/gl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/gl
|
||||
@comment @dirrm share/locale/fr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fr
|
||||
@comment @dirrm share/locale/fi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fi
|
||||
@comment @dirrm share/locale/eu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/eu
|
||||
@comment @dirrm share/locale/es/LC_MESSAGES
|
||||
@comment @dirrm share/locale/es
|
||||
@comment @dirrm share/locale/en_GB/LC_MESSAGES
|
||||
@comment @dirrm share/locale/en_GB
|
||||
@comment @dirrm share/locale/el/LC_MESSAGES
|
||||
@comment @dirrm share/locale/el
|
||||
@comment @dirrm share/locale/de/LC_MESSAGES
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale/da/LC_MESSAGES
|
||||
@comment @dirrm share/locale/da
|
||||
@comment @dirrm share/locale/cs/LC_MESSAGES
|
||||
@comment @dirrm share/locale/cs
|
||||
@comment @dirrm share/locale/ca/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ca
|
||||
@comment @dirrm share/locale/be/LC_MESSAGES
|
||||
@comment @dirrm share/locale/be
|
||||
@comment @dirrm share/locale/az/LC_MESSAGES
|
||||
@comment @dirrm share/locale/az
|
||||
@comment @dirrm share/locale/am/LC_MESSAGES
|
||||
@comment @dirrm share/locale/am
|
||||
@comment @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
|
||||
@comment @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
|
Loading…
Reference in New Issue
Block a user