~mterry/nux/null-ibus-config

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Source: nux
Priority: optional
Maintainer: Didier Roche <didrocks@ubuntu.com>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               gnome-common,
               autotools-dev,
               quilt,
               doxygen,
               libglib2.0-dev (>= 2.25.14),
               libgdk-pixbuf2.0-dev,
               libboost-dev,
               libcairo2-dev (>= 1.9.14),
               libpng12-dev (>= 1.2.44),
               libglew-dev [!armel !armhf],
               libglewmx-dev [!armel !armhf],
               libxxf86vm-dev,
               libgl1-mesa-dev (>= 7.9~git20100924-0ubuntu3) [!armhf !armel],
               libglu1-mesa-dev [!armel !armhf],
               libegl1-mesa-dev [armel armhf],
               libgles2-mesa-dev [armel armhf],
               libxdamage-dev,
               libxcomposite-dev,
               libsigc++-2.0-dev,
               libpango1.0-dev,
               libx11-dev,
               libpcre3-dev,
               libpci-dev,
               libxinerama-dev,
               libgeis-dev (>= 2.2.10),
               libibus-1.0-dev,
               libxtst-dev,
Standards-Version: 3.9.3
Section: libs
Homepage: http://launchpad.net/nux
# If you aren't a member of ~unity-team but need to upload packaging changes,
# just go ahead.  ~unity-team will notice and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~unity-team/nux/trunk

Package: libnux-4.0-0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: libnux-4.0-common (= ${source:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Provides: libnux-abiversion-${nuxabiversion}
Description: Visual rendering toolkit for real-time applications - shared lib
 Nux is a graphical user interface toolkit for applications that mixes opengl
 hardware acceleration with high quality visual rendering.
 .
 This package contains shared libraries to be used by applications.

Package: nux-tools
Section: x11
Architecture: any
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends},
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Visual rendering toolkit for real-time applications - tools
 Nux is a graphical user interface toolkit for applications that mixes opengl
 hardware acceleration with high quality visual rendering.
 .
 This package contains various tools for nux

Package: libnux-4.0-dev
Section: libdevel
Architecture: any
Depends: libnux-4.0-0 (= ${binary:Version}),
         libglib2.0-dev (>= 2.25.14),
         libgdk-pixbuf2.0-dev,
         libcairo2-dev (>= 1.9.14),
         libpng12-dev (>= 1.2.44),
         libglew-dev [!armel !armhf],
         libglewmx-dev [!armel !armhf],
         libboost-dev,
         libxxf86vm-dev,
         libgl1-mesa-dev [!armel !armhf],
         libegl1-mesa-dev [armel armhf],
         libgles2-mesa-dev [armel armhf],
         libsigc++-2.0-dev,
         libpango1.0-dev,
         libpcre3-dev,
         ${misc:Depends}
Description: Visual rendering toolkit for real-time applications - dev files
 Nux is a graphical user interface toolkit for applications that mixes opengl
 hardware acceleration with high quality visual rendering.
 .
 This package contains files that are needed to build applications.

Package: libnux-4.0-common
Section: libs
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Visual rendering toolkit for real-time applications - common files
 Nux is a graphical user interface toolkit for applications that mixes opengl
 hardware acceleration with high quality visual rendering.
 .
 This package contains common architecture files used by the library.