13 lines
269 B
Text
13 lines
269 B
Text
# Template file for 'gnome-shell-extensions-xrandr-indicator'.
|
|
#
|
|
short_desc="XRandR indicator extension for GNOME Shell"
|
|
|
|
Add_dependency run gnome-shell-extensions
|
|
|
|
noarch=yes
|
|
|
|
do_install()
|
|
{
|
|
cd ${wrksrc}/extensions/xrandr-indicator
|
|
make DESTDIR=${DESTDIR} install
|
|
}
|