Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29371
Modified Files: gpaint2.info Log Message: dep upgrades Index: gpaint2.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/gpaint2.info,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gpaint2.info 7 Aug 2011 16:33:51 -0000 1.1 +++ gpaint2.info 23 Jul 2013 07:38:33 -0000 1.2 @@ -1,74 +1,73 @@ Package: gpaint2 Version: 0.3.3 -Revision: 1 +Revision: 2 Source: ftp://alpha.gnu.org/gnu/gpaint/gpaint-2-%v.tar.gz Source-MD5: 037cc283d2cdd806dbdc462839bb3b72 -Source2: mirror:debian:pool/main/g/gpaint/gpaint_%v-2.diff.gz -Source2-MD5: c304d111a5be018366e1f7cdcfcd30ea +Source2: mirror:debian:pool/main/g/gpaint/gpaint_%v-6.debian.tar.gz +Source2-MD5: 24bd13fad4d373584066a6bbb072578f Depends: << - atk1-shlibs (>= 1.24.0-1), - cairo-shlibs (>= 1.8-1), - expat1-shlibs, - fontconfig2-shlibs (>= 2.4.1-1), - freetype219-shlibs (>= 2.3.7-7), - glib2-shlibs (>= 2.18.0-1), - glitz-shlibs, - gtk+2-shlibs (>= 2.14.0-1), + atk1-shlibs (>= 1.28.0-1), + cairo-shlibs (>= 1.12.8-1), + fontconfig2-shlibs (>= 2.10.0-1), + freetype219-shlibs (>= 2.4.11-1), + glib2-shlibs (>= 2.22.0-1), + gtk+2-shlibs (>= 2.18.0-1), libgettext8-shlibs, - libglade2-shlibs (>= 2.6.3-1), - libiconv, - libpng15-shlibs, - libxml2-shlibs (>= 2.6.30-1), - pango1-xft2-ft219-shlibs (>= 1.22.0-4), - pixman-shlibs (>= 0.12.0-1), - x11-shlibs + libglade2-shlibs (>= 2.6.4-7), + libxml2-shlibs (>= 2.9.1-1), + pango1-xft2-ft219-shlibs (>= 1.24.5-4) << BuildDepends: << - atk1 (>= 1.24.0-1), - cairo (>= 1.8-1), - expat1, - fink (>= 0.24.12), - fontconfig2-dev (>= 2.4.1-1), - freetype219 (>= 2.3.7-7), + atk1 (>= 1.28.0-1), + cairo (>= 1.12.8-1), + fink-package-precedence, + fontconfig2-dev (>= 2.10.0-1), + freetype219 (>= 2.4.11-1), gettext-bin, gettext-tools, - glib2-dev (>= 2.18.0-1), - glitz, - gtk+2-dev (>= 2.14.0-1), + glib2-dev (>= 2.22.0-1), + gtk+2-dev (>= 2.18.0-1), libgettext8-dev, - libglade2 (>= 2.6.3-1), - libiconv-dev, - libpng15, - libxml2 (>= 2.6.30-1), - pango1-xft2-ft219-dev (>= 1.22.0-4), - pixman (>= 0.12.0-1), + libglade2 (>= 2.6.4-7), + libxml2 (>= 2.9.1-1), + pango1-xft2-ft219-dev (>= 1.24.5-4), pkgconfig (>= 0.23), - x11-dev, - xft2-dev + x11-dev << PatchFile: %n.patch PatchFile-MD5: 73f8a1662107a5d1e0a06a16feb3f04c PatchScript: << #!/bin/sh -ev - gzip -dc ../gpaint_%v-2.diff.gz | patch -p1 for file in \ - 01_drawing.dpatch \ - 02_remove_menu_h_reference.dpatch \ - 09_fix_menu_entry.dpatch \ - 10_fix_crash_on_font_select.dpatch \ - 11_fix_image_rotation.dpatch \ - 20_fix_line_width_combo.dpatch \ + 01_drawing.diff \ + 02_remove_menu_h_reference.diff \ + 09_fix_menu_entry.diff \ + 10_fix_crash_on_font_select.diff \ + 11_fix_image_rotation.diff \ + 20_fix_line_width_combo.diff \ + 21_fix_crash_on_fill_button_click.diff \ + 22_fix_not_printable_string.diff \ + 23_add_accelerator_keys.diff \ + 24_fix_crash_on_failed_write.diff \ + 25_fix_color_selection.diff \ + 26_fix_toolbar.diff \ ; do echo "applying $file" - patch -p1 < debian/patches/$file + patch -p1 < ../debian/patches/$file done %{default_script} << -ConfigureParams: --disable-dependency-tracking PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" +SetCPPFLAGS: -MD +CompileScript: << + %{default_script} + fink-package-precedence --depfile-ext='\.d' . +<< InstallScript: << -install -d -m 755 %i/share/applications -install -c -m 644 gpaint.desktop %i/share/applications - make install DESTDIR=%d + make install DESTDIR=%d + mkdir -p %i/share/applications + install -m 644 gpaint.desktop %i/share/applications + mkdir -p %i/share/man/man1 + install -m 644 ../debian/gpaint.1 %i/share/man/man1 << DocFiles: ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS TODO Description: Simple, easy-to-use paint program @@ -92,8 +91,6 @@ Launch it with gpaint-2 << DescPort: << - Have to install the desktop file by hand - Nuke linker flag we don't have on darwin. << License: GPL @@ -104,6 +101,9 @@ detection of latter and avoid passing any flags for it. Grab debian's patches for modern gnome2 and other fixes. + + Have to install the desktop file by hand, and steal debian's + manpage. << Maintainer: None <fink-de...@lists.sourceforge.net> Homepage: http://www.gnu.org/software/gpaint/ ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs