~aroth/kdevelop-deactivated/daily

« back to all changes in this revision

Viewing changes to rules

  • Committer: Andreas Roth
  • Date: 2013-08-21 05:57:01 UTC
  • Revision ID: aroth@ar.arsoft.dyndns.dk-20130821055701-xcduf8e850vdjmfj
take over changes from debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
4
4
 
5
 
ifeq ($(DEB_HOST_ARCH_ENDIAN),big)
6
 
DEB_CMAKE_EXTRA_FLAGS += -DLIBOKTETA1KASTEN2CORE_LIBRARY=false
7
 
endif
8
 
 
9
5
binary-install/kdevelop::
10
6
        install -D -p -m0644 debian/kdevelop.xpm \
11
7
                debian/kdevelop/usr/share/pixmaps/kdevelop.xpm
12
8
 
13
 
binary-install/kdevelop-data::
14
 
ifeq ($(DEB_HOST_ARCH_ENDIAN),little)
15
 
        dh_install --autodest -pkdevelop-data usr/share/kde4/apps/kdevokteta/*
16
 
endif
17
 
 
18
9
# Work around a conflict with kapptemplate
19
10
binary-install/kdevelop-data::
20
11
        find debian/$(cdbs_curpkg) -type f -name qmake_qt4guiapp.tar.bz2 | xargs rm -f