ITP: obsession 2013-08-22
Package: wnpp Severity: wishlist owner: melodie * Package name: obsession * Version : 2013-08-22 * Upstream Author : Fabrice THIROUX Parts of theses programs are taken from lxsession-logout and LightDM: * Hong Jen Yee (aka PCMan) * Robert Ancell * URL :https://bitbucket.org/fabriceT/obsession/ * License : (GPLv3) Programming Lang: (C) * Description: # obsession-logout displays a dialog where you can choose if you want to quit the session power off, suspend or hibernate the computer. # obsession-exit, this is the command line version of obsession-logout. # xdg-autostart start automaticaly programs defined in /etc/xdg/autostart and ~/.config/autostart -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131203230608.156b493a376b4aa299e26...@gmx.fr
ITP: gtans (Games/Puzzles)
Hello I've just packaged gtans, a tangram (chinese puzzle) game written with GTK. As i'm not a developer yet, Rafael <[EMAIL PROTECTED]> agreed to sponsors me :) . In fact, the package is near completion. package and source are at www.wiktor.dk/~yip/debian/ (apt-get ok) upstream author page is at altern.org/bwt/ Source: gtans Section: games Priority: optional Maintainer: JM Bourdaret <[EMAIL PROTECTED]> Standards-Version: 1.1-1 Package: gtans Architecture: any Depends: ${shlibs:Depends} Description: Tangram (puzzle) game using GTK+ The Tangram is a chinese puzzle. The object is to put seven geometric shapes together so as to form a given ouline. All the pieces must be used and are laid next to one another. The pieces are five triangles, a square and a parallelogram. gtans contains about 290 figures to play with.It use the mouse to control pieces. gtans is highly customizable using the interface. don't hesitate to mail me for info Jean marc [EMAIL PROTECTED]
.deb issue
Hello: I am developing a .deb package an all goes well but I have problems putting it in the Applications menu of Gnome. I have modified the debian/menu.ex file with this content: ?package(lkmonitor):needs="x11″ section="Apps/System" \ title="Linux Kernel Monitor" command="/usr/bin/lkmonitor" \ icon="/usr/share/pixmaps/lkmonitor/spider-shadow16.png" then I renamed the file from menu.ex to menu. I have modified debian/postinst.ex file adding this lines: set -e if [ "$1″ = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi and debian/postrm.ex file adding this lines: set -e if [ "$1″ = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi I have renamed both files from postinst.ex and postrm.ex to postinst and postrm. The package is built well and it works but it only appear in the gnome menu as the attached file shows and without icon. Also, it shows the application version is "Lkmonitor Version 0.1" as you can see and I want it shows "lkmonitor version 0.3 alpha" Thanks for reading my email JM Barrios
Re: .deb issue
Thanks for answering me Pierre. I have read the hd_installmenu manpage and I have applied it typing only dh_installmenu -v. The output of this command was this: install -p -m644 debian/menu debian/lkmonitor/usr/share/menu/lkmonitor echo "# Automatically added by dh_installmenu">> debian/lkmonitor.postinst.debhelper sed "" /usr/share/debhelper/autoscripts/postinst-menu >> debian/lkmonitor.postinst.debhelper echo '# End automatically added section' >> debian/lkmonitor.postinst.debhelper echo "# Automatically added by dh_installmenu">> debian/lkmonitor.postrm.debhelper sed "" /usr/share/debhelper/autoscripts/postrm-menu >> debian/lkmonitor.postrm.debhelper echo '# End automatically added section' >> debian/lkmonitor.postrm.debhelper so, I tried to do a dpkg-buildpackage -rfakeroot another time and when the process had finished I installed the .deb package but all goes in the same way about the menus. I am going to post it in debian-mentors as you suggested me, but if you or somebody here can tell me something more about my problem I will be grateful because I have not found a lot of documentation to fix my specific problem. Thanks another time. JM Barrios On 8/4/07, Pierre Habouzit <[EMAIL PROTECTED]> wrote: > > On Sat, Aug 04, 2007 at 12:57:39PM +0200, JM Barrios wrote: > > Hello: > > > > I am developing a .deb package an all goes well but I have problems > putting > > it in the Applications menu of Gnome. I have modified the debian/menu.ex > > file with this content: > > > > ?package(lkmonitor):needs="x11″ section="Apps/System" \ > > title="Linux Kernel Monitor" command="/usr/bin/lkmonitor" \ > > icon="/usr/share/pixmaps/lkmonitor/spider-shadow16.png" > > > > > > then I renamed the file from menu.ex to menu. I have modified > > debian/postinst.ex file adding this lines: > > Use dh_installmenu that would take care of that. Also I'd say that > debian-mentors is a better list for this kind of questions. Cheers, > > -- > ・O・ Pierre Habouzit > ・・O[EMAIL PROTECTED] > OOOhttp://www.madism.org > >