diff options
author | avilla <avilla@FreeBSD.org> | 2011-03-25 18:40:10 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-03-25 18:40:10 +0800 |
commit | d0cb98f75d4861379a04f5328b44334eb8327b4a (patch) | |
tree | 6d62ef09d84cfabd7af9f60a20322c3651b9491c /net/kwooty | |
parent | 0dc5f5e2229db8e910a548404863f3535b923310 (diff) | |
download | freebsd-ports-gnome-d0cb98f75d4861379a04f5328b44334eb8327b4a.tar.gz freebsd-ports-gnome-d0cb98f75d4861379a04f5328b44334eb8327b4a.tar.zst freebsd-ports-gnome-d0cb98f75d4861379a04f5328b44334eb8327b4a.zip |
- Update to 0.6.3 (and fix build with KDE SC 4.6).
Approved by: maintainer, implicit
Diffstat (limited to 'net/kwooty')
-rw-r--r-- | net/kwooty/Makefile | 13 | ||||
-rw-r--r-- | net/kwooty/distinfo | 4 | ||||
-rw-r--r-- | net/kwooty/pkg-plist | 15 |
3 files changed, 25 insertions, 7 deletions
diff --git a/net/kwooty/Makefile b/net/kwooty/Makefile index 3d9a08557168..15ddec9b1b37 100644 --- a/net/kwooty/Makefile +++ b/net/kwooty/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kwooty -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.6.3 CATEGORIES= net kde MASTER_SITES= SF/${PORTNAME} @@ -18,12 +17,18 @@ RUN_DEPENDS= ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \ ${LOCALBASE}/bin/par2:${PORTSDIR}/archivers/par2cmdline \ ${LOCALBASE}/bin/7z:${PORTSDIR}/archivers/p7zip -USE_CMAKE= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build +MAKE_JOBS_SAFE= yes +USE_CMAKE= yes +USE_LDCONFIG= yes post-patch: - ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/src/preferences/settings.kcfg + ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' \ + ${WRKSRC}/src/preferences/kwootysettings.kcfg + ${REINPLACE_CMD} -e 's|PreferencesServer::MAX_SERVERS|5|g' \ + ${WRKSRC}/src/preferences/*.cpp \ + ${WRKSRC}/src/widgets/*.cpp .include <bsd.port.mk> diff --git a/net/kwooty/distinfo b/net/kwooty/distinfo index a0037e55bd62..4d78cd63f9b4 100644 --- a/net/kwooty/distinfo +++ b/net/kwooty/distinfo @@ -1,2 +1,2 @@ -SHA256 (kwooty-0.4.0.tar.gz) = 31774f914e653092326fe20d26cd059ef77400c551e388a5865944453ad6bd1f -SIZE (kwooty-0.4.0.tar.gz) = 119669 +SHA256 (kwooty-0.6.3.tar.gz) = 639e64ac32f25ea7bf08c89192a0c8421575c8133597b4c19117679592806d32 +SIZE (kwooty-0.6.3.tar.gz) = 209198 diff --git a/net/kwooty/pkg-plist b/net/kwooty/pkg-plist index 22534864e8a1..e8dcd0ea4838 100644 --- a/net/kwooty/pkg-plist +++ b/net/kwooty/pkg-plist @@ -1,8 +1,21 @@ bin/kwooty +lib/kde4/kwooty_watchfolderplugin.so +lib/kde4/kwooty_watchfoldersettings.so +lib/libkwootycore.so +lib/libkwootycore.so.0 +lib/libkwootycore.so.0.6.3 share/applications/kde4/kwooty.desktop +share/apps/kwooty/kwooty.notifyrc share/apps/kwooty/kwootyui.rc -share/config.kcfg/settings.kcfg +share/config.kcfg/kwooty_watchfoldersettings.kcfg +share/config.kcfg/kwootysettings.kcfg share/icons/hicolor/16x16/apps/kwooty.png +share/icons/hicolor/22x22/apps/kwooty.png share/icons/hicolor/32x32/apps/kwooty.png share/icons/hicolor/64x64/apps/kwooty.png +share/kde4/services/kwooty_watchfolderplugin.desktop +share/kde4/services/kwooty_watchfoldersettings.desktop +share/kde4/servicetypes/kwootyplugin.desktop +share/locale/cs/LC_MESSAGES/kwooty.mo +share/locale/de/LC_MESSAGES/kwooty.mo @dirrm share/apps/kwooty |