pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gnome-themes Update to 2.8.0. This version corres...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3940c4c495fb
branches: trunk
changeset: 480880:3940c4c495fb
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Sep 21 16:57:50 2004 +0000
description:
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.8.0
=====
Bugfixes:
- Fix build issue (patch from Sebastien Bacher, fixes #151504)
New/updated translations:
2004-09-11 Dafydd Harries <daf%muse.19inch.net@localhost>
* cy.po: Updated Welsh translation.
2004-09-09 Laszlo Dvornik <dvornik%gnome.hu@localhost>
* hu.po: Updated Hungarian translation by Gabor Kelemen.
2004-09-09 Baris Cicek <baris%teamforce.name.tr@localhost>
* tr.po: Updated Turkish Translation
2004-09-08 Arafat Medini <lumina%arabeyes.org@localhost>
* ar.po: Updated Arabic translation
2004-09-06 David Lodge <dave%cirt.net@localhost>
* en_GB.po: Updated British translation.
2004-09-06 Mugurel Tudor <mugurelu%go.ro@localhost>
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol%go.ro@localhost>
2004-09-06 Kostas Papadimas <pkst%gnome.org@localhost>
* el.po: Updated Greek translation.
2004-09-05 Kjartan Maraas <kmaraas%gnome.org@localhost>
* nb.po: Updated
* no.po: Updated
2004-09-05 Miloslav Trmac <mitr%volny.cz@localhost>
* cs.po: Updated Czech translation.
2004-09-05 Raphael Higino <raphaelh%cvs.gnome.org@localhost>
* pt_BR.po: Updated Brazilian Portuguese translation.
2004-09-03 Hendrik Richter <hendrik%gnome-de.org@localhost>
* de.po: Updated German translation
2004-09-01 Vincent van Adrighem <adrighem%gnome.org@localhost>
* nl.po: Translation updated by Tino Meinen.
2.7.92
======
Bugfixes:
- Fix issues reported by sparse/gcc (Kjartan Maraas, bug #150348)
- Use gnome-autogen.sh (Fernando Herrera, bug #143918)
2.7.91
======
Enhancements:
- s/SimplySmooth/Glider
- Add Glider gtk icons (Link Dupont)
Bugfixes:
- Fix Glider disabled text field bug (Link Dupont)
2.7.90.1
========
Fix distclean issues.
2.7.90
======
Enhancements:
- Added Simply Smooth theme and Smooth Engine (Andrew Johnson, Link Dupont).
Automake 1.7 now required.
- More JDS menu converage for HC/HCI themes.
2.7.3
=====
Bugfixes:
- Fix HC/HCI symlinking so that it works when installed from an RPM, too.
(Calum Benson/Erwann Chenede)
New/updated translations:
2004-06-29 Ivan Stojmirov <stojmir%linux.net.mk@localhost>
* mk.po: Updated Macedonian translation.
2004-06-28 Laurent Dhima <laurenti%alblinux.net@localhost>
* sq.po: Translation updated.
2004-06-09 Alexander Shopov <ash%contact.bg@localhost>
* bg.po: Updated Bulgarian translation by
Rostislav Raykov <zbrox%i-space.org@localhost>
2.7.2
=====
Enhancements:
- Add themed menu stripe for JDS, and generic HC/HCI icons
for a bunch of applications. (Calum Benson)
2.7.1
=====
Bugfixes:
- 126829, window menu icons not visible in a11y themes.
(Calum Benson/Havoc Pennington)
Enhancements:
- Better mimetype coverage for HC and HCI themes.
- Better use of symlinking for HC and HCI themes (=smaller tarball).
- Some CVS surgery.
New/updated translations:
2004-04-15 Andras Timar <timar%gnome.hu@localhost>
* hu.po: Updated Hungarian translation.
2004-04-09 Guntupalli Karunakar <karunakar%freedomink.org@localhost>
* gu.po: Added Gujurati translation by
Gujarati Team <magnet%magnet-i.com@localhost>.
004-04-03 Samúel Jón Gunnarsson <sammi%techattack.nu@localhost>
* is.po: Updated Icelandic translation by
Helgi Þormar Þorbjörnsson <helgi%trance.is@localhost>
2004-03-25 Guntupalli Karunakar <karunakar%freedomink.org@localhost>
* pa.po: Added Punjabi translation by
Jaswinder Singh Phulewala <jaswinderlinux%netscape.net@localhost>.
2004-03-23 Jordi Mallach <jordi%sindominio.net@localhost>
* ca.po: Updated Catalan translation.
2004-03-23 Åsmund Skjæveland <aasmunds%fys.uio.no@localhost>
* nn.po: Added Norwegian Nynorsk translation.
diffstat:
x11/gnome-themes/Makefile | 6 +++---
x11/gnome-themes/PLIST | 41 ++++++++++++++++++++++++++++++++++++++++-
x11/gnome-themes/distinfo | 6 +++---
3 files changed, 46 insertions(+), 7 deletions(-)
diffs (199 lines):
diff -r a5c2a30c5792 -r 3940c4c495fb x11/gnome-themes/Makefile
--- a/x11/gnome-themes/Makefile Tue Sep 21 16:57:24 2004 +0000
+++ b/x11/gnome-themes/Makefile Tue Sep 21 16:57:50 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2004/07/03 21:09:54 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2004/09/21 16:57:50 jmmv Exp $
#
-DISTNAME= gnome-themes-2.6.2
+DISTNAME= gnome-themes-2.8.0
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-themes/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-themes/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg%NetBSD.org@localhost
diff -r a5c2a30c5792 -r 3940c4c495fb x11/gnome-themes/PLIST
--- a/x11/gnome-themes/PLIST Tue Sep 21 16:57:24 2004 +0000
+++ b/x11/gnome-themes/PLIST Tue Sep 21 16:57:50 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/06/28 15:15:34 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/09/21 16:57:50 jmmv Exp $
lib/gtk-2.0/2.4.0/engines/libcrux-engine.a
lib/gtk-2.0/2.4.0/engines/libcrux-engine.la
lib/gtk-2.0/2.4.0/engines/libcrux-engine.so
@@ -11,6 +11,9 @@
lib/gtk-2.0/2.4.0/engines/libmist.a
lib/gtk-2.0/2.4.0/engines/libmist.la
lib/gtk-2.0/2.4.0/engines/libmist.so
+lib/gtk-2.0/2.4.0/engines/libsmooth.a
+lib/gtk-2.0/2.4.0/engines/libsmooth.la
+lib/gtk-2.0/2.4.0/engines/libsmooth.so
lib/gtk-2.0/2.4.0/engines/libthinice.a
lib/gtk-2.0/2.4.0/engines/libthinice.la
lib/gtk-2.0/2.4.0/engines/libthinice.so
@@ -177,6 +180,7 @@
share/icons/Flat-Blue/scalable/emblems/emblem-urgent.svg
share/icons/HighContrast/index.theme
share/icons/HighContrastInverse/index.theme
+share/icons/HighContrastLargePrint/48x48/apps/JUSimageIcon.png
share/icons/HighContrastLargePrint/48x48/apps/accessibility-directory.png
share/icons/HighContrastLargePrint/48x48/apps/acme-48.png
share/icons/HighContrastLargePrint/48x48/apps/administration.png
@@ -192,6 +196,7 @@
share/icons/HighContrastLargePrint/48x48/apps/evolution.png
share/icons/HighContrastLargePrint/48x48/apps/file-manager.png
share/icons/HighContrastLargePrint/48x48/apps/file-roller.png
+share/icons/HighContrastLargePrint/48x48/apps/fsexam-icon.png
share/icons/HighContrastLargePrint/48x48/apps/gaim.png
share/icons/HighContrastLargePrint/48x48/apps/gataxx.png
share/icons/HighContrastLargePrint/48x48/apps/gcalctool.png
@@ -219,6 +224,7 @@
share/icons/HighContrastLargePrint/48x48/apps/gnome-devel.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-eog.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-folder-generic.png
+share/icons/HighContrastLargePrint/48x48/apps/gnome-folder.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-ftp.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-ghex.png
share/icons/HighContrastLargePrint/48x48/apps/gnome-ghostview.png
@@ -287,19 +293,23 @@
share/icons/HighContrastLargePrint/48x48/apps/jDiskReport.png
share/icons/HighContrastLargePrint/48x48/apps/jEdit.png
share/icons/HighContrastLargePrint/48x48/apps/jGraphPad.png
+share/icons/HighContrastLargePrint/48x48/apps/jSpiderIcon.png
share/icons/HighContrastLargePrint/48x48/apps/jmplay.48.png
share/icons/HighContrastLargePrint/48x48/apps/keyboard.png
share/icons/HighContrastLargePrint/48x48/apps/launcher-program.png
share/icons/HighContrastLargePrint/48x48/apps/logviewer.png
share/icons/HighContrastLargePrint/48x48/apps/media-player-48.png
share/icons/HighContrastLargePrint/48x48/apps/mozilla-icon.png
+share/icons/HighContrastLargePrint/48x48/apps/nb48x48.png
share/icons/HighContrastLargePrint/48x48/apps/network-config.png
share/icons/HighContrastLargePrint/48x48/apps/network.png
share/icons/HighContrastLargePrint/48x48/apps/password.png
share/icons/HighContrastLargePrint/48x48/apps/perfmeter.png
share/icons/HighContrastLargePrint/48x48/apps/postscript-viewer.png
share/icons/HighContrastLargePrint/48x48/apps/procman.png
+share/icons/HighContrastLargePrint/48x48/apps/realplay.png
share/icons/HighContrastLargePrint/48x48/apps/realplayer.xpm
+share/icons/HighContrastLargePrint/48x48/apps/rp7.xpm
share/icons/HighContrastLargePrint/48x48/apps/screensaver.png
share/icons/HighContrastLargePrint/48x48/apps/serviceconf.png
share/icons/HighContrastLargePrint/48x48/apps/sound-capplet.png
@@ -534,6 +544,7 @@
share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-x-font.png
share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-package.png
share/icons/HighContrastLargePrint/index.theme
+share/icons/HighContrastLargePrintInverse/48x48/apps/JUSimageIcon.png
share/icons/HighContrastLargePrintInverse/48x48/apps/accessibility-directory.png
share/icons/HighContrastLargePrintInverse/48x48/apps/acme-48.png
share/icons/HighContrastLargePrintInverse/48x48/apps/administration.png
@@ -549,6 +560,7 @@
share/icons/HighContrastLargePrintInverse/48x48/apps/evolution.png
share/icons/HighContrastLargePrintInverse/48x48/apps/file-manager.png
share/icons/HighContrastLargePrintInverse/48x48/apps/file-roller.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/fsexam-icon.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gaim.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gataxx.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gcalctool.png
@@ -576,6 +588,7 @@
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-devel.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-eog.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-folder-generic.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-folder.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ftp.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ghex.png
share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ghostview.png
@@ -644,19 +657,23 @@
share/icons/HighContrastLargePrintInverse/48x48/apps/jDiskReport.png
share/icons/HighContrastLargePrintInverse/48x48/apps/jEdit.png
share/icons/HighContrastLargePrintInverse/48x48/apps/jGraphPad.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/jSpiderIcon.png
share/icons/HighContrastLargePrintInverse/48x48/apps/jmplay.48.png
share/icons/HighContrastLargePrintInverse/48x48/apps/keyboard.png
share/icons/HighContrastLargePrintInverse/48x48/apps/launcher-program.png
share/icons/HighContrastLargePrintInverse/48x48/apps/logviewer.png
share/icons/HighContrastLargePrintInverse/48x48/apps/media-player-48.png
share/icons/HighContrastLargePrintInverse/48x48/apps/mozilla-icon.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/nb48x48.png
share/icons/HighContrastLargePrintInverse/48x48/apps/network-config.png
share/icons/HighContrastLargePrintInverse/48x48/apps/network.png
share/icons/HighContrastLargePrintInverse/48x48/apps/password.png
share/icons/HighContrastLargePrintInverse/48x48/apps/perfmeter.png
share/icons/HighContrastLargePrintInverse/48x48/apps/postscript-viewer.png
share/icons/HighContrastLargePrintInverse/48x48/apps/procman.png
+share/icons/HighContrastLargePrintInverse/48x48/apps/realplay.png
share/icons/HighContrastLargePrintInverse/48x48/apps/realplayer.xpm
+share/icons/HighContrastLargePrintInverse/48x48/apps/rp7.xpm
share/icons/HighContrastLargePrintInverse/48x48/apps/screensaver.png
share/icons/HighContrastLargePrintInverse/48x48/apps/serviceconf.png
share/icons/HighContrastLargePrintInverse/48x48/apps/sound-capplet.png
@@ -1179,6 +1196,7 @@
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gnome-themes.mo
+${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gnome-themes.mo
@@ -1211,6 +1229,7 @@
${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-themes.mo
+${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-themes.mo
@@ -1226,6 +1245,7 @@
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnome-themes.mo
+${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnome-themes.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnome-themes.mo
@@ -1235,6 +1255,22 @@
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnome-themes.mo
share/themes/Crux/gtk-2.0/gtkrc
share/themes/Crux/index.theme
+share/themes/Glider/gtk-2.0/gtkrc
+share/themes/Glider/gtk-2.0/iconrc
+share/themes/Glider/gtk-2.0/stock_apply.png
+share/themes/Glider/gtk-2.0/stock_bottom.png
+share/themes/Glider/gtk-2.0/stock_cancel.png
+share/themes/Glider/gtk-2.0/stock_down.png
+share/themes/Glider/gtk-2.0/stock_first.png
+share/themes/Glider/gtk-2.0/stock_last.png
+share/themes/Glider/gtk-2.0/stock_left.png
+share/themes/Glider/gtk-2.0/stock_ok.png
+share/themes/Glider/gtk-2.0/stock_refresh.png
+share/themes/Glider/gtk-2.0/stock_right.png
+share/themes/Glider/gtk-2.0/stock_top.png
+share/themes/Glider/gtk-2.0/stock_up.png
+share/themes/Glider/index.theme
+share/themes/Glider/metacity-1/metacity-theme-1.xml
share/themes/Grand-Canyon/gtk-2.0/3d_all_flat.png
share/themes/Grand-Canyon/gtk-2.0/3d_all_normal.png
share/themes/Grand-Canyon/gtk-2.0/3d_all_prelight.png
@@ -1968,6 +2004,9 @@
@dirrm share/themes/HighContrast
@dirrm share/themes/Grand-Canyon/gtk-2.0
@dirrm share/themes/Grand-Canyon
+@dirrm share/themes/Glider/metacity-1
+@dirrm share/themes/Glider/gtk-2.0
+@dirrm share/themes/Glider
@dirrm share/themes/Crux/gtk-2.0
@comment in metacity: @dirrm share/themes/Crux
@comment in xdg-dirs: @dirrm share/themes
diff -r a5c2a30c5792 -r 3940c4c495fb x11/gnome-themes/distinfo
--- a/x11/gnome-themes/distinfo Tue Sep 21 16:57:24 2004 +0000
+++ b/x11/gnome-themes/distinfo Tue Sep 21 16:57:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/06/28 15:15:34 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2004/09/21 16:57:50 jmmv Exp $
-SHA1 (gnome-themes-2.6.2.tar.bz2) = e803bb37ffe053b083923ce2a188dc7c277ce4b1
-Size (gnome-themes-2.6.2.tar.bz2) = 2608604 bytes
+SHA1 (gnome-themes-2.8.0.tar.bz2) = 4487270730c2ac9e87f6057c43e5afd1c6b599f0
+Size (gnome-themes-2.8.0.tar.bz2) = 2721351 bytes
Home |
Main Index |
Thread Index |
Old Index