diff options
author | drochner <drochner@pkgsrc.org> | 2010-01-15 18:26:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-01-15 18:26:17 +0000 |
commit | fe9842ee7a75b02d065f063ea4187f33a6713539 (patch) | |
tree | 2102f9f551bfe6b43903bd988b31009acfaba073 | |
parent | 4cc433b8ac50a974bd3fef77726d9832e14c7e43 (diff) | |
download | pkgsrc-fe9842ee7a75b02d065f063ea4187f33a6713539.tar.gz |
update to 2.28.2
changes:
-fix for rotation
-translation updates
(This is the bit which makes that the gnome desktop identifies itself
as 2.28.2.)
-rw-r--r-- | x11/gnome-desktop/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-desktop/PLIST | 3 | ||||
-rw-r--r-- | x11/gnome-desktop/distinfo | 9 | ||||
-rw-r--r-- | x11/gnome-desktop/patches/patch-ab | 13 |
4 files changed, 8 insertions, 21 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 875614079f0..384d41e9373 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2009/10/22 17:15:35 drochner Exp $ +# $NetBSD: Makefile,v 1.98 2010/01/15 18:26:17 drochner Exp $ # -DISTNAME= gnome-desktop-2.28.1 +DISTNAME= gnome-desktop-2.28.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-desktop/2.28/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome-desktop/PLIST b/x11/gnome-desktop/PLIST index 87e42d50058..80cd24d5d91 100644 --- a/x11/gnome-desktop/PLIST +++ b/x11/gnome-desktop/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2009/10/22 17:15:35 drochner Exp $ +@comment $NetBSD: PLIST,v 1.40 2010/01/15 18:26:17 drochner Exp $ bin/gnome-about include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h include/gnome-desktop-2.0/libgnome/gnome-desktop-utils.h @@ -122,6 +122,7 @@ share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/dz/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/en@shaw/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/en_CA/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo index a6392ef138c..62822c38724 100644 --- a/x11/gnome-desktop/distinfo +++ b/x11/gnome-desktop/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.48 2009/10/22 17:15:35 drochner Exp $ +$NetBSD: distinfo,v 1.49 2010/01/15 18:26:17 drochner Exp $ -SHA1 (gnome-desktop-2.28.1.tar.bz2) = 27909d67d4f8d1116d106ef65f612cf673d6802a -RMD160 (gnome-desktop-2.28.1.tar.bz2) = 4bcbb7e3c743e864afa1895c363427586b70be19 -Size (gnome-desktop-2.28.1.tar.bz2) = 1639948 bytes +SHA1 (gnome-desktop-2.28.2.tar.bz2) = 21c25d1747f6db87b2c8c8fab8090f160c638687 +RMD160 (gnome-desktop-2.28.2.tar.bz2) = 1d7291a38f981887c61564ad0ad90395b286b18f +Size (gnome-desktop-2.28.2.tar.bz2) = 1611325 bytes SHA1 (patch-aa) = ca45f4cb5c1fabdb911034d1f32a823c5d0eb8f2 -SHA1 (patch-ab) = 2d6e3f7da1c53ea1d5c3c8011c2f649e33fa7710 diff --git a/x11/gnome-desktop/patches/patch-ab b/x11/gnome-desktop/patches/patch-ab deleted file mode 100644 index c16072a1edf..00000000000 --- a/x11/gnome-desktop/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2009/10/22 17:15:35 drochner Exp $ - ---- configure.orig 2009-10-22 16:05:04.000000000 +0200 -+++ configure -@@ -12385,7 +12385,7 @@ fi - - GNOME_PLATFORM=2 - GNOME_MINOR=28 --GNOME_MICRO=0 -+GNOME_MICRO=1 - GNOME_DISTRIBUTOR="GNOME.Org" - GNOME_DATE=`date +"%Y-%m-%d"` - |