diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-17 18:50:06 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-17 18:50:06 +0800 |
commit | 1de5cbf4babc3f8de21495d5f411259e06c486d0 (patch) | |
tree | 608dd192d98ca85ff44bbbcbaab5a95b3ba70c37 /x11/cinnamon/Makefile | |
parent | 1dae03371769d5644b8515e458ac8c43cbe28d40 (diff) | |
download | marcuscom-ports-1de5cbf4babc3f8de21495d5f411259e06c486d0.tar marcuscom-ports-1de5cbf4babc3f8de21495d5f411259e06c486d0.tar.gz marcuscom-ports-1de5cbf4babc3f8de21495d5f411259e06c486d0.tar.bz2 marcuscom-ports-1de5cbf4babc3f8de21495d5f411259e06c486d0.tar.lz marcuscom-ports-1de5cbf4babc3f8de21495d5f411259e06c486d0.tar.xz marcuscom-ports-1de5cbf4babc3f8de21495d5f411259e06c486d0.tar.zst marcuscom-ports-1de5cbf4babc3f8de21495d5f411259e06c486d0.zip |
Add depends on x11-themes/gnome-themes-standard and sysutils/accountsservice. Also fix the pkg-plist, locales should be removed with dirrmtry.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18893 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/cinnamon/Makefile')
-rw-r--r-- | x11/cinnamon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 1863b488d..05854aa27 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -22,9 +22,11 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libcroco-0.6.so:${PORTSDIR}/textproc/libcroco \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ - libgjs.so:${PORTSDIR}/lang/gjs + libgjs.so:${PORTSDIR}/lang/gjs \ + libaccountsservice.so:${PORTSDIR}/sysutils/accountsservice RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + gnome-themes-standard>=3.0.0:${PORTSDIR}/x11-themes/gnome-themes-standard \ cinnamon-control-center:${PORTSDIR}/sysutils/cinnamon-control-center \ nemo:${PORTSDIR}/x11-fm/nemo \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ |