[PATCH] tortoisehg.spec: remove hgtk

1 view
Skip to first unread message

Toshi MARUYAMA

unread,
Jul 26, 2010, 5:48:42 AM7/26/10
to thg...@googlegroups.com
# HG changeset patch
# User Toshi MARUYAMA <marut...@gmail.com>
# Date 1280137442 -32400
# Node ID 8267d9c09117b49b7f794082aa8e42087fae137f
# Parent cef10e7ab0e5565a2860eaafe8f7f0e08d88c4e3
tortoisehg.spec: remove hgtk.

diff -r cef10e7ab0e5 -r 8267d9c09117 contrib/tortoisehg.spec
--- a/contrib/tortoisehg.spec Sun Jul 25 17:04:10 2010 +0900
+++ b/contrib/tortoisehg.spec Mon Jul 26 18:44:02 2010 +0900
@@ -5,7 +5,7 @@
Name: tortoisehg
Version: hg
Release: hg
-Summary: Mercurial GUI command line tool hgtk
+Summary: Mercurial GUI command line tool thg
Group: Development/Tools
License: GPLv2
# Few files are under the more permissive GPLv2+
@@ -17,12 +17,13 @@
# BuildArch: noarch
BuildRequires: python, python-devel, gettext, python-sphinx
BuildRequires: PyQt4-devel
-Requires: python >= 2.4, python-iniparse, mercurial >= 1.6, gnome-python2-gconf
-Requires: gnome-python2-gtksourceview, pycairo, pygobject2, pygtk2 >= 2.10
+Requires: python >= 2.4, python-iniparse, mercurial >= 1.6
+# gconf needs at util/shlib.py for browse_url(url).
+Requires: gnome-python2-gconf
Requires: PyQt4 >= 4.6, qscintilla-python

%description
-This package contains the hgtk command line tool which provides a
+This package contains the thg command line tool which provides a
graphical user interface to the Mercurial distributed revision control system.

%package nautilus
@@ -74,7 +75,6 @@

%defattr(-,root,root,-)
%doc COPYING.txt doc/build/html/
-%{_bindir}/hgtk
%{_bindir}/thg
%{python_sitelib}/tortoisehg/
%{python_sitelib}/tortoisehg-*.egg-info

Steve Borho

unread,
Jul 26, 2010, 9:01:02 AM7/26/10
to thg...@googlegroups.com
On Mon, Jul 26, 2010 at 4:48 AM, Toshi MARUYAMA <marut...@gmail.com> wrote:
> # HG changeset patch
> # User Toshi MARUYAMA <marut...@gmail.com>
> # Date 1280137442 -32400
> # Node ID 8267d9c09117b49b7f794082aa8e42087fae137f
> # Parent  cef10e7ab0e5565a2860eaafe8f7f0e08d88c4e3
> tortoisehg.spec: remove hgtk.

Pushed both of these, thanks.

> diff -r cef10e7ab0e5 -r 8267d9c09117 contrib/tortoisehg.spec
> --- a/contrib/tortoisehg.spec   Sun Jul 25 17:04:10 2010 +0900
> +++ b/contrib/tortoisehg.spec   Mon Jul 26 18:44:02 2010 +0900
> @@ -5,7 +5,7 @@
>  Name:          tortoisehg
>  Version:       hg
>  Release:       hg
> -Summary:       Mercurial GUI command line tool hgtk
> +Summary:       Mercurial GUI command line tool thg
>  Group:         Development/Tools
>  License:       GPLv2
>  # Few files are under the more permissive GPLv2+
> @@ -17,12 +17,13 @@
>  # BuildArch:   noarch
>  BuildRequires: python, python-devel, gettext, python-sphinx
>  BuildRequires: PyQt4-devel
> -Requires:      python >= 2.4, python-iniparse, mercurial >= 1.6, gnome-python2-gconf
> -Requires:      gnome-python2-gtksourceview, pycairo, pygobject2, pygtk2 >= 2.10
> +Requires:      python >= 2.4, python-iniparse, mercurial >= 1.6
> +# gconf needs at util/shlib.py for browse_url(url).

We should get rid of gconf usage. Qt seems to be able to launch URLs
just fine without it.

> +Requires:      gnome-python2-gconf
>  Requires:      PyQt4 >= 4.6, qscintilla-python
>
>  %description
> -This package contains the hgtk command line tool which provides a
> +This package contains the thg command line tool which provides a
>  graphical user interface to the Mercurial distributed revision control system.
>
>  %package       nautilus
> @@ -74,7 +75,6 @@
>
>  %defattr(-,root,root,-)
>  %doc COPYING.txt doc/build/html/
> -%{_bindir}/hgtk
>  %{_bindir}/thg
>  %{python_sitelib}/tortoisehg/
>  %{python_sitelib}/tortoisehg-*.egg-info
>

--
Steve Borho

Toshi MARUYAMA

unread,
Jul 26, 2010, 8:15:30 PM7/26/10
to TortoiseHg Developers

On Jul 26, 10:01 pm, Steve Borho <st...@borho.org> wrote:
> On Mon, Jul 26, 2010 at 4:48 AM, Toshi MARUYAMA <marutosi...@gmail.com> wrote:
> > # HG changeset patch
> > # User Toshi MARUYAMA <marutosi...@gmail.com>
> > # Date 1280137442 -32400
> > # Node ID 8267d9c09117b49b7f794082aa8e42087fae137f
> > # Parent  cef10e7ab0e5565a2860eaafe8f7f0e08d88c4e3
> > tortoisehg.spec: remove hgtk.
>
> Pushed both of these, thanks.
>

Thanks.
But I can't get new changesets from bitbucket.

Steve Borho

unread,
Jul 27, 2010, 10:26:29 AM7/27/10
to thg...@googlegroups.com

Pushing again...

Not sure what happened.

--
Steve Borho

Toshi MARUYAMA

unread,
Jul 27, 2010, 11:19:17 AM7/27/10
to TortoiseHg Developers


Steve Borho <st...@borho.org> wrote:
> On Mon, Jul 26, 2010 at 7:15 PM, Toshi MARUYAMA <marutosi...@gmail.com> wrote:
>
> > On Jul 26, 10:01 pm, Steve Borho <st...@borho.org> wrote:
> >> On Mon, Jul 26, 2010 at 4:48 AM, Toshi MARUYAMA <marutosi...@gmail.com> wrote:
> >> > # HG changeset patch
> >> > # User Toshi MARUYAMA <marutosi...@gmail.com>
> >> > # Date 1280137442 -32400
> >> > # Node ID 8267d9c09117b49b7f794082aa8e42087fae137f
> >> > # Parent  cef10e7ab0e5565a2860eaafe8f7f0e08d88c4e3
> >> > tortoisehg.spec: remove hgtk.
>
> >> Pushed both of these, thanks.
>
> > Thanks.
> > But I can't get new changesets from bitbucket.
>
> Pushing again...
>
> Not sure what happened.
>

Thanks, I can pull new changesets.

Reply all
Reply to author
Forward
0 new messages