Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21375

Added Files:
        bakery.info bakery.patch subsubsub.info 
Log Message:
New packages: bakery a MV framework for c++ gnome applications, subsubsub a 
basic example of such application using bakery framework: edition of 
hierarchically-structured documents

--- NEW FILE: bakery.patch ---
diff -Nurd bakery-2.3.15-orig/bakery/Makefile.in 
bakery-2.3.15/bakery/Makefile.in
--- bakery-2.3.15-orig/bakery/Makefile.in       2005-06-20 11:00:27.000000000 
+0200
+++ bakery-2.3.15/bakery/Makefile.in    2006-05-18 20:35:56.000000000 +0200
@@ -266,7 +266,7 @@
                       View/libbakery_view.la \
                       $(BAKERY_LIBS)
 
-libbakery_2_3_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) -release 
$(GENERIC_RELEASE)
+libbakery_2_3_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)
 all: all-recursive
 
 .SUFFIXES:
diff -Nurd bakery-2.3.15-orig/examples/WithXmlDocGlade/example.glade 
bakery-2.3.15/examples/WithXmlDocGlade/example.glade
--- bakery-2.3.15-orig/examples/WithXmlDocGlade/example.glade   1970-01-01 
01:00:00.000000000 +0100
+++ bakery-2.3.15/examples/WithXmlDocGlade/example.glade        2006-05-20 
03:57:26.000000000 +0200
@@ -0,0 +1,193 @@
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
+
+<glade-interface>
+
+<widget class="GtkWindow" id="window_main">
+  <property name="visible">True</property>
+  <property name="title" translatable="yes">window1</property>
+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
+  <property name="window_position">GTK_WIN_POS_NONE</property>
+  <property name="modal">False</property>
+  <property name="resizable">True</property>
+  <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+
+  <child>
+    <widget class="GtkVBox" id="bakery_vbox">
+      <property name="visible">True</property>
+      <property name="homogeneous">False</property>
+      <property name="spacing">0</property>
+
+      <child>
+       <placeholder/>
+      </child>
+
+      <child>
+       <widget class="GtkVBox" id="vbox_border">
+         <property name="border_width">12</property>
+         <property name="visible">True</property>
+         <property name="homogeneous">False</property>
+         <property name="spacing">0</property>
+
+         <child>
+           <widget class="GtkFrame" id="frame1">
+             <property name="visible">True</property>
+             <property name="label_xalign">0</property>
+             <property name="label_yalign">0.5</property>
+             <property name="shadow_type">GTK_SHADOW_NONE</property>
+
+             <child>
+               <widget class="GtkAlignment" id="alignment1">
+                 <property name="visible">True</property>
+                 <property name="xalign">0.5</property>
+                 <property name="yalign">0.5</property>
+                 <property name="xscale">1</property>
+                 <property name="yscale">1</property>
+                 <property name="top_padding">0</property>
+                 <property name="bottom_padding">0</property>
+                 <property name="left_padding">12</property>
+                 <property name="right_padding">0</property>
+
+                 <child>
+                   <widget class="GtkVBox" id="vbox1">
+                     <property name="visible">True</property>
+                     <property name="homogeneous">False</property>
+                     <property name="spacing">6</property>
+
+                     <child>
+                       <widget class="GtkHBox" id="hbox1">
+                         <property name="visible">True</property>
+                         <property name="homogeneous">False</property>
+                         <property name="spacing">6</property>
+
+                         <child>
+                           <widget class="GtkLabel" id="label3">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">Some 
data</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property 
name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0.5</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                           <packing>
+                             <property name="padding">0</property>
+                             <property name="expand">False</property>
+                             <property name="fill">False</property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkEntry" id="entry_example">
+                             <property name="visible">True</property>
+                             <property name="can_focus">True</property>
+                             <property name="editable">True</property>
+                             <property name="visibility">True</property>
+                             <property name="max_length">0</property>
+                             <property name="text" 
translatable="yes"></property>
+                             <property name="has_frame">True</property>
+                             <property name="invisible_char" 
translatable="yes">*</property>
+                             <property 
name="activates_default">False</property>
+                           </widget>
+                           <packing>
+                             <property name="padding">0</property>
+                             <property name="expand">True</property>
+                             <property name="fill">True</property>
+                           </packing>
+                         </child>
+                       </widget>
+                       <packing>
+                         <property name="padding">0</property>
+                         <property name="expand">False</property>
+                         <property name="fill">False</property>
+                       </packing>
+                     </child>
+
+                     <child>
+                       <widget class="GtkAlignment" id="alignment2">
+                         <property name="visible">True</property>
+                         <property name="xalign">0</property>
+                         <property name="yalign">0.5</property>
+                         <property name="xscale">1</property>
+                         <property name="yscale">1</property>
+                         <property name="top_padding">0</property>
+                         <property name="bottom_padding">0</property>
+                         <property name="left_padding">0</property>
+                         <property name="right_padding">0</property>
+
+                         <child>
+                           <widget class="GtkLabel" id="label4">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">This 
User Interface was designed with Glade and instantiated at runtime with 
libglademm. This makes it easier to create better widget layouts, with less 
code.
+
+When using Bakery, the window defined in your .glade file must contain a VBox 
called &quot;bakery_vbox&quot;. The menus and toolbar will be inserted into 
this vbox.</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property 
name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">True</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0</property>
+                             <property name="yalign">0</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                         </child>
+                       </widget>
+                       <packing>
+                         <property name="padding">0</property>
+                         <property name="expand">True</property>
+                         <property name="fill">True</property>
+                       </packing>
+                     </child>
+                   </widget>
+                 </child>
+               </widget>
+             </child>
+
+             <child>
+               <widget class="GtkLabel" id="label2">
+                 <property name="visible">True</property>
+                 <property name="label" 
translatable="yes">&lt;b&gt;Something&lt;/b&gt;</property>
+                 <property name="use_underline">False</property>
+                 <property name="use_markup">True</property>
+                 <property name="justify">GTK_JUSTIFY_LEFT</property>
+                 <property name="wrap">False</property>
+                 <property name="selectable">False</property>
+                 <property name="xalign">0.5</property>
+                 <property name="yalign">0.5</property>
+                 <property name="xpad">0</property>
+                 <property name="ypad">0</property>
+               </widget>
+               <packing>
+                 <property name="type">label_item</property>
+               </packing>
+             </child>
+           </widget>
+           <packing>
+             <property name="padding">0</property>
+             <property name="expand">True</property>
+             <property name="fill">True</property>
+           </packing>
+         </child>
+       </widget>
+       <packing>
+         <property name="padding">0</property>
+         <property name="expand">False</property>
+         <property name="fill">False</property>
+         <property name="pack_type">GTK_PACK_END</property>
+       </packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
+</glade-interface>

