diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-31 13:56:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-31 13:56:25 +0000 |
commit | 84540884106459221cd41628afebe9fce8e32a91 (patch) | |
tree | 12842e074fd37c5703bc71e122c168a53b49829e /x11-wm | |
parent | e759b9c409ff98c9ce869c7c3d481525b0a2e128 (diff) | |
download | ports-84540884106459221cd41628afebe9fce8e32a91.tar.gz ports-84540884106459221cd41628afebe9fce8e32a91.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/pekwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/pekwm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/pekwm/pkg-plist | 33 |
3 files changed, 37 insertions, 4 deletions
diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 82760ae3afba..e1d3315ce702 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pekwm -PORTVERSION= 0.1.9a +PORTVERSION= 0.1.10 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= http://pekwm.org/projects/3/files/ \ diff --git a/x11-wm/pekwm/distinfo b/x11-wm/pekwm/distinfo index 8366a5a7a5a7..20e3b1b3cb1f 100644 --- a/x11-wm/pekwm/distinfo +++ b/x11-wm/pekwm/distinfo @@ -1,3 +1,3 @@ -MD5 (pekwm-0.1.9a.tar.bz2) = 78a63a3630ef5ef9f191b888086a79af -SHA256 (pekwm-0.1.9a.tar.bz2) = e25d50646f2571b525da1f3833e3be8d427bb14c0204df4c80a21a3e90eebe7c -SIZE (pekwm-0.1.9a.tar.bz2) = 354338 +MD5 (pekwm-0.1.10.tar.bz2) = 0432f2091e1afc8be04dbf5f0ac22ad0 +SHA256 (pekwm-0.1.10.tar.bz2) = 27c054bbbc192d9b8f1212bfe2772f5fec8966d41f1b5597fe54d0fecfad3fdd +SIZE (pekwm-0.1.10.tar.bz2) = 372622 diff --git a/x11-wm/pekwm/pkg-plist b/x11-wm/pekwm/pkg-plist index fb9cd9d3625e..da6f5f740195 100644 --- a/x11-wm/pekwm/pkg-plist +++ b/x11-wm/pekwm/pkg-plist @@ -6,10 +6,43 @@ bin/pekwm %%ETCDIR%%/mouse %%ETCDIR%%/start %%ETCDIR%%/vars +%%DATADIR%%/themes/default-plain/theme +%%DATADIR%%/themes/default/arrow.png +%%DATADIR%%/themes/default/arrow_focus.png +%%DATADIR%%/themes/default/bottom-border.png +%%DATADIR%%/themes/default/bottom-border_unfocus.png +%%DATADIR%%/themes/default/bottom-left.png +%%DATADIR%%/themes/default/bottom-left_unfocus.png +%%DATADIR%%/themes/default/bottom-right.png +%%DATADIR%%/themes/default/bottom-right_unfocus.png +%%DATADIR%%/themes/default/button.png +%%DATADIR%%/themes/default/button_hover.png +%%DATADIR%%/themes/default/button_press.png +%%DATADIR%%/themes/default/button_unfocus.png +%%DATADIR%%/themes/default/item.png +%%DATADIR%%/themes/default/item_focus.png +%%DATADIR%%/themes/default/left-border.png +%%DATADIR%%/themes/default/left-border_unfocus.png +%%DATADIR%%/themes/default/menu-bottom.png +%%DATADIR%%/themes/default/menu-bottom_unfocus.png +%%DATADIR%%/themes/default/menuline.png +%%DATADIR%%/themes/default/right-border.png +%%DATADIR%%/themes/default/right-border_unfocus.png +%%DATADIR%%/themes/default/tab-separator.png +%%DATADIR%%/themes/default/tab-separator_unfocus.png %%DATADIR%%/themes/default/theme +%%DATADIR%%/themes/default/title.png +%%DATADIR%%/themes/default/title_unfocus.png +%%DATADIR%%/themes/default/top-border.png +%%DATADIR%%/themes/default/top-border_unfocus.png +%%DATADIR%%/themes/default/top-left.png +%%DATADIR%%/themes/default/top-left_unfocus.png +%%DATADIR%%/themes/default/top-right.png +%%DATADIR%%/themes/default/top-right_unfocus.png %%DATADIR%%/scripts/pekwm_ws_menu.sh %%DATADIR%%/scripts/pekwm_themeset.sh @dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/themes/default-plain @dirrm %%DATADIR%%/themes/default @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% |