aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-hotkeys
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-05-28 14:20:48 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-05-28 14:20:48 +0000
commit0debb1dc4618b5842d2146155ca54fcdac8d0036 (patch)
tree43b601705c915179c5ec0ca77c655cc60fd20f8c /net-im/pidgin-hotkeys
parentbcb6b89911bebeaea7ad9e39a41c72d8689408ac (diff)
downloadports-0debb1dc4618b5842d2146155ca54fcdac8d0036.tar.gz
ports-0debb1dc4618b5842d2146155ca54fcdac8d0036.zip
- Move net-im/gaim-hotkeys -> net-im/pidgin-hotkeys because project was renamed
according the rename of gaim project to pidgin - Update to 0.2.3 Repocopied by: marcus@
Notes
Notes: svn path=/head/; revision=192180
Diffstat (limited to 'net-im/pidgin-hotkeys')
-rw-r--r--net-im/pidgin-hotkeys/Makefile8
-rw-r--r--net-im/pidgin-hotkeys/distinfo6
-rw-r--r--net-im/pidgin-hotkeys/files/patch-configure12
-rw-r--r--net-im/pidgin-hotkeys/files/patch-src_Makefile.in11
-rw-r--r--net-im/pidgin-hotkeys/files/patch-src_hotkeys.c34
-rw-r--r--net-im/pidgin-hotkeys/pkg-descr2
6 files changed, 8 insertions, 65 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile
index 28b70e608155..e20393acf630 100644
--- a/net-im/pidgin-hotkeys/Makefile
+++ b/net-im/pidgin-hotkeys/Makefile
@@ -1,15 +1,15 @@
-# New ports collection makefile for: gaim-hotkeys
+# New ports collection makefile for: pidgin-hotkeys
# Date created: 2006-11-23
# Whom: garga
#
# $FreeBSD$
#
-PORTNAME= gaim-hotkeys
-PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTNAME= pidgin-hotkeys
+PORTVERSION= 0.2.3
CATEGORIES= net-im
MASTER_SITES= SF
+MASTER_SITE_SUBDIR= gaim-hotkeys
MAINTAINER= garga@FreeBSD.org
COMMENT= A gaim plugin that allows user to assign global hotkeys
diff --git a/net-im/pidgin-hotkeys/distinfo b/net-im/pidgin-hotkeys/distinfo
index 701112498626..ac23ab58d28a 100644
--- a/net-im/pidgin-hotkeys/distinfo
+++ b/net-im/pidgin-hotkeys/distinfo
@@ -1,3 +1,3 @@
-MD5 (gaim-hotkeys-0.2.2.tar.gz) = 9c413e3e1a4a56f004792794a277cae0
-SHA256 (gaim-hotkeys-0.2.2.tar.gz) = 2004a89f45af5fc8eb01c53a3def935a59e9ee296bafe26e755fb4bcecda6239
-SIZE (gaim-hotkeys-0.2.2.tar.gz) = 341544
+MD5 (pidgin-hotkeys-0.2.3.tar.gz) = d52990ef934f396424dc61b5bc33d97d
+SHA256 (pidgin-hotkeys-0.2.3.tar.gz) = 007a20d14a54d4bf6f36c1060db26bff0532b65be866a524ecf668301864297a
+SIZE (pidgin-hotkeys-0.2.3.tar.gz) = 340170
diff --git a/net-im/pidgin-hotkeys/files/patch-configure b/net-im/pidgin-hotkeys/files/patch-configure
deleted file mode 100644
index 6799a99729c0..000000000000
--- a/net-im/pidgin-hotkeys/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- ../gaim-hotkeys-0.2.2.orig/configure Mon May 7 09:02:50 2007
-+++ configure Mon May 7 09:03:46 2007
-@@ -19868,7 +19868,7 @@
-
-
- gtk_modules="gtk+-2.0 >= 2.4.0"
--gaim_modules="gaim >= 2.0.0"
-+gaim_modules="pidgin >= 2.0.0"
-
-
- if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-diff -ruN ../gaim-hotkeys-0.2.2.orig/src/hotkeys.c ./src/hotkeys.c
diff --git a/net-im/pidgin-hotkeys/files/patch-src_Makefile.in b/net-im/pidgin-hotkeys/files/patch-src_Makefile.in
deleted file mode 100644
index 7e664f08c96b..000000000000
--- a/net-im/pidgin-hotkeys/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../gaim-hotkeys-0.2.2.orig/src/Makefile.in Mon May 7 09:02:50 2007
-+++ src/Makefile.in Mon May 7 09:20:48 2007
-@@ -220,7 +220,7 @@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
--plugindir = $(libdir)/gaim
-+plugindir = $(libdir)/pidgin
- hotkeys_la_LDFLAGS = -module -avoid-version $(am__append_1)
- hotkeys_la_LIBADD = $(GAIM_LIBS) $(GTK_LIBS) $(am__append_2)
- plugin_LTLIBRARIES = hotkeys.la
diff --git a/net-im/pidgin-hotkeys/files/patch-src_hotkeys.c b/net-im/pidgin-hotkeys/files/patch-src_hotkeys.c
deleted file mode 100644
index 0fdd4ab13578..000000000000
--- a/net-im/pidgin-hotkeys/files/patch-src_hotkeys.c
+++ /dev/null
@@ -1,34 +0,0 @@
---- ../gaim-hotkeys-0.2.2.orig/src/hotkeys.c Mon May 7 09:02:50 2007
-+++ src/hotkeys.c Mon May 7 09:20:48 2007
-@@ -22,15 +22,21 @@
- #include <gdk/gdkkeysyms.h>
-
- #define GAIM_PLUGINS
--#include <gaim.h>
--#include <gaim/version.h>
--#include <gaim/debug.h>
--#include <gaim/gtkblist.h>
--#include <gaim/gtkplugin.h>
--#include <gaim/gtkutils.h>
--#include <gaim/gtkdialogs.h>
--#include <gaim/gtkprefs.h>
--#include <gaim/gtkaccount.h>
-+#include <pidgin.h>
-+
-+#include <libpurple/gaim-compat.h>
-+#include <libpurple/conversation.h>
-+#include <libpurple/debug.h>
-+#include <libpurple/version.h>
-+
-+#include <pidgin/gtkgaim-compat.h>
-+#include <pidgin/gtkconv.h>
-+#include <pidgin/gtkblist.h>
-+#include <pidgin/gtkplugin.h>
-+#include <pidgin/gtkutils.h>
-+#include <pidgin/gtkdialogs.h>
-+#include <pidgin/gtkprefs.h>
-+#include <pidgin/gtkaccount.h>
-
- #ifdef GDK_WINDOWING_X11
- #include <X11/keysym.h>
-diff -ruN ../gaim-hotkeys-0.2.2.orig/src/hotkeys.c ./src/hotkeys.c
diff --git a/net-im/pidgin-hotkeys/pkg-descr b/net-im/pidgin-hotkeys/pkg-descr
index 119404f8aaae..c64e2d1bb309 100644
--- a/net-im/pidgin-hotkeys/pkg-descr
+++ b/net-im/pidgin-hotkeys/pkg-descr
@@ -1,4 +1,4 @@
-A gaim plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for
+A pidgin plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for
togglling buddy list and reading queued message. When "Toggle List" hotkey is
enabled, it makes the buddy list hidden from your taskbar and task switcher
(similar to ICQ).