mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
qdirstat: bump version (#1757)
This commit is contained in:
committed by
waddlesplash
parent
3254a22b0c
commit
9b38fb4f03
64
sys-apps/qdirstat/qdirstat-1.4.recipe
Normal file
64
sys-apps/qdirstat/qdirstat-1.4.recipe
Normal file
@@ -0,0 +1,64 @@
|
||||
SUMMARY="A cross-platform graphical disk usage utility"
|
||||
DESCRIPTION="QDirStat is a graphical application to show \
|
||||
where your disk space has gone and to help you clean it up. \
|
||||
QDirStat is the Qt-only port of the old Qt3/KDE3-based KDirStat now \
|
||||
based on the latest Qt5. It runs on every X11-based desktop on \
|
||||
Linux, BSD, and other Unix-like systems. \
|
||||
QDirStat has a number of new features compared to KDirStat: \
|
||||
* Multi-selection in both the tree and the treemap.
|
||||
* Unlimited number of user-defined cleanup actions.
|
||||
* Properly show errors of cleanup actions.
|
||||
* File categories and their treemap color are now configurable.
|
||||
* Exclude rules for directories are easily configurable.
|
||||
* Cross-Platform; independent on KDE or any other specific toolkit.
|
||||
"
|
||||
HOMEPAGE="https://github.com/shundhammer/qdirstat"
|
||||
COPYRIGHT="2015, 2017 Stefan Hundhammer"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/shundhammer/qdirstat/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7f9a0a7304c55ebfad1e50c7747ba762b07068f48304b3d3919bdb65ee037999"
|
||||
PATCHES="qdirstat-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
qdirstat$secondaryArchSuffix = $portVersion
|
||||
app:QDirStat = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Network$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Network$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:qmake$secondaryArchSuffix >= 5
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
qmake .
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp src/qdirstat $appsDir/QDirStat
|
||||
addAppDeskbarSymlink $appsDir/QDirStat
|
||||
}
|
||||
Reference in New Issue
Block a user