--- NEW FILE: bakery.info ---
Package: bakery
Version: 2.3.15
Revision: 1001
GCC: 4.0
Depends: %N-shlibs (= %v-%r)
BuildDepends: pkgconfig (>= 0.9.0), gconfmm2.6 (>= 2.10.0-1002), popt, 
libglademm2.4, x11-dev, gtkmm2.4-dev (>= 2.6.4-1001), libglade2, gtk+2-dev 
(>=2.6.10-1001), atk1 (>= 1.11.4-1001), pango1-xft2-dev (>= 1.10.1-1001), 
libxml++2 (>= 2.10.0-1001), libxml2 (>= 2.6.22-1003), gnome-vfsmm2.6 (>= 
2.14.0-1001), orbit2-dev (>= 2.14.0-1002), glibmm2.4-dev (>= 2.6.1-1001), 
gnome-vfs2-ssl-dev (>= 2.10.1-5) | gnome-vfs2-dev (>= 2.10.1-5), glib2-dev (>= 
2.6.6-1111), libsigc++2 (>= 2.0.11-1003), libbonobo2-dev (>= 2.10.1-1002), 
gconf2-dev (>= 2.12.1-1), libgettext3-dev (>= 0.14.5-1), gettext-tools (>= 
0.14.5-1), gettext-bin (>= 0.14.5-1), libiconv-dev (>= 1.10-6)
Source: mirror:gnome:sources/bakery/2.3/bakery-%v.tar.bz2
Source-MD5: f9e648167f514565f02cd81e37ad5f51
BuildDependsOnly: true
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
Patch: %n.patch
ConfigureParams: --disable-dependency-tracking
CompileScript: <<
  PERL_PATH=/usr/bin/perl ./configure %c
  make -j2
<<
SplitOff: <<
  Package: %N-shlibs
  Description: C++ shared libraries for bakery
  Depends: gconfmm2.6-shlibs (>= 2.10.0-1002), popt-shlibs, 
