diff options
author | jgh <jgh@FreeBSD.org> | 2016-09-30 04:00:41 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2016-09-30 04:00:41 +0800 |
commit | 43c5035afdba16e7d41237a22fe62984db357c91 (patch) | |
tree | 5a31b7a27900dcbc51e8ad6d76fdba92f609c60a /deskutils | |
parent | 70a605b66d912d7f9ff82858a0fdf019549a3368 (diff) | |
download | freebsd-ports-graphics-43c5035afdba16e7d41237a22fe62984db357c91.tar.gz freebsd-ports-graphics-43c5035afdba16e7d41237a22fe62984db357c91.tar.zst freebsd-ports-graphics-43c5035afdba16e7d41237a22fe62984db357c91.zip |
- update to 4.8.0
- Fix: Autostart - Pads did not hide on startup when set in the
preferences due to the tray icon not being recognized properly
(#1560019)
- adjust dependencies
- fix spelling on header
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpad/Makefile | 8 | ||||
-rw-r--r-- | deskutils/xpad/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 1ffc3e69960..f5156d7cb3b 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -1,8 +1,8 @@ -# Created by: Jaosn Helfman <jgh@FreeBSD.org> +# Created by: Jason Helfman <jgh@FreeBSD.org> # $FreeBSD$ PORTNAME= xpad -PORTVERSION= 4.7.0 +PORTVERSION= 4.8.0 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ @@ -17,8 +17,8 @@ OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes CONFLICTS_INSTALL= xpad3-[0-9]* -USE_XORG= x11 sm -USE_GNOME= gtk30 intltool gtksourceview3 +USE_XORG= x11 sm ice +USE_GNOME= gtk30 intltool gtksourceview3 cairo USES= pkgconfig gmake tar:bzip2 autoreconf INSTALLS_ICONS= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include diff --git a/deskutils/xpad/distinfo b/deskutils/xpad/distinfo index cebc4dc985d..09885678c33 100644 --- a/deskutils/xpad/distinfo +++ b/deskutils/xpad/distinfo @@ -1,2 +1,3 @@ -SHA256 (xpad-4.7.0.tar.bz2) = 4b11963077e265d8ca8396b2a8e841c068a95f538197397631fdd75ab195b13c -SIZE (xpad-4.7.0.tar.bz2) = 240374 +TIMESTAMP = 1475084166 +SHA256 (xpad-4.8.0.tar.bz2) = 42b8e377a6ada7259200ec854916122b42d70006901bbc957642b9ed7d09c99d +SIZE (xpad-4.8.0.tar.bz2) = 247547 |