:: Re: [DNG] popupmenu: a new dynamic …
Top Page
Delete this message
Reply to this message
Author: aitor_czr
Date:  
To: dng
Subject: Re: [DNG] popupmenu: a new dynamic menu in Gtk2 for WMs
Hi Steve:

On 30/01/18 14:15, Steve Litt wrote:
> Menus are fun, aren't they?

I' ve just pushed the latest code of the popupmenu:

https://git.devuan.org/aitor_czr/popupmenu/tree/master

For testing puposes, i removed the header and the footer (static parts
of the menu) for now, in order to remove dependencies on concrete
packages like gmrun or oblogout (bunsenlabs uses cb-exit, depending on
dbus). So, the current version only contains the dynamic part of the
popupmenu.

You can build the packages as always:

Clone the repository:

$ git clone https://git.devuan.org/aitor_czr/popupmenu.git

Go to it:

$ cd popupmenu

Install the packaging utilities:

# apt-get install git-buildpackage pristine-tar

Checkout the pristine-tar branch:

$ git checkout pristine-tar

Look at the content of the branch:

$ ls -l
total 16
-rw-r--r-- 1 aitor aitor 947 may 17 21:28 popupmenu_0.1.2.orig.tar.xz.delta
-rw-r--r-- 1 aitor aitor  41 may 17 21:28 popupmenu_0.1.2.orig.tar.xz.id
-rw-r--r-- 1 aitor aitor 876 may 17 21:28 popupmenu_0.1.3.orig.tar.bz2.delta
-rw-r--r-- 1 aitor aitor  41 may 17 21:28 popupmenu_0.1.3.orig.tar.bz2.id

Now checkout the most recent delta binary, that is 0.1.3 (note that the
compress format has changed from tar.xz to tar.bz2):

$ pristine-tar checkout ../popupmenu_0.1.3.orig.tar.bz2

Return to the master branch (if you want), and build the packages:

$ git-buildpackage -j4 -tc --git-export-dir=".../build-area"

Hope you like it!

Cheers,

  Aitor.