libglademm2.4-shlibs, x11-shlibs, gtkmm2.4-shlibs (>= 2.6.4-1001), 
libglade2-shlibs, gtk+2-shlibs (>=2.6.10-1001), atk1-shlibs (>= 1.11.4-1001), 
pango1-xft2-shlibs (>= 1.10.1-1001), libxml++2-shlibs (>= 2.10.0-1001), 
libxml2-shlibs (>= 2.6.22-1003), gnome-vfsmm2.6-shlibs (>= 2.14.0-1001), 
orbit2-shlibs (>= 2.14.0-1002), glibmm2.4-shlibs (>= 2.6.1-1001), 
gnome-vfs2-ssl-shlibs (>= 2.10.1-5) | gnome-vfs2-shlibs (>= 2.10.1-5), 
glib2-shlibs (>= 2.6.6-1111), libsigc++2-shlibs (>= 2.0.11-1003), 
libbonobo2-shlibs (>= 2.10.1-1002), gconf2-shlibs (>= 2.12.1-1), 
libgettext3-shlibs (>= 0.14.5-1), libiconv (>= 1.10-6)
  Files: lib/lib*.*.*.dylib share/locale 
  Shlibs: %p/lib/libbakery-2.3.15.dylib 16.0.0 %n (>= 2.3.15-1001)
  DocFiles:  AUTHORS ChangeLog COPYING NEWS README
<<
DocFiles: <<
 AUTHORS ChangeLog COPYING NEWS README docs/*.html 
 examples/Configuration/ConfClient examples/Configuration/Dialog_Preferences 
 examples/Utilities/BusyCursor examples/WithDoc 
 examples/WithDocView examples/WithDocViewComposite 
 examples/WithoutDoc examples/WithXmlDoc examples/WithXmlDocGlade
<<
DescPort: <<
 Added a missing glade file in examples
 Removed part of library name
 Use pkgconfig
<<
Description: C++ framework for creating gnome apps
License: LGPL
Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
Homepage: http://bakery.sourceforge.net/

--- NEW FILE: subsubsub.info ---
Package: subsubsub
Version: 0.3.0
Revision: 1001
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 1d70f57055a492cdf90e8d1dc87abaa4
Depends: bakery-shlibs (>= 2.3.5-1001), gconfmm2.6-shlibs (>= 2.10.0-1002),  
libglademm2.4-shlibs, libxml++2-shlibs (>= 2.10.0-1001), gnome-vfsmm2.6-shlibs 
(>= 2.14.0-1001), gtkmm2.4-shlibs (>= 2.6.4-1001), libglade2-shlibs,  
gtk+2-shlibs (>=2.6.10-1001), x11-shlibs, atk1-shlibs (>= 1.11.4-1001), 
pango1-xft2-shlibs (>= 1.10.1-1001), glibmm2.4-shlibs (>= 2.6.1-1001), 
gnome-vfs2-ssl-shlibs (>= 2.10.1-5) | gnome-vfs2-shlibs (>= 2.10.1-5), 
libxml2-shlibs (>= 2.6.22-1003), libsigc++2-shlibs (>= 2.0.11-1003), 
libbonobo2-shlibs (>= 2.10.1-1002), gconf2-shlibs (>= 2.12.1-1), orbit2-shlibs 
(>= 2.14.0-1002), popt-shlibs, glib2-shlibs (>= 2.6.6-1111), libgettext3-shlibs 
(>= 0.14.5-1), libiconv (>= 1.10-6)
BuildDepends: pkgconfig (>= 0.9.0), bakery (>= 2.3.5-1001), gconfmm2.6 (>= 
2.10.0-1002), libglademm2.4, libxml++2 (>= 2.10.0-1001), gnome-vfsmm2.6 (>= 
2.14.0-1001), gtkmm2.4-dev (>= 2.6.4-1001), libglade2, gtk+2-dev 
(>=2.6.10-1001), x11-dev, atk1 (>= 1.11.4-1001), pango1-xft2-dev (>= 
1.10.1-1001), glibmm2.4-dev (>= 2.6.1-1001), gnome-vfs2-ssl-dev (>= 2.10.1-5) | 
gnome-vfs2-dev (>= 2.10.1-5), libxml2 (>= 2.6.22-1003), libsigc++2 (>= 
2.0.11-1003), libbonobo2-dev (>= 2.10.1-1002), gconf2-dev (>= 2.12.1-1), 
orbit2-dev (>= 2.14.0-1002), popt, glib2-dev (>= 2.6.6-1111), libgettext3-dev 
(>= 0.14.5-1), libiconv-dev (>= 1.10-6)
ConfigureParams: --disable-dependency-tracking
Description: Editing hierarchically-structured documents
DescDetail: <<
SubSubSub allows creation and editing of hierarchically-structured 
documents. It should help you to create such documents by adding 
both high-level and low-level details until the document is complete.
<<
DescPort: <<
Use of pkgconfig
<<
DocFiles: AUTHORS COPYING ChangeLog docs/index.html
Maintainer: Michele Garoche <[EMAIL PROTECTED]>
Homepage: http://subsubsub.sourceforge.net/
License: GPL



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to