summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorPol Vinogradov2014-09-23 20:19:15 -0400
committerPol Vinogradov2014-09-23 20:19:15 -0400
commit075dc6d20393a338e987b820ca6f395950df010f (patch)
tree81b1c8db90ef6c56d858f450d956836e26718b2b /chat-im
parent46932d9aff5fc1160a1c36d0b6fb8c308f158fe3 (diff)
chat-im/pidgin-window-merge: new spell, one window plugin for Pidgin
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/pidgin-window-merge/DEPENDS4
-rwxr-xr-xchat-im/pidgin-window-merge/DETAILS19
-rw-r--r--chat-im/pidgin-window-merge/HISTORY2
-rwxr-xr-xchat-im/pidgin-window-merge/PREPARE2
-rwxr-xr-xchat-im/pidgin-window-merge/PRE_BUILD6
5 files changed, 33 insertions, 0 deletions
diff --git a/chat-im/pidgin-window-merge/DEPENDS b/chat-im/pidgin-window-merge/DEPENDS
new file mode 100755
index 0000000000..80af1d9f47
--- /dev/null
+++ b/chat-im/pidgin-window-merge/DEPENDS
@@ -0,0 +1,4 @@
+depends autoconf &&
+depends automake &&
+depends git &&
+depends pidgin
diff --git a/chat-im/pidgin-window-merge/DETAILS b/chat-im/pidgin-window-merge/DETAILS
new file mode 100755
index 0000000000..4765f04c69
--- /dev/null
+++ b/chat-im/pidgin-window-merge/DETAILS
@@ -0,0 +1,19 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=pidgin-window-merge
+ VERSION=$(get_scm_version)
+ SOURCE=${SPELL}-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
+ SOURCE_URL=git://github.com/dm0-/window_merge.git:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+ WEB_SITE=http://github.com/dm0-/window_merge
+ ENTERED=20140923
+ LICENSE[0]=GPL
+ KEYWORDS="chat plugin window"
+ SHORT="One window plugin for Pidgin"
+cat << EOF
+Window Merge is a Pidgin plugin that merges a conversation window
+with the Buddy List window. It can be used to achieve a rudimentary
+"single window mode" for Pidgin. Both Window Merge and Pidgin itself
+should be kept updated for the most stable experience
+EOF
diff --git a/chat-im/pidgin-window-merge/HISTORY b/chat-im/pidgin-window-merge/HISTORY
new file mode 100644
index 0000000000..404d6907d5
--- /dev/null
+++ b/chat-im/pidgin-window-merge/HISTORY
@@ -0,0 +1,2 @@
+2014-09-23 Pol Vinogradov <vin.public@gmail.com>
+ * DETAILS, DEPENDS, PREPARE, PRE_BUILD: spell created
diff --git a/chat-im/pidgin-window-merge/PREPARE b/chat-im/pidgin-window-merge/PREPARE
new file mode 100755
index 0000000000..a68f274f72
--- /dev/null
+++ b/chat-im/pidgin-window-merge/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch scm
diff --git a/chat-im/pidgin-window-merge/PRE_BUILD b/chat-im/pidgin-window-merge/PRE_BUILD
new file mode 100755
index 0000000000..0bbdbfec4a
--- /dev/null
+++ b/chat-im/pidgin-window-merge/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+cd "$SOURCE_DIRECTORY" &&
+
+mkdir -p m4 &&
+autoreconf -fi