~ubuntu-branches/debian/jessie/banshee-community-extensions/jessie

« back to all changes in this revision

Viewing changes to src/AppIndicator/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-04-04 18:00:24 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100404180024-z5fwyx9mpp0pm2ss
Tags: 1.6.0-1
* New upstream release
* debian/(control, banshee-extension-appindicator.install):
  + Add Application Indicator package and build-depends (commented out
    because these dependencies are not present in Debian yet)
* debian/copyright:
  + Document more MIT/X11 files in Mirage's source
  + Document LGPL-3 files in Banshee.Telepathy
  + Document bundled NDesk.DBus in Banshee.Telepathy
  + Document Banshee.Lirc copyrights
* debian/rules:
  + --disable-appindicator
* debian/patches/*, debian/control, debian/rules:
  + Drop all patches, applied upstream and/or not needed any more
  + De-quiltify package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ASSEMBLY = Banshee.AppIndicator
 
2
LINK = $(BANSHEE_LIBS) $(APPINDICATORSHARP_LIBS) $(NOTIFYSHARP_LIBS)
 
3
 
 
4
SOURCES = Banshee.AppIndicator/AppIndicatorService.cs
 
5
 
 
6
RESOURCES =  \
 
7
        AppIndicator.addin.xml \
 
8
        Resources/AppIndicatorMenu.xml
 
9
 
 
10
if ENABLE_APPINDICATOR
 
11
include $(top_srcdir)/build/build.mk
 
12
else
 
13
EXTRA_DIST = $(SOURCES) $(RESOURCES)
 
14
endif