diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-19 15:57:27 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-19 15:57:27 +0000 |
commit | 0ea52f99b465b681e2a4bf7c44a8f7093f40fc68 (patch) | |
tree | 7d99a8b7b1226b2da14c7c6d04800d30a417873e /lang | |
parent | Fix packaging (diff) |
KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
baloo - Baloo core libraries
baloo-widgets - Baloo widgets library
kfilemetadata - KDE library for extracting file metadata
New ports:
graphics/kqtquickcharts - QtQuick plugin to render interactive charts
misc/artikulate - Pronunciation trainer for KDE
(not usable currently, links to both
GStreamer 1.x and 0.10.x via dependencies)
sysutils/baloo[-widgets] - KDE framework for searching and
managing user metadata
sysutils/kfilemetadata - Library for extracting file metadata
l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release
astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data
deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports
devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now
editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]
graphics/okular:
- add dependency on graphics/libkscreen
math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]
misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
to link some stuff between KDE4_PREFIX and LOCALBASE.
science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data
x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3
among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes
The area51 repository features commits by alonso, rakuco and myself.
PR: 187150 [1]
Reported by: pe.freethread@live.com
Patch by: Tobias Berner <tcberner@gmail.com>
PR: 180674 [2]
Reported by: torsten.eichstaedt@web.de
PR: 194316
Exp-run: antoine
Notes
Notes:
svn path=/head/; revision=371193
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kturtle/Makefile | 3 | ||||
-rw-r--r-- | lang/kturtle/distinfo | 4 | ||||
-rw-r--r-- | lang/kturtle/pkg-plist | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/lang/kturtle/Makefile b/lang/kturtle/Makefile index b261ed0a1bc1..1547278b768d 100644 --- a/lang/kturtle/Makefile +++ b/lang/kturtle/Makefile @@ -2,7 +2,6 @@ PORTNAME= kturtle PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 CATEGORIES= lang kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -10,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Educational programming environment for KDE 4 -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USES= cmake:outsource tar:xz USE_QT4= corelib gui xml moc_build qmake_build rcc_build uic_build diff --git a/lang/kturtle/distinfo b/lang/kturtle/distinfo index ae616478145e..d00f2b3a0f93 100644 --- a/lang/kturtle/distinfo +++ b/lang/kturtle/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/4.12.5/kturtle-4.12.5.tar.xz) = c7b0c9340a7f89c291adb525ca56f49626f571553886d5948ff757aa61e332d6 -SIZE (KDE/4.12.5/kturtle-4.12.5.tar.xz) = 187960 +SHA256 (KDE/4.14.2/kturtle-4.14.2.tar.xz) = d1ab293ea6375385f641184f62cb57b59f121c2220ccf45ad77817501901db54 +SIZE (KDE/4.14.2/kturtle-4.14.2.tar.xz) = 191908 diff --git a/lang/kturtle/pkg-plist b/lang/kturtle/pkg-plist index 3be396bda3f3..4de63e6326a4 100644 --- a/lang/kturtle/pkg-plist +++ b/lang/kturtle/pkg-plist @@ -1,4 +1,5 @@ bin/kturtle +share/appdata/kturtle.appdata.xml share/applications/kde4/kturtle.desktop share/apps/kturtle/kturtleui.rc share/config/kturtle.knsrc @@ -19,5 +20,3 @@ share/icons/hicolor/32x32/apps/kturtle.png share/icons/hicolor/48x48/apps/kturtle.png share/icons/hicolor/64x64/apps/kturtle.png share/icons/hicolor/scalable/apps/kturtle.svgz -@dirrm share/doc/HTML/en/kturtle -@dirrm share/apps/kturtle |