Pacify portlint and stage-qa
This commit is contained in:
parent
74109de537
commit
12f1c642c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419841
4 changed files with 17 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= notification-daemon
|
||||
PORTVERSION= 0.3.7
|
||||
PORTREVISION= 22
|
||||
PORTREVISION= 23
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= LOCAL/ehaupt/
|
||||
PKGNAMEPREFIX= xfce4-
|
||||
|
@ -17,15 +17,20 @@ LICENSE= GPLv2
|
|||
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \
|
||||
libdbus-glib-1.so:devel/dbus-glib
|
||||
libdbus-glib-1.so:devel/dbus-glib \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
RUN_DEPENDS= dbus-daemon:devel/dbus
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2
|
||||
USE_GNOME= librsvg2
|
||||
USE_GNOME= librsvg2 gtk20 cairo
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= libgui
|
||||
USE_XORG= x11
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \
|
||||
--libexecdir=${PREFIX}/libexec/xfce4 \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ./src/daemon/daemon.c.orig 2010-05-05 10:54:14.000000000 +0200
|
||||
+++ ./src/daemon/daemon.c 2010-05-05 10:54:50.000000000 +0200
|
||||
@@ -1091,10 +1091,6 @@
|
||||
--- src/daemon/daemon.c.orig 2007-05-26 09:52:28 UTC
|
||||
+++ src/daemon/daemon.c
|
||||
@@ -1091,10 +1091,6 @@ main(int argc, char **argv)
|
||||
|
||||
g_set_application_name ("notification-daemon-xfce");
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ./src/daemon/stack.c.orig 2007-05-26 11:52:28.000000000 +0200
|
||||
+++ ./src/daemon/stack.c 2010-05-05 10:54:02.000000000 +0200
|
||||
@@ -40,51 +40,18 @@
|
||||
--- src/daemon/stack.c.orig 2007-05-26 09:52:28 UTC
|
||||
+++ src/daemon/stack.c
|
||||
@@ -40,51 +40,18 @@ struct _NotifyStack
|
||||
static gboolean
|
||||
get_work_area(GtkWidget *nw, GdkRectangle *rect)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ./src/settings/main.c.orig 2012-05-29 15:07:41.000000000 +0200
|
||||
+++ ./src/settings/main.c 2012-05-29 15:08:08.000000000 +0200
|
||||
@@ -187,8 +187,7 @@
|
||||
--- src/settings/main.c.orig 2007-05-26 09:52:28 UTC
|
||||
+++ src/settings/main.c
|
||||
@@ -187,8 +187,7 @@ notification_settings_preview (GtkWidget
|
||||
/* create new preview notification */
|
||||
preview = notify_notification_new (_("Preview notification"),
|
||||
_("Lorem Ipsum is simply dummy text of the printing and typesetting industry."),
|
||||
|
|
Loading…
Reference in a new issue