# HG changeset patch # User Christophe Lincoln # Date 1216153787 -7200 # Node ID b3238730ba5e3d813b1a71d3a0b9a471ad8c7923 # Parent 6c076951fbe8ccc25207a3dc0f14115879689caa Up: pcmanfm (0.4.6.2) diff -r 6c076951fbe8 -r b3238730ba5e pcmanfm/receipt --- a/pcmanfm/receipt Tue Jul 15 19:35:08 2008 +0000 +++ b/pcmanfm/receipt Tue Jul 15 22:29:47 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pcmanfm" -VERSION="0.4.6" +VERSION="0.4.6.2" CATEGORY="system-tools" SHORT_DESC="Light and easy to use file manager." MAINTAINER="pankso@slitaz.org" @@ -16,7 +16,6 @@ compile_rules() { cd $src - cp ../stuff/pcmanfm.h src ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ diff -r 6c076951fbe8 -r b3238730ba5e pcmanfm/stuff/pcmanfm.h --- a/pcmanfm/stuff/pcmanfm.h Tue Jul 15 19:35:08 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -/* - * pcmanfm.h - * - * Copyright 2008 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - -#ifndef _PCMANFM_H_ -#define _PCMANFM_H_ - -#include - -G_BEGIN_DECLS - -/* After opening any window/dialog/tool, this should be called. */ -void pcmanfm_ref(); - -/* After closing any window/dialog/tool, this should be called. - * If the last window is closed and we are not a deamon, pcmanfm will quit. - */ -gboolean pcmanfm_unref(); - -G_END_DECLS - -#endif