Update to 0.2
This commit is contained in:
parent
3fd0fe8fb7
commit
1b36622f40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34031
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gal
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gal
|
||||
@ -28,6 +28,8 @@ CONFIGURE_ARGS= --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gal-0.1.tar.gz) = f7442798ab5b2df824b07ada32057eeb
|
||||
MD5 (gal-0.2.tar.gz) = a56be3fa9f6dd22645cab9c12233dd7e
|
||||
|
@ -10,8 +10,11 @@ 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
|
||||
include/gal/e-table/e-table-col.h
|
||||
include/gal/e-table/e-table-column-specification.h
|
||||
include/gal/e-table/e-table-config-field.h
|
||||
include/gal/e-table/e-table-config.h
|
||||
include/gal/e-table/e-table-defines.h
|
||||
include/gal/e-table/e-table-extras.h
|
||||
include/gal/e-table/e-table-field-chooser-dialog.h
|
||||
include/gal/e-table/e-table-field-chooser-item.h
|
||||
include/gal/e-table/e-table-field-chooser.h
|
||||
@ -30,6 +33,8 @@ include/gal/e-table/e-table-sort-info.h
|
||||
include/gal/e-table/e-table-sorted-variable.h
|
||||
include/gal/e-table/e-table-sorted.h
|
||||
include/gal/e-table/e-table-sorter.h
|
||||
include/gal/e-table/e-table-specification.h
|
||||
include/gal/e-table/e-table-state.h
|
||||
include/gal/e-table/e-table-subset-variable.h
|
||||
include/gal/e-table/e-table-subset.h
|
||||
include/gal/e-table/e-table-text-model.h
|
||||
@ -54,12 +59,14 @@ include/gal/widgets/e-colors.h
|
||||
include/gal/widgets/e-cursors.h
|
||||
include/gal/widgets/e-font.h
|
||||
include/gal/widgets/e-gui-utils.h
|
||||
include/gal/widgets/e-hscrollbar.h
|
||||
include/gal/widgets/e-popup-menu.h
|
||||
include/gal/widgets/e-printable.h
|
||||
include/gal/widgets/e-reflow-sorted.h
|
||||
include/gal/widgets/e-reflow.h
|
||||
include/gal/widgets/e-scroll-frame.h
|
||||
include/gal/widgets/e-unicode.h
|
||||
include/gal/widgets/e-vscrollbar.h
|
||||
include/gal/widgets/gtk-combo-box.h
|
||||
include/gal/widgets/gtk-combo-stack.h
|
||||
include/gal/widgets/gtk-combo-text.h
|
||||
@ -67,11 +74,12 @@ include/gal/widgets/widget-color-combo.h
|
||||
include/gal/widgets/widget-pixmap-combo.h
|
||||
lib/libgal.a
|
||||
lib/libgal.so
|
||||
lib/libgal.so.0
|
||||
share/gnome/etable/glade/e-table-config.glade
|
||||
share/gnome/etable/glade/e-table-field-chooser.glade
|
||||
share/gnome/etable/glade/e-table-group.glade
|
||||
@dirrm share/gnome/etable/glade
|
||||
lib/libgal.so.1
|
||||
share/gnome/etable/%%VERSION%%/glade/e-table-config.glade
|
||||
share/gnome/etable/%%VERSION%%/glade/e-table-field-chooser.glade
|
||||
share/gnome/etable/%%VERSION%%/glade/e-table-group.glade
|
||||
@dirrm share/gnome/etable/%%VERSION%%/glade
|
||||
@dirrm share/gnome/etable/%%VERSION%%
|
||||
@dirrm share/gnome/etable
|
||||
@dirrm include/gal/widgets
|
||||
@dirrm include/gal/util
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gal
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gal
|
||||
@ -28,6 +28,8 @@ CONFIGURE_ARGS= --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gal-0.1.tar.gz) = f7442798ab5b2df824b07ada32057eeb
|
||||
MD5 (gal-0.2.tar.gz) = a56be3fa9f6dd22645cab9c12233dd7e
|
||||
|
@ -10,8 +10,11 @@ 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
|
||||
include/gal/e-table/e-table-col.h
|
||||
include/gal/e-table/e-table-column-specification.h
|
||||
include/gal/e-table/e-table-config-field.h
|
||||
include/gal/e-table/e-table-config.h
|
||||
include/gal/e-table/e-table-defines.h
|
||||
include/gal/e-table/e-table-extras.h
|
||||
include/gal/e-table/e-table-field-chooser-dialog.h
|
||||
include/gal/e-table/e-table-field-chooser-item.h
|
||||
include/gal/e-table/e-table-field-chooser.h
|
||||
@ -30,6 +33,8 @@ include/gal/e-table/e-table-sort-info.h
|
||||
include/gal/e-table/e-table-sorted-variable.h
|
||||
include/gal/e-table/e-table-sorted.h
|
||||
include/gal/e-table/e-table-sorter.h
|
||||
include/gal/e-table/e-table-specification.h
|
||||
include/gal/e-table/e-table-state.h
|
||||
include/gal/e-table/e-table-subset-variable.h
|
||||
include/gal/e-table/e-table-subset.h
|
||||
include/gal/e-table/e-table-text-model.h
|
||||
@ -54,12 +59,14 @@ include/gal/widgets/e-colors.h
|
||||
include/gal/widgets/e-cursors.h
|
||||
include/gal/widgets/e-font.h
|
||||
include/gal/widgets/e-gui-utils.h
|
||||
include/gal/widgets/e-hscrollbar.h
|
||||
include/gal/widgets/e-popup-menu.h
|
||||
include/gal/widgets/e-printable.h
|
||||
include/gal/widgets/e-reflow-sorted.h
|
||||
include/gal/widgets/e-reflow.h
|
||||
include/gal/widgets/e-scroll-frame.h
|
||||
include/gal/widgets/e-unicode.h
|
||||
include/gal/widgets/e-vscrollbar.h
|
||||
include/gal/widgets/gtk-combo-box.h
|
||||
include/gal/widgets/gtk-combo-stack.h
|
||||
include/gal/widgets/gtk-combo-text.h
|
||||
@ -67,11 +74,12 @@ include/gal/widgets/widget-color-combo.h
|
||||
include/gal/widgets/widget-pixmap-combo.h
|
||||
lib/libgal.a
|
||||
lib/libgal.so
|
||||
lib/libgal.so.0
|
||||
share/gnome/etable/glade/e-table-config.glade
|
||||
share/gnome/etable/glade/e-table-field-chooser.glade
|
||||
share/gnome/etable/glade/e-table-group.glade
|
||||
@dirrm share/gnome/etable/glade
|
||||
lib/libgal.so.1
|
||||
share/gnome/etable/%%VERSION%%/glade/e-table-config.glade
|
||||
share/gnome/etable/%%VERSION%%/glade/e-table-field-chooser.glade
|
||||
share/gnome/etable/%%VERSION%%/glade/e-table-group.glade
|
||||
@dirrm share/gnome/etable/%%VERSION%%/glade
|
||||
@dirrm share/gnome/etable/%%VERSION%%
|
||||
@dirrm share/gnome/etable
|
||||
@dirrm include/gal/widgets
|
||||
@dirrm include/gal/util
|
||||
|
Loading…
Reference in New Issue
Block a user