~ubuntu-branches/ubuntu/wily/gnome-applets/wily

« back to all changes in this revision

Viewing changes to stickynotes/data/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-19 19:57:51 UTC
  • mfrom: (1.10.22)
  • Revision ID: package-import@ubuntu.com-20141119195751-gqirgm99dewik39n
Tags: 3.14.0-1~svn1
* New upstream release.
* Update (build-)dependencies for new version.
  - Require new GLib and libpanel-applet.
  - Switch from Python 2 to Python 3.
  - Drop GConf.
* Remove --enable-mixer-applet configure flag.
* Remove obsolete gnome-applets.gconf-defaults file.
* Update applet list in package description.
* Move Python modules to a private location.
* Use dh_python3.
* Use NEWS file as upstream changelog.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update Homepage URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# install the upgrading .server file
2
 
#
3
 
 
4
 
server_in_files = \
5
 
        GNOME_StickyNotesApplet.server.in
6
 
 
7
 
if BUILD_STICKYNOTES_APPLET
8
 
else
9
 
serverdir = $(libdir)/bonobo/servers
10
 
server_DATA = $(server_in_files:.server.in=.server)
11
 
 
12
 
@INTLTOOL_SERVER_RULE@
13
 
 
14
 
CLEANFILES = $(server_DATA)
15
 
 
16
 
endif
17
 
EXTRA_DIST = $(server_in_files)
18
 
 
19
 
-include $(top_srcdir)/git.mk