Update to 0.80.3.

This commit is contained in:
Maxim Sobolev 2000-12-04 08:29:57 +00:00
parent 77b43822b4
commit 06be6dc38c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35636
4 changed files with 9 additions and 20 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= finder
PORTVERSION= 0.80.1
PORTVERSION= 0.80.3
CATEGORIES= x11 gnome
MASTER_SITES= http://lfh.hkcampus.net/~lfh-lck/programs/finder/

View File

@ -1 +1 @@
MD5 (finder-0.80.1.tar.gz) = e36aa7c95140ac4bcc3523a1d159e788
MD5 (finder-0.80.3.tar.gz) = 77370028d30ed3df317f359a172d62f1

View File

@ -1,10 +1,11 @@
--- TaskMenu/Makefile.orig Mon Sep 4 00:17:56 2000
+++ TaskMenu/Makefile Mon Sep 4 16:18:17 2000
@@ -1,8 +1,8 @@
-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
--- TaskMenu/Makefile.orig Thu Nov 30 17:43:15 2000
+++ TaskMenu/Makefile Mon Dec 4 10:07:31 2000
@@ -1,9 +1,9 @@
-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
OBJS=task-menu.o task-option.o task-manage.o task-icon.o
OBJS=task-menu.o task-option.o task-manage.o task-icon.o task-global.o \
task-operation.o
-CC=gcc
+CC?=gcc

View File

@ -1,12 +0,0 @@
--- finder.desktop.orig Tue Sep 5 16:00:38 2000
+++ finder.desktop Tue Sep 5 16:00:53 2000
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Finder
-Icon=finder.png
Comment=Finder Task Switcher
-Exec=finder
+Exec=finder --activate-goad-server=finder
+Icon=finder.png
Terminal=0
Type=Application