[arch-commits] Commit in gnubiff/repos/community-x86_64 (5 files)

Balló György bgyorgy at archlinux.org
Thu Jun 4 07:38:12 UTC 2020


    Date: Thursday, June 4, 2020 @ 07:38:11
  Author: bgyorgy
Revision: 638692

archrelease: copy trunk to community-x86_64

Added:
  gnubiff/repos/community-x86_64/PKGBUILD
    (from rev 638691, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-x86_64/gnubiff.appdata.xml
    (from rev 638691, gnubiff/trunk/gnubiff.appdata.xml)
  gnubiff/repos/community-x86_64/panel_applet_inprocess.patch
    (from rev 638691, gnubiff/trunk/panel_applet_inprocess.patch)
Deleted:
  gnubiff/repos/community-x86_64/PKGBUILD
  gnubiff/repos/community-x86_64/panel_applet_inprocess.patch

------------------------------+
 PKGBUILD                     |   82 +++---
 gnubiff.appdata.xml          |   46 +++
 panel_applet_inprocess.patch |  520 ++++++++++++++++++++---------------------
 3 files changed, 348 insertions(+), 300 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 07:37:59 UTC (rev 638691)
+++ PKGBUILD	2020-06-04 07:38:11 UTC (rev 638692)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tom K <tomk at runbox.com>
-# Contributor: Todd Musall <tmusall at gmail.com>
-
-pkgname=gnubiff
-pkgver=2.2.17
-pkgrel=5
-pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
-arch=('x86_64')
-url="http://gnubiff.sourceforge.net/"
-license=('GPL3')
-depends=('gtk3')
-makedepends=('gnome-panel' 'intltool')
-optdepends=('gnome-panel: Applet for GNOME Panel')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-        panel_applet_inprocess.patch)
-sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c'
-            'ea229413fde314b8a7bd184d5d37eb6ba9e6929f48b0cf4a86eeeab2e8db32f6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix GNOME Panel applet
-  patch -Np1 -i ../panel_applet_inprocess.patch
-  sed -i 's/Icon=.*$/Icon=gnubiff/' src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" DATADIRNAME=share install
-}

Copied: gnubiff/repos/community-x86_64/PKGBUILD (from rev 638691, gnubiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-04 07:38:11 UTC (rev 638692)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tom K <tomk at runbox.com>
+# Contributor: Todd Musall <tmusall at gmail.com>
+
+pkgname=gnubiff
+pkgver=2.2.17
+pkgrel=6
+pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
+arch=('x86_64')
+url="http://gnubiff.sourceforge.net/"
+license=('GPL3')
+depends=('gtk3')
+makedepends=('gnome-panel' 'intltool')
+optdepends=('gnome-panel: Applet for GNOME Panel')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+        gnubiff.appdata.xml
+        panel_applet_inprocess.patch)
+sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c'
+            '372cec540a50c0f1be01f8e097f5d530dc5f78d571337377048652e62c0cc939'
+            'ea229413fde314b8a7bd184d5d37eb6ba9e6929f48b0cf4a86eeeab2e8db32f6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix GNOME Panel applet
+  patch -Np1 -i ../panel_applet_inprocess.patch
+  sed -i 's/Icon=.*$/Icon=gnubiff/' src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" DATADIRNAME=share install
+  install -Dm644 ../gnubiff.appdata.xml "$pkgdir/usr/share/metainfo/gnubiff.appdata.xml"
+}

Copied: gnubiff/repos/community-x86_64/gnubiff.appdata.xml (from rev 638691, gnubiff/trunk/gnubiff.appdata.xml)
===================================================================
--- gnubiff.appdata.xml	                        (rev 0)
+++ gnubiff.appdata.xml	2020-06-04 07:38:11 UTC (rev 638692)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.sourceforge.gnubiff</id>
+  <launchable type="desktop-id">gnubiff.desktop</launchable>
+  <name>Gnubiff</name>
+  <summary>Mail notification program</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>gnubiff is a mail notification program that checks for mail and displays headers when new mail has arrived.</p>
+    <p>gnubiff features include:</p>
+    <ul>
+      <li>Multiple mailbox support</li>
+      <li>pop3, apop, imap4, mh, qmail and mailfile support</li>
+      <li>SSL & certificates support</li>
+      <li>GNOME support with complete integration to panel</li>
+      <li>GTK stand-alone support</li>
+      <li>Support for the system tray</li>
+      <li>Support for running without GUI or X</li>
+      <li>Automatic detection of mailbox format</li>
+      <li>Mail header & content display</li>
+      <li>IDLE state support for imap4</li>
+      <li>FAM support for mh/qmail/mailfile</li>
+      <li>PNG animation support</li>
+      <li>Highly configurable</li>
+      <li>HIG 2.0 compliance</li>
+      <li>Small memory usage</li>
+    </ul>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <caption>Popup window displaying headers and mail content</caption>
+​      <image>https://sourceforge.net/p/gnubiff/screenshot/8243.jpg</image>
+    </screenshot>
+    <screenshot>
+      <caption>gnubiff preferences</caption>
+​      <image>https://sourceforge.net/p/gnubiff/screenshot/11445.jpg</image>
+    </screenshot>
+    <screenshot>
+      <caption>Example of gnome panel integration</caption>
+​      <image>https://sourceforge.net/p/gnubiff/screenshot/8239.jpg</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://sourceforge.net/p/gnubiff/bugs/</url>
+  <url type="homepage">http://gnubiff.sourceforge.net/</url>
+</component>

Deleted: panel_applet_inprocess.patch
===================================================================
--- panel_applet_inprocess.patch	2020-06-04 07:37:59 UTC (rev 638691)
+++ panel_applet_inprocess.patch	2020-06-04 07:38:11 UTC (rev 638692)
@@ -1,260 +0,0 @@
-Description: port the GNOME Panel applet to in-process applet
- It is now built as a separate .so file, and the gnubiff executable
- now has no applet-related code.
- .
- The Makefile.am is refactored to support this double build.
-Author: Dmitry Shachnev <mitya57 at ubuntu.com>
-Forwarded: https://sourceforge.net/p/gnubiff/patches/8/
-Last-Update: 2016-12-02
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -40,6 +40,7 @@
- AC_CONFIG_SRCDIR([src/gnubiff.cc])
- AM_INIT_AUTOMAKE
- AM_MAINTAINER_MODE
-+LT_INIT([dlopen disable-static])
- 
- ######################################################################
- #                           Configure Options                        #
-@@ -183,12 +184,7 @@
- 		AC_SUBST(GNOME_DEP_CFLAGS)
- 		AC_SUBST(GNOME_DEP_LIBS)
- 		AH_TEMPLATE([USE_GNOME])
--		AC_DEFINE(USE_GNOME)
--		AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
- 		])
--	if test "x$GCONFTOOL" = "xno"; then
--	   AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
--	fi
- fi
- AM_CONDITIONAL(USE_GNOME, test $OPT_USEGNOME = yes, Define to 1 if you want to have GNOME support)
- 
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,14 +1,20 @@
--INCLUDES = \
--	$(FAM_CFLAGS) \
--	$(GNUBIFF_DEP_CFLAGS)							\
--	$(GNOME_DEP_CFLAGS)						\
-+AM_CXXFLAGS = \
-+	$(FAM_CFLAGS)                                   \
-+	$(GNUBIFF_DEP_CFLAGS)                           \
-+	$(GNOME_DEP_CFLAGS)                             \
-+	-Wall -pedantic -export-dynamic
-+
-+AM_CFLAGS = \
-+	$(AM_CXXFLAGS)                                  \
-+	-ansi
-+
-+AM_CPPFLAGS = \
- 	-DGNUBIFF_LOCALEDIR=\""$(datadir)/locale"\"		\
- 	-DGNUBIFF_DATADIR=\""$(pkgdatadir)"\"			\
- 	-DGNUBIFF_ICONDIR=\""$(datadir)/pixmaps"\"		\
- 	-DGNUBIFF_UIDIR=\""$(datadir)/gnome-2.0/ui"\"	\
- 	-DREAL_DATADIR=\""$(datadir)"\"					\
--	-D_GNU_SOURCE									\
--	-Wall -ansi -pedantic -export-dynamic
-+	-D_GNU_SOURCE
- 
- bin_PROGRAMS = gnubiff
- 
-@@ -16,7 +22,6 @@
- 	ui-applet-gnome.cc 		ui-applet-gnome.h
- 
- common_sources = \
--	gnubiff.cc										\
- 	biff.cc					biff.h					\
- 	\
- 	mailbox.cc				mailbox.h				\
-@@ -57,34 +62,11 @@
- 	eggtrayicon.c			eggtrayicon.h
- 
- 
--## In case of compilation problem, just comment next lines
--## then autoconf/automake/configure/make
--.cc.o:
--	@printf "%-40s" "Compiling $<... " 
--	@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
--	@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
--	@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
--	@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--	@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
--	@echo "[OK]" 
--
--gnubiff$(EXEEXT): $(gnubiff_OBJECTS) $(gnubiff_DEPENDENCIES) 
--	@rm -f gnubiff$(EXEEXT)
--	@printf "%-40s" "Linking $@ ... "
--	$(CXXLINK) $(gnubiff_LDFLAGS) $(gnubiff_OBJECTS) $(gnubiff_LDADD) $(LIBS)
--	@echo "[OK]"
--
--## End of section to be commented in case of compilation problem
--
--
--gnubiff_SOURCES      = $(common_sources)
-+gnubiff_SOURCES      = $(common_sources) gnubiff.cc
- gnubiff_LDADD        = $(INTLLIBS) $(GNUBIFF_DEP_LIBS) $(FAM_LIBS)
- panelappletdir       = `pkg-config --variable=libpanel_applet_dir libpanel-applet`
- panelapplet_in_files =
- panelapplet_DATA     =
--servicedir           = /usr/share/dbus-1/services
--service_in_files     = 
--service_DATA         =
- uidir			     = $(datadir)/gnome-2.0/ui
- ui_DATA              = 
- 
-@@ -92,31 +74,30 @@
- ## Additional files and directories for the gnome panel frontend
- ##
- if USE_GNOME
--gnubiff_SOURCES      += $(gnome_sources)
--gnubiff_LDADD        += $(GNOME_DEP_LIBS)
-+gnubiff_applet_libdir          = $(pkglibdir)
-+gnubiff_applet_lib_LTLIBRARIES = libgnubiff-applet.la
-+libgnubiff_applet_la_SOURCES   = $(common_sources) $(gnome_sources)
-+libgnubiff_applet_la_CPPFLAGS  = $(AM_CPPFLAGS) -DGNOMELOCALEDIR=\""$(localedir)"\" -DUSE_GNOME
-+libgnubiff_applet_la_LIBADD    = $(gnubiff_LDADD) $(GNOME_DEP_LIBS)
-+libgnubiff_applet_la_LDFLAGS   = $(gnubiff_LDFLAGS) -module -avoid-version
-+
- panelapplet_in_files += org.gnome.panel.applet.GnubiffApplet.panel-applet.in
- panelapplet_DATA     += $(panelapplet_in_files:.panel-applet.in=.panel-applet)
- ui_DATA		         += GNOME_gnubiffApplet.xml
--service_in_files     += org.gnome.panel.applet.GnubiffApplet_Factory.service.in
--service_DATA         += $(service_in_files:.service.in=.service)
- endif
- 
- $(panelapplet_in_files): $(panelapplet_in_files:.panel-applet.in=.panel-applet.in.in)
--	sed -e "s|\@BINDIR\@|$(bindir)|" \
-+	sed -e "s|\@LOCATION\@|$(pkglibdir)/libgnubiff-applet.so|" \
- 	    -e "s|\@PKGDATADIR\@|$(pkgdatadir)|" $< > $@
- 
- # Following rule should be provided by intltool (INTLTOOL_PANEL_APPLET_RULE)
- %.panel-applet: %.panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
- 
--org.gnome.panel.applet.GnubiffApplet_Factory.service: $(service_in_files)
--	sed -e "s|\@BINDIR\@|$(bindir)|" $< > $@
--
- ##
- ## Files not yet (or not always) covered that must be included when creating
- ## a package for distribution
- ##
- EXTRA_DIST = \
--	org.gnome.panel.applet.GnubiffApplet_Factory.service.in \
- 	org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in	\
- 	GNOME_gnubiffApplet.xml				\
- 	gnubiff.schemas						\
-@@ -127,6 +108,5 @@
- ##
- DISTCLEANFILES = \
- 	org.gnome.panel.applet.GnubiffApplet.panel-applet.in \
--	org.gnome.panel.applet.GnubiffApplet.panel-applet \
--	org.gnome.panel.applet.GnubiffApplet_Factory.service
-+	org.gnome.panel.applet.GnubiffApplet.panel-applet
- 
---- a/src/gnubiff.cc
-+++ b/src/gnubiff.cc
-@@ -33,11 +33,6 @@
- #include <popt.h>
- #include <stdlib.h>
- 
--#ifdef USE_GNOME
--#	include <panel-applet.h>
--#	include "ui-applet-gnome.h"
--#endif
--
- #include "biff.h"
- #include "nls.h"
- #include "ui-preferences.h"
-@@ -45,7 +40,6 @@
- #include "ui-applet-gtk.h"
- 
- int main (int argc, char **argv);
--int mainGNOME (int argc, char **argv);
- 
- 
- int main (int argc, char **argv) {
-@@ -73,16 +67,6 @@
- 	char *config_file = 0;
- 	int no_configure = false, print_version = false, no_gui = false;
- 	int systemtray = false;
--#if defined USE_GNOME
--	int debug_applet=false;
--
--   	static struct poptOption options_debug[] =
--	{
--	   	{"applet",'\0', POPT_ARG_NONE,   &debug_applet,  0,
--		 N_("Start gnome applet from command line"), NULL},
--		POPT_TABLEEND
--	};
--#endif
- 	static struct poptOption options_general[] =
- 	{
- 	   	{"config",      'c' , POPT_ARG_STRING, &config_file,   0,
-@@ -101,10 +85,6 @@
- 	{
- 	   	{NULL, '\0', POPT_ARG_INCLUDE_TABLE, &options_general, 0,
- 		 N_("General command line options:"), NULL },
--#if defined USE_GNOME
--		{NULL, '\0', POPT_ARG_INCLUDE_TABLE, &options_debug, 0,
--		 N_("Options for debugging:"), NULL },
--#endif
- 		POPT_AUTOHELP
- 		POPT_TABLEEND
- 	};
-@@ -136,11 +116,6 @@
- 	else
- 		gtk_init (&argc, &argv);
- 
--#if defined USE_GNOME
--	if (debug_applet)
--		return mainGNOME (argc, argv);
--#endif
--
- 	// Print version information if requested and exit
- 	if (print_version) {
- #ifdef IS_CVS_VERSION
-@@ -176,14 +151,3 @@
- 	// Exit
- 	return 0;
- }
--
--#ifdef USE_GNOME
--
--int mainGNOME (int argc, char **argv) {
--	panel_applet_factory_main ("GnubiffApplet_Factory",
--							   PANEL_TYPE_APPLET,
--							   AppletGnome::gnubiff_applet_factory, 0);
--
--	return 0;
--}
--#endif
---- a/src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
-+++ b/src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
-@@ -1,5 +1,7 @@
- [Applet Factory]
- Id=GnubiffApplet_Factory
-+InProcess=true
-+Location=@LOCATION@
- Name=Gnubiff Applet Factory
- Description=gnubiff Applet Factory
- 
---- a/src/org.gnome.panel.applet.GnubiffApplet_Factory.service.in
-+++ /dev/null
-@@ -1,3 +0,0 @@
--[D-BUS Service]
--Name=org.gnome.panel.applet.GnubiffApplet_Factory
--Exec=@BINDIR@/gnubiff --applet
-\ No newline at end of file
---- a/src/ui-applet-gnome.cc
-+++ b/src/ui-applet-gnome.cc
-@@ -345,3 +345,10 @@
- 	biffapplet->start (false);
- 	return true;
- }
-+
-+extern "C" {
-+	PANEL_APPLET_IN_PROCESS_FACTORY ("GnubiffApplet_Factory",
-+	                                 PANEL_TYPE_APPLET,
-+	                                 AppletGnome::gnubiff_applet_factory,
-+	                                 NULL)
-+}

Copied: gnubiff/repos/community-x86_64/panel_applet_inprocess.patch (from rev 638691, gnubiff/trunk/panel_applet_inprocess.patch)
===================================================================
--- panel_applet_inprocess.patch	                        (rev 0)
+++ panel_applet_inprocess.patch	2020-06-04 07:38:11 UTC (rev 638692)
@@ -0,0 +1,260 @@
+Description: port the GNOME Panel applet to in-process applet
+ It is now built as a separate .so file, and the gnubiff executable
+ now has no applet-related code.
+ .
+ The Makefile.am is refactored to support this double build.
+Author: Dmitry Shachnev <mitya57 at ubuntu.com>
+Forwarded: https://sourceforge.net/p/gnubiff/patches/8/
+Last-Update: 2016-12-02
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -40,6 +40,7 @@
+ AC_CONFIG_SRCDIR([src/gnubiff.cc])
+ AM_INIT_AUTOMAKE
+ AM_MAINTAINER_MODE
++LT_INIT([dlopen disable-static])
+ 
+ ######################################################################
+ #                           Configure Options                        #
+@@ -183,12 +184,7 @@
+ 		AC_SUBST(GNOME_DEP_CFLAGS)
+ 		AC_SUBST(GNOME_DEP_LIBS)
+ 		AH_TEMPLATE([USE_GNOME])
+-		AC_DEFINE(USE_GNOME)
+-		AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
+ 		])
+-	if test "x$GCONFTOOL" = "xno"; then
+-	   AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
+-	fi
+ fi
+ AM_CONDITIONAL(USE_GNOME, test $OPT_USEGNOME = yes, Define to 1 if you want to have GNOME support)
+ 
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,14 +1,20 @@
+-INCLUDES = \
+-	$(FAM_CFLAGS) \
+-	$(GNUBIFF_DEP_CFLAGS)							\
+-	$(GNOME_DEP_CFLAGS)						\
++AM_CXXFLAGS = \
++	$(FAM_CFLAGS)                                   \
++	$(GNUBIFF_DEP_CFLAGS)                           \
++	$(GNOME_DEP_CFLAGS)                             \
++	-Wall -pedantic -export-dynamic
++
++AM_CFLAGS = \
++	$(AM_CXXFLAGS)                                  \
++	-ansi
++
++AM_CPPFLAGS = \
+ 	-DGNUBIFF_LOCALEDIR=\""$(datadir)/locale"\"		\
+ 	-DGNUBIFF_DATADIR=\""$(pkgdatadir)"\"			\
+ 	-DGNUBIFF_ICONDIR=\""$(datadir)/pixmaps"\"		\
+ 	-DGNUBIFF_UIDIR=\""$(datadir)/gnome-2.0/ui"\"	\
+ 	-DREAL_DATADIR=\""$(datadir)"\"					\
+-	-D_GNU_SOURCE									\
+-	-Wall -ansi -pedantic -export-dynamic
++	-D_GNU_SOURCE
+ 
+ bin_PROGRAMS = gnubiff
+ 
+@@ -16,7 +22,6 @@
+ 	ui-applet-gnome.cc 		ui-applet-gnome.h
+ 
+ common_sources = \
+-	gnubiff.cc										\
+ 	biff.cc					biff.h					\
+ 	\
+ 	mailbox.cc				mailbox.h				\
+@@ -57,34 +62,11 @@
+ 	eggtrayicon.c			eggtrayicon.h
+ 
+ 
+-## In case of compilation problem, just comment next lines
+-## then autoconf/automake/configure/make
+-.cc.o:
+-	@printf "%-40s" "Compiling $<... " 
+-	@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+-	@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+-	@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+-	@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-	@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+-	@echo "[OK]" 
+-
+-gnubiff$(EXEEXT): $(gnubiff_OBJECTS) $(gnubiff_DEPENDENCIES) 
+-	@rm -f gnubiff$(EXEEXT)
+-	@printf "%-40s" "Linking $@ ... "
+-	$(CXXLINK) $(gnubiff_LDFLAGS) $(gnubiff_OBJECTS) $(gnubiff_LDADD) $(LIBS)
+-	@echo "[OK]"
+-
+-## End of section to be commented in case of compilation problem
+-
+-
+-gnubiff_SOURCES      = $(common_sources)
++gnubiff_SOURCES      = $(common_sources) gnubiff.cc
+ gnubiff_LDADD        = $(INTLLIBS) $(GNUBIFF_DEP_LIBS) $(FAM_LIBS)
+ panelappletdir       = `pkg-config --variable=libpanel_applet_dir libpanel-applet`
+ panelapplet_in_files =
+ panelapplet_DATA     =
+-servicedir           = /usr/share/dbus-1/services
+-service_in_files     = 
+-service_DATA         =
+ uidir			     = $(datadir)/gnome-2.0/ui
+ ui_DATA              = 
+ 
+@@ -92,31 +74,30 @@
+ ## Additional files and directories for the gnome panel frontend
+ ##
+ if USE_GNOME
+-gnubiff_SOURCES      += $(gnome_sources)
+-gnubiff_LDADD        += $(GNOME_DEP_LIBS)
++gnubiff_applet_libdir          = $(pkglibdir)
++gnubiff_applet_lib_LTLIBRARIES = libgnubiff-applet.la
++libgnubiff_applet_la_SOURCES   = $(common_sources) $(gnome_sources)
++libgnubiff_applet_la_CPPFLAGS  = $(AM_CPPFLAGS) -DGNOMELOCALEDIR=\""$(localedir)"\" -DUSE_GNOME
++libgnubiff_applet_la_LIBADD    = $(gnubiff_LDADD) $(GNOME_DEP_LIBS)
++libgnubiff_applet_la_LDFLAGS   = $(gnubiff_LDFLAGS) -module -avoid-version
++
+ panelapplet_in_files += org.gnome.panel.applet.GnubiffApplet.panel-applet.in
+ panelapplet_DATA     += $(panelapplet_in_files:.panel-applet.in=.panel-applet)
+ ui_DATA		         += GNOME_gnubiffApplet.xml
+-service_in_files     += org.gnome.panel.applet.GnubiffApplet_Factory.service.in
+-service_DATA         += $(service_in_files:.service.in=.service)
+ endif
+ 
+ $(panelapplet_in_files): $(panelapplet_in_files:.panel-applet.in=.panel-applet.in.in)
+-	sed -e "s|\@BINDIR\@|$(bindir)|" \
++	sed -e "s|\@LOCATION\@|$(pkglibdir)/libgnubiff-applet.so|" \
+ 	    -e "s|\@PKGDATADIR\@|$(pkgdatadir)|" $< > $@
+ 
+ # Following rule should be provided by intltool (INTLTOOL_PANEL_APPLET_RULE)
+ %.panel-applet: %.panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+ 
+-org.gnome.panel.applet.GnubiffApplet_Factory.service: $(service_in_files)
+-	sed -e "s|\@BINDIR\@|$(bindir)|" $< > $@
+-
+ ##
+ ## Files not yet (or not always) covered that must be included when creating
+ ## a package for distribution
+ ##
+ EXTRA_DIST = \
+-	org.gnome.panel.applet.GnubiffApplet_Factory.service.in \
+ 	org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in	\
+ 	GNOME_gnubiffApplet.xml				\
+ 	gnubiff.schemas						\
+@@ -127,6 +108,5 @@
+ ##
+ DISTCLEANFILES = \
+ 	org.gnome.panel.applet.GnubiffApplet.panel-applet.in \
+-	org.gnome.panel.applet.GnubiffApplet.panel-applet \
+-	org.gnome.panel.applet.GnubiffApplet_Factory.service
++	org.gnome.panel.applet.GnubiffApplet.panel-applet
+ 
+--- a/src/gnubiff.cc
++++ b/src/gnubiff.cc
+@@ -33,11 +33,6 @@
+ #include <popt.h>
+ #include <stdlib.h>
+ 
+-#ifdef USE_GNOME
+-#	include <panel-applet.h>
+-#	include "ui-applet-gnome.h"
+-#endif
+-
+ #include "biff.h"
+ #include "nls.h"
+ #include "ui-preferences.h"
+@@ -45,7 +40,6 @@
+ #include "ui-applet-gtk.h"
+ 
+ int main (int argc, char **argv);
+-int mainGNOME (int argc, char **argv);
+ 
+ 
+ int main (int argc, char **argv) {
+@@ -73,16 +67,6 @@
+ 	char *config_file = 0;
+ 	int no_configure = false, print_version = false, no_gui = false;
+ 	int systemtray = false;
+-#if defined USE_GNOME
+-	int debug_applet=false;
+-
+-   	static struct poptOption options_debug[] =
+-	{
+-	   	{"applet",'\0', POPT_ARG_NONE,   &debug_applet,  0,
+-		 N_("Start gnome applet from command line"), NULL},
+-		POPT_TABLEEND
+-	};
+-#endif
+ 	static struct poptOption options_general[] =
+ 	{
+ 	   	{"config",      'c' , POPT_ARG_STRING, &config_file,   0,
+@@ -101,10 +85,6 @@
+ 	{
+ 	   	{NULL, '\0', POPT_ARG_INCLUDE_TABLE, &options_general, 0,
+ 		 N_("General command line options:"), NULL },
+-#if defined USE_GNOME
+-		{NULL, '\0', POPT_ARG_INCLUDE_TABLE, &options_debug, 0,
+-		 N_("Options for debugging:"), NULL },
+-#endif
+ 		POPT_AUTOHELP
+ 		POPT_TABLEEND
+ 	};
+@@ -136,11 +116,6 @@
+ 	else
+ 		gtk_init (&argc, &argv);
+ 
+-#if defined USE_GNOME
+-	if (debug_applet)
+-		return mainGNOME (argc, argv);
+-#endif
+-
+ 	// Print version information if requested and exit
+ 	if (print_version) {
+ #ifdef IS_CVS_VERSION
+@@ -176,14 +151,3 @@
+ 	// Exit
+ 	return 0;
+ }
+-
+-#ifdef USE_GNOME
+-
+-int mainGNOME (int argc, char **argv) {
+-	panel_applet_factory_main ("GnubiffApplet_Factory",
+-							   PANEL_TYPE_APPLET,
+-							   AppletGnome::gnubiff_applet_factory, 0);
+-
+-	return 0;
+-}
+-#endif
+--- a/src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
++++ b/src/org.gnome.panel.applet.GnubiffApplet.panel-applet.in.in
+@@ -1,5 +1,7 @@
+ [Applet Factory]
+ Id=GnubiffApplet_Factory
++InProcess=true
++Location=@LOCATION@
+ Name=Gnubiff Applet Factory
+ Description=gnubiff Applet Factory
+ 
+--- a/src/org.gnome.panel.applet.GnubiffApplet_Factory.service.in
++++ /dev/null
+@@ -1,3 +0,0 @@
+-[D-BUS Service]
+-Name=org.gnome.panel.applet.GnubiffApplet_Factory
+-Exec=@BINDIR@/gnubiff --applet
+\ No newline at end of file
+--- a/src/ui-applet-gnome.cc
++++ b/src/ui-applet-gnome.cc
+@@ -345,3 +345,10 @@
+ 	biffapplet->start (false);
+ 	return true;
+ }
++
++extern "C" {
++	PANEL_APPLET_IN_PROCESS_FACTORY ("GnubiffApplet_Factory",
++	                                 PANEL_TYPE_APPLET,
++	                                 AppletGnome::gnubiff_applet_factory,
++	                                 NULL)
++}



More information about the arch-commits mailing list