[med-svn] r4929 - in trunk/packages/gofigure2/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Jun 25 15:34:13 UTC 2010


Author: malat-guest
Date: 2010-06-25 15:34:12 +0000 (Fri, 25 Jun 2010)
New Revision: 4929

Added:
   trunk/packages/gofigure2/trunk/debian/gofigure2.desktop
   trunk/packages/gofigure2/trunk/debian/gofigure2.xml
   trunk/packages/gofigure2/trunk/debian/gofigure2.xpm
Modified:
   trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch
Log:
Adding desktop icon. Fix License installation

Added: trunk/packages/gofigure2/trunk/debian/gofigure2.desktop
===================================================================
--- trunk/packages/gofigure2/trunk/debian/gofigure2.desktop	                        (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/gofigure2.desktop	2010-06-25 15:34:12 UTC (rev 4929)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=0.4.2
+Name=GoFigure2 Viewer
+GenericName=Data Viewer
+Comment=GoFigure allows viewing of bioimage data sets
+Type=Application
+Terminal=false
+Icon=gofigure2
+MimeType=application/x-gofigure2;
+Categories=Education;Math;Science;
+Exec=gofigure

Added: trunk/packages/gofigure2/trunk/debian/gofigure2.xml
===================================================================
--- trunk/packages/gofigure2/trunk/debian/gofigure2.xml	                        (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/gofigure2.xml	2010-06-25 15:34:12 UTC (rev 4929)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+    <mime-type type="application/x-gofigure2">
+        <comment>GoFigure2 Document</comment>
+        <comment xml:lang="en_US">GoFigure2 Document</comment>
+        <glob pattern="*.pvd" />
+  </mime-type>
+</mime-info>


Property changes on: trunk/packages/gofigure2/trunk/debian/gofigure2.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:eol-style
   + native

Added: trunk/packages/gofigure2/trunk/debian/gofigure2.xpm
===================================================================
--- trunk/packages/gofigure2/trunk/debian/gofigure2.xpm	                        (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/gofigure2.xpm	2010-06-25 15:34:12 UTC (rev 4929)
@@ -0,0 +1,63 @@
+/* XPM */
+static char *bla__[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 25 1",
+"  c #01922AF80180",
+". c #01F4333C01EC",
+"X c #02293B8D0241",
+"o c #02994390028E",
+"O c #02814BE90269",
+"+ c #025D53C0024C",
+"@ c #025B5C7B0279",
+"# c #0221641E023E",
+"$ c #02926BA202A9",
+"% c #02EF738E030A",
+"& c #03A77CBA03E8",
+"* c #040084180423",
+"= c #04038B470419",
+"- c #079B84B10862",
+"; c #06C18E42081E",
+": c #02A9943F0290",
+"> c #02E29C640304",
+", c #057695EE078A",
+"< c #0309A4B50304",
+"1 c #02E3AC9C02D9",
+"2 c #036FB41D03E4",
+"3 c #0347BCF103D7",
+"4 c #025DC707028C",
+"5 c #0232CD92025D",
+"6 c #028DD69602DF",
+/* pixels */
+"     X+ at +X.o*$##%:<:%##*O       ",
+"   X$--&**$o$*#@@#####*%.       ",
+"  o&&#+++@%&@%&#@@@@#&%.        ",
+".X*%@++++++#&O#-&%%&*#X         ",
+".#*#$%##$#++%$.o@$$@o          @",
+"X&$%==&$%$@+#-o   .           O&",
+"+&#&:::=&$$@@*+              .%%",
+"@&$=<<23:%$@+*@              .&$",
+"#*$:1<<2>&$@@*@              X-#",
+"@*#*<>>>:%#+@=O    .XoX.     .-$",
+"o=#$*>:==%@+%-.  X#*===&OX    %%",
+".$&@#%&%$@@#-@  o&*$$#$%-&o   +;",
+"Oo&%@@@@+@#=$. o**%&%$@@#&;O  .$",
+"*OO-*%#@#%=$.  $**:>>=%#@#&-X  .",
+"$&XX#-***%O. .X**<2:&$$%$##-@   ",
+"#&#  XooX     O=*22%#$%##$#%-.  ",
+"$&%.          +=*1=%%&&$$$##=X O",
+"#$-. . .O@#@o O=*<=****&%$#$*O#*",
+"@$&.. +&-**,,$+;&>1>::::&$##*%*#",
+"#%%..#*;&$%$$&*,*&<21<<>=$#$,=#+",
+"#*+.+=$%=>=%%$%><$%:322>&#@*1%+O",
+"&&..%&$*3<$#$%#&1=$$&=*$@@%,;@+O",
+";O O*%%25>###$%$*&*$#@@@#&*$&+O+",
+"o. +*%*36:$$%%%#*+@**&&**$X+&+++",
+"O. +*$&35:$$&&&&-+ XO@@oo  O&++O",
+"-&@+*$$14=##$%%%;O         X&#+O",
+"@#*%*%$&2:###%#$-X          @&@O",
+"++@&:*$$%&$$$$#*#.          .#&#",
+"$%@@*:*$#####$*&X          ...@&",
+"%<=#%&%;*%%%&-%o               .",
+":53$#*O+%*=*%+.                 ",
+"<64&@*O ..X..                   "
+};

Modified: trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch	2010-06-25 12:55:58 UTC (rev 4928)
+++ trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch	2010-06-25 15:34:12 UTC (rev 4929)
@@ -1,6 +1,19 @@
---- trunk/Main/CMakeLists.txt	(revision 1739)
-+++ trunk/Main/CMakeLists.txt	(working copy)
-@@ -222,10 +222,10 @@
+Index: copy/Main/CMakeLists.txt
+===================================================================
+--- copy/Main/CMakeLists.txt	(revision 1739)
++++ copy/Main/CMakeLists.txt	(working copy)
+@@ -214,18 +214,18 @@
+   ENDIF( WIN32 )
+ ENDIF( UNIX AND NOT APPLE )
+ 
+-INSTALL( FILES ${GOFIGURE2_LICENSE_FILES} 
+-  DESTINATION Licenses COMPONENT Runtime 
+-  )
++#INSTALL( FILES ${GOFIGURE2_LICENSE_FILES} 
++#  DESTINATION Licenses COMPONENT Runtime 
++#  )
+ #-----------------------------------------------------
+ 
  #---------------------------------------------------------------------------
  # install a qt.conf file
  # this inserts some cmake code into the install script to write the file




More information about the debian-med-commit mailing list