diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d75f556 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: gnome-pie +Section: gnome +Priority: optional +Maintainer: Debian QA Group <packages@qa.debian.org> +Build-Depends: debhelper (>= 9), + cmake, + libbamf3-dev, + libcairo2-dev, + libgee-dev, + libgnome-menu-3-dev, + libgtk-3-dev, + libunique-3.0-dev, + libwnck-3-dev, + libxml2-dev, + libxtst-dev, + valac +Standards-Version: 3.9.5 +Homepage: http://gnome-pie.simonschneegans.de/ +Vcs-Git: git://anonscm.debian.org/collab-maint/gnome-pie.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gnome-pie.git + +Package: gnome-pie +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: visual application launcher for GNOME + gnome-pie is a radial visual application launcher for GNOME. It allows the + user to bind groups of frequently used applications to a ring that appears + when a hot key / mouse binding is triggered. + . + It was inspired by the OPie addon written for the game World of Warcraft. |