summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-20 04:32:46 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 22:01:13 +0200
commitf36ddf8c5fc95e01584474a508feb8a7d1004334 (patch)
tree4fcb71203c165e0cf5e3cb89df79ad3a6ef0f521 /x11-terms
parentx11-misc/alock: epatch->PATCHES=() (diff)
downloadgentoo-f36ddf8c5fc95e01584474a508feb8a7d1004334.tar.gz
gentoo-f36ddf8c5fc95e01584474a508feb8a7d1004334.tar.bz2
gentoo-f36ddf8c5fc95e01584474a508feb8a7d1004334.zip
x11-terms/tilda: epatch->PATCHES=()
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/tilda/files/tilda-0.9.6-gdk_resources.patch4
-rw-r--r--x11-terms/tilda/files/tilda-0.9.6-glib-single-include.patch6
-rw-r--r--x11-terms/tilda/tilda-0.9.6-r1.ebuild14
3 files changed, 12 insertions, 12 deletions
diff --git a/x11-terms/tilda/files/tilda-0.9.6-gdk_resources.patch b/x11-terms/tilda/files/tilda-0.9.6-gdk_resources.patch
index a26ba91f5ec0..3f5b763c1bd4 100644
--- a/x11-terms/tilda/files/tilda-0.9.6-gdk_resources.patch
+++ b/x11-terms/tilda/files/tilda-0.9.6-gdk_resources.patch
@@ -1,5 +1,5 @@
---- src/tilda_window.c 2008-01-17 23:07:39.000000000 +0100
-+++ src/tilda_window.c 2010-03-19 22:30:31.000000000 +0100
+--- a/src/tilda_window.c
++++ b/src/tilda_window.c
@@ -427,6 +427,9 @@
gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos"));
gtk_window_set_default_size (GTK_WINDOW(tw->window), config_getint ("max_width"), config_getint ("max_height"));
diff --git a/x11-terms/tilda/files/tilda-0.9.6-glib-single-include.patch b/x11-terms/tilda/files/tilda-0.9.6-glib-single-include.patch
index fcc734f771d9..00eb5bd3be09 100644
--- a/x11-terms/tilda/files/tilda-0.9.6-glib-single-include.patch
+++ b/x11-terms/tilda/files/tilda-0.9.6-glib-single-include.patch
@@ -1,7 +1,5 @@
-Index: tilda-0.9.6/src/tomboykeybinder.h
-===================================================================
---- tilda-0.9.6.orig/src/tomboykeybinder.h
-+++ tilda-0.9.6/src/tomboykeybinder.h
+--- a/src/tomboykeybinder.h
++++ b/src/tomboykeybinder.h
@@ -2,7 +2,7 @@
#ifndef __TOMBOY_KEY_BINDER_H__
#define __TOMBOY_KEY_BINDER_H__
diff --git a/x11-terms/tilda/tilda-0.9.6-r1.ebuild b/x11-terms/tilda/tilda-0.9.6-r1.ebuild
index ed11fc466333..128a4518d15a 100644
--- a/x11-terms/tilda/tilda-0.9.6-r1.ebuild
+++ b/x11-terms/tilda/tilda-0.9.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools eutils
+inherit autotools
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -21,11 +21,13 @@ RDEPEND="x11-libs/vte:0
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch
- epatch "${FILESDIR}"/${PN}-0.9.6-glib-single-include.patch
- epatch "${FILESDIR}"/${PN}-0.9.6-makefile.patch
- eapply_user
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch
+ "${FILESDIR}"/${PN}-0.9.6-glib-single-include.patch
+ "${FILESDIR}"/${PN}-0.9.6-makefile.patch
+)
+src_prepare() {
+ default
eautoreconf
}