Commit | Line | Data |
---|---|---|
d3372da9 | 1 | # -*-shell-script-*- |
2 | ||
3 | [Meta] | |
6c2555c3 | 4 | RootName: @dolda2000.com/fredrik/doldaconnect/dolcon:$SOFTWAREVERSION |
d3372da9 | 5 | DisplayName: Dolda Connect GTK 2 user interface |
6 | ShortName: doldaconnect-gtk | |
7 | Maintainer: Fredrik Tolf <fredrik@dolda2000.com> | |
8 | Packager: Fredrik Tolf <fredrik@dolda2000.com> | |
9 | Summary: A user interface module for Dolda Connect using GTK 2. | |
10 | URL: http://www.dolda2000.com/~fredrik/doldaconnect/ | |
68863682 | 11 | License: GNU General Public License, Version 2 or later |
d3372da9 | 12 | SoftwareVersion: @VERSION@ |
cafc370a FT |
13 | AutopackageTarget: 1.2 |
14 | Repository: http://www.dolda2000.com/~fredrik/doldaconnect/ap/doldaconnect-gtk.xml | |
88ef9b91 | 15 | PackageFileName: doldaconnect-gtk-@VERSION@.package |
d3372da9 | 16 | |
17 | # Only uncomment InterfaceVersion if your package exposes interfaces to other software, | |
18 | # for instance if it includes DSOs or python/perl modules. See the developer guide for more info, | |
19 | # or ask on autopackage-dev if you don't understand interface versioning in autopackage. | |
20 | # | |
21 | # InterfaceVersion: 0.0 | |
22 | ||
23 | [Description] | |
24 | This is a user interface program for Dolda Connect. It connects to the | |
25 | Dolda Connect daemon and lets a user control it. This user interface | |
26 | is written with GTK 2. | |
27 | ||
28 | Note that this program does not share files or anything of the sort -- | |
29 | it is the daemon that does that. This program only controls the | |
30 | daemon. | |
31 | ||
32 | [BuildPrepare] | |
93d88dde | 33 | echo "apkg" >source |
cafc370a | 34 | prepareBuild --enable-gtk2ui --disable-daemon --disable-dolconf --disable-guishell |
d3372da9 | 35 | |
36 | [BuildUnprepare] | |
37 | unprepareBuild | |
38 | ||
39 | [Imports] | |
6c2555c3 | 40 | echo bin/dolcon share | import |
d3372da9 | 41 | |
42 | [Prepare] | |
5fe16c53 | 43 | require @gtk.org/gtk 2.6 |
cafc370a | 44 | require @dolda2000.com/fredrik/doldaconnect/dcuilib 1.1 |
d3372da9 | 45 | |
46 | [Install] | |
84993614 | 47 | installExe dolcon |
d3372da9 | 48 | installLocale share/locale |
49 | ||
50 | [Uninstall] | |
51 | uninstallFromLog |