- update to gnome-system-monitor-3.8.0
This commit is contained in:
parent
771e66a308
commit
c4243f81db
@ -1,28 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2013/03/11 11:46:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2013/03/29 18:13:11 jasper Exp $
|
||||
|
||||
COMMENT= sytem monitor for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-system-monitor
|
||||
GNOME_VERSION= 3.6.1
|
||||
REVISION= 0
|
||||
GNOME_VERSION= 3.8.0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += GL X11 X11-xcb XRes Xau Xcomposite Xcursor Xdamage
|
||||
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
|
||||
WANTLIB += atk-1.0 atkmm-1.6 c cairo cairo-gobject cairomm-1.0
|
||||
WANTLIB += croco-0.6 drm expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += ICE SM X11 X11-xcb XRes Xau Xcomposite Xcursor Xdamage
|
||||
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0
|
||||
WANTLIB += atkmm-1.6 atspi c cairo cairo-gobject cairomm-1.0 croco-0.6
|
||||
WANTLIB += dbus-1 expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += gdkmm-3.0 gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 gtkmm-3.0 gtop-2.0 kvm
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pangomm-1.4
|
||||
WANTLIB += pcre pixman-1 png pthread pthread-stubs rsvg-2 sigc-2.0
|
||||
WANTLIB += startup-notification-1 stdc++ wnck-3 xcb xcb-aux xcb-render
|
||||
WANTLIB += xcb-shm xml2 z
|
||||
WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz icudata
|
||||
WANTLIB += icule icuuc
|
||||
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 gtkmm-3.0 gtop-2.0
|
||||
WANTLIB += harfbuzz icudata icule icuuc kvm m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pangomm-1.4 pcre pixman-1 png pthread
|
||||
WANTLIB += pthread-stubs rsvg-2 sigc-2.0 startup-notification-1
|
||||
WANTLIB += stdc++ wnck-3 xcb xcb-aux xcb-render xcb-shm xml2 z
|
||||
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gnome-system-monitor-3.6.1.tar.xz) = 5559UCI/xZDhsBr+ST5j/RhZwtKt1aus/k8tB+qO29g=
|
||||
SIZE (gnome/gnome-system-monitor-3.6.1.tar.xz) = 2664660
|
||||
SHA256 (gnome/gnome-system-monitor-3.8.0.tar.xz) = LVvdgcGbw0+DwMz96ZgAffnvUX9eS/teNlE6dsIdzoY=
|
||||
SIZE (gnome/gnome-system-monitor-3.8.0.tar.xz) = 2805036
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2012/09/28 09:23:35 jasper Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2013/03/29 18:13:11 jasper Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- configure.orig Mon Sep 24 21:09:52 2012
|
||||
+++ configure Fri Sep 28 11:15:51 2012
|
||||
@@ -16583,6 +16583,9 @@ else
|
||||
--- configure.orig Tue Mar 26 09:59:48 2013
|
||||
+++ configure Fri Mar 29 19:00:43 2013
|
||||
@@ -16700,6 +16700,9 @@ else
|
||||
fi
|
||||
|
||||
;;
|
||||
|
@ -1,12 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2012/10/16 08:08:31 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2013/03/29 18:13:11 jasper Exp $
|
||||
@bin bin/gnome-system-monitor
|
||||
libexec/gnome-system-monitor/
|
||||
@bin libexec/gnome-system-monitor/gsm-kill
|
||||
@bin libexec/gnome-system-monitor/gsm-renice
|
||||
share/applications/gnome-system-monitor-kde.desktop
|
||||
share/applications/gnome-system-monitor.desktop
|
||||
share/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
|
||||
share/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
|
||||
share/gnome-system-monitor/
|
||||
share/gnome-system-monitor/interface.ui
|
||||
share/gnome-system-monitor/lsof.ui
|
||||
share/gnome-system-monitor/menus.ui
|
||||
share/gnome-system-monitor/openfiles.ui
|
||||
share/gnome-system-monitor/popups.ui
|
||||
share/gnome-system-monitor/preferences.ui
|
||||
share/gnome-system-monitor/renice.ui
|
||||
share/help/
|
||||
@ -226,6 +232,24 @@ share/help/gl/gnome-system-monitor/figures/systemMonitor.png
|
||||
share/help/gl/gnome-system-monitor/figures/viewMenu.png
|
||||
share/help/gl/gnome-system-monitor/index.docbook
|
||||
share/help/gl/gnome-system-monitor/legal.xml
|
||||
share/help/ja/
|
||||
share/help/ja/gnome-system-monitor/
|
||||
share/help/ja/gnome-system-monitor/figures/
|
||||
share/help/ja/gnome-system-monitor/figures/addColumn.png
|
||||
share/help/ja/gnome-system-monitor/figures/changePriority.png
|
||||
share/help/ja/gnome-system-monitor/figures/colorPanel.png
|
||||
share/help/ja/gnome-system-monitor/figures/columnContextMenu.png
|
||||
share/help/ja/gnome-system-monitor/figures/gnome-system-monitor_window.png
|
||||
share/help/ja/gnome-system-monitor/figures/memoryMaps.png
|
||||
share/help/ja/gnome-system-monitor/figures/moreInfo.png
|
||||
share/help/ja/gnome-system-monitor/figures/processListing.png
|
||||
share/help/ja/gnome-system-monitor/figures/sortButton.png
|
||||
share/help/ja/gnome-system-monitor/figures/sortMenu.png
|
||||
share/help/ja/gnome-system-monitor/figures/sortMenu2.png
|
||||
share/help/ja/gnome-system-monitor/figures/systemMonitor.png
|
||||
share/help/ja/gnome-system-monitor/figures/viewMenu.png
|
||||
share/help/ja/gnome-system-monitor/index.docbook
|
||||
share/help/ja/gnome-system-monitor/legal.xml
|
||||
share/help/oc/
|
||||
share/help/oc/gnome-system-monitor/
|
||||
share/help/oc/gnome-system-monitor/figures/
|
||||
@ -262,6 +286,24 @@ share/help/pa/gnome-system-monitor/figures/systemMonitor.png
|
||||
share/help/pa/gnome-system-monitor/figures/viewMenu.png
|
||||
share/help/pa/gnome-system-monitor/index.docbook
|
||||
share/help/pa/gnome-system-monitor/legal.xml
|
||||
share/help/pt_BR/
|
||||
share/help/pt_BR/gnome-system-monitor/
|
||||
share/help/pt_BR/gnome-system-monitor/figures/
|
||||
share/help/pt_BR/gnome-system-monitor/figures/addColumn.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/changePriority.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/colorPanel.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/columnContextMenu.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/gnome-system-monitor_window.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/memoryMaps.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/moreInfo.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/processListing.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/sortButton.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/sortMenu.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/sortMenu2.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/systemMonitor.png
|
||||
share/help/pt_BR/gnome-system-monitor/figures/viewMenu.png
|
||||
share/help/pt_BR/gnome-system-monitor/index.docbook
|
||||
share/help/pt_BR/gnome-system-monitor/legal.xml
|
||||
share/help/ru/
|
||||
share/help/ru/gnome-system-monitor/
|
||||
share/help/ru/gnome-system-monitor/figures/
|
||||
@ -412,6 +454,7 @@ share/locale/sr@latin/LC_MESSAGES/gnome-system-monitor.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo
|
||||
share/locale/te/LC_MESSAGES/gnome-system-monitor.mo
|
||||
share/locale/tg/LC_MESSAGES/gnome-system-monitor.mo
|
||||
share/locale/th/LC_MESSAGES/gnome-system-monitor.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo
|
||||
share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo
|
||||
@ -425,6 +468,9 @@ share/pixmaps/gnome-system-monitor/
|
||||
share/pixmaps/gnome-system-monitor/download.svg
|
||||
share/pixmaps/gnome-system-monitor/side.png
|
||||
share/pixmaps/gnome-system-monitor/upload.svg
|
||||
share/polkit-1/
|
||||
share/polkit-1/actions/
|
||||
share/polkit-1/actions/org.gnome.gnome-system-monitor.policy
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user