diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-04-23 08:35:28 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-04-23 08:35:28 +0000 |
commit | f59a6653a5e6a0beb5d8f7c2cfb391bc76d9bbef (patch) | |
tree | 357c3f7a94cdf9625fe61691607a840113ca092b /deskutils/xfce4-notifyd | |
parent | a0559f15f0929e65b384d9707917e6f5fce05d18 (diff) |
Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0
Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10
Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.
PR: 210272 [1], 210696 [2], 218667 [3]
Submitted by: Matthew Rezny [2]
Obtained from: Unless otherwise stated obtained from GNOME devel repo
Exp-run by: antoine@ [1]
Notes
Notes:
svn path=/head/; revision=439206
Diffstat (limited to 'deskutils/xfce4-notifyd')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 7fbd6911adbd..559ad89e84d1 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-notifyd PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 |