~cairo-dock-team/ubuntu/oneiric/cairo-dock-plug-ins/2.3.0-3

« back to all changes in this revision

Viewing changes to stacks/src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-09-07 02:38:17 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100907023817-ish9a53i2wn0m7zg
Tags: 2.2.0~0rc1-0ubuntu1
* New Upstream Version (LP: #632054)
* Fixed a few bugs on LP:
 - LP: #616176 Dust Bin Hang and Incorrect Configuration
 - LP: #604034 Change terminal tab's name lost the color
 - LP: #582452 GMenu does not contain any applications
* Fixed a few bugs on glx-dock forum:
 - Fixed support of GMusicBrowser.
 - AlsaMixer has no emblem.
 - Status-Notifier doesn't be drawed into the dock.
* Updated translations
* debian/control:
 - Added cairo-dock-core as build-depends in order to prevent
   some builds errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
########### next target ###############
3
 
 
4
 
SET(cd-stacks_LIB_SRCS
5
 
        applet-init.c
6
 
        applet-init.h
7
 
        applet-config.c
8
 
        applet-config.h
9
 
        applet-load-icons.c
10
 
        applet-load-icons.h
11
 
        applet-stacks.c
12
 
        applet-stacks.h
13
 
        applet-notifications.c
14
 
        applet-notifications.h
15
 
        applet-struct.h
16
 
)
17
 
 
18
 
add_library(cd-stacks SHARED ${cd-stacks_LIB_SRCS})
19
 
 
20
 
target_link_libraries(cd-stacks)
21
 
 
22
 
install(TARGETS cd-stacks DESTINATION ${pluginsdir})
23
 
 
24
 
 
25
 
########### install files ###############
26
 
 
27
 
 
28
 
 
29
 
 
30
 
#original Makefile.am contents follow:
31
 
 
32
 
# #dnl Process this file with automake to produce Makefile.in
33
 
#
34
 
#lib_LTLIBRARIES = 
35
 
#       libcd-stacks.la
36
 
#
37
 
#
38
 
#libcd_stacks_la_SOURCES = 
39
 
#       applet-init.c
40
 
#       applet-init.h
41
 
#       applet-config.c
42
 
#       applet-config.h
43
 
#       applet-load-icons.c
44
 
#       applet-load-icons.h
45
 
#       applet-stacks.c
46
 
#       applet-stacks.h
47
 
#       applet-notifications.c
48
 
#       applet-notifications.h
49
 
#       applet-struct.h
50
 
#
51
 
#
52
 
#dock_version = `pkg-config --modversion cairo-dock`
53
 
#
54
 
#libcd_stacks_la_CFLAGS = 
55
 
#       -I$(top_srcdir)/src
56
 
#       $(PACKAGE_CFLAGS)
57
 
#       -DMY_APPLET_SHARE_DATA_DIR=""${stacksdatadir)""
58
 
#       -DMY_APPLET_PREVIEW_FILE=""preview.jpg""
59
 
#       -DMY_APPLET_CONF_FILE=""stacks.conf""
60
 
#       -DMY_APPLET_USER_DATA_DIR=""stacks""
61
 
#       -DMY_APPLET_VERSION=""${VERSION_STACKS)""
62
 
#       -DMY_APPLET_GETTEXT_DOMAIN=""${GETTEXT_STACKS)""
63
 
#       -DMY_APPLET_DOCK_VERSION=""${dock_version)""
64
 
#       -DMY_APPLET_ICON_FILE=""icon.png""
65
 
#       -std=c99
66
 
#       -Werror-implicit-function-declaration
67
 
##      -g -ggdb -W -Wall
68
 
#
69
 
#
70
 
#libcd_stacks_la_LIBADD = 
71
 
#       $(PACKAGE_LIBS) -lm
72
 
#
73
 
#
74
 
#libcd_stacks_la_LDFLAGS =
75
 
#       -avoid-version -module