Date: Sat, 10 Sep 2016 08:21:24 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421676 - in head/deskutils/xfce4-notifyd: . files Message-ID: <201609100821.u8A8LOx5028292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Sep 10 08:21:23 2016 New Revision: 421676 URL: https://svnweb.freebsd.org/changeset/ports/421676 Log: - Update to 0.3.2 - Remove unneeded patch (send to upstream) - Add patch for new themes - Submitter-, self-hosting of the tarball, because it is not well formed for Gtk+ < 3.20 PR: 212553 Submitted by: olivierd Added: head/deskutils/xfce4-notifyd/files/patch-Makefile.in (contents, props changed) Deleted: head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c Modified: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/distinfo head/deskutils/xfce4-notifyd/pkg-plist Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Sat Sep 10 08:20:27 2016 (r421675) +++ head/deskutils/xfce4-notifyd/Makefile Sat Sep 10 08:21:23 2016 (r421676) @@ -6,9 +6,11 @@ # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= deskutils xfce -MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} +#MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= http://errements.eu/distfiles/ \ + LOCAL/ehaupt DIST_SUBDIR= xfce4 MAINTAINER= ehaupt@FreeBSD.org Modified: head/deskutils/xfce4-notifyd/distinfo ============================================================================== --- head/deskutils/xfce4-notifyd/distinfo Sat Sep 10 08:20:27 2016 (r421675) +++ head/deskutils/xfce4-notifyd/distinfo Sat Sep 10 08:21:23 2016 (r421676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473189353 -SHA256 (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 -SIZE (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = 429056 +TIMESTAMP = 1473486137 +SHA256 (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 471dab69bbcd18bd6fcea155678ed53b90c9bd942b5ad106aaad516eeaabb5c2 +SIZE (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 422817 Added: head/deskutils/xfce4-notifyd/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/xfce4-notifyd/files/patch-Makefile.in Sat Sep 10 08:21:23 2016 (r421676) @@ -0,0 +1,17 @@ +--- Makefile.in.orig 2016-09-09 21:30:26 UTC ++++ Makefile.in +@@ -650,10 +650,14 @@ dist_smoketheme_DATA = themes/$(theme_di + zomgponiesthemedir = $(datadir)/themes/ZOMG-PONIES!/xfce-notify-4.0 + dist_zomgponiestheme_DATA = themes/$(theme_dir)/ZOMG-PONIES!/gtk.css + dist_themes = \ ++ themes/gtk-3.0/Bright/gtk.css \ + themes/gtk-3.0/Default/gtk.css \ ++ themes/gtk-3.0/Retro/gtk.css \ + themes/gtk-3.0/Smoke/gtk.css \ + themes/gtk-3.0/ZOMG-PONIES!/gtk.css \ ++ themes/gtk-3.20/Bright/gtk.css \ + themes/gtk-3.20/Default/gtk.css \ ++ themes/gtk-3.20/Retro/gtk.css \ + themes/gtk-3.20/Smoke/gtk.css \ + themes/gtk-3.20/ZOMG-PONIES!/gtk.css + Modified: head/deskutils/xfce4-notifyd/pkg-plist ============================================================================== --- head/deskutils/xfce4-notifyd/pkg-plist Sat Sep 10 08:20:27 2016 (r421675) +++ head/deskutils/xfce4-notifyd/pkg-plist Sat Sep 10 08:21:23 2016 (r421676) @@ -54,6 +54,8 @@ share/icons/hicolor/48x48/apps/xfce4-not %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo +share/themes/Bright/xfce-notify-4.0/gtk.css share/themes/Default/xfce-notify-4.0/gtk.css +share/themes/Retro/xfce-notify-4.0/gtk.css share/themes/Smoke/xfce-notify-4.0/gtk.css share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609100821.u8A8LOx5028292>