diff options
author | clement <clement@FreeBSD.org> | 2004-01-17 04:01:14 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-17 04:01:14 +0800 |
commit | 82e14e9904effb149b23234690ce57a4800da02d (patch) | |
tree | 89c6f0797a3f347b77d38d7596a88e8b1f26de12 /deskutils/kbirthday | |
parent | ba20cfd28bd41f8ffa6390891ea8c6a5d1521862 (diff) | |
download | freebsd-ports-gnome-82e14e9904effb149b23234690ce57a4800da02d.tar.gz freebsd-ports-gnome-82e14e9904effb149b23234690ce57a4800da02d.tar.zst freebsd-ports-gnome-82e14e9904effb149b23234690ce57a4800da02d.zip |
- Update to 0.7.1
Changes since 0.6.1:
* changed event dialog from QDialog to QWidget to allow minimizing
* configurable notification of pending events at midnight (thanks to a patch from Balaji Ramani)
* use yesterday and tomorrow instead of -1 and 1 in the event view
* reloading of addressbook when it has changed
* added some debug code
* some code cleanups
* improved class documentation
* added russian translation (provided by Egor S. Orlov)
PR: 61436
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'deskutils/kbirthday')
-rw-r--r-- | deskutils/kbirthday/Makefile | 5 | ||||
-rw-r--r-- | deskutils/kbirthday/distinfo | 2 | ||||
-rw-r--r-- | deskutils/kbirthday/pkg-descr | 1 | ||||
-rw-r--r-- | deskutils/kbirthday/pkg-plist | 5 |
4 files changed, 8 insertions, 5 deletions
diff --git a/deskutils/kbirthday/Makefile b/deskutils/kbirthday/Makefile index 3f51b000df27..460a7c42c962 100644 --- a/deskutils/kbirthday/Makefile +++ b/deskutils/kbirthday/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= kbirthday -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.1 CATEGORIES= deskutils kde MASTER_SITES= http://www.gfai.de/~jaham/download/ \ http://freshmeat.net/redir/kbirthday/32531/url_tgz/ @@ -19,4 +19,7 @@ USE_KDELIBS_VER=3 INSTALLS_SHLIB= yes USE_LIBTOOL= yes +# necesary to access the second master site by getting rid of the default switch -A +FETCH_CMD ?=/usr/bin/fetch -Rr + .include <bsd.port.mk> diff --git a/deskutils/kbirthday/distinfo b/deskutils/kbirthday/distinfo index 3a0a6b9b8914..c9410e32d656 100644 --- a/deskutils/kbirthday/distinfo +++ b/deskutils/kbirthday/distinfo @@ -1 +1 @@ -MD5 (kbirthday-0.6.1.tar.gz) = b4b0af193ae048906fff111b47100cf7 +MD5 (kbirthday-0.7.1.tar.gz) = d33d37a6e412c7a98723b4f30705546a diff --git a/deskutils/kbirthday/pkg-descr b/deskutils/kbirthday/pkg-descr index d560649b76c8..126a82d3b45f 100644 --- a/deskutils/kbirthday/pkg-descr +++ b/deskutils/kbirthday/pkg-descr @@ -14,7 +14,6 @@ Features: WWW: http://www.gfai.de/~jaham/projects/kbirthday/kbirthday.html -WWW: http://home.fhtw-berlin.de/~s0270195/projects/kbirthday/kbirthday.html -- h.eichmann@gmx.de diff --git a/deskutils/kbirthday/pkg-plist b/deskutils/kbirthday/pkg-plist index bd0175ff90b1..934601edd222 100644 --- a/deskutils/kbirthday/pkg-plist +++ b/deskutils/kbirthday/pkg-plist @@ -1,5 +1,6 @@ -lib/libkbirthday.so lib/libkbirthday.la +lib/libkbirthday.so +share/apps/kicker/applets/kbirthday.desktop share/locale/de/LC_MESSAGES/kbirthday.mo share/locale/es/LC_MESSAGES/kbirthday.mo -share/apps/kicker/applets/kbirthday.desktop +share/locale/ru/LC_MESSAGES/kbirthday.mo |