Skip to content

a waf tool to install gnome-shell extensions for a single user or globally

Notifications You must be signed in to change notification settings

dffischer/waf-gnome-shell-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waftool for gnome-shell extensions

This tool teaches Waf to install gnome-shell extensions for a single user or globally.

Usage

The included example shows how to use it in a wafscript.

The tool can readily be loaded as long as it is found by the python module import mechanism. This is normally done by prepending the directory it resides in to the PYTHONPATH environment variable.

Installation

The following command can be used to build an executable from the Waf Git repository including this tool.

git clone https://github.com/waf-project/waf
cd waf
git clone https://github.com/dffischer/waf-gnome-shell-extension
./waf-light configure --prefix=/usr \
  build --make-waf --tools='waf-gnome-shell-extension/gse.py'

To make it available to a system-wide waf installation, the included waf script can be used to place it into the waf library. There is also a package available for Arch Linux.

About

a waf tool to install gnome-shell extensions for a single user or globally

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published