diff options
author | jkim <jkim@FreeBSD.org> | 2014-06-04 04:30:49 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-06-04 04:30:49 +0800 |
commit | 7320463bfa4e030d2a7349294b2bf46a8e9ea1ad (patch) | |
tree | 245de4e57775fe34855384be10f5812926282341 /x11-wm | |
parent | bbc9c9c16d18512f3d01d1559bc391548f42e5d9 (diff) | |
download | freebsd-ports-gnome-7320463bfa4e030d2a7349294b2bf46a8e9ea1ad.tar.gz freebsd-ports-gnome-7320463bfa4e030d2a7349294b2bf46a8e9ea1ad.tar.zst freebsd-ports-gnome-7320463bfa4e030d2a7349294b2bf46a8e9ea1ad.zip |
Honor $DATADIR and fix plist.
Approved by: Daniel Austin (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/simple-ccsm/pkg-plist | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/x11-wm/simple-ccsm/pkg-plist b/x11-wm/simple-ccsm/pkg-plist index 5a7f746fea82..9c2adbe2124e 100644 --- a/x11-wm/simple-ccsm/pkg-plist +++ b/x11-wm/simple-ccsm/pkg-plist @@ -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.mo 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 |