Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 20:30:50 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356410 - head/x11-wm/simple-ccsm
Message-ID:  <201406032030.s53KUo0Q070512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Jun  3 20:30:49 2014
New Revision: 356410
URL: http://svnweb.freebsd.org/changeset/ports/356410
QAT: https://qat.redports.org/buildarchive/r356410/

Log:
  Honor $DATADIR and fix plist.
  
  Approved by:	Daniel Austin (maintainer)

Modified:
  head/x11-wm/simple-ccsm/pkg-plist

Modified: head/x11-wm/simple-ccsm/pkg-plist
==============================================================================
--- head/x11-wm/simple-ccsm/pkg-plist	Tue Jun  3 20:30:45 2014	(r356409)
+++ head/x11-wm/simple-ccsm/pkg-plist	Tue Jun  3 20:30:49 2014	(r356410)
@@ -1,20 +1,11 @@
 bin/simple-ccsm
 share/applications/simple-ccsm.desktop
-share/simple-ccsm/simple-ccsm.glade
-share/simple-ccsm/profiles/Ultimate.profile
-share/simple-ccsm/profiles/Advanced.profile
-share/simple-ccsm/profiles/Medium.profile
-share/simple-ccsm/profiles/Minimal.profile
-share/simple-ccsm/images/star.svg
-share/simple-ccsm/images/star.png
-share/simple-ccsm/images/star_dark.png
-share/simple-ccsm/images/star_dark.svg
 share/icons/hicolor/16x16/apps/simple-ccsm.png
+share/icons/hicolor/22x22/apps/simple-ccsm.png
+share/icons/hicolor/22x22/apps/simple-ccsm.svg
 share/icons/hicolor/24x24/apps/simple-ccsm.png
-share/icons/hicolor/32x32/apps/simple-ccsm.svg
 share/icons/hicolor/32x32/apps/simple-ccsm.png
-share/icons/hicolor/22x22/apps/simple-ccsm.svg
-share/icons/hicolor/22x22/apps/simple-ccsm.png
+share/icons/hicolor/32x32/apps/simple-ccsm.svg
 share/locale/bg/LC_MESSAGES/simple-ccsm.mo
 share/locale/bn/LC_MESSAGES/simple-ccsm.mo
 share/locale/bn_IN/LC_MESSAGES/simple-ccsm.mo
@@ -50,10 +41,19 @@ share/locale/sv/LC_MESSAGES/simple-ccsm.
 share/locale/tr/LC_MESSAGES/simple-ccsm.mo
 share/locale/zh_CN/LC_MESSAGES/simple-ccsm.mo
 share/locale/zh_TW/LC_MESSAGES/simple-ccsm.mo
+%%DATADIR%%/images/star.png
+%%DATADIR%%/images/star.svg
+%%DATADIR%%/images/star_dark.png
+%%DATADIR%%/images/star_dark.svg
+%%DATADIR%%/profiles/Advanced.profile
+%%DATADIR%%/profiles/Medium.profile
+%%DATADIR%%/profiles/Minimal.profile
+%%DATADIR%%/profiles/Ultimate.profile
+%%DATADIR%%/simple-ccsm.glade
 %%PYTHON_SITELIBDIR%%/simple_ccsm-0.8.8-py2.7.egg-info
-@dirrmtry share/simple-ccsm/profiles
-@dirrmtry share/simple-ccsm/images
-@dirrmtry share/simple-ccsm
+@dirrm %%DATADIR%%/profiles
+@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%
 @dirrmtry share/locale/ml_IN/LC_MESSAGES
 @dirrmtry share/locale/ml_IN
 @dirrmtry share/locale/nb_NO/LC_MESSAGES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406032030.s53KUo0Q070512>