grim/purple-spasm

Add our protocol icons

2017-05-11, Gary Kramlich
0064766dd97a
Parents 9fbc77f4a80c
Children 2c1f2ed65b14
Add our protocol icons
--- a/Makefile Tue May 09 23:40:58 2017 -0500
+++ b/Makefile Thu May 11 20:36:54 2017 -0500
@@ -5,22 +5,33 @@
PLUGIN_NAME := purple-spasm
PLUGIN_VERSION := 0.0.1
-PLUGIN_CFLAGS := \
- $(shell pkg-config --cflags json-glib-1.0) \
- $(shell pkg-config --cflags libsoup-2.4)
-PLUGIN_LIBS := \
- $(shell pkg-config --libs json-glib-1.0) \
- $(shell pkg-config --libs libsoup-2.4)
+
PLUGIN_SOURCES := \
spasm.c \
spasm-account.c \
spasm-auth.c \
spasm-rest.c \
spasm-user.c
+
PLUGIN_HEADERS := \
spasm-account.h \
spasm-auth.h \
spasm-const.h \
spasm-rest.h \
spasm-user.h
+
+PROTOCOL_PIXMAPS := \
+ assets/spasm16.png \
+ assets/spasm22.png \
+ assets/spasm48.png \
+ assets/spasmscaled.svg
+
+PLUGIN_CFLAGS := \
+ $(shell pkg-config --cflags json-glib-1.0) \
+ $(shell pkg-config --cflags libsoup-2.4)
+
+PLUGIN_LIBS := \
+ $(shell pkg-config --libs json-glib-1.0) \
+ $(shell pkg-config --libs libsoup-2.4)
+
include libpurple.mk
Binary file assets/spasm16.png has changed
Binary file assets/spasm22.png has changed
Binary file assets/spasm48.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/assets/spasmscaled.svg Thu May 11 20:36:54 2017 -0500
@@ -0,0 +1,1 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 134"><defs><style>.cls-1{fill:#6441a4;fill-rule:evenodd;}</style></defs><title>Glitch</title><path class="cls-1" d="M89,77l-9,23v94h32v17h18l17-17h26l35-35V77H89Zm107,76-20,20H144l-17,17V173H100V89h96v64Zm-20-41v35H164V112h12Zm-32,0v35H132V112h12Z" transform="translate(-80 -77)"/></svg>
\ No newline at end of file