commit 34d49d06eadbe18659e66f47b74f6bc0e9f824d51a50ce2ca8df9baab7408b71 Author: OBS User autobuild Date: Thu May 13 22:57:07 2010 +0000 Accepting request 39869 from GNOME:Factory Copy from GNOME:Factory/gedit-plugins based on submit request 39869 from user dimstar OBS-URL: https://build.opensuse.org/request/show/39869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gedit-plugins-2.30.0.tar.bz2 b/gedit-plugins-2.30.0.tar.bz2 new file mode 100644 index 0000000..3ad4e35 --- /dev/null +++ b/gedit-plugins-2.30.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a177f2455ee5c58bc4a19df013d5698b14ae6a3f31ed48347904cf467a79509 +size 598898 diff --git a/gedit-plugins.changes b/gedit-plugins.changes new file mode 100644 index 0000000..e0ed53b --- /dev/null +++ b/gedit-plugins.changes @@ -0,0 +1,97 @@ +------------------------------------------------------------------- +Wed May 12 14:17:02 UTC 2010 - dimstar@opensuse.org + +- Choose valid RPM group. + +------------------------------------------------------------------- +Thu Apr 1 13:45:39 CEST 2010 - vuntz@opensuse.org + +- Remove unneeded gedit BuildRequires, since gedit-devel now brings + it in. + +------------------------------------------------------------------- +Tue Mar 30 00:19:26 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.0: + + Commander: + - change shortcut to control-+ + - hide commander when done + - add autocomplete for edit.rename + - make shell background and replace also accessible from the + module + - improve new-command template + - implement support for accelerators + - allow completion of empty command + - various bug fixes + + Add new align module + + Updated translations.pdated translations. + +------------------------------------------------------------------- +Sun Jan 17 04:35:24 CET 2010 - vuntz@opensuse.org + +- Update to version 2.29.4: + + Added new plugin commander + + Added message bus bindings for bookmarks actions + + Misc Bugfixes + + Updated translations. +- Use fdupes on /usr/share/gedit-2 too. + +------------------------------------------------------------------- +Thu Dec 3 00:41:14 CET 2009 - vuntz@opensuse.org + +- Update to version 2.29.3: + + Misc Bugfixes + + Updated translations. +- Changes from version 2.29.2: + + Added multi edit plugin + + Misc Bugfixes + + Updated translations. +- Changes from version 2.29.1: + + Added word completion plugin + + Added support for drawing leading, text and trailing spaces + + Misc Bugfixes + + Updated translations. + +------------------------------------------------------------------- +Thu Oct 1 17:38:19 CEST 2009 - vuntz@opensuse.org + +- Update to version 2.28.0: + + Misc Bugfixes + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 26 10:33:28 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.1: + + Remember bookmarks on files using metadata + + Misc Bugfixes + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 31 12:29:14 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.3: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Tue May 19 10:00:50 CEST 2009 - dominique-obs@leuenberger.net + +- Update to version 2.26.2: + + Misc bugfixes + + Updated translations. + +------------------------------------------------------------------- +Mon May 18 03:36:20 CEST 2009 - vuntz@novell.com + +- Do not use tabs, remove trailing white spaces. +- Add missing Requires for the lang package. +- Fix the sr@Latn with a simple mv, instead of patching. +- Use fdupes. +- Add Requires on gedit. + +------------------------------------------------------------------- +Sat May 16 22:41:30 CEST 2009 - dominique-obs@leuenberger.net + +- New package for gedit-plugins, all plugins enabled. + diff --git a/gedit-plugins.spec b/gedit-plugins.spec new file mode 100644 index 0000000..2116dc0 --- /dev/null +++ b/gedit-plugins.spec @@ -0,0 +1,100 @@ +# +# spec file for package gedit-plugins (Version 2.30.0) +# +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: gedit-plugins +Summary: A collection of plugins for gedit +Version: 2.30.0 +Release: 1 +Source: %{name}-%{version}.tar.bz2 +License: GPL v2 or late +Group: Productivity/Editors/Other +Url: http://live.gnome.org/GeditPlugins +BuildRequires: fdupes +BuildRequires: gconf2-devel +BuildRequires: gedit-devel +BuildRequires: glib2-devel +BuildRequires: gnome-doc-utils-devel +BuildRequires: gtk2-devel +BuildRequires: gtksourceview-devel +BuildRequires: gucharmap-devel +BuildRequires: intltool +BuildRequires: pkg-config +BuildRequires: python-gtk-devel +BuildRequires: python-gtksourceview-devel +BuildRequires: vte-devel +Requires: gedit +Requires: %{name}-lang = %{version} +Enhances: gedit +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%gconf_schemas_prereq + +%description +Here follows a list of plugins currently available in gedit-plugins: + + * Bracket Completion Add automaically a closing bracket when you + insert one + * Charmap Select characters from a charactermap + * Code Comment Comment or uncomment blocks of code + * Color picker Select and insert a color from a dialog (for html, + css, php) + * Join lines/ Split lines Join or split multiple lines through Ctrl+J + and Ctrl+Shift+J + * Session Saver Allow to bookmark working sessions in order to get + them back for further use + * Smart Spaces Allow to unindent like if you were using tabs while + you're using spaces + * Show tabbar A very basic plugin which shows or hides the gedit tabbar + * Terminal A simple terminal widget accessible from the bottom panel + +%prep +%setup -q + +%lang_package + +%build +%configure +%__make %{?jobs:-j%jobs} + +%install +%makeinstall +# Change sr@Latn to sr@latin +mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin +%find_lang %{name} +%find_gconf_schemas +%fdupes %{buildroot}/%{_datadir}/gedit-2/plugins +%fdupes %{buildroot}/%{_libdir}/gedit-2/plugins + +%clean +rm -rf %{buildroot} + +%pre -f %{name}.schemas_pre + +%preun -f %{name}.schemas_preun + +%posttrans -f %{name}.schemas_posttrans + +%files -f %{name}.schemas_list +%defattr(-,root,root) +%{_libdir}/gedit-2/plugins/* +%{_datadir}/gedit-2/plugins/* + +%files lang -f %{name}.lang + +%changelog