gnome-shell-extensions: update to 3.2.0.

This commit is contained in:
Juan RP
2011-10-05 22:20:15 +02:00
parent efb60bc693
commit 9bf74ecacc
15 changed files with 115 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
# Template file for 'gnome-shell-extensions-apps-menu'.
#
short_desc="Apps menu extension for GNOME Shell"
Add_dependency run gnome-shell-extensions
noarch=yes
do_install()
{
cd ${wrksrc}/extensions/apps-menu
make DESTDIR=${DESTDIR} install
}