Revision: 6472 http://gar.svn.sourceforge.net/gar/?rev=6472&view=rev Author: wahwah Date: 2009-09-25 16:54:35 +0000 (Fri, 25 Sep 2009)
Log Message: ----------- rox-filer: Added a wrapper, which fixed the icons Modified Paths: -------------- csw/mgar/pkg/rox-filer/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/rox-filer/trunk/files/rox-filer Modified: csw/mgar/pkg/rox-filer/trunk/Makefile =================================================================== --- csw/mgar/pkg/rox-filer/trunk/Makefile 2009-09-25 16:41:43 UTC (rev 6471) +++ csw/mgar/pkg/rox-filer/trunk/Makefile 2009-09-25 16:54:35 UTC (rev 6472) @@ -18,6 +18,7 @@ UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 REQUIRED_PKGS = CSWfconfig CSWftype2 CSWggettextrt CSWglib2 CSWgtk2 REQUIRED_PKGS += CSWlibatk CSWlibcairo CSWlibglade2 CSWlibxml2 CSWpango +REQUIRED_PKGS += CSWbash CONFIGURE_SCRIPTS = BUILD_SCRIPTS = rox @@ -33,13 +34,15 @@ @$(MAKECOOKIE) install-rox: - # $(INSTALL_ENV) gmake -C $(WORKSRC)/ROX-Filer/build install ginstall -d $(DESTDIR)$(bindir) - ginstall $(WORKSRC)/ROX-Filer/ROX-Filer $(DESTDIR)$(bindir) - ginstall -d $(DESTDIR)$(libdir) - gcp -av $(WORKSRC)/ROX-Filer/ROX $(DESTDIR)$(libdir) - gfind $(DESTDIR)$(libdir) -type d -exec chmod 0755 {} \; - gfind $(DESTDIR)$(libdir) -type f -exec chmod 0644 {} \; + ginstall -m 755 $(FILEDIR)/rox-filer $(DESTDIR)$(bindir) + ginstall -d $(DESTDIR)$(libexecdir) + ginstall $(WORKSRC)/ROX-Filer/ROX-Filer $(DESTDIR)$(libexecdir) + ginstall -d $(DESTDIR)$(datadir)/ROX + gcp -av $(WORKSRC)/ROX-Filer/ROX $(DESTDIR)$(datadir) + gcp -av $(WORKSRC)/ROX-Filer/images $(DESTDIR)$(datadir)/ROX + gfind $(DESTDIR)$(datadir) -type d -exec chmod 0755 {} \; + gfind $(DESTDIR)$(datadir) -type f -exec chmod 0644 {} \; @$(MAKECOOKIE) include gar/category.mk Added: csw/mgar/pkg/rox-filer/trunk/files/rox-filer =================================================================== --- csw/mgar/pkg/rox-filer/trunk/files/rox-filer (rev 0) +++ csw/mgar/pkg/rox-filer/trunk/files/rox-filer 2009-09-25 16:54:35 UTC (rev 6472) @@ -0,0 +1,4 @@ +#!/opt/csw/bin/bash + +export APP_DIR="/opt/csw/share/ROX" +exec /opt/csw/libexec/ROX-Filer Property changes on: csw/mgar/pkg/rox-filer/trunk/files/rox-filer ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel