update to gedit-plugins-3.10.1

This commit is contained in:
jasper 2013-12-03 23:00:07 +00:00
parent afb1fb109d
commit 1fc9776cdc
3 changed files with 4 additions and 23 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.70 2013/10/03 09:49:03 jasper Exp $
# $OpenBSD: Makefile,v 1.71 2013/12/03 23:00:07 jasper Exp $
COMMENT= plugins for Gedit
GNOME_PROJECT= gedit-plugins
GNOME_VERSION= 3.10.0
REVISION= 2
GNOME_VERSION= 3.10.1
CATEGORIES= editors

View File

@ -1,2 +1,2 @@
SHA256 (gnome/gedit-plugins-3.10.0.tar.xz) = F8twOgmgNGtqc9DjTuyHzekHP/1eAWh0HwgwpBmrV80=
SIZE (gnome/gedit-plugins-3.10.0.tar.xz) = 1267592
SHA256 (gnome/gedit-plugins-3.10.1.tar.xz) = sw4w1aDvuacRxlg3SLN8HtPkUiJQXgj5ILeMbeC8Sp0=
SIZE (gnome/gedit-plugins-3.10.1.tar.xz) = 1253800

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-plugins_terminal_terminal_py,v 1.2 2013/10/03 10:09:53 jasper Exp $
From f7ee1be8428bcd3f69ea4f07b503cac62e287c3e Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@gnome.org>
Date: Thu, 26 Sep 2013 00:21:38 +0000
Subject: terminal: Remove unnecessary calls to set background
--- plugins/terminal/terminal.py.orig Thu Oct 3 11:38:01 2013
+++ plugins/terminal/terminal.py Thu Oct 3 11:39:55 2013
@@ -45,8 +45,6 @@ class GeditTerminal(Vte.Terminal):
def __init__(self):
Vte.Terminal.__init__(self)
- self.set_background_image(None)
- self.set_background_transparent(False)
self.set_size(self.get_column_count(), 5)
self.set_size_request(200, 50)