summaryrefslogtreecommitdiff
path: root/makefiles
AgeCommit message (Collapse)AuthorFilesLines
2013-03-25Revert "Add makefiles/1/list-missing.mk."Sune Vuorela1-39/+0
This reverts commit 55bc72f7047bba1db3663944842256d103978292. Conflicts: debian/changelog
2012-09-10Add makefiles/1/list-missing.mk.José Manuel Santamaría Lema1-0/+39
2012-05-27Make variables.mk respect LDFLAGS from environment.Modestas Vainius1-3/+3
Thanks to Simon Ruderich for the patch. (Closes: #669183)
2011-03-27No longer set ENABLE_LIBKDEINIT_RUNPATH for kdelibs5-dev (>= 4:4.6.1).Modestas Vainius1-0/+7
Since kdelibs5-dev 4.6.1, ENABLE_LIBKDEINIT_RUNPATH defaults to ON whenever CMAKE_BUILD_TYPE is Debian.
2010-06-12Add support for DEB_KDE_LINK_WITH_NO_UNDEFINED to variables.mk.Modestas Vainius1-8/+21
It defaults to DEB_KDE_LINK_WITH_AS_NEEDED value. Needed for kdebindings.
2010-05-25Drop deprecated `pkgkde-symbolshelper symbolfile` support from ↵Modestas Vainius1-12/+0
cdbs/symbolshelper.mk.
2010-03-14Completely drop makefiles/1/debhelper/kde.mk.Modestas Vainius1-21/+0
It was deprecated in 0.5.
2010-03-13Move kde4_flags to /usr/share/pkg-kde-tools/lib subdir.Modestas Vainius1-1/+1
2010-02-17Move RPATH "workaround" code for <= KDE 4.3.x to variables.mk.Modestas Vainius2-7/+7
Moving from makefiles/1/cdbs/kde.mk to makefiles/1/variables.mk allows debian-qt-kde.mk to use that workaround as well.
2010-02-14Omit usr/lib/kde4/ from dh_makeshlibs by default.Modestas Vainius1-0/+2
CDBS kde.mk, debian-qt-kde.mk and dh kde addon.
2010-02-14No longer globally skip RPATH handling with KDE 4.4.0.Modestas Vainius1-0/+7
No longer globally skip RPATH handling in cmake if kdelibs5-dev is 4:4.4.0 or higher. kde4libs build system has been properly fixed in 4:4.4.0-1.
2010-02-13Implement dh_movelibkdeinit debhelper program.Modestas Vainius1-0/+3
It moves libkdeinit4_*.so from public /usr/lib to private /usr/lib/kde4/libkdeinit if RUNPATHs are set properly. Add this helper to CDBS kde.mk/debian-qt-kde.mk and debhelper kde addon.
2010-01-09Make cdbs/symbolshelper.mk add /usr/share/pkg-kde-tools/bin to $PATH.Modestas Vainius1-0/+4
2009-08-27Move kde4_flags to the top level directory (/usr/share/pkg-kde-tools/).Modestas Vainius2-12/+1
This means it is no longer under "version control".
2009-08-27Deprecate debhelper/kde.mk snippet. Use kde build system/sequence addon instead.Modestas Vainius1-0/+2
2009-08-27Split off KDE 4 cmake flags into a text file 'kde4_flags'.Modestas Vainius2-15/+19
As a result, they are easily parsable by make or any other tool. Rewrite variables.mk to load DEB_CMAKE_KDE4_FLAGS from the new text file. Flags in kde4_flags are still subject to be parsed by shell first therefore all shell escaping rules still apply.
2009-07-02Add a basic debhelper/kde.mk snippet.Modestas Vainius1-0/+19
For building KDE packages with dh (needs debhelper >= 7.3.0). Signed-off-by: Modestas Vainius <modestas@vainius.eu>
2009-06-27Add very basic pkgkde-symbolshelper which supports 1.15.3Modestas Vainius1-3/+0
As stated in changelog, it is here only to avoid breaking packages using it at build time. It is absolute useless for patching/generating new symbol files. Signed-off-by: Modestas Vainius <modestas@vainius.eu>
2009-05-30Clarify comment in variables.mkModestas Vainius1-1/+1
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
2009-04-01go .kdeSune Vuorela1-1/+0
2009-01-25More protection for symbolshelper.mkmodax-guest1-0/+4
2009-01-24* Add "distro policy" checking when building the package:modax-guest1-1/+0
- THIS_SHOULD_GO_TO_UNSTABLE moved policy/unstable.mk - policy/unstable.mk also emits a warning when KDE alpha or betas are to be uploaded to unstable.
2009-01-24Add makefiles/1/cdbs/kde4.mk symlink to makefiles/1/cdbs/kde.mk formodax-guest2-0/+6
clarity.
2009-01-24* Add makefiles/1/cdbs/symbolshelper.mk which hooks pkgkde-symbolshelpermodax-guest1-0/+12
calls to cdbs. * Some fixes for dh_sameversiondep.
2008-10-29typofixmaster/0.2pusling-guest1-1/+1
2008-10-29* The no .svn dir in release release.pusling-guest1-1/+17
* Add a way to set --as-needed during build. * there was a reference to ENABLE_FINAL in variables.mk. Kill it.
2008-09-22* branch for CDBS makefilesmukidohime-guest2-0/+26