Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files and other related stuff are stored there. --HG-- extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
This commit is contained in:
67
templates/sylpheed/sylpheed-fix-latest-gtk.diff
Normal file
67
templates/sylpheed/sylpheed-fix-latest-gtk.diff
Normal file
@@ -0,0 +1,67 @@
|
||||
--- src/prefs_display_items.c.orig 2008-10-08 20:02:35.000000000 +0200
|
||||
+++ src/prefs_display_items.c 2008-10-08 20:03:54.000000000 +0200
|
||||
@@ -26,13 +26,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
-#include <gtk/gtkmain.h>
|
||||
-#include <gtk/gtkwindow.h>
|
||||
-#include <gtk/gtkvbox.h>
|
||||
-#include <gtk/gtkhbox.h>
|
||||
-#include <gtk/gtkclist.h>
|
||||
-#include <gtk/gtkbutton.h>
|
||||
-#include <gtk/gtkstock.h>
|
||||
+#include <gtk/gtk.h>
|
||||
|
||||
#include "prefs.h"
|
||||
#include "prefs_ui.h"
|
||||
--- src/prefs_summary_column.c.orig 2008-10-08 20:04:41.000000000 +0200
|
||||
+++ src/prefs_summary_column.c 2008-10-08 20:04:53.000000000 +0200
|
||||
@@ -26,13 +26,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
-#include <gtk/gtkmain.h>
|
||||
-#include <gtk/gtkwindow.h>
|
||||
-#include <gtk/gtkvbox.h>
|
||||
-#include <gtk/gtkhbox.h>
|
||||
-#include <gtk/gtkclist.h>
|
||||
-#include <gtk/gtkbutton.h>
|
||||
-#include <gtk/gtkstock.h>
|
||||
+#include <gtk/gtk.h>
|
||||
|
||||
#include "prefs.h"
|
||||
#include "prefs_ui.h"
|
||||
--- src/addr_compl.c.orig 2008-10-08 20:05:25.000000000 +0200
|
||||
+++ src/addr_compl.c 2008-10-08 20:05:37.000000000 +0200
|
||||
@@ -26,12 +26,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
-#include <gtk/gtkmain.h>
|
||||
-#include <gtk/gtkwindow.h>
|
||||
-#include <gtk/gtkentry.h>
|
||||
-#include <gtk/gtkeditable.h>
|
||||
-#include <gtk/gtkclist.h>
|
||||
-#include <gtk/gtkscrolledwindow.h>
|
||||
+#include <gtk/gtk.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
--- src/editgroup.c.orig 2008-10-08 20:06:05.000000000 +0200
|
||||
+++ src/editgroup.c 2008-10-08 20:06:17.000000000 +0200
|
||||
@@ -26,13 +26,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
-#include <gtk/gtkwindow.h>
|
||||
-#include <gtk/gtkclist.h>
|
||||
-#include <gtk/gtkvbox.h>
|
||||
-#include <gtk/gtkstatusbar.h>
|
||||
-#include <gtk/gtktable.h>
|
||||
-#include <gtk/gtkentry.h>
|
||||
-#include <gtk/gtkstock.h>
|
||||
+#include <gtk/gtk.h>
|
||||
|
||||
#include "addressbook.h"
|
||||
#include "addressitem.h"
|
||||
31
templates/sylpheed/template
Normal file
31
templates/sylpheed/template
Normal file
@@ -0,0 +1,31 @@
|
||||
# Template build file for 'sylpheed'.
|
||||
pkgname=sylpheed
|
||||
version=2.6.0beta1
|
||||
patch_files="$pkgname-fix-latest-gtk.diff"
|
||||
distfiles="
|
||||
http://sylpheed.sraoss.jp/sylpheed/v2.6beta/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-compface --disable-gtkspell
|
||||
--disable-gpgme"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Lightweight and user-friendly e-mail client"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=21f3204c5e9e7f8c07509fbba677f9820d847d53
|
||||
long_desc="
|
||||
Sylpheed is a simple, lightweight but featureful, and easy-to-use
|
||||
e-mail client (mailer, MUA).
|
||||
|
||||
Sylpheed has the following features:
|
||||
|
||||
* Simple, beautiful, and well-polished user interface
|
||||
* Comfortable operationality which is built in detail
|
||||
* Well-organized, easy-to-understand configuration
|
||||
* Lightweight operation
|
||||
* High reliability
|
||||
* Internationalization and Multilingualization support
|
||||
* High-level Japanese processing
|
||||
* Various protocols support
|
||||
* Security features (GnuPG, SSL/TLSv1)
|
||||
* Powerful filtering and search
|
||||
* Junk mail control
|
||||
* Flexible cooperation with external commands"
|
||||
Reference in New Issue
Block a user