diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
commit | bc6e07a29987571d80b4d847a2dc03a3b52e9d60 (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /deskutils/gnome-shell-extension-overlay-icons | |
parent | ef524082a34d7a98c929937172fd0785d168ad45 (diff) | |
download | freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.gz freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.zst freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.zip |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
Diffstat (limited to 'deskutils/gnome-shell-extension-overlay-icons')
-rw-r--r-- | deskutils/gnome-shell-extension-overlay-icons/Makefile | 12 | ||||
-rw-r--r-- | deskutils/gnome-shell-extension-overlay-icons/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/deskutils/gnome-shell-extension-overlay-icons/Makefile b/deskutils/gnome-shell-extension-overlay-icons/Makefile index 15f8e5e6204d..352977538c1b 100644 --- a/deskutils/gnome-shell-extension-overlay-icons/Makefile +++ b/deskutils/gnome-shell-extension-overlay-icons/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-shell-extension-overlay-icons -PORTVERSION= 0.0.0.20141126 +PORTVERSION= 0.0.0.20150422 CATEGORIES= deskutils gnome DIST_SUBDIR= gnome3 @@ -22,8 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.shell.extensions.windowoverlay-icons.gschema.xml GH_ACCOUNT= sustmi -GH_TAGNAME= c2a340f GH_PROJECT= gnome-shell-extensions-sustmi +GH_TAGNAME= 9072ba8 PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves @@ -32,10 +32,10 @@ NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/ - @(cd ${WRKSRC} && ${CP} windowoverlay-icons/schemas/org.gnome.shell.extensions.windowoverlay-icons.gschema.xml \ - ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/) + cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/windowoverlay-icons/schemas/org.gnome.shell.extensions.windowoverlay-icons.gschema.xml \ + ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/ @${RM} -fr ${WRKSRC}/windowoverlay-icons/schemas/ - @(cd ${WRKSRC} && ${CP} -pPR windowoverlay-icons \ - ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/windowoverlay-icons@sustmidown.centrum.cz) + cd ${WRKSRC}/windowoverlay-icons && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/windowoverlay-icons@sustmidown.centrum.cz .include <bsd.port.mk> diff --git a/deskutils/gnome-shell-extension-overlay-icons/distinfo b/deskutils/gnome-shell-extension-overlay-icons/distinfo index fdde9d580344..5432805f860d 100644 --- a/deskutils/gnome-shell-extension-overlay-icons/distinfo +++ b/deskutils/gnome-shell-extension-overlay-icons/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/sustmi-gnome-shell-extensions-sustmi-0.0.0.20141126-c2a340f_GH0.tar.xz) = 6e7be519c2a2ed6248328c14dbfe39594255b63cc3b81039c20e3873c6df1118 -SIZE (gnome3/sustmi-gnome-shell-extensions-sustmi-0.0.0.20141126-c2a340f_GH0.tar.xz) = 21812 +SHA256 (gnome3/sustmi-gnome-shell-extensions-sustmi-0.0.0.20150422-9072ba8_GH0.tar.xz) = 67d87f8c4145181fc7aac5fc997e4ec132ec5143bf5dd1d30fbcb5c418c99f56 +SIZE (gnome3/sustmi-gnome-shell-extensions-sustmi-0.0.0.20150422-9072ba8_GH0.tar.xz) = 21803 |