From owner-freebsd-gnome@FreeBSD.ORG Tue Jun 9 21:12:14 2015 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E832DBB; Tue, 9 Jun 2015 21:12:14 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6EA31361; Tue, 9 Jun 2015 21:12:13 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by oigz2 with SMTP id z2so19720347oig.1; Tue, 09 Jun 2015 14:12:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=c4h+OKj19x/cdgxWsn7rlCp0GUHAfIJutNT06nepCNg=; b=KJiSBMMoRAEs01poR0RWvyE/42a8TFWecN2a+95BY7Hb+PHp/th7F1uxiCuHM+9EKA tdWm4jEts1ysc+FPrqz4QJN9OpFqPrpdqlq3zD8BWe6s8Wrq807ch2RhlYkHXrvwbpcr PZQ3i6QW3b/svsDJcaYdoHZhCM+gu+GYr3kmOcszfSBk6qZ2pVTRvWZ7kWLhH8qGEXp1 zGS+5mjqZi9fZ3GRZfw2d92qkBxgUzSwK+OXoDug4B7u+wGf9CAcEhL/vUhCCyNKx7Oc ZxFZdPE4Rt952Pol48Yt9hIvMHd98ar3M0Rm+6UyOWq+GMQ21xh8/r62S7hJbw+DOekn dsHA== MIME-Version: 1.0 X-Received: by 10.182.80.225 with SMTP id u1mr21614367obx.23.1433884333274; Tue, 09 Jun 2015 14:12:13 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.202.221.69 with HTTP; Tue, 9 Jun 2015 14:12:13 -0700 (PDT) In-Reply-To: <1433181415.1200.124.camel@freebsd.org> References: <1433181415.1200.124.camel@freebsd.org> Date: Tue, 9 Jun 2015 14:12:13 -0700 X-Google-Sender-Auth: nQcXkd2lNsOcVUzMYq2dGVsAhvE Message-ID: Subject: Re: [patch] deskutils/hamster-applet From: Kevin Oberman To: Ian Lepore Cc: FreeBSD GNOME Users , marino@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 21:12:14 -0000 Ian, While hamster-aplet is still in ports, I suspect that your request, sent to gnome@, fell in the bit bucket. Could you please submit this as a PR ( https://bugs.freebsd.org/bugzilla/) so it might get the required attention to save the port. (I'd do it myself, but I don't use it since I retired.) Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com On Mon, Jun 1, 2015 at 10:56 AM, Ian Lepore wrote: > I just noticed that hamster-applet is marked with BROKEN and > EXPIRATION_DATE after I updated my ports source. I'm able to use it > with the attached patches. I guess it must be giving up some > functionality related to keybindings, but I've never used it that way, > so I don't know what that functionality is. > > I've got hamster data going back years, it would suck to loose access to > it over a problem as minor as launching via hotkey versus menu. > > -- Ian > > > Index: deskutils/hamster-applet/Makefile > =================================================================== > --- deskutils/hamster-applet/Makefile (revision 388241) > +++ deskutils/hamster-applet/Makefile (working copy) > @@ -4,7 +4,7 @@ > > PORTNAME= hamster-applet > PORTVERSION= 2.32.1 > -PORTREVISION= 5 > +PORTREVISION= 6 > CATEGORIES= deskutils gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome2 > @@ -12,10 +12,6 @@ DIST_SUBDIR= gnome2 > MAINTAINER= gnome@FreeBSD.org > COMMENT= Time management applet for the GNOME Desktop > > -BROKEN= Uses unknown GNOME components pygnomedesktop and > gnomecontrolcenter2 > -DEPRECATED= Broken since update to gnome3 > -EXPIRATION_DATE= 2015-06-02 > - > BUILD_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 > RUN_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ > > ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ > @@ -23,8 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PO > > USES= gettext gmake pkgconfig python tar:bzip2 waf > USE_XORG= xscrnsaver > -USE_GNOME= gnomeprefix intlhack pygnomedesktop \ > - gnomecontrolcenter2 gnomedocutils > +USE_GNOME= gnomeprefix intlhack pygnome2 gnomedocutils > INSTALLS_OMF= yes > INSTALLS_ICONS= yes > CPPFLAGS+= -I${LOCALBASE}/include > Index: deskutils/hamster-applet/files/patch-wscript > =================================================================== > --- deskutils/hamster-applet/files/patch-wscript (revision 0) > +++ deskutils/hamster-applet/files/patch-wscript (working copy) > @@ -0,0 +1,10 @@ > +--- wscript.orig 2015-02-06 08:41:47.000000000 -0700 > ++++ wscript 2015-02-06 08:42:07.000000000 -0700 > +@@ -12,7 +12,6 @@ > + conf.check_python_version((2,4,2)) > + > + conf.check_tool('gnome intltool dbus') > +- conf.check_cfg(package='gnome-keybindings', variables='keysdir', > mandatory=True) > + > + conf.define('ENABLE_NLS', 1) > + conf.define('HAVE_BIND_TEXTDOMAIN_CODESET', 1) > > Property changes on: deskutils/hamster-applet/files/patch-wscript > ___________________________________________________________________ > Added: fbsd:nokeywords > ## -0,0 +1 ## > +yes > \ No newline at end of property > Added: svn:eol-style > ## -0,0 +1 ## > +native > \ No newline at end of property > Added: svn:mime-type > ## -0,0 +1 ## > +text/plain > \ No newline at end of property > Index: deskutils/hamster-applet/pkg-plist > =================================================================== > --- deskutils/hamster-applet/pkg-plist (revision 388241) > +++ deskutils/hamster-applet/pkg-plist (working copy) > @@ -191,7 +191,6 @@ share/gnome/help/hamster-applet/zh_TW/merge.page > share/gnome/help/hamster-applet/zh_TW/reports.page > share/gnome/help/hamster-applet/zh_TW/statistics.page > share/gnome/help/hamster-applet/zh_TW/tracking.page > -share/gnome-control-center/keybindings/90-hamster-applet.xml > %%DATADIR%%/Hamster_Applet.xml > %%DATADIR%%/applet.ui > %%DATADIR%%/art/hamster-applet.png > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" >