- update to 3.2.0
This commit is contained in:
parent
bf540f07b0
commit
6a6d561da4
@ -1,11 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2011/09/20 20:52:47 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2011/09/26 11:04:24 jasper Exp $
|
||||
|
||||
COMMENT= sytem monitor for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-system-monitor
|
||||
GNOME_VERSION= 3.0.1
|
||||
|
||||
REVISION= 3
|
||||
GNOME_VERSION= 3.2.0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -15,9 +13,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB += GL ICE SM X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp
|
||||
WANTLIB += GL X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp
|
||||
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
|
||||
WANTLIB += atkmm-1.6 c cairo cairo-gobject cairomm-1.0 croco-0.6
|
||||
WANTLIB += drm execinfo expat fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
||||
@ -25,8 +21,8 @@ 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-atom xcb-aux
|
||||
WANTLIB += xcb-event xcb-render xcb-shm xml2 z
|
||||
WANTLIB += startup-notification-1 stdc++ wnck-3 xcb xcb-aux
|
||||
WANTLIB += xcb-render xcb-shm xml2 z X11-xcb ffi
|
||||
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/gnome-system-monitor-3.0.1.tar.bz2) = mLdpraZ1aoG7j3gOO1jY/Q==
|
||||
RMD160 (gnome/gnome-system-monitor-3.0.1.tar.bz2) = Dxc5Yv3Rw8D8AWQxoWlb75cxECE=
|
||||
SHA1 (gnome/gnome-system-monitor-3.0.1.tar.bz2) = mX074XxdWy28ro75cQw0fqp5I34=
|
||||
SHA256 (gnome/gnome-system-monitor-3.0.1.tar.bz2) = D+aiY4dbI6Nf0X2JUuZm4XgBy2i7Zk1s6Mq8/ZrA+XI=
|
||||
SIZE (gnome/gnome-system-monitor-3.0.1.tar.bz2) = 2552587
|
||||
MD5 (gnome/gnome-system-monitor-3.2.0.tar.xz) = R8Mj5ipDgAhWr/zFY6r3lg==
|
||||
RMD160 (gnome/gnome-system-monitor-3.2.0.tar.xz) = Et/JciVCfAqDc+czAMx/GQLb5vg=
|
||||
SHA1 (gnome/gnome-system-monitor-3.2.0.tar.xz) = WtZwTPhxQQouTTWadwPBLS/tOr4=
|
||||
SHA256 (gnome/gnome-system-monitor-3.2.0.tar.xz) = FpyCvRdErboaTj84TAbZ/0iu+sXQ9W6KxK1Itvf1gQw=
|
||||
SIZE (gnome/gnome-system-monitor-3.2.0.tar.xz) = 2488920
|
||||
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-src_openfiles_cpp,v 1.2 2011/09/12 07:28:54 jasper Exp $
|
||||
|
||||
From 74ced4acf1f514e5a75b7e68f0e012d8bc869be1 Mon Sep 17 00:00:00 2001
|
||||
From: Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
Date: Tue, 14 Jun 2011 21:51:28 +0000
|
||||
Subject: If NI_IDN is not defined, set it to 0.
|
||||
|
||||
--- src/openfiles.cpp.orig Fri Mar 25 01:39:45 2011
|
||||
+++ src/openfiles.cpp Tue Jun 14 23:44:01 2011
|
||||
@@ -15,6 +15,10 @@
|
||||
#include "util.h"
|
||||
#include "settings-keys.h"
|
||||
|
||||
+#ifndef NI_IDN
|
||||
+#define NI_IDN 0
|
||||
+#endif
|
||||
+
|
||||
enum
|
||||
{
|
||||
COL_FD,
|
@ -1,48 +0,0 @@
|
||||
$OpenBSD: patch-src_sysinfo_cpp,v 1.4 2011/09/12 07:28:54 jasper Exp $
|
||||
|
||||
From 8cc3d4d04963bc5f4e70fa6d81a8ad009eac9021 Mon Sep 17 00:00:00 2001
|
||||
From: Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
Date: Tue, 14 Jun 2011 16:47:38 +0000
|
||||
Subject: Add OpenBSD support.
|
||||
|
||||
--- src/sysinfo.cpp.orig Mon May 23 22:57:24 2011
|
||||
+++ src/sysinfo.cpp Tue Jun 14 18:41:53 2011
|
||||
@@ -387,6 +387,28 @@ namespace {
|
||||
};
|
||||
|
||||
|
||||
+ class OpenBSDSysInfo
|
||||
+ : public SysInfo
|
||||
+ {
|
||||
+ public:
|
||||
+ OpenBSDSysInfo()
|
||||
+ {
|
||||
+ this->load_openbsd_info();
|
||||
+ }
|
||||
+
|
||||
+ private:
|
||||
+ void load_openbsd_info()
|
||||
+ {
|
||||
+ this->distro_name = "OpenBSD";
|
||||
+ this->distro_release = this->kernel;
|
||||
+
|
||||
+ std::ifstream input("/etc/motd");
|
||||
+
|
||||
+ if (input)
|
||||
+ std::getline(input, this->kernel);
|
||||
+ }
|
||||
+ };
|
||||
+
|
||||
SysInfo* get_sysinfo()
|
||||
{
|
||||
if (char *p = g_find_program_in_path("lsb_release")) {
|
||||
@@ -398,6 +420,9 @@ namespace {
|
||||
}
|
||||
else if (SysInfo::system() == "NetBSD") {
|
||||
return new NetBSDSysInfo;
|
||||
+ }
|
||||
+ else if (SysInfo::system() == "OpenBSD") {
|
||||
+ return new OpenBSDSysInfo;
|
||||
}
|
||||
|
||||
return new SysInfo;
|
@ -1,8 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/09/12 07:28:54 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/09/26 11:04:24 jasper Exp $
|
||||
@bin bin/gnome-system-monitor
|
||||
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/
|
||||
share/gnome/help/
|
||||
share/gnome/help/gnome-system-monitor/
|
||||
share/gnome/help/gnome-system-monitor/C/
|
||||
share/gnome/help/gnome-system-monitor/C/figures/
|
||||
@ -149,6 +151,22 @@ share/gnome/help/gnome-system-monitor/es/figures/sortMenu2.png
|
||||
share/gnome/help/gnome-system-monitor/es/figures/systemMonitor.png
|
||||
share/gnome/help/gnome-system-monitor/es/figures/viewMenu.png
|
||||
share/gnome/help/gnome-system-monitor/es/gnome-system-monitor.xml
|
||||
share/gnome/help/gnome-system-monitor/eu/
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/addColumn.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/changePriority.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/colorPanel.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/columnContextMenu.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/gnome-system-monitor_window.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/memoryMaps.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/moreInfo.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/processListing.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/sortButton.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/sortMenu.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/sortMenu2.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/systemMonitor.png
|
||||
share/gnome/help/gnome-system-monitor/eu/figures/viewMenu.png
|
||||
share/gnome/help/gnome-system-monitor/eu/gnome-system-monitor.xml
|
||||
share/gnome/help/gnome-system-monitor/fr/
|
||||
share/gnome/help/gnome-system-monitor/fr/figures/
|
||||
share/gnome/help/gnome-system-monitor/fr/figures/addColumn.png
|
||||
@ -165,6 +183,22 @@ share/gnome/help/gnome-system-monitor/fr/figures/sortMenu2.png
|
||||
share/gnome/help/gnome-system-monitor/fr/figures/systemMonitor.png
|
||||
share/gnome/help/gnome-system-monitor/fr/figures/viewMenu.png
|
||||
share/gnome/help/gnome-system-monitor/fr/gnome-system-monitor.xml
|
||||
share/gnome/help/gnome-system-monitor/gl/
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/addColumn.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/changePriority.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/colorPanel.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/columnContextMenu.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/gnome-system-monitor_window.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/memoryMaps.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/moreInfo.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/processListing.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/sortButton.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/sortMenu.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/sortMenu2.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/systemMonitor.png
|
||||
share/gnome/help/gnome-system-monitor/gl/figures/viewMenu.png
|
||||
share/gnome/help/gnome-system-monitor/gl/gnome-system-monitor.xml
|
||||
share/gnome/help/gnome-system-monitor/oc/
|
||||
share/gnome/help/gnome-system-monitor/oc/figures/
|
||||
share/gnome/help/gnome-system-monitor/oc/figures/addColumn.png
|
||||
@ -197,6 +231,22 @@ share/gnome/help/gnome-system-monitor/pa/figures/sortMenu2.png
|
||||
share/gnome/help/gnome-system-monitor/pa/figures/systemMonitor.png
|
||||
share/gnome/help/gnome-system-monitor/pa/figures/viewMenu.png
|
||||
share/gnome/help/gnome-system-monitor/pa/gnome-system-monitor.xml
|
||||
share/gnome/help/gnome-system-monitor/ru/
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/addColumn.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/changePriority.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/colorPanel.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/columnContextMenu.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/gnome-system-monitor_window.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/memoryMaps.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/moreInfo.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/processListing.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/sortButton.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/sortMenu.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/sortMenu2.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/systemMonitor.png
|
||||
share/gnome/help/gnome-system-monitor/ru/figures/viewMenu.png
|
||||
share/gnome/help/gnome-system-monitor/ru/gnome-system-monitor.xml
|
||||
share/gnome/help/gnome-system-monitor/sl/
|
||||
share/gnome/help/gnome-system-monitor/sl/figures/
|
||||
share/gnome/help/gnome-system-monitor/sl/figures/addColumn.png
|
||||
@ -341,9 +391,12 @@ share/omf/gnome-system-monitor/gnome-system-monitor-da.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-de.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-el.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-es.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-eu.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-gl.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-ru.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-sl.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf
|
||||
share/omf/gnome-system-monitor/gnome-system-monitor-zh_CN.omf
|
||||
|
Loading…
x
Reference in New Issue
Block a user