diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-21 12:42:38 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-21 12:42:38 +0200 |
commit | d2a5ae6eee8f77ba301f22a990fd68944c94d4ad (patch) | |
tree | 0bdfdcb57898584e87d89ab3a0172d5b6ce28ce6 /ubuntu/maverick/kdevelop.cmake/debian | |
parent | 65166dbf185e59a4f874392b40c7f974e7ae5fb8 (diff) | |
parent | 0657be6a3626991da456db3946ed1ec316ce6fb7 (diff) | |
download | tde-packaging-d2a5ae6eee8f77ba301f22a990fd68944c94d4ad.tar.gz tde-packaging-d2a5ae6eee8f77ba301f22a990fd68944c94d4ad.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/kdevelop.cmake/debian')
-rw-r--r-- | ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk | 4 | ||||
-rw-r--r-- | ubuntu/maverick/kdevelop.cmake/debian/kdevelop-trinity.menu | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk index d135c4257..4a11bc028 100644 --- a/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk @@ -75,11 +75,11 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi if test -e debian/$(cdbs_curpkg).lintian; then \ install -p -D -m644 debian/$(cdbs_curpkg).lintian \ - debian/$(cdbs_curpkg)/opt/trinity/share/lintian/overrides/$(cdbs_curpkg); \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ fi if test -e debian/$(cdbs_curpkg).presubj; then \ install -p -D -m644 debian/$(cdbs_curpkg).presubj \ - debian/$(cdbs_curpkg)/opt/trinity/share/bug/$(cdbs_curpkg)/presubj; \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ fi binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: diff --git a/ubuntu/maverick/kdevelop.cmake/debian/kdevelop-trinity.menu b/ubuntu/maverick/kdevelop.cmake/debian/kdevelop-trinity.menu index 7f40efdc4..dbf27f386 100644 --- a/ubuntu/maverick/kdevelop.cmake/debian/kdevelop-trinity.menu +++ b/ubuntu/maverick/kdevelop.cmake/debian/kdevelop-trinity.menu @@ -1,8 +1,8 @@ -?package(kdevelop):\ +?package(tdevelop):\ needs="X11"\ section="Applications/Programming"\ - hints="KDE,Development"\ + hints="TDE,Development"\ title="KDevelop"\ longtitle="KDevelop (Development Environment)"\ - icon="/usr/share/pixmaps/kdevelop.xpm"\ - command="/opt/trinity/bin/kdevelop" + icon="/opt/trinity/share/pixmaps/tdevelop.xpm"\ + command="/opt/trinity/bin/tdevelop" |