diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-05 00:28:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-05 00:28:13 +0900 |
commit | 0cf700f49d6437ea21867ae6300c7056eadfbd97 (patch) | |
tree | dec8bff7ef4366370de0ad280d6395c363ce1f3f /ubuntu/_base/applications/tellico/debian/rules | |
parent | e52d0aefda74071dece63a038079503cdc2cc905 (diff) | |
download | tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.tar.gz tde-packaging-0cf700f49d6437ea21867ae6300c7056eadfbd97.zip |
Rearranged applications folder into sub categories.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/tellico/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/tellico/debian/rules | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ubuntu/_base/applications/tellico/debian/rules b/ubuntu/_base/applications/tellico/debian/rules deleted file mode 100755 index 326e3e1c8..000000000 --- a/ubuntu/_base/applications/tellico/debian/rules +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk -include debian/cdbs/debian-tde.mk - -DEB_CMAKE_EXTRA_FLAGS := \ - -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ - -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ - -DCONFIG_INSTALL_DIR="/etc/trinity" \ - -DSYSCONF_INSTALL_DIR="/etc/trinity" \ - -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_VERBOSE_MAKEFILE="ON" \ - -DCMAKE_SKIP_RPATH="OFF" \ - -DWITH_ALL_OPTIONS="ON" - -DEB_MAKE_CHECK_TARGET = check - -binary-install/tellico-data-trinity:: - # Add svg icons to xdg directories - admin/mkinstalldirs debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/apps - install -c -p -m 644 -T icons/tellico.svg debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/apps/tellico.svg - admin/mkinstalldirs debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/mimetypes - install -c -p -m 644 -T icons/tellico_mime.svg debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/mimetypes/application-x-tellico.svg - - # Install mime info into system directory - mkdir -p debian/$(cdbs_curpkg)/usr/share/mime - [ ! -d debian/tmp/opt/trinity/share/apps/mime ] || \ - mv debian/tmp/opt/trinity/share/apps/mime debian/$(cdbs_curpkg)/usr/share/ - [ ! -d debian/tmp/opt/trinity/share/mime ] || \ - mv debian/tmp/opt/trinity/share/mime debian/$(cdbs_curpkg)/usr/share/ - mv debian/$(cdbs_curpkg)/usr/share/mime/packages/tellico.xml debian/$(cdbs_curpkg)/usr/share/mime/packages/tellico-trinity.xml - -binary-install/tellico-trinity:: - mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ |