diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-03 16:48:11 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-03 16:48:11 +0800 |
commit | da92487d0fbf34a0dc58edabb7428792dd944022 (patch) | |
tree | 96282e616ce9676288763bd88bc5ebff47660080 /deskutils/gnome-shell-extension-recentitems/Makefile | |
parent | 0ab0f80921547430ad001db17a56243c77ac04d4 (diff) | |
download | marcuscom-ports-da92487d0fbf34a0dc58edabb7428792dd944022.tar marcuscom-ports-da92487d0fbf34a0dc58edabb7428792dd944022.tar.gz marcuscom-ports-da92487d0fbf34a0dc58edabb7428792dd944022.tar.bz2 marcuscom-ports-da92487d0fbf34a0dc58edabb7428792dd944022.tar.lz marcuscom-ports-da92487d0fbf34a0dc58edabb7428792dd944022.tar.xz marcuscom-ports-da92487d0fbf34a0dc58edabb7428792dd944022.tar.zst marcuscom-ports-da92487d0fbf34a0dc58edabb7428792dd944022.zip |
Introduce gnome-shell-extension-recentitems, an extension that
shows the most recent used items. While here add it to the
gnome-shell-extra-extensions meta port.
Some of the g-s-e-* ports need some love (those with NO_BUILD
pull in many redundant items anyway).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19842 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-shell-extension-recentitems/Makefile')
-rw-r--r-- | deskutils/gnome-shell-extension-recentitems/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/deskutils/gnome-shell-extension-recentitems/Makefile b/deskutils/gnome-shell-extension-recentitems/Makefile new file mode 100644 index 000000000..5be5be447 --- /dev/null +++ b/deskutils/gnome-shell-extension-recentitems/Makefile @@ -0,0 +1,30 @@ +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-shell-extension-recent-items +PORTVERSION= 0.0.0.20140903 +CATEGORIES= deskutils gnome +MASTER_SITES= http://www.bananenfisch.net/code/ +DISTFILES= RecentItems-9.tar.gz +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Recent items extensions for the GNOME3 shell + +WRKSRC= ${WRKDIR}/RecentItems@bananenfisch.net + +USES= tar:xz +USE_GNOME= glib20 +USE_LDCONFIG= yes + +PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves + +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/RecentItems@bananenfisch.net + @(cd ${WRKSRC} && ${CP} -pPR * \ + ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/RecentItems@bananenfisch.net) + +.include <bsd.port.mk> |