diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-04-08 09:31:03 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-04-08 09:31:03 +0000 |
commit | 5ba2745f4fe6d101ab697e381de9f9cf11c88b2d (patch) | |
tree | 46f39e41936b4845e289ef737a5828a898f7a0df /net-im | |
parent | 7aa5db07dde34c624edd6bc8071dee286ebd3923 (diff) | |
download | ports-5ba2745f4fe6d101ab697e381de9f9cf11c88b2d.tar.gz ports-5ba2745f4fe6d101ab697e381de9f9cf11c88b2d.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pino/Makefile | 8 | ||||
-rw-r--r-- | net-im/pino/distinfo | 6 | ||||
-rw-r--r-- | net-im/pino/pkg-plist | 8 |
3 files changed, 17 insertions, 5 deletions
diff --git a/net-im/pino/Makefile b/net-im/pino/Makefile index e9c8fe54e5c2..7027df4102a4 100644 --- a/net-im/pino/Makefile +++ b/net-im/pino/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pino -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.2.5 CATEGORIES= net-im MASTER_SITES= GOOGLE_CODE @@ -16,6 +15,7 @@ COMMENT= A simple and fast Twitter and Identi.ca client BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ + gtkspell.0:${PORTSDIR}/textproc/gtkspell \ notify.1:${PORTSDIR}/devel/libnotify \ soup-2.4.1:${PORTSDIR}/devel/libsoup \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ @@ -28,6 +28,10 @@ USE_PYTHON_BUILD= yes USE_BZIP2= yes INSTALLS_ICONS= yes +post-patch: + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ + ${WRKSRC}/indicator/pino + do-configure: @cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}" diff --git a/net-im/pino/distinfo b/net-im/pino/distinfo index b7a82d029856..9e7bf2de173a 100644 --- a/net-im/pino/distinfo +++ b/net-im/pino/distinfo @@ -1,3 +1,3 @@ -MD5 (pino-0.2.1.tar.bz2) = caea49bfdf294963fd2744581c62be48 -SHA256 (pino-0.2.1.tar.bz2) = 42a5fc9b56496fbcb1e218f06ccb71e6c40fc00c8c906649158b8bd813d1c9dc -SIZE (pino-0.2.1.tar.bz2) = 173163 +MD5 (pino-0.2.5.tar.bz2) = 3e580f96b865e344113c6ab876dbb26d +SHA256 (pino-0.2.5.tar.bz2) = aa496c911498432efee0431c80b8d35e586121afdd518572e667885ca72c7108 +SIZE (pino-0.2.5.tar.bz2) = 187084 diff --git a/net-im/pino/pkg-plist b/net-im/pino/pkg-plist index c79d0cc7f84d..3839daeff595 100644 --- a/net-im/pino/pkg-plist +++ b/net-im/pino/pkg-plist @@ -6,10 +6,12 @@ share/applications/pino.desktop %%DOCSDIR%%/README share/icons/hicolor/scalable/apps/pino.svg share/icons/hicolor/scalable/apps/pino_fresh.svg +share/indicators/messages/applications/pino share/locale/ar/LC_MESSAGES/pino.mo share/locale/cs/LC_MESSAGES/pino.mo share/locale/de/LC_MESSAGES/pino.mo share/locale/es/LC_MESSAGES/pino.mo +share/locale/fa/LC_MESSAGES/pino.mo share/locale/fr/LC_MESSAGES/pino.mo share/locale/gl/LC_MESSAGES/pino.mo share/locale/it/LC_MESSAGES/pino.mo @@ -20,6 +22,7 @@ share/locale/pl/LC_MESSAGES/pino.mo share/locale/pt/LC_MESSAGES/pino.mo share/locale/pt_BR/LC_MESSAGES/pino.mo share/locale/ru/LC_MESSAGES/pino.mo +share/locale/sr/LC_MESSAGES/pino.mo share/locale/sv/LC_MESSAGES/pino.mo share/locale/th/LC_MESSAGES/pino.mo share/locale/uk/LC_MESSAGES/pino.mo @@ -28,6 +31,8 @@ share/locale/zh_CN/LC_MESSAGES/pino.mo %%DATADIR%%/icons/direct.svg %%DATADIR%%/icons/direct_fresh.svg %%DATADIR%%/icons/direct_reply.png +%%DATADIR%%/icons/favorite.png +%%DATADIR%%/icons/favorite_no.png %%DATADIR%%/icons/mentions.svg %%DATADIR%%/icons/mentions_fresh.svg %%DATADIR%%/icons/progress.gif @@ -46,4 +51,7 @@ share/locale/zh_CN/LC_MESSAGES/pino.mo @dirrm %%DOCSDIR%% @dirrmtry share/locale/ko_KR/LC_MESSAGES @dirrmtry share/locale/ko_KR +@dirrmtry share/indicators/messages/applications +@dirrmtry share/indicators/messages +@dirrmtry share/indicators @dirrmtry share/applications |