mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Update to 0.14
PR: ports/63892 Submitted by: Mezz <mezz7@cox.net> (maintainer)
This commit is contained in:
parent
ef79856a5d
commit
225c8a97f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103231
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gtodo
|
||||
PORTVERSION= 0.13.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gtodo
|
||||
@ -19,7 +18,7 @@ BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gnometarget gconf2 gtk20 libxml2
|
||||
USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gtodo-0.13.5.tar.gz) = 480574f7db89bea7a437a77caa411156
|
||||
SIZE (gtodo-0.13.5.tar.gz) = 178559
|
||||
MD5 (gtodo-0.14.tar.gz) = 51f5d71c51374931a24cce1839402457
|
||||
SIZE (gtodo-0.14.tar.gz) = 198798
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/main.c.orig Fri Nov 14 14:37:02 2003
|
||||
+++ src/main.c Fri Nov 14 14:37:09 2003
|
||||
@@ -1,7 +1,6 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
-#include <getopt.h>
|
||||
#include <gconf/gconf.h>
|
||||
#include "main.h"
|
||||
|
@ -1,4 +1,11 @@
|
||||
bin/gtodo
|
||||
etc/gconf/gconf.xml.defaults/apps/gtodo/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gtodo/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gtodo/view/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/view/%gconf.xml
|
||||
etc/gconf/schemas/gtodo.schemas
|
||||
share/gnome/applications/gtodo.desktop
|
||||
share/gnome/pixmaps/gtodo-about.png
|
||||
share/gnome/pixmaps/gtodo-edit.png
|
||||
@ -8,5 +15,12 @@ share/locale/cs/LC_MESSAGES/gtodo.mo
|
||||
share/locale/de/LC_MESSAGES/gtodo.mo
|
||||
share/locale/ja/LC_MESSAGES/gtodo.mo
|
||||
share/locale/pl/LC_MESSAGES/gtodo.mo
|
||||
share/locale/ru/LC_MESSAGES/gtodo.mo
|
||||
share/locale/sr/LC_MESSAGES/gtodo.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gtodo.mo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/view
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo/view
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo
|
||||
|
Loading…
Reference in New Issue
Block a user