File: data-2.9.4

package info (click to toggle)
libalien-wxwidgets-perl 0.69%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,220 kB
  • sloc: perl: 5,365; makefile: 19
file content (25 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
my $VERSION = '2.9.4';
   $URL   ||= "http://prdownloads.sourceforge.net/wxwindows";
my $BASE    = 'wxWidgets';
# $TYPE from Build.PL

my @common = qw(wxWidgets-2.9.0-magic.patch wxWidgets-2.9.4-plugin.patch);

my $winsetuppatch = ( $FORCE_GTX ) ? 'wxMSW-2.9.4-setup_gctx.patch' : 'wxMSW-2.9.4-setup.patch';

{ msw     => { unicode => [ 
  'wxMSW-2.9.4-makefiles.patch',
  $winsetuppatch, 
  @common 
  ],
               },
  mac     => { unicode => [ 'cocoaoverlay-2-9-3.patch', @common ],
               },
  unix    => { unicode => [ 'wxGTK-2.9.4-dirdialog.patch', @common ],
               },
  data    => { url  => ( sprintf '%s/%s-%s.%s', $URL, $BASE, $VERSION, $TYPE ),
               directory => ( sprintf '%s-%s', $BASE, $VERSION ),
               archive   => ( sprintf '%s-%s.%s', $BASE, $VERSION, $TYPE ),
               version   => $VERSION,
               },
  };