diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sys-apps/qdirstat/qdirstat-1.4.exheres-0 | 6 | ||||
-rw-r--r-- | packages/sys-apps/qdirstat/qdirstat-scm.exheres-0 | 6 | ||||
-rw-r--r-- | packages/sys-apps/qdirstat/qdirstat.exlib | 25 |
3 files changed, 37 insertions, 0 deletions
diff --git a/packages/sys-apps/qdirstat/qdirstat-1.4.exheres-0 b/packages/sys-apps/qdirstat/qdirstat-1.4.exheres-0 new file mode 100644 index 0000000..2dbde4c --- /dev/null +++ b/packages/sys-apps/qdirstat/qdirstat-1.4.exheres-0 @@ -0,0 +1,6 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require qdirstat + +PLATFORMS="~amd64 ~x86" diff --git a/packages/sys-apps/qdirstat/qdirstat-scm.exheres-0 b/packages/sys-apps/qdirstat/qdirstat-scm.exheres-0 new file mode 100644 index 0000000..2dbde4c --- /dev/null +++ b/packages/sys-apps/qdirstat/qdirstat-scm.exheres-0 @@ -0,0 +1,6 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require qdirstat + +PLATFORMS="~amd64 ~x86" diff --git a/packages/sys-apps/qdirstat/qdirstat.exlib b/packages/sys-apps/qdirstat/qdirstat.exlib new file mode 100644 index 0000000..375cc81 --- /dev/null +++ b/packages/sys-apps/qdirstat/qdirstat.exlib @@ -0,0 +1,25 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require github [ user=shundhammer tag=${PV} force_git_clone=true ] +require qmake [ slot=5 ] + +SUMMARY="Qt-based directory statistics: KDirStat without any KDE -- from the author of the original KDirStat." + +LICENCES="GPL-2" + +SLOT="0" + +DEPENDENCIES=" + build+run: + x11-libs/qtbase:5[gui] +" + +export_exlib_phases src_install + +qdirstat_src_install(){ + default + edo mv "${IMAGE}"/usr/bin "${IMAGE}"/usr/$(exhost --target)/ + nonfatal edo rmdir "${IMAGE}"/usr/share/man/man1 + nonfatal edo rmdir "${IMAGE}"/usr/share/man +} |