- Update from 2.7.4 to 2.7.5
- Take maintainership - Convert USE_BZIP2 to USES
This commit is contained in:
parent
0eba7edb61
commit
a8d576c559
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348430
3 changed files with 25 additions and 12 deletions
|
@ -2,21 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kdirstat
|
||||
PORTVERSION= 2.7.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.7.5
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= https://bitbucket.org/jeromerobert/k4dirstat/get/
|
||||
DISTNAME= k4dirstat-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= KDE utility that sums up disk usage for directory trees
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-33ed79e1054e
|
||||
WRKSRC= ${WRKDIR}/jeromerobert-k4dirstat-1ad2e96d73fa
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake desktop-file-utils
|
||||
USES= cmake desktop-file-utils tar:bzip2
|
||||
USE_KDE4= automoc4 kdelibs kdeprefix libkonq
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (k4dirstat-2.7.4.tar.bz2) = 2a2ba43c49ef0087e96676f748feb6bb77172c45eb9ee0db38bb3570f2ad216f
|
||||
SIZE (k4dirstat-2.7.4.tar.bz2) = 225632
|
||||
SHA256 (k4dirstat-2.7.5.tar.bz2) = 20fcf97285c8e1836cec94b05dc4e3ae92e0f7e806cd278d46ec2c3287f5ff31
|
||||
SIZE (k4dirstat-2.7.5.tar.bz2) = 225485
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/k4dirstat
|
||||
bin/kdirstat
|
||||
%%QT_BINDIR%%/k4dirstat
|
||||
%%QT_BINDIR%%/kdirstat
|
||||
share/applications/kde4/k4dirstat.desktop
|
||||
share/apps/k4dirstat/k4dirstatui.rc
|
||||
share/config.kcfg/k4dirstat.kcfg
|
||||
|
@ -19,5 +19,20 @@ share/locale/fr/LC_MESSAGES/k4dirstat.mo
|
|||
share/locale/hu/LC_MESSAGES/k4dirstat.mo
|
||||
share/locale/it/LC_MESSAGES/k4dirstat.mo
|
||||
share/locale/ja/LC_MESSAGES/k4dirstat.mo
|
||||
@dirrm share/doc/HTML/en/k4dirstat
|
||||
@dirrm share/apps/k4dirstat
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/doc/HTML/en/k4dirstat
|
||||
@dirrmtry share/doc/HTML/en
|
||||
@dirrmtry share/doc/HTML
|
||||
@dirrmtry share/config.kcfg
|
||||
@dirrmtry share/apps/k4dirstat
|
||||
@dirrmtry share/apps
|
||||
@dirrmtry share/applications/kde4
|
||||
|
|
Loading…
Reference in a new issue