mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 0.5
This commit is contained in:
parent
a3eb7d8c56
commit
ea34d2a2e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165556
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= telak
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://critical.ch/distfiles/ \
|
||||
MASTER_SITES= http://julien.danjou.info/telak/ \
|
||||
http://critical.ch/distfiles/ \
|
||||
http://energy.critical.ch/distfiles/
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
@ -23,7 +24,7 @@ USE_X_PREFIX= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
MAKE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAKE_ENV= CC="${CC}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
PLIST_FILES= bin/telak
|
||||
MAN1= telak.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (telak-0.4.tar.gz) = ab8d56f191d3c5215a04af846c32c575
|
||||
SHA256 (telak-0.4.tar.gz) = 5772280ae078a0d055726d18fe13af3c047a2c1f17e7f14fc255dfb870be96e5
|
||||
SIZE (telak-0.4.tar.gz) = 13975
|
||||
MD5 (telak-0.5.tar.gz) = f952b8f51ad5b0f57b6fa000e2dc66bb
|
||||
SHA256 (telak-0.5.tar.gz) = aaa98bc9866348cb3e66337aa3aad2e6492f48f9bd57a658eb0e0df74e1a6687
|
||||
SIZE (telak-0.5.tar.gz) = 18269
|
||||
|
@ -1,9 +1,9 @@
|
||||
--- Makefile.orig Thu Apr 28 22:15:06 2005
|
||||
+++ Makefile Wed Sep 14 01:04:46 2005
|
||||
--- Makefile.orig Tue Jun 6 20:23:36 2006
|
||||
+++ Makefile Fri Jun 16 10:59:49 2006
|
||||
@@ -1,8 +1,8 @@
|
||||
VERSION = $(shell grep '^Version' ChangeLog | head -n 1 | cut -d' ' -f2 | tr -d ' ')
|
||||
BIN = telak
|
||||
O = telak.o fetch.o image.o parse.o
|
||||
O = telak.o fetch.o image.o parse.o toon.o
|
||||
-LDFLAGS = $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt
|
||||
-CFLAGS = -W -Wall $(shell curl-config --cflags) $(shell imlib2-config --cflags) -DTELAK_USER_AGENT="\"$(BIN) $(VERSION)\"" -DTELAK_VERSION="\"$(VERSION)\"" -g
|
||||
+LDFLAGS += -L$(LOCALBASE)/lib $(shell imlib2-config --libs) $(shell curl-config --libs) -lgcrypt
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- parse.c.orig Tue Sep 13 22:05:22 2005
|
||||
+++ parse.c Tue Sep 13 22:05:39 2005
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#include <time.h>
|
||||
+#include <sys/time.h>
|
||||
|
||||
#include "telak.h"
|
||||
#include "image.h"
|
@ -1,18 +0,0 @@
|
||||
--- telak.c.orig Wed Sep 14 01:08:51 2005
|
||||
+++ telak.c Wed Sep 14 01:08:52 2005
|
||||
@@ -91,7 +91,6 @@
|
||||
Atom SWM_VROOT = XInternAtom(display, "__SWM_VROOT", False);
|
||||
Atom NAUTILUS_DESKTOP_WINDOW_ID =
|
||||
XInternAtom(display, "NAUTILUS_DESKTOP_WINDOW_ID", False);
|
||||
- win = DefaultRootWindow(display);
|
||||
|
||||
Window unused, *windows = 0;
|
||||
unsigned int count;
|
||||
@@ -101,6 +100,7 @@
|
||||
unsigned long nitems, bytes_after_return;
|
||||
unsigned char *virtual_root_window;
|
||||
|
||||
+ win = DefaultRootWindow(display);
|
||||
if(XGetWindowProperty(display, win, NAUTILUS_DESKTOP_WINDOW_ID,
|
||||
0, 1, False, XA_WINDOW, &type, &format,
|
||||
&nitems, &bytes_after_return,
|
Loading…
Reference in New Issue
Block a user