File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Build-Depends:
11
11
libgtk2.0-dev (>= 2.18), libiw-dev [linux-any],
12
12
libmenu-cache-dev | libmenu-cache1-dev,
13
13
libwnck-dev, libfm-gtk-dev (>= 1.2.0) | libfm-dev (>= 1.2.0),
14
- libxml2-dev, libkeybinder-dev
14
+ libxml2-dev, libkeybinder-dev, libindicator-dev
15
15
Standards-Version: 3.9.5
16
16
Homepage: http://www.lxde.org/
17
17
Vcs-Browser: http://git.lxde.org/gitweb/?p=debian/lxpanel.git
@@ -77,3 +77,14 @@ Description: LXDE panel (data files)
77
77
(LXDE).
78
78
.
79
79
This package contains the data required for panel.
80
+
81
+ Package: lxpanel-indicator-applet-plugin
82
+ Architecture: any
83
+ Depends: lxpanel, ${misc:Depends}, ${shlibs:Depends}
84
+ Suggests: indicator-application-gtk2,
85
+ indicator-messages-gtk2,
86
+ indicator-sound-gtk2
87
+ Provides: indicator-renderer
88
+ Description: lxpanel indicator applet
89
+ lxpanel-indicator-applet-plugin is an applet to display information from
90
+ various applications consistently in the LXPanel.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ override_dh_autoreconf:
13
13
14
14
override_dh_auto_configure :
15
15
ifeq ($(DEB_HOST_ARCH_OS ) ,linux)
16
- dh_auto_configure -- --enable-man --with-plugins=all --disable-silent-rules
16
+ dh_auto_configure -- --enable-man --with-plugins=all --disable-silent-rules --enable-indicator-support
17
17
else
18
18
# omit netstat plugin on non-linux, requires wireless-tools
19
19
dh_auto_configure -- --enable-man --with-plugins=all,-netstat --disable-silent-rules
@@ -27,6 +27,10 @@ override_dh_auto_install:
27
27
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH ) /lxpanel/* .la
28
28
29
29
override_dh_install :
30
+ # move indicator.so out of the way
31
+ mkdir -p debian/lxpanel-indicator-applet-plugin/usr/lib/$(DEB_HOST_MULTIARCH ) /lxpanel/plugins
32
+ mv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH ) /lxpanel/plugins/indicator.so debian/lxpanel-indicator-applet-plugin/usr/lib/$(DEB_HOST_MULTIARCH ) /lxpanel/plugins/indicator.so
33
+ # install rest of files
30
34
dh_install --fail-missing
31
35
32
36
override_dh_makeshlibs :
You can’t perform that action at this time.
0 commit comments