aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-01-10 13:22:13 +0800
committermarcus <marcus@FreeBSD.org>2009-01-10 13:22:13 +0800
commit6d8ed8f7c7511223163de715a97ffc04bf6fada9 (patch)
tree40dc015efe383243b0880df377f73ee250da7de7 /sysutils/gnome-power-manager
parentc7f342a8d7b82e85b9625c4403600fc20ce41da6 (diff)
downloadfreebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.gz
freebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.zst
freebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.zip
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
Diffstat (limited to 'sysutils/gnome-power-manager')
-rw-r--r--sysutils/gnome-power-manager/Makefile14
-rw-r--r--sysutils/gnome-power-manager/distinfo6
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_Makefile.in29
-rw-r--r--sysutils/gnome-power-manager/pkg-plist13
4 files changed, 48 insertions, 14 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile
index d504b852fc0a..0d3f5972d4c3 100644
--- a/sysutils/gnome-power-manager/Makefile
+++ b/sysutils/gnome-power-manager/Makefile
@@ -3,15 +3,13 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.40 2008/03/10 22:50:08 ahze Exp $
+# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.50 2008/11/19 19:49:56 mezz Exp $
#
PORTNAME= gnome-power-manager
-PORTVERSION= 2.22.1
-PORTREVISION= 2
+PORTVERSION= 2.24.2
CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -20,7 +18,8 @@ COMMENT= Power management system for the GNOME Desktop
BUILD_DEPENDS= docbook2html:${PORTSDIR}/textproc/docbook-utils \
${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
- notify.1:${PORTSDIR}/devel/libnotify
+ notify.1:${PORTSDIR}/devel/libnotify \
+ execinfo:${PORTSDIR}/devel/libexecinfo
USE_GETTEXT= yes
USE_BZIP2= yes
@@ -31,8 +30,7 @@ USE_AUTOTOOLS= libtool:15
USE_GSTREAMER= good
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \
gnomedocutils gnomepanel
-CONFIGURE_ARGS= --disable-icon-framing \
- --with-doc-dir=${PREFIX}/share/doc \
+CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \
--disable-docbook-docs
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo
index f7a63e0531cc..c732c2195001 100644
--- a/sysutils/gnome-power-manager/distinfo
+++ b/sysutils/gnome-power-manager/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-power-manager-2.22.1.tar.bz2) = bfb10f96771dd161ff16171f78a7dc21
-SHA256 (gnome2/gnome-power-manager-2.22.1.tar.bz2) = 967dc61382e85dd6d8a8da74e9847760bbb429a3fdb97ab2f4f69bf574b0c1c4
-SIZE (gnome2/gnome-power-manager-2.22.1.tar.bz2) = 3002440
+MD5 (gnome2/gnome-power-manager-2.24.2.tar.bz2) = c8971e0c4ed060e0182785321f19b961
+SHA256 (gnome2/gnome-power-manager-2.24.2.tar.bz2) = ebf81236c9405ba47e7a21767c2372f2c3abb44cc671bac8662d2aeb3e746dbc
+SIZE (gnome2/gnome-power-manager-2.24.2.tar.bz2) = 2997150
diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..8bbbfb172700
--- /dev/null
+++ b/sysutils/gnome-power-manager/files/patch-src_Makefile.in
@@ -0,0 +1,29 @@
+--- src/Makefile.in.orig 2008-09-29 17:30:53.000000000 -0400
++++ src/Makefile.in 2008-09-29 17:35:03.000000000 -0400
+@@ -471,7 +471,7 @@ gnome_power_statistics_SOURCES = \
+ $(NULL)
+
+ gnome_power_statistics_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) \
+- $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) $(NULL) \
++ $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) \
+ $(am__append_1)
+ gnome_power_preferences_SOURCES = \
+ egg-debug.h \
+@@ -499,7 +499,7 @@ gnome_power_preferences_SOURCES = \
+ gnome_power_preferences_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) \
+ $(DBUS_LIBS) $(POLKIT_GNOME_LIBS) $(GPM_EXTRA_LIBS) \
+ $(LOCAL_LIBHAL_LIBS) $(LOCAL_LIBDBUS_LIBS) \
+- $(LOCAL_LIBUNIQUE_LIBS) $(NULL) $(am__append_2)
++ $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) $(am__append_2)
+ gnome_power_manager_SOURCES = \
+ egg-color.c \
+ egg-color.h \
+@@ -588,7 +588,7 @@ gnome_power_manager_SOURCES = \
+ gnome_power_manager_LDADD = $(GLIB_LIBS) $(GSTREAMER_LIBS) \
+ $(GNOME_LIBS) $(HAL_LIBS) $(POLKIT_LIBS) $(DBUS_LIBS) \
+ $(XRANDR_LIBS) $(GPM_EXTRA_LIBS) $(LOCAL_LIBHAL_LIBS) \
+- $(LOCAL_LIBDBUS_LIBS) $(NULL) $(am__append_3)
++ $(LOCAL_LIBDBUS_LIBS) -lexecinfo $(NULL) $(am__append_3)
+ gnome_power_self_test_SOURCES = \
+ egg-color.c \
+ egg-color.h \
diff --git a/sysutils/gnome-power-manager/pkg-plist b/sysutils/gnome-power-manager/pkg-plist
index 6e72d046a507..9329befef483 100644
--- a/sysutils/gnome-power-manager/pkg-plist
+++ b/sysutils/gnome-power-manager/pkg-plist
@@ -16,8 +16,6 @@ share/gnome-2.0/ui/GNOME_InhibitApplet.xml
%%DATADIR%%/gpm-feedback-widget.glade
%%DATADIR%%/gpm-graph.glade
%%DATADIR%%/gpm-inhibit-test.glade
-%%DATADIR%%/gpm-lid-down.wav
-%%DATADIR%%/gpm-lid-up.wav
%%DATADIR%%/gpm-prefs.glade
%%DATADIR%%/gpm-suspend-failure.wav
%%DATADIR%%/gpm-unplugged.wav
@@ -440,6 +438,7 @@ share/icons/hicolor/scalable/apps/gnome-power-manager.svg
share/icons/hicolor/scalable/apps/gnome-power-statistics.svg
share/locale/ar/LC_MESSAGES/gnome-power-manager.mo
share/locale/as/LC_MESSAGES/gnome-power-manager.mo
+share/locale/ast/LC_MESSAGES/gnome-power-manager.mo
share/locale/be@latin/LC_MESSAGES/gnome-power-manager.mo
share/locale/bg/LC_MESSAGES/gnome-power-manager.mo
share/locale/bn/LC_MESSAGES/gnome-power-manager.mo
@@ -466,6 +465,7 @@ share/locale/he/LC_MESSAGES/gnome-power-manager.mo
share/locale/hi/LC_MESSAGES/gnome-power-manager.mo
share/locale/hu/LC_MESSAGES/gnome-power-manager.mo
share/locale/id/LC_MESSAGES/gnome-power-manager.mo
+share/locale/is/LC_MESSAGES/gnome-power-manager.mo
share/locale/it/LC_MESSAGES/gnome-power-manager.mo
share/locale/ja/LC_MESSAGES/gnome-power-manager.mo
share/locale/ka/LC_MESSAGES/gnome-power-manager.mo
@@ -493,9 +493,10 @@ share/locale/si/LC_MESSAGES/gnome-power-manager.mo
share/locale/sk/LC_MESSAGES/gnome-power-manager.mo
share/locale/sl/LC_MESSAGES/gnome-power-manager.mo
share/locale/sr/LC_MESSAGES/gnome-power-manager.mo
-share/locale/sr@Latn/LC_MESSAGES/gnome-power-manager.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-power-manager.mo
share/locale/sv/LC_MESSAGES/gnome-power-manager.mo
share/locale/ta/LC_MESSAGES/gnome-power-manager.mo
+share/locale/te/LC_MESSAGES/gnome-power-manager.mo
share/locale/th/LC_MESSAGES/gnome-power-manager.mo
share/locale/tr/LC_MESSAGES/gnome-power-manager.mo
share/locale/uk/LC_MESSAGES/gnome-power-manager.mo
@@ -556,6 +557,10 @@ share/omf/gnome-power-manager/gnome-power-manager-sv.omf
@dirrmtry share/applications
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
@dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si
@dirrmtry share/locale/oc/LC_MESSAGES
@@ -572,5 +577,7 @@ share/omf/gnome-power-manager/gnome-power-manager-sv.omf
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES
@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as