Skip to content

Commit

Permalink
Switch time-slider to Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhalov committed Jun 27, 2016
1 parent 34966f5 commit c6e2e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions components/illumos/time-slider/Makefile
Expand Up @@ -64,3 +64,6 @@ build: $(BUILD_32)
install: $(INSTALL_32)

download:: $(SOURCE_DIR)/.downloaded

REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += runtime/python-27
4 changes: 2 additions & 2 deletions components/illumos/time-slider/time-slider.p5m
Expand Up @@ -25,11 +25,11 @@ license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
<transform file path=usr/.* -> default pkg.depend.runpath $PKGDEPEND_RUNPATH:usr/share/time-slider/lib>
<transform file path=usr/lib/time-slider/plugins/.* -> default pkg.depend.bypass-generate .*>

depend fmri=library/python-2/python-notify-26 type=require
depend fmri=library/python-2/python-notify-27 type=require
depend fmri=service/gnome/desktop-cache type=require
depend fmri=desktop/gksu type=require
depend fmri=gnome/zenity type=require
depend fmri=library/python-2/python-dbus-26 type=require
depend fmri=library/python/python-dbus-27 type=require

file files/auth_attr path=etc/security/auth_attr.d/desktop-time-slider
file files/user_attr path=etc/user_attr.d/desktop-time-slider
Expand Down

0 comments on commit c6e2e79

Please sign in to comment.