pidgin/purple-plugin-pack

Merged in default (pull request #17)

2020-03-02, Gary Kramlich
875b06c83004
Merged in default (pull request #17)

Remove dead files from the old build system

Approved-by: Elliott Sales de Andrade
  • +0 -1
    .hgignore
  • +0 -1
    VERSION
  • +0 -1
    VERSION.in
  • +0 -116
    pp_config.h.mingw
  • +0 -112
    win_pp.mak
  • --- a/.hgignore Sun Mar 01 18:15:26 2020 -0600
    +++ b/.hgignore Mon Mar 02 00:54:56 2020 +0000
    @@ -13,6 +13,5 @@
    po/POTFILES$
    po/stamp-it
    po/.+\.pot
    -^pre_config\.h\.in~?$
    purple-plugin-pack-\d+.+
    win32-dist
    --- a/VERSION Sun Mar 01 18:15:26 2020 -0600
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,1 +0,0 @@
    -2.7.1dev
    --- a/VERSION.in Sun Mar 01 18:15:26 2020 -0600
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,1 +0,0 @@
    -@VERSION@
    --- a/pp_config.h.mingw Sun Mar 01 18:15:26 2020 -0600
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,116 +0,0 @@
    -/* pre_config.h. Generated from pre_config.h.in by configure. */
    -/* pre_config.h.in. Generated from configure.ac by autoheader. */
    -
    - /* our header */
    -#ifndef PP_CONFIG_H
    -#define PP_CONFIG_H
    -
    -#ifndef G_GNUC_NULL_TERMINATED
    -#if __GNUC__ >= 4
    -#define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
    -#else
    -#define G_GNUC_NULL_TERMINATED
    -#endif
    -#endif
    -
    -/* Define if debugging is enabled. */
    -/*#define DEBUG 1 */
    -
    -/* always defined to indicate that i18n is enabled */
    -#define ENABLE_NLS 1
    -
    -/* Define the gettext package to be used. */
    -#define GETTEXT_PACKAGE "plugin_pack"
    -
    -/* Define to 1 if you have the `bind_textdomain_codeset' function. */
    -/*#define HAVE_BIND_TEXTDOMAIN_CODESET 1*/
    -
    -/* Define to 1 if you have the `dcgettext' function. */
    -/*#define HAVE_DCGETTEXT 1*/
    -
    -/* Define to 1 if you have the <dlfcn.h> header file. */
    -/*#define HAVE_DLFCN_H 1*/
    -
    -/* Define if we've found finch. */
    -/* #undef HAVE_FINCH */
    -
    -/* Define if the GNU gettext() function is already present or preinstalled. */
    -#define HAVE_GETTEXT 1
    -
    -/* Define to 1 if you have the <inttypes.h> header file. */
    -#define HAVE_INTTYPES_H 1
    -
    -/* Define if your <locale.h> file defines LC_MESSAGES. */
    -/*#define HAVE_LC_MESSAGES 1*/
    -
    -/* Define to 1 if you have the <locale.h> header file. */
    -#define HAVE_LOCALE_H 1
    -
    -/* Define to 1 if you have the <memory.h> header file. */
    -#define HAVE_MEMORY_H 1
    -
    -/* Define if we've found pidgin. */
    -#define HAVE_PIDGIN 1
    -
    -/* Define if we've found libpurple. */
    -#define HAVE_PURPLE 1
    -
    -/* Define to 1 if you have the <regex.h> header file. */
    -/*#define HAVE_REGEX_H 1*/
    -
    -/* Define to 1 if you have the <stdint.h> header file. */
    -#define HAVE_STDINT_H 1
    -
    -/* Define to 1 if you have the <stdlib.h> header file. */
    -#define HAVE_STDLIB_H 1
    -
    -/* Define to 1 if you have the <strings.h> header file. */
    -#define HAVE_STRINGS_H 1
    -
    -/* Define to 1 if you have the <string.h> header file. */
    -#define HAVE_STRING_H 1
    -
    -/* Define to 1 if you have the <sys/stat.h> header file. */
    -#define HAVE_SYS_STAT_H 1
    -
    -/* Define to 1 if you have the <sys/types.h> header file. */
    -#define HAVE_SYS_TYPES_H 1
    -
    -/* Define to 1 if you have the <unistd.h> header file. */
    -#define HAVE_UNISTD_H 1
    -
    -/* Name of package */
    -#define PP_PACKAGE "purple-plugin_pack"
    -
    -/* Define to the address where bug reports for this package should be sent. */
    -#define PP_PACKAGE_BUGREPORT "guifications-devel@lists.sourceforge.net"
    -
    -/* Define to the full name of this package. */
    -#define PP_PACKAGE_NAME "purple-plugin_pack"
    -
    -/* Define to the full name and version of this package. */
    -#define PP_PACKAGE_STRING "purple-plugin_pack 1.0mtn"
    -
    -/* Define to the one symbol short name of this package. */
    -#define PP_PACKAGE_TARNAME "purple-plugin_pack"
    -
    -/* Define to the version of this package. */
    -#define PP_PACKAGE_VERSION "1.0mtn"
    -
    -/* Plugin Pack Version */
    -/*#define PP_VERSION "1.0mtn"*/
    -
    -/* Plugin Pack Website */
    -#define PP_WEBSITE "http://plugins.guifications.org/trac"
    -
    -#define PP_LOCALEDIR LOCALEDIR
    -
    -/* Define to 1 if you have the ANSI C header files. */
    -#define STDC_HEADERS 1
    -
    -/* Version number of package */
    -/*#define VERSION "1.0mtn"*/
    -
    -
    -#endif /* PP_CONFIG_H */
    -
    --- a/win_pp.mak Sun Mar 01 18:15:26 2020 -0600
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,112 +0,0 @@
    --include $(PP_TOP)/local.mak
    -
    -PIDGIN_TREE_TOP ?= $(PP_TOP)/../../..
    -GTK_TOP := $(PIDGIN_TREE_TOP)/../win32-dev/gtk_2_0-2.14
    -DLL_ZIP_DIR := $(PP_TOP)/win32-dist
    -
    -PP_VERSION := $(shell cat ${PP_TOP}/VERSION)
    -PP_CONFIG_H := $(PP_TOP)/pp_config.h
    -
    -include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
    -
    -DEFINES += -DPP_VERSION=\"$(PP_VERSION)\" -DHAVE_ENCHANT
    -
    -##
    -## INCLUDE PATHS
    -##
    -
    -INCLUDE_PATHS += -I. \
    - -I$(GTK_TOP)/include \
    - -I$(GTK_TOP)/include/gtk-2.0 \
    - -I$(GTK_TOP)/include/glib-2.0 \
    - -I$(GTK_TOP)/include/pango-1.0 \
    - -I$(GTK_TOP)/include/atk-1.0 \
    - -I$(GTK_TOP)/include/freetype2 \
    - -I$(GTK_TOP)/lib/glib-2.0/include \
    - -I$(GTK_TOP)/lib/gtk-2.0/include \
    - -I$(GTK_TOP)/include/cairo \
    - -I$(PURPLE_TOP) \
    - -I$(PURPLE_TOP)/win32 \
    - -I$(PIDGIN_TOP) \
    - -I$(PIDGIN_TOP)/win32 \
    - -I$(PIDGIN_TREE_TOP)
    -
    -
    -LIB_PATHS = \
    - -L$(GTK_TOP)/lib \
    - -L$(PURPLE_TOP) \
    - -L$(PIDGIN_TOP)
    -
    -##
    -## SOURCES, OBJECTS
    -##
    -
    -PP_SRC ?= $(PP).c
    -
    -
    -PP_OBJ = $(PP_SRC:%.c=%.o)
    -
    -##
    -## LIBRARIES
    -##
    -
    -PLUGIN_LIBS = \
    - -lgtk-win32-2.0 \
    - -lgdk-win32-2.0 \
    - -lgdk_pixbuf-2.0 \
    - -lglib-2.0 \
    - -lpango-1.0 \
    - -lgmodule-2.0 \
    - -lgobject-2.0 \
    - -lws2_32 \
    - -lintl \
    - -lpurple \
    - -lpidgin
    -
    -##
    -## RULES
    -##
    -
    -# How to make a C file
    -%.o: %.c
    - $(CC) $(CFLAGS) $(INCLUDE_PATHS) $(DEFINES) -c $< -o $@
    -
    -##
    -## TARGET DEFINITIONS
    -##
    -
    -.PHONY: all clean install install_zip
    -
    -all: $(PP).dll
    -
    -$(PP_CONFIG_H): $(PP_TOP)/pp_config.h.mingw
    - cp $(PP_TOP)/pp_config.h.mingw $(PP_CONFIG_H)
    -
    -$(DLL_ZIP_DIR):
    - mkdir -p $(DLL_ZIP_DIR)
    -
    -install: all $(PIDGIN_INSTALL_PLUGINS_DIR)
    - cp $(PP).dll $(PIDGIN_INSTALL_PLUGINS_DIR)
    -
    -install_zip: $(DLL_ZIP_DIR) all
    - cp $(PP).dll $(DLL_ZIP_DIR)
    -
    -$(PP_OBJ): $(PP_CONFIG_H) $(PURPLE_VERSION_H)
    -
    -##
    -## BUILD DLL
    -##
    -
    -$(PP).dll: $(PP_OBJ) $(PURPLE_DLL).a $(PIDGIN_DLL).a
    - $(CC) -shared $(PP_OBJ) $(LIB_PATHS) $(PLUGIN_LIBS) $(DLL_LD_FLAGS) -o $(PP).dll
    -
    -
    -##
    -## CLEAN RULES
    -##
    -
    -clean:
    - rm -rf *.o
    - rm -rf $(PP).dll
    -
    -include $(PIDGIN_COMMON_TARGETS)