diff --git a/debian/lenny/applications/basket/debian/basket-trinity.install b/debian/lenny/applications/basket/debian/basket-trinity.install index 0a4f95868..e93c3f169 100644 --- a/debian/lenny/applications/basket/debian/basket-trinity.install +++ b/debian/lenny/applications/basket/debian/basket-trinity.install @@ -1,3 +1,4 @@ +etc/trinity/magic/basket.magic opt/trinity/share/applications/tde/basket.desktop opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png @@ -118,7 +119,6 @@ opt/trinity/share/locale/cs/LC_MESSAGES/basket.mo opt/trinity/share/locale/nn/LC_MESSAGES/basket.mo opt/trinity/share/locale/it/LC_MESSAGES/basket.mo opt/trinity/share/locale/nl/LC_MESSAGES/basket.mo -opt/trinity/share/config/magic/basket.magic opt/trinity/share/doc/tde/HTML/en/basket/index.cache.bz2 opt/trinity/share/doc/tde/HTML/en/basket/index.docbook opt/trinity/bin/basket diff --git a/debian/lenny/applications/basket/debian/rules b/debian/lenny/applications/basket/debian/rules index 9513fe081..e28ee7171 100755 --- a/debian/lenny/applications/basket/debian/rules +++ b/debian/lenny/applications/basket/debian/rules @@ -39,7 +39,7 @@ config.status: post-patches cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh $(MAKE) -f admin/Makefile.common dist; - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + CFLAGS="$(CFLAGS)" kde_confdir=/etc/trinity ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/opt/trinity --with-qt-dir=/usr/share/qt3 \ --with-qt-includes=/usr/include/qt3 \ --with-qt-libraries=/usr/share/qt3/lib \ diff --git a/debian/squeeze/applications/basket/debian/basket-trinity.install b/debian/squeeze/applications/basket/debian/basket-trinity.install index 0a4f95868..e93c3f169 100644 --- a/debian/squeeze/applications/basket/debian/basket-trinity.install +++ b/debian/squeeze/applications/basket/debian/basket-trinity.install @@ -1,3 +1,4 @@ +etc/trinity/magic/basket.magic opt/trinity/share/applications/tde/basket.desktop opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png @@ -118,7 +119,6 @@ opt/trinity/share/locale/cs/LC_MESSAGES/basket.mo opt/trinity/share/locale/nn/LC_MESSAGES/basket.mo opt/trinity/share/locale/it/LC_MESSAGES/basket.mo opt/trinity/share/locale/nl/LC_MESSAGES/basket.mo -opt/trinity/share/config/magic/basket.magic opt/trinity/share/doc/tde/HTML/en/basket/index.cache.bz2 opt/trinity/share/doc/tde/HTML/en/basket/index.docbook opt/trinity/bin/basket diff --git a/debian/squeeze/applications/basket/debian/rules b/debian/squeeze/applications/basket/debian/rules index f1e6a0465..910f14149 100755 --- a/debian/squeeze/applications/basket/debian/rules +++ b/debian/squeeze/applications/basket/debian/rules @@ -39,7 +39,7 @@ config.status: post-patches cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh $(MAKE) -f admin/Makefile.common dist; - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + CFLAGS="$(CFLAGS)" kde_confdir=/etc/trinity ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/opt/trinity --with-qt-dir=/usr/share/qt3 \ --with-qt-includes=/usr/include/qt3 \ --with-qt-libraries=/usr/share/qt3/lib \ diff --git a/ubuntu/maverick/applications/basket/debian/basket-trinity.install b/ubuntu/maverick/applications/basket/debian/basket-trinity.install index 0a4f95868..e93c3f169 100644 --- a/ubuntu/maverick/applications/basket/debian/basket-trinity.install +++ b/ubuntu/maverick/applications/basket/debian/basket-trinity.install @@ -1,3 +1,4 @@ +etc/trinity/magic/basket.magic opt/trinity/share/applications/tde/basket.desktop opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png opt/trinity/share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png @@ -118,7 +119,6 @@ opt/trinity/share/locale/cs/LC_MESSAGES/basket.mo opt/trinity/share/locale/nn/LC_MESSAGES/basket.mo opt/trinity/share/locale/it/LC_MESSAGES/basket.mo opt/trinity/share/locale/nl/LC_MESSAGES/basket.mo -opt/trinity/share/config/magic/basket.magic opt/trinity/share/doc/tde/HTML/en/basket/index.cache.bz2 opt/trinity/share/doc/tde/HTML/en/basket/index.docbook opt/trinity/bin/basket diff --git a/ubuntu/maverick/applications/basket/debian/rules b/ubuntu/maverick/applications/basket/debian/rules index f1e6a0465..910f14149 100755 --- a/ubuntu/maverick/applications/basket/debian/rules +++ b/ubuntu/maverick/applications/basket/debian/rules @@ -39,7 +39,7 @@ config.status: post-patches cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh $(MAKE) -f admin/Makefile.common dist; - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + CFLAGS="$(CFLAGS)" kde_confdir=/etc/trinity ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/opt/trinity --with-qt-dir=/usr/share/qt3 \ --with-qt-includes=/usr/include/qt3 \ --with-qt-libraries=/usr/share/qt3/lib \