mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Update to 1.4.1
- Remove unneeded patch Changelog: http://git.xfce.org/xfce/xfce4-power-manager/tag/?id=xfce4-power-manager-1.4.4
This commit is contained in:
parent
d70b878209
commit
4a9ac5f799
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381914
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-power-manager
|
||||
PORTVERSION= 1.4.3
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xfce4/xfce4-power-manager-1.4.3.tar.bz2) = 018e11dd315745f582d70108b6071d37fb94854fde70961e17325bc19c4e2011
|
||||
SIZE (xfce4/xfce4-power-manager-1.4.3.tar.bz2) = 1138831
|
||||
SHA256 (xfce4/xfce4-power-manager-1.4.4.tar.bz2) = c50ec8aa7e7848c57c0f856dceb8132eb5f37585f0ac1627459ab8c882c73b07
|
||||
SIZE (xfce4/xfce4-power-manager-1.4.4.tar.bz2) = 1144421
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c.orig 2014-08-20 20:18:43 UTC
|
||||
+++ panel-plugins/power-manager-plugin/xfce/xfce-power-manager-plugin.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#ifdef XFCE_PLUGIN
|
||||
#include <libxfce4panel/libxfce4panel.h>
|
||||
#include <libxfce4panel/xfce-panel-plugin.h>
|
||||
+#include <libxfce4util/libxfce4util.h>
|
||||
#endif
|
||||
|
||||
#include "../power-manager-button.h"
|
||||
@@ -84,6 +85,8 @@ power_manager_plugin_construct (XfcePane
|
||||
{
|
||||
PowerManagerPlugin *power_manager_plugin;
|
||||
|
||||
+ xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
|
||||
+
|
||||
/* create the plugin */
|
||||
power_manager_plugin = power_manager_plugin_new (plugin);
|
||||
|
Loading…
Reference in New Issue
Block a user