~ubuntu-branches/ubuntu/vivid/juffed/vivid

« back to all changes in this revision

Viewing changes to plugins/juffed-plugins.pri

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2011-04-30 13:43:26 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110430134326-0bnvvo5z2medbdxi
Tags: 0.9.1137-1
* New upstream release.
* Remove debian/juffed.1, added upstream (in debian.in).
* Remove debian/patches/static.patch: we can now bundle the .so after
  upstream has resolved soname issues.
* debian/control:
  - Bump Standards-Version to 0.9.2.
  - Update homepage.
  - Do not build-depend on chrpath, not needed anymore.
* debian/rules:
  - Remove chrpath rule, not needed anymore.
* Add juffed-dev and juffed-plugins packages.
* Do not install the libkeybindings.so plugin: causes a segfault on my
  amd64 machine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Some common variables for all plugins.
 
2
# This file needs to be included 
 
3
 
 
4
unix {
 
5
        isEmpty(LIB_SUFFIX) {
 
6
#               HARDWARE_PLATFORM = $$system(uname -m)
 
7
#               contains( HARDWARE_PLATFORM, 64 ) {
 
8
                contains(QMAKE_HOST.arch, x86_64) {
 
9
                        # 64-bit
 
10
                        LIB_SUFFIX=64
 
11
                }
 
12
        }
 
13
}
 
14
 
 
15
isEmpty(PREFIX) {
 
16
        PREFIX = /usr
 
17
}
 
18
 
 
19
LIBS        -= -L$${PREFIX}/lib
 
20
LIBS        += -L$${PREFIX}/lib$${LIB_SUFFIX} -ljuff
 
21
INCLUDEPATH += $${PREFIX}/include/
 
22
INCLUDEPATH += $${PREFIX}/include/juffed
 
23
 
 
24
target.path  = $${PREFIX}/lib$${LIB_SUFFIX}/juffed/plugins
 
25
INSTALLS    += target
 
26
 
 
27
DEFINES     += JUFF_DEBUG
 
28
 
 
29
 
 
30
TEMPLATE     = lib
 
31
CONFIG      += plugin
 
32
DESTDIR      = ..
 
33
#CONFIG     += release