diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:36:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:36:46 +0000 |
commit | cc0bcf10c453537d1f1b77950ddbd43e1a248ace (patch) | |
tree | dac3c4d54401c03581011af7eb84bac18cca1891 /net/vino/Makefile | |
parent | 50dd54fde5a2d3354b13268b5cc755d7c3fb3a28 (diff) | |
download | pkgsrc-cc0bcf10c453537d1f1b77950ddbd43e1a248ace.tar.gz |
Update to 2.10.0:
Vino 2.10.0
===========
Translators
+ Rostislav Raykov (bg)
+ Josep Puigdemont (ca)
+ Rhys Jones (cy)
+ Priit Laes (et)
+ Rajesh Ranjan (hi)
+ Žygimantas Beručka (lt)
+ Kjartan Maraas (nb)
+ Rajeev Shrestha (ne)
+ Åsmund Skjæveland (nn)
+ Kjartan Maraas (no)
+ Leonid Kanter (ru)
+ Elian Myftiu (sq)
+ Chi-Wei Chen (zh_TW)
Vino 2.9.2
==========
Fixes
+ New icon (Jakub Steiner)
+ Add X-GNOME-Bugzilla-Version to .desktop file for bug-buddy
(Christoffer Olsen)
+ Install icon into hicolor icon theme (Mark)
+ Update to automake 1.7 (Mark)
+ Install .desktop file in $(datadir)/applications (Mark)
Translators
+ Rostislav Raykov (bg)
+ Alessio Frusciante (it)
+ Žygimantas Beručka (lt)
+ Badral (mn)
+ Kjartan Maraas (nb)
+ Gora Mohanty (or)
+ Marcel Telka (sk)
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index d769a697e71..f5449daf00b 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/04 23:47:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/22 16:36:46 jmmv Exp $ # -DISTNAME= vino-2.8.1 +DISTNAME= vino-2.10.0 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vino/2.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vino/2.10/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -30,6 +30,7 @@ GCONF2_SCHEMAS= vino-server.schemas .include "../../devel/pango/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" |