diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-12-03 02:49:12 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-12-03 02:49:12 +0800 |
commit | 0806dcc8771519107c355ec64275a04631e57362 (patch) | |
tree | 4649767d07e7f1239467de9856e9985948076cac | |
parent | dd2988fbefd3657531d552bf36f6917a62dcc2d7 (diff) | |
download | freebsd-ports-gnome-0806dcc8771519107c355ec64275a04631e57362.tar.gz freebsd-ports-gnome-0806dcc8771519107c355ec64275a04631e57362.tar.zst freebsd-ports-gnome-0806dcc8771519107c355ec64275a04631e57362.zip |
Update to 0.7.1
-rw-r--r-- | x11-wm/plank/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/plank/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/plank/pkg-plist | 10 |
3 files changed, 6 insertions, 15 deletions
diff --git a/x11-wm/plank/Makefile b/x11-wm/plank/Makefile index 970e1153e679..017f25b802ec 100644 --- a/x11-wm/plank/Makefile +++ b/x11-wm/plank/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= plank -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.1 CATEGORIES= x11-wm -MASTER_SITES= https://launchpadlibrarian.net/175961829/ \ +MASTER_SITES= https://launchpadlibrarian.net/185556670/ \ https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org @@ -21,8 +21,9 @@ USES= tar:xz pkgconfig gmake pathfix libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +CFLAGS+= -Wno-return-type USE_GNOME= glib20 gtk30 gdkpixbuf2 intlhack libxml2 libwnck3 -USE_XORG= x11 +USE_XORG= x11 xfixes xi INSTALLS_ICONS= yes OPTIONS_SUB= yes diff --git a/x11-wm/plank/distinfo b/x11-wm/plank/distinfo index fef189cc7ec7..d22b353561ce 100644 --- a/x11-wm/plank/distinfo +++ b/x11-wm/plank/distinfo @@ -1,2 +1,2 @@ -SHA256 (plank-0.6.1.tar.xz) = 3636afc5e2c15daa1f8fa1c4a9b1fc9a483c56ea8caf2b071de1a86578138c3c -SIZE (plank-0.6.1.tar.xz) = 840924 +SHA256 (plank-0.7.1.tar.xz) = fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5 +SIZE (plank-0.7.1.tar.xz) = 845332 diff --git a/x11-wm/plank/pkg-plist b/x11-wm/plank/pkg-plist index f52d339dd29a..0f23e70a3c68 100644 --- a/x11-wm/plank/pkg-plist +++ b/x11-wm/plank/pkg-plist @@ -64,13 +64,3 @@ share/icons/hicolor/64x64/apps/plank.svg %%DATADIR%%/themes/Transparent/dock.theme share/vala/vapi/plank.deps share/vala/vapi/plank.vapi -@dirrm %%DATADIR%%/themes/Transparent -@dirrm %%DATADIR%%/themes/Matte -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%% -%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr@latin -%%NLS%%@dirrmtry share/locale/sma/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sma -@dirrm include/plank |