- update to 3.6.0
This commit is contained in:
parent
291472c450
commit
47134283a0
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2012/04/23 05:37:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2012/09/27 14:15:05 jasper Exp $
|
||||
|
||||
COMMENT= plugins for Gedit
|
||||
|
||||
GNOME_PROJECT= gedit-plugins
|
||||
GNOME_VERSION= 3.4.0
|
||||
GNOME_VERSION= 3.6.0
|
||||
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -22,6 +22,8 @@ WANTLIB += gio-2.0 girepository-1.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 gtk-3 gtksourceview-3.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0 pixman-1 png
|
||||
WANTLIB += pthread-stubs xcb xcb-render xcb-shm xml2 z stdc++
|
||||
WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz icudata
|
||||
WANTLIB += icule icuuc pthread
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gedit-plugins-3.4.0.tar.xz) = pmE4tD4ad/OSWPBJNr41FjtMa/1JZDeRykRcs8PWDgo=
|
||||
SIZE (gnome/gedit-plugins-3.4.0.tar.xz) = 1454320
|
||||
SHA256 (gnome/gedit-plugins-3.6.0.tar.xz) = 20iRLkyUkXt9Ximui09rnVBdz1kthiGTeWehDM+SEJM=
|
||||
SIZE (gnome/gedit-plugins-3.6.0.tar.xz) = 1397088
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2012/09/11 08:07:18 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.7 2012/09/27 14:15:05 jasper Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- configure.orig Mon Mar 26 20:07:22 2012
|
||||
+++ configure Tue Sep 11 10:04:27 2012
|
||||
@@ -12234,6 +12234,9 @@ else
|
||||
--- configure.orig Mon Sep 24 22:25:07 2012
|
||||
+++ configure Thu Sep 27 10:57:00 2012
|
||||
@@ -12349,6 +12349,9 @@ else
|
||||
fi
|
||||
|
||||
;;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2012/03/29 07:09:28 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2012/09/27 14:15:05 jasper Exp $
|
||||
lib/gedit/plugins/bookmarks.plugin
|
||||
lib/gedit/plugins/bracketcompletion.plugin
|
||||
lib/gedit/plugins/bracketcompletion.py
|
||||
@ -38,6 +38,9 @@ lib/gedit/plugins/commander/commands/completion.pyo
|
||||
lib/gedit/plugins/commander/commands/exceptions.py
|
||||
lib/gedit/plugins/commander/commands/exceptions.pyc
|
||||
lib/gedit/plugins/commander/commands/exceptions.pyo
|
||||
lib/gedit/plugins/commander/commands/metamodule.py
|
||||
lib/gedit/plugins/commander/commands/metamodule.pyc
|
||||
lib/gedit/plugins/commander/commands/metamodule.pyo
|
||||
lib/gedit/plugins/commander/commands/method.py
|
||||
lib/gedit/plugins/commander/commands/method.pyc
|
||||
lib/gedit/plugins/commander/commands/method.pyo
|
||||
@ -103,9 +106,6 @@ lib/gedit/plugins/multiedit.plugin
|
||||
lib/gedit/plugins/multiedit/__init__.py
|
||||
lib/gedit/plugins/multiedit/__init__.pyc
|
||||
lib/gedit/plugins/multiedit/__init__.pyo
|
||||
lib/gedit/plugins/multiedit/constants.py
|
||||
lib/gedit/plugins/multiedit/constants.pyc
|
||||
lib/gedit/plugins/multiedit/constants.pyo
|
||||
lib/gedit/plugins/multiedit/documenthelper.py
|
||||
lib/gedit/plugins/multiedit/documenthelper.pyc
|
||||
lib/gedit/plugins/multiedit/documenthelper.pyo
|
||||
@ -148,9 +148,6 @@ lib/gedit/plugins/textsize.plugin
|
||||
lib/gedit/plugins/textsize/__init__.py
|
||||
lib/gedit/plugins/textsize/__init__.pyc
|
||||
lib/gedit/plugins/textsize/__init__.pyo
|
||||
lib/gedit/plugins/textsize/constants.py
|
||||
lib/gedit/plugins/textsize/constants.pyc
|
||||
lib/gedit/plugins/textsize/constants.pyo
|
||||
lib/gedit/plugins/textsize/documenthelper.py
|
||||
lib/gedit/plugins/textsize/documenthelper.pyc
|
||||
lib/gedit/plugins/textsize/documenthelper.pyo
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.86 2012/09/01 14:36:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.87 2012/09/27 14:14:54 jasper Exp $
|
||||
|
||||
COMMENT= lightweight GNOME text editor
|
||||
|
||||
GNOME_PROJECT= gedit
|
||||
GNOME_VERSION= 3.4.2
|
||||
REVISION= 0
|
||||
GNOME_VERSION= 3.6.0
|
||||
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -24,6 +23,8 @@ WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 gtk-3
|
||||
WANTLIB += gtksourceview-3.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre peas-1.0 peas-gtk-1.0 pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += stdc++ xcb xcb-render xcb-shm xml2 z
|
||||
WANTLIB += atk-bridge-2.0 atspi dbus-1 harfbuzz icudata icule
|
||||
WANTLIB += icuuc
|
||||
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gedit-3.4.2.tar.xz) = S9gRVt49pDPZPq89+crkqig1bCvaI/2Iymi6bhhKnm0=
|
||||
SIZE (gnome/gedit-3.4.2.tar.xz) = 2948840
|
||||
SHA256 (gnome/gedit-3.6.0.tar.xz) = IEOqphcIIi9HbdHIPkO9F8Z6NBswpLqmRmpgu/ttlHE=
|
||||
SIZE (gnome/gedit-3.6.0.tar.xz) = 2953208
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2012/09/11 07:03:50 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.4 2012/09/27 14:14:54 jasper Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- configure.orig Thu May 24 14:47:15 2012
|
||||
+++ configure Tue Sep 11 08:52:01 2012
|
||||
@@ -13817,6 +13817,9 @@ else
|
||||
--- configure.orig Mon Sep 24 22:20:25 2012
|
||||
+++ configure Thu Sep 27 10:37:43 2012
|
||||
@@ -13840,6 +13840,9 @@ else
|
||||
fi
|
||||
|
||||
;;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.25 2012/05/24 13:35:44 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.26 2012/09/27 14:14:54 jasper Exp $
|
||||
@bin bin/gedit
|
||||
bin/gnome-text-editor
|
||||
include/gedit-3.0/
|
||||
@ -171,7 +171,6 @@ share/gedit/gir-1.0/Gedit-3.0.gir
|
||||
share/gedit/logo/
|
||||
share/gedit/logo/gedit-logo.png
|
||||
share/gedit/plugins/
|
||||
share/gedit/plugins/changecase/
|
||||
share/gedit/plugins/externaltools/
|
||||
share/gedit/plugins/externaltools/tools/
|
||||
share/gedit/plugins/externaltools/tools/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user