Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:pcbsd/pcbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Oct 23, 2013
2 parents b22b3a5 + 9855292 commit dfb8c89
Show file tree
Hide file tree
Showing 36 changed files with 489 additions and 418 deletions.
32 changes: 32 additions & 0 deletions build-files/ports-overlay/sysutils/policykit-gnome/Makefile
@@ -0,0 +1,32 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD: sysutils/policykit-gnome/Makefile 327772 2013-09-20 23:05:58Z bapt $
# $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.6 2008/10/03 17:19:43 marcus Exp $

PORTNAME= policykit-gnome
PORTVERSION= 0.9.2
PORTREVISION= 6
CATEGORIES= sysutils gnome
MASTER_SITES= http://hal.freedesktop.org/releases/
DISTNAME= PolicyKit-gnome-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME frontend to the PolicyKit framework

LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit

USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 4.8+
USES= gettext pkgconfig
USE_GNOME= gnomehack intlhack gnomedocutils gconf2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--localstatedir=/var
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

GCONF_SCHEMAS= polkit-gnome.schemas

NO_STAGE= yes
.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions build-files/ports-overlay/sysutils/policykit-gnome/distinfo
@@ -0,0 +1,2 @@
SHA256 (PolicyKit-gnome-0.9.2.tar.bz2) = ecf4ce303a90a4580c54ee7b932ffaf01b7f115f40b17d75634c5bbfba085c8a
SIZE (PolicyKit-gnome-0.9.2.tar.bz2) = 1223691
@@ -0,0 +1,11 @@
--- Makefile.in.orig 2008-07-23 21:40:50.000000000 -0400
+++ Makefile.in 2008-07-23 21:41:41.000000000 -0400
@@ -259,7 +259,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@

# Need to build docs after examples because the docs include generated files
-SUBDIRS = data src polkit-gnome tools $(am__append_1) doc po
+SUBDIRS = data src polkit-gnome tools $(am__append_1) po
EXTRA_DIST = \
autogen.sh \
TODO \
@@ -0,0 +1,13 @@
--- polkit-gnome/polkit-gnome-action.c.old 2009-06-28 12:54:35.000000000 +0200
+++ polkit-gnome/polkit-gnome-action.c 2009-06-28 12:55:07.000000000 +0200
@@ -2062,6 +2062,8 @@
case POLKIT_RESULT_ONLY_VIA_SELF_AUTH_KEEP_ALWAYS:
/* g_debug ("blocking clicked"); */
g_signal_stop_emission_by_name (button, "clicked");
+ if (action->priv->polkit_action != NULL)
+ g_signal_emit (action, signals [AUTH_START_SIGNAL], 0);
break;

default:


5 changes: 5 additions & 0 deletions build-files/ports-overlay/sysutils/policykit-gnome/pkg-descr
@@ -0,0 +1,5 @@
PolicyKit is a framework for defining policy for system-wide components and
for desktop pieces to configure it. PolicyKit-gnome is a GTK+/GNOME frontend
for that framework.

WWW: http://www.freedesktop.org/wiki/Software/PolicyKit
39 changes: 39 additions & 0 deletions build-files/ports-overlay/sysutils/policykit-gnome/pkg-plist
@@ -0,0 +1,39 @@
bin/polkit-gnome-authorization
bin/polkit-gnome-example
include/PolicyKit/polkit-gnome/polkit-gnome-action.h
include/PolicyKit/polkit-gnome/polkit-gnome-auth.h
include/PolicyKit/polkit-gnome/polkit-gnome-context.h
include/PolicyKit/polkit-gnome/polkit-gnome-toggle-action.h
include/PolicyKit/polkit-gnome/polkit-gnome.h
lib/libpolkit-gnome.a
lib/libpolkit-gnome.la
lib/libpolkit-gnome.so
lib/libpolkit-gnome.so.0
libdata/pkgconfig/polkit-gnome.pc
libexec/polkit-gnome-manager
share/PolicyKit/policy/org.gnome.policykit.examples.policy
share/applications/polkit-gnome-authorization.desktop
share/dbus-1/services/gnome-org.freedesktop.PolicyKit.AuthenticationAgent.service
share/dbus-1/services/org.gnome.PolicyKit.AuthorizationManager.service
share/dbus-1/services/org.gnome.PolicyKit.service
share/locale/ar/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/ca/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/cs/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/da/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/de/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/el/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/en_GB/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/es/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/fi/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/fr/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/he/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/hu/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/ja/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/pl/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/pt/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/pt_BR/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/ru/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/sk/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/sv/LC_MESSAGES/PolicyKit-gnome.mo
share/locale/zh_CN/LC_MESSAGES/PolicyKit-gnome.mo
@dirrm include/PolicyKit/polkit-gnome
1 change: 1 addition & 0 deletions src-qt4/life-preserver/lp-gui/LPMain.cpp
@@ -1,5 +1,6 @@
#include "LPMain.h"
#include "ui_LPMain.h"
#include <unistd.h>

LPMain::LPMain(QWidget *parent) : QMainWindow(parent), ui(new Ui::LPMain){
ui->setupUi(this); //load the Qt-designer UI file
Expand Down
3 changes: 1 addition & 2 deletions src-qt4/pc-bootconfig/i18n/pc-bootconfig_fr.ts
Expand Up @@ -245,8 +245,7 @@
</message>
<message>
<source>You cannot make a copy of the currently running boot environment!</source>
<translation type="unfinished">
</translation>
<translation>Vous ne pouvez pas faire une copie de l&apos;environnement d&apos;initialisation en cours d&apos;exécution!</translation>
</message>
</context>
</TS>
3 changes: 1 addition & 2 deletions src-qt4/pc-bootconfig/i18n/pc-bootconfig_fr_CA.ts
Expand Up @@ -245,8 +245,7 @@
</message>
<message>
<source>You cannot make a copy of the currently running boot environment!</source>
<translation type="unfinished">
</translation>
<translation>Vous ne pouvez pas faire une copie de l&apos;environnement d&apos;initialisation en cours d&apos;exécution! </translation>
</message>
</context>
</TS>
4 changes: 4 additions & 0 deletions src-qt4/pc-controlpanel/items/hardware/pc-zmanager.desktop
Expand Up @@ -9,7 +9,11 @@ Keywords="disk, ZFS, raid"
Categories=Settings;System;
Name=Disk Manager
Name[de]=Festplattenverwaltung
Name[fr]=Gestionnaire de disque
Name[fr_CA]=Gestionnaire de disque
Name[uk]=Файлові системи
Comment=ZFS / Disk Management
Comment[de]=ZFS-/Festplattenverwaltung
Comment[fr]=ZFS / Gestion des disques
Comment[fr_CA]=ZFS / Gestion des disques
Comment[uk]=Керування файловими системами ZFS

0 comments on commit dfb8c89

Please sign in to comment.