Update to 0.21. Several hops up the bugfix chain. Required for most
newer builds of dependent applications. ok todd@
This commit is contained in:
parent
6e318c32b4
commit
6c2a0fc20b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2002/09/22 15:37:35 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2002/11/14 20:56:46 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME Application Libs"
|
||||
|
||||
DISTNAME= gal-0.19.2
|
||||
DISTNAME= gal-0.21
|
||||
CATEGORIES= devel x11/gnome
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/0.19/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/0.21/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= gettext
|
||||
@ -31,9 +31,10 @@ SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-libiconv=${LOCALBASE} \
|
||||
--disable-gtk-doc
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
CONFIGURE_ARGS+= --with-html-dir=${LOCALBASE}/share/doc/gal
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gal-0.19.2.tar.bz2) = 6f17b857bc69fde0902481b3d2af475e
|
||||
RMD160 (gal-0.19.2.tar.bz2) = 65ba3c2ec170ab5ae5b6ecca1b795889d6095689
|
||||
SHA1 (gal-0.19.2.tar.bz2) = 9dfe9f5ca45ff61a10d4bb89679babcd5c38f7dc
|
||||
MD5 (gal-0.21.tar.bz2) = 6fc4f5faad1d3a0699dca6cf6fd49b63
|
||||
RMD160 (gal-0.21.tar.bz2) = f5d7720b2ceb9d9b1abb9ff75b248ef51057ef9c
|
||||
SHA1 (gal-0.21.tar.bz2) = c666e25a6b1238e3d8fff3b7ac34e856d51a8eb4
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
--- configure.orig Thu Apr 18 23:58:31 2002
|
||||
+++ configure Mon May 20 20:00:19 2002
|
||||
@@ -3901,8 +3901,8 @@ else
|
||||
$OpenBSD: patch-configure,v 1.2 2002/11/14 20:56:46 marcm Exp $
|
||||
--- configure.orig Wed Sep 4 13:40:17 2002
|
||||
+++ configure Thu Oct 3 13:22:47 2002
|
||||
@@ -3906,8 +3906,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
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -3911,8 +3911,8 @@ else
|
||||
@@ -3916,8 +3916,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -4427,6 +4427,8 @@ openbsd*)
|
||||
@@ -4429,6 +4429,8 @@ openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
@ -32,14 +32,23 @@ $OpenBSD: patch-configure,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
case "$host_os" in
|
||||
openbsd2.[89] | openbsd2.[89].*)
|
||||
@@ -8021,6 +8023,10 @@ else
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
@@ -8051,6 +8053,10 @@ fi
|
||||
|
||||
+ fi
|
||||
+
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl";
|
||||
fi
|
||||
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl";
|
||||
+ fi
|
||||
+
|
||||
if test "$gt_cv_func_gettext_libc" = "yes" \
|
||||
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
@@ -9172,7 +9178,7 @@ fi
|
||||
|
||||
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
|
||||
|
||||
-DEFS=-DHAVE_CONFIG_H
|
||||
+DEFS="-DHAVE_CONFIG_H -I\$(top_srcdir)"
|
||||
|
||||
# Without the "./", some shells look in PATH for config.status.
|
||||
: ${CONFIG_STATUS=./config.status}
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
--- ltmain.sh.orig Thu Apr 18 23:58:25 2002
|
||||
+++ ltmain.sh Mon May 20 20:01:57 2002
|
||||
@@ -1062,6 +1062,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2002/11/14 20:56:46 marcm Exp $
|
||||
--- ltmain.sh.orig Mon Oct 7 08:47:52 2002
|
||||
+++ ltmain.sh Tue Oct 15 10:40:27 2002
|
||||
@@ -1073,6 +1073,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -4491,40 +4502,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4526,40 +4537,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
lib/libgal.so.19.2
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/11/14 20:56:46 marcm Exp $
|
||||
lib/libgal.so.21.0
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/21 19:43:55 nino Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/11/14 20:56:46 marcm Exp $
|
||||
include/gal/e-paned/e-hpaned.h
|
||||
include/gal/e-paned/e-paned.h
|
||||
include/gal/e-paned/e-vpaned.h
|
||||
@ -9,11 +9,13 @@ include/gal/e-table/e-cell-float.h
|
||||
include/gal/e-table/e-cell-number.h
|
||||
include/gal/e-table/e-cell-pixbuf.h
|
||||
include/gal/e-table/e-cell-popup.h
|
||||
include/gal/e-table/e-cell-progress.h
|
||||
include/gal/e-table/e-cell-size.h
|
||||
include/gal/e-table/e-cell-spin-button.h
|
||||
include/gal/e-table/e-cell-text.h
|
||||
include/gal/e-table/e-cell-toggle.h
|
||||
include/gal/e-table/e-cell-tree.h
|
||||
include/gal/e-table/e-cell-vbox.h
|
||||
include/gal/e-table/e-cell.h
|
||||
include/gal/e-table/e-table-click-to-add.h
|
||||
include/gal/e-table/e-table-col-dnd.h
|
||||
@ -33,10 +35,12 @@ include/gal/e-table/e-table-header-utils.h
|
||||
include/gal/e-table/e-table-header.h
|
||||
include/gal/e-table/e-table-item.h
|
||||
include/gal/e-table/e-table-memory-callbacks.h
|
||||
include/gal/e-table/e-table-memory-store.h
|
||||
include/gal/e-table/e-table-memory.h
|
||||
include/gal/e-table/e-table-model.h
|
||||
include/gal/e-table/e-table-one.h
|
||||
include/gal/e-table/e-table-scrolled.h
|
||||
include/gal/e-table/e-table-search.h
|
||||
include/gal/e-table/e-table-selection-model.h
|
||||
include/gal/e-table/e-table-simple.h
|
||||
include/gal/e-table/e-table-sort-info.h
|
||||
@ -75,6 +79,8 @@ include/gal/menus/gal-view-collection.h
|
||||
include/gal/menus/gal-view-etable.h
|
||||
include/gal/menus/gal-view-factory-etable.h
|
||||
include/gal/menus/gal-view-factory.h
|
||||
include/gal/menus/gal-view-instance-save-as-dialog.h
|
||||
include/gal/menus/gal-view-instance.h
|
||||
include/gal/menus/gal-view-new-dialog.h
|
||||
include/gal/menus/gal-view.h
|
||||
include/gal/shortcut-bar/e-group-bar.h
|
||||
@ -106,14 +112,17 @@ include/gal/widgets/e-categories-master-list-array.h
|
||||
include/gal/widgets/e-categories-master-list-combo.h
|
||||
include/gal/widgets/e-categories-master-list-dialog-model.h
|
||||
include/gal/widgets/e-categories-master-list-dialog.h
|
||||
include/gal/widgets/e-categories-master-list-option-menu.h
|
||||
include/gal/widgets/e-categories-master-list.h
|
||||
include/gal/widgets/e-categories.h
|
||||
include/gal/widgets/e-colors.h
|
||||
include/gal/widgets/e-cursors.h
|
||||
include/gal/widgets/e-file-selection.h
|
||||
include/gal/widgets/e-font.h
|
||||
include/gal/widgets/e-gui-utils.h
|
||||
include/gal/widgets/e-hscrollbar.h
|
||||
include/gal/widgets/e-hsv-utils.h
|
||||
include/gal/widgets/e-option-menu.h
|
||||
include/gal/widgets/e-popup-menu.h
|
||||
include/gal/widgets/e-printable.h
|
||||
include/gal/widgets/e-reflow-model.h
|
||||
@ -132,72 +141,76 @@ include/gal/widgets/widget-pixmap-combo.h
|
||||
lib/galConf.sh
|
||||
lib/libgal.a
|
||||
lib/libgal.la
|
||||
share/etable/0.19.2/glade/e-table-config-no-group.glade
|
||||
share/etable/0.19.2/glade/e-table-config.glade
|
||||
share/etable/0.19.2/glade/e-table-field-chooser.glade
|
||||
share/etable/0.19.2/glade/e-table-group.glade
|
||||
share/gal/0.19.2/glade/e-categories-master-list-dialog.glade
|
||||
share/gal/0.19.2/glade/gal-categories.glade
|
||||
share/gal/0.19.2/glade/gal-define-views.glade
|
||||
share/gal/0.19.2/glade/gal-view-new-dialog.glade
|
||||
share/gal/html/gal-api.sgml
|
||||
share/gal/html/gal-decl.txt
|
||||
share/gal/html/gal-sections.txt
|
||||
share/gal/html/gal.hierarchy
|
||||
share/gal/html/gal.signals
|
||||
share/gal/html/gal.types
|
||||
share/locale/az/LC_MESSAGES/gal.mo
|
||||
share/locale/ca/LC_MESSAGES/gal.mo
|
||||
share/locale/cs/LC_MESSAGES/gal.mo
|
||||
share/locale/da/LC_MESSAGES/gal.mo
|
||||
share/locale/de/LC_MESSAGES/gal.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gal.mo
|
||||
share/locale/es/LC_MESSAGES/gal.mo
|
||||
share/locale/fi/LC_MESSAGES/gal.mo
|
||||
share/locale/fr/LC_MESSAGES/gal.mo
|
||||
share/locale/gl/LC_MESSAGES/gal.mo
|
||||
share/locale/hu/LC_MESSAGES/gal.mo
|
||||
share/locale/it/LC_MESSAGES/gal.mo
|
||||
share/locale/ja/LC_MESSAGES/gal.mo
|
||||
share/locale/ko/LC_MESSAGES/gal.mo
|
||||
share/locale/lt/LC_MESSAGES/gal.mo
|
||||
share/locale/nn/LC_MESSAGES/gal.mo
|
||||
share/locale/no/LC_MESSAGES/gal.mo
|
||||
share/locale/pl/LC_MESSAGES/gal.mo
|
||||
share/locale/pt/LC_MESSAGES/gal.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gal.mo
|
||||
share/locale/ro/LC_MESSAGES/gal.mo
|
||||
share/locale/ru/LC_MESSAGES/gal.mo
|
||||
share/locale/sk/LC_MESSAGES/gal.mo
|
||||
share/locale/sv/LC_MESSAGES/gal.mo
|
||||
share/locale/ta/LC_MESSAGES/gal.mo
|
||||
share/locale/tr/LC_MESSAGES/gal.mo
|
||||
share/locale/uk/LC_MESSAGES/gal.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gal.mo
|
||||
share/pixmaps/gal/categories/category_birthday_16.png
|
||||
share/pixmaps/gal/categories/category_business_16.png
|
||||
share/pixmaps/gal/categories/category_favorites_16.png
|
||||
share/pixmaps/gal/categories/category_gifts_16.png
|
||||
share/pixmaps/gal/categories/category_goals_16.png
|
||||
share/pixmaps/gal/categories/category_holiday-cards_16.png
|
||||
share/pixmaps/gal/categories/category_holiday_16.png
|
||||
share/pixmaps/gal/categories/category_hot-contacts_16.png
|
||||
share/pixmaps/gal/categories/category_ideas_16.png
|
||||
share/pixmaps/gal/categories/category_international_16.png
|
||||
share/pixmaps/gal/categories/category_key-customer_16.png
|
||||
share/pixmaps/gal/categories/category_miscellaneous_16.png
|
||||
share/pixmaps/gal/categories/category_personal_16.png
|
||||
share/pixmaps/gal/categories/category_phonecalls_16.png
|
||||
share/pixmaps/gal/categories/category_status_16.png
|
||||
share/pixmaps/gal/categories/category_strategies_16.png
|
||||
share/pixmaps/gal/categories/category_suppliers_16.png
|
||||
share/pixmaps/gal/categories/category_time-and-expenses_16.png
|
||||
share/doc/gal/gal-api.sgml
|
||||
share/doc/gal/gal-decl.txt
|
||||
share/doc/gal/gal-sections.txt
|
||||
share/doc/gal/gal.hierarchy
|
||||
share/doc/gal/gal.signals
|
||||
share/doc/gal/gal.types
|
||||
share/etable/0.21/glade/e-table-config-no-group.glade
|
||||
share/etable/0.21/glade/e-table-config.glade
|
||||
share/etable/0.21/glade/e-table-field-chooser.glade
|
||||
share/etable/0.21/glade/e-table-group.glade
|
||||
share/gal/0.21/glade/e-categories-master-list-dialog.glade
|
||||
share/gal/0.21/glade/gal-categories.glade
|
||||
share/gal/0.21/glade/gal-define-views.glade
|
||||
share/gal/0.21/glade/gal-view-instance-save-as-dialog.glade
|
||||
share/gal/0.21/glade/gal-view-new-dialog.glade
|
||||
share/gal/0.21/pixmaps/categories/category_birthday_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_business_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_favorites_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_gifts_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_goals_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_holiday-cards_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_holiday_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_hot-contacts_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_ideas_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_international_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_key-customer_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_miscellaneous_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_personal_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_phonecalls_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_status_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_strategies_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_suppliers_16.png
|
||||
share/gal/0.21/pixmaps/categories/category_time-and-expenses_16.png
|
||||
share/locale/az/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/ca/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/cs/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/da/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/de/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/el/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/es/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/eu/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/fi/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/fr/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/gl/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/hu/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/it/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/ja/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/ko/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/lt/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/ms/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/nn/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/no/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/pl/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/pt/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/ro/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/ru/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/sk/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/sv/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/ta/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/tr/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/uk/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gal-0.21.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gal-0.21.mo
|
||||
%%SHARED%%
|
||||
@dirrm share/pixmaps/gal/categories
|
||||
@dirrm share/pixmaps/gal
|
||||
@comment @dirrm share/pixmaps
|
||||
@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/uk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/uk
|
||||
@comment @dirrm share/locale/tr/LC_MESSAGES
|
||||
@ -222,6 +235,8 @@ share/pixmaps/gal/categories/category_time-and-expenses_16.png
|
||||
@comment @dirrm share/locale/no
|
||||
@comment @dirrm share/locale/nn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/nn
|
||||
@comment @dirrm share/locale/ms/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/lt/LC_MESSAGES
|
||||
@comment @dirrm share/locale/lt
|
||||
@comment @dirrm share/locale/ko/LC_MESSAGES
|
||||
@ -238,10 +253,14 @@ share/pixmaps/gal/categories/category_time-and-expenses_16.png
|
||||
@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
|
||||
@ -253,15 +272,17 @@ share/pixmaps/gal/categories/category_time-and-expenses_16.png
|
||||
@comment @dirrm share/locale/az/LC_MESSAGES
|
||||
@comment @dirrm share/locale/az
|
||||
@comment @dirrm share/locale
|
||||
@comment @exec mkdir -p %D/share/gal/html/gal
|
||||
@comment @dirrm share/gal/html/gal
|
||||
@dirrm share/gal/html
|
||||
@dirrm share/gal/0.19.2/glade
|
||||
@dirrm share/gal/0.19.2
|
||||
@dirrm share/gal/0.21/pixmaps/categories
|
||||
@dirrm share/gal/0.21/pixmaps
|
||||
@dirrm share/gal/0.21/glade
|
||||
@dirrm share/gal/0.21
|
||||
@dirrm share/gal
|
||||
@dirrm share/etable/0.19.2/glade
|
||||
@dirrm share/etable/0.19.2
|
||||
@dirrm share/etable/0.21/glade
|
||||
@dirrm share/etable/0.21
|
||||
@dirrm share/etable
|
||||
@comment @exec mkdir -p %D/share/doc/gal/gal
|
||||
@comment @dirrm share/doc/gal/gal
|
||||
@dirrm share/doc/gal
|
||||
@dirrm include/gal/widgets
|
||||
@dirrm include/gal/util
|
||||
@dirrm include/gal/unicode
|
||||
|
Loading…
x
Reference in New Issue
Block a user