update plugins

This commit is contained in:
jolan 2004-07-12 04:54:00 +00:00
parent b4efee344a
commit 9a02d3791c
24 changed files with 78 additions and 58 deletions

View File

@ -1,4 +1,4 @@
V?= 4.0.5
V?= 4.0.6
CATEGORIES?= x11 x11/xfce4 x11/xfce4-plugins

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/16 04:31:18 jolan Exp $
# $OpenBSD: Makefile,v 1.2 2004/07/12 04:54:00 jolan Exp $
COMMENT= "volume control for the xfce4 panel"
DISTNAME= xfce4-mixer-${V}
@ -6,4 +6,6 @@ MASTER_SITES= ${MASTER_SITE_EXTRAS}
HOMEPAGE= ${HOMEPAGE_EXTRAS}
USE_LIBTOOL= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xfce4/xfce4-mixer-4.0.5.tar.gz) = 01d5e15d3740b87a8860557af07d5fbb
RMD160 (xfce4/xfce4-mixer-4.0.5.tar.gz) = cee7fc480b256050dbb929cdf5b355253940807a
SHA1 (xfce4/xfce4-mixer-4.0.5.tar.gz) = fc990b3d1c5d136735e5c1633f8406cabf208e41
MD5 (xfce4/xfce4-mixer-4.0.6.tar.gz) = 2261901f5f8cb0e794e8cfd00c25952e
RMD160 (xfce4/xfce4-mixer-4.0.6.tar.gz) = 32ea9f8b1925afa719032c6907d5dec0f095cf59
SHA1 (xfce4/xfce4-mixer-4.0.6.tar.gz) = a7a2397eb3a9c8b4114a4a83e1c3697916546cf1

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2004/07/12 04:54:00 jolan Exp $
lib/xfce4/panel-plugins/libmixer.so

View File

@ -1,7 +1,6 @@
@comment $OpenBSD: PLIST,v 1.2 2004/04/18 00:28:58 jolan Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/07/12 04:54:00 jolan Exp $
lib/xfce4/panel-plugins/libmixer.a
lib/xfce4/panel-plugins/libmixer.la
lib/xfce4/panel-plugins/libmixer.so
share/locale/ar/LC_MESSAGES/xfce4-mixer.mo
share/locale/az/LC_MESSAGES/xfce4-mixer.mo
share/locale/bg/LC_MESSAGES/xfce4-mixer.mo
@ -9,6 +8,8 @@ share/locale/ca/LC_MESSAGES/xfce4-mixer.mo
share/locale/cs/LC_MESSAGES/xfce4-mixer.mo
share/locale/de/LC_MESSAGES/xfce4-mixer.mo
share/locale/es/LC_MESSAGES/xfce4-mixer.mo
share/locale/et/LC_MESSAGES/xfce4-mixer.mo
share/locale/eu/LC_MESSAGES/xfce4-mixer.mo
share/locale/fa_IR/LC_MESSAGES/xfce4-mixer.mo
share/locale/fr/LC_MESSAGES/xfce4-mixer.mo
share/locale/hi/LC_MESSAGES/xfce4-mixer.mo
@ -30,3 +31,4 @@ share/locale/uk/LC_MESSAGES/xfce4-mixer.mo
share/locale/vi/LC_MESSAGES/xfce4-mixer.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo
%%SHARED%%

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2004/01/09 01:27:43 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2004/07/12 04:54:01 jolan Exp $
COMMENT= "notification area/system tray for the panel"
DISTNAME= xfce4-systray-${V}
@ -13,4 +13,6 @@ LIB_DEPENDS= ${GTK2} \
${XML2} \
${GUI}
USE_LIBTOOL= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xfce4/xfce4-systray-4.0.5.tar.gz) = 560d321dd0140d0f47a9f4a9de4801fe
RMD160 (xfce4/xfce4-systray-4.0.5.tar.gz) = b29656ce842467439768a3b6af89a88a6832fe1f
SHA1 (xfce4/xfce4-systray-4.0.5.tar.gz) = 136ef8056b110feb88040108c1da168e1ac4fe3a
MD5 (xfce4/xfce4-systray-4.0.6.tar.gz) = c47e746ad38178c6c7f891ca4b39a616
RMD160 (xfce4/xfce4-systray-4.0.6.tar.gz) = 01de67ddd37c501c239780b3f628b379a499b07d
SHA1 (xfce4/xfce4-systray-4.0.6.tar.gz) = 5e9459f28bb7d49f837e4b8de184838da9f4b43f

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.1 2004/07/12 04:54:01 jolan Exp $
--- configure.orig Fri Jul 9 05:54:14 2004
+++ configure Sun Jul 11 20:27:43 2004
@@ -9205,7 +9205,7 @@ nto-qnx*)
openbsd*)
version_type=sunos
need_lib_prefix=no
- need_version=yes
+ need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2004/07/12 04:54:01 jolan Exp $
lib/xfce4/panel-plugins/libsystray.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/12/22 21:48:00 jolan Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/07/12 04:54:01 jolan Exp $
lib/xfce4/panel-plugins/libsystray.a
lib/xfce4/panel-plugins/libsystray.la
lib/xfce4/panel-plugins/libsystray.so
%%SHARED%%

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2004/01/09 01:27:43 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2004/07/12 04:54:01 jolan Exp $
COMMENT= "tips/fortune dialog, xeyes for the xfce4 panel"
DISTNAME= xfce4-toys-${V}
@ -13,4 +13,6 @@ LIB_DEPENDS= ${GTK2} \
${XML2} \
${GUI}
USE_LIBTOOL= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xfce4/xfce4-toys-4.0.5.tar.gz) = 3ea43308a2c70cb5cac2197215a6d317
RMD160 (xfce4/xfce4-toys-4.0.5.tar.gz) = 2ba49d3beb86b14e107fbcf9ba255d664f094bd7
SHA1 (xfce4/xfce4-toys-4.0.5.tar.gz) = e7ec544af90935ffed8cce7b6fc73cc1b19bc2d8
MD5 (xfce4/xfce4-toys-4.0.6.tar.gz) = ea559319c3c51846cfa6e159ccbd40c1
RMD160 (xfce4/xfce4-toys-4.0.6.tar.gz) = abf922680a7d912e5d498258e4dbdd899cd2b096
SHA1 (xfce4/xfce4-toys-4.0.6.tar.gz) = f67016b1401ceab3ccde5812bc4bc65b1418d9c4

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2004/07/12 04:54:01 jolan Exp $
lib/xfce4/panel-plugins/libeyes.so

View File

@ -1,8 +1,7 @@
@comment $OpenBSD: PLIST,v 1.4 2004/04/18 00:28:58 jolan Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/07/12 04:54:01 jolan Exp $
bin/xfce4-tips
lib/xfce4/panel-plugins/libeyes.a
lib/xfce4/panel-plugins/libeyes.la
lib/xfce4/panel-plugins/libeyes.so
share/locale/ar/LC_MESSAGES/xfce4-toys.mo
share/locale/az/LC_MESSAGES/xfce4-toys.mo
share/locale/bg/LC_MESSAGES/xfce4-toys.mo
@ -10,6 +9,8 @@ share/locale/ca/LC_MESSAGES/xfce4-toys.mo
share/locale/cs/LC_MESSAGES/xfce4-toys.mo
share/locale/de/LC_MESSAGES/xfce4-toys.mo
share/locale/es/LC_MESSAGES/xfce4-toys.mo
share/locale/et/LC_MESSAGES/xfce4-toys.mo
share/locale/eu/LC_MESSAGES/xfce4-toys.mo
share/locale/fa_IR/LC_MESSAGES/xfce4-toys.mo
share/locale/fr/LC_MESSAGES/xfce4-toys.mo
share/locale/hi/LC_MESSAGES/xfce4-toys.mo
@ -48,6 +49,7 @@ share/xfce4/eyes/themes/Horrid/Horrid-pupil.png
share/xfce4/eyes/themes/Horrid/config
share/xfce4/tips/tips
share/xfce4/tips/tips.dat
%%SHARED%%
@dirrm share/xfce4/tips
@dirrm share/xfce4/eyes/themes/Horrid
@dirrm share/xfce4/eyes/themes/Default-tiny

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2004/01/09 01:27:43 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2004/07/12 04:54:01 jolan Exp $
COMMENT= "provides a toggle button showing on/off state for xfce4-panel"
DISTNAME= xfce4-trigger-launcher-${V}
@ -12,4 +12,6 @@ LIB_DEPENDS= ${GTK} \
${XML2} \
${GUI}
USE_LIBTOOL= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xfce4/xfce4-trigger-launcher-4.0.5.tar.gz) = 01812b93a4f072eec89f03d8dd2c20f8
RMD160 (xfce4/xfce4-trigger-launcher-4.0.5.tar.gz) = 7a6c025ef95e86b00537a2405b0e06d52791103a
SHA1 (xfce4/xfce4-trigger-launcher-4.0.5.tar.gz) = afb6c518ee1d5ad2278209b3e1ca59ee1ce64e22
MD5 (xfce4/xfce4-trigger-launcher-4.0.6.tar.gz) = 2a2abafa2a5990009cfffdc6d608b39e
RMD160 (xfce4/xfce4-trigger-launcher-4.0.6.tar.gz) = d14f5d9342f42393b0b5900f3fec435d5860c542
SHA1 (xfce4/xfce4-trigger-launcher-4.0.6.tar.gz) = 33841d0a4b146ac5d36d2469760871325f374478

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2004/07/12 04:54:01 jolan Exp $
lib/xfce4/panel-plugins/libtriggerlauncher.so

View File

@ -1,7 +1,6 @@
@comment $OpenBSD: PLIST,v 1.4 2004/04/18 00:28:58 jolan Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/07/12 04:54:01 jolan Exp $
lib/xfce4/panel-plugins/libtriggerlauncher.a
lib/xfce4/panel-plugins/libtriggerlauncher.la
lib/xfce4/panel-plugins/libtriggerlauncher.so
share/locale/ar/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/az/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/bg/LC_MESSAGES/xfce4-trigger-launcher.mo
@ -9,6 +8,8 @@ share/locale/ca/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/cs/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/de/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/es/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/et/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/eu/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/fa_IR/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/fr/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/hi/LC_MESSAGES/xfce4-trigger-launcher.mo
@ -30,3 +31,4 @@ share/locale/uk/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/vi/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-trigger-launcher.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-trigger-launcher.mo
%%SHARED%%

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2004/04/18 00:28:58 jolan Exp $
ONLY_FOR_ARCHS= i386
# $OpenBSD: Makefile,v 1.3 2004/07/12 04:54:01 jolan Exp $
COMMENT= "xfce4 plugin showing the temperature/weather conditions"
DISTNAME= xfce4-weather-plugin-0.3.0
DISTNAME= xfce4-weather-plugin-0.3.9.1
EXTRACT_SUFX= .tar.bz2
MASTER_SITES= ${MASTER_SITE_GOODIES}
HOMEPAGE= ${HOMEPAGE_GOODIES}
@ -13,8 +13,6 @@ LIB_DEPENDS= ${GTK2} \
${XML2} \
${GUI}
post-install:
@cd ${PREFIX}/lib/xfce4/panel-plugins && mv libweather.so.0.0 \
libweather.so
USE_LIBTOOL= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xfce4/xfce4-weather-plugin-0.3.0.tar.gz) = 8796652a1bb75270dc70583739577cd5
RMD160 (xfce4/xfce4-weather-plugin-0.3.0.tar.gz) = 9d5b175776e58db4ccac5b0d4df3ff868f440a7d
SHA1 (xfce4/xfce4-weather-plugin-0.3.0.tar.gz) = eae8a1f3b83332d5ea8e9e722bff0f78092bfe10
MD5 (xfce4/xfce4-weather-plugin-0.3.9.1.tar.bz2) = a124a22ba65d0667f513ad6fae83c626
RMD160 (xfce4/xfce4-weather-plugin-0.3.9.1.tar.bz2) = b9d2df158cbcd11e2a82189710e2cbb490e9c122
SHA1 (xfce4/xfce4-weather-plugin-0.3.9.1.tar.bz2) = d15ba133036d34c014e45dc33304f941c261c52a

View File

@ -0,0 +1,8 @@
$OpenBSD: patch-panel-plugin_http_client_h,v 1.1 2004/07/12 04:54:01 jolan Exp $
--- panel-plugin/http_client.h.orig Mon Apr 19 09:15:44 2004
+++ panel-plugin/http_client.h Sun Jul 11 21:21:00 2004
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>

View File

@ -1,22 +0,0 @@
$OpenBSD: patch-panel-plugin_weather_c,v 1.1.1.1 2004/04/08 01:56:44 jolan Exp $
--- panel-plugin/weather.c.orig 2004-02-29 15:10:53.000000000 -0600
+++ panel-plugin/weather.c 2004-04-07 20:53:16.000000000 -0500
@@ -375,6 +375,8 @@ gboolean draw_down (xfceweather_data *da
void start_draw_up(xfceweather_data *data) {
gint width, height;
+ GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width,
+ data->drawable_label->allocation.height};
/* if only one pixmap don't start the callback */
if (!data->xmldata_pixmaps || data->xmldata_pixmaps->len == 0)
@@ -384,9 +386,6 @@ void start_draw_up(xfceweather_data *dat
data->drawable_pixmap = (GdkPixmap *)g_ptr_array_index(data->xmldata_pixmaps, 0);
data->drawable_offset = 0;
- GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width,
- data->drawable_label->allocation.height};
-
gtk_widget_draw(data->drawable_label, &update_rect);
return;
}

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2004/07/12 04:54:01 jolan Exp $
lib/xfce4/panel-plugins/libweather.so

View File

@ -1,7 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/08 01:56:44 jolan Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/07/12 04:54:01 jolan Exp $
lib/xfce4/panel-plugins/libweather.a
@comment lib/xfce4/panel-plugins/libweather.la
lib/xfce4/panel-plugins/libweather.so
share/xfce4/weather/icons/liquid/1.png
share/xfce4/weather/icons/liquid/10.png
share/xfce4/weather/icons/liquid/11.png
@ -46,6 +45,7 @@ share/xfce4/weather/icons/liquid/6.png
share/xfce4/weather/icons/liquid/7.png
share/xfce4/weather/icons/liquid/8.png
share/xfce4/weather/icons/liquid/9.png
%%SHARED%%
@dirrm share/xfce4/weather/icons/liquid
@dirrm share/xfce4/weather/icons
@dirrm share/xfce4/weather