summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-shell-extension-gtile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-23 22:43:21 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-23 22:43:21 +0800
commit1c1db5e4feca965069a288d38cb32a400dff418d (patch)
tree7df61cc64b17f6ecf2d82b9153430fe621a3041a /deskutils/gnome-shell-extension-gtile
parentc6bfe60abd08d42afb5887246a435cf7d63fa3ed (diff)
downloadmarcuscom-ports-1c1db5e4feca965069a288d38cb32a400dff418d.tar
marcuscom-ports-1c1db5e4feca965069a288d38cb32a400dff418d.tar.gz
marcuscom-ports-1c1db5e4feca965069a288d38cb32a400dff418d.tar.bz2
marcuscom-ports-1c1db5e4feca965069a288d38cb32a400dff418d.tar.lz
marcuscom-ports-1c1db5e4feca965069a288d38cb32a400dff418d.tar.xz
marcuscom-ports-1c1db5e4feca965069a288d38cb32a400dff418d.tar.zst
marcuscom-ports-1c1db5e4feca965069a288d38cb32a400dff418d.zip
Add two more g-s extensions. I'm not including those into
the metaport, because I not sure those are not stable enough or perhaps I did not know how to use them. Use those at your own risk. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19681 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-shell-extension-gtile')
-rw-r--r--deskutils/gnome-shell-extension-gtile/Makefile51
-rw-r--r--deskutils/gnome-shell-extension-gtile/distinfo2
-rw-r--r--deskutils/gnome-shell-extension-gtile/pkg-descr3
-rw-r--r--deskutils/gnome-shell-extension-gtile/pkg-plist19
4 files changed, 75 insertions, 0 deletions
diff --git a/deskutils/gnome-shell-extension-gtile/Makefile b/deskutils/gnome-shell-extension-gtile/Makefile
new file mode 100644
index 000000000..6e0415121
--- /dev/null
+++ b/deskutils/gnome-shell-extension-gtile/Makefile
@@ -0,0 +1,51 @@
+# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-shell-extension-gtile
+PORTVERSION= 0.0.0.20140520
+CATEGORIES= deskutils gnome
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gnome-shell extension that tiles windows
+
+BUILD_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \
+ gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas
+RUN_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \
+ gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas
+
+WRKSRC= ${WRKDIR}/vibou-vibou.gTile-259b0dd
+
+USES= gettext gmake pkgconfig tar:xz
+USE_GNOME= glib20
+USE_GITHUB= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+GLIB_SCHEMAS= org.gnome.shell.extensions.gtile.gschema.xml
+
+GH_ACCOUNT= vibou
+GH_TAGNAME= 259b0dd59f
+GH_COMMIT= 259b0dd59f
+GH_PROJECT= vibou.gTile
+
+PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves
+
+NO_BUILD= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|3.10|3.10","3.12|g' \
+ ${WRKSRC}/metadata.json
+ @${REINPLACE_CMD} -e "s|Extension.dir.get_child('schemas').get_path()|'${PREFIX}/share/glib-2.0/schemas'|g" \
+ ${WRKSRC}/utils.js
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/gTile@vibou
+ @(cd ${WRKSRC} && ${CP} schemas/org.gnome.shell.extensions.gtile.gschema.xml \
+ ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/)
+ @${RM} -fr ${WRKSRC}/schemas
+ @(cd ${WRKSRC} && ${CP} -pPR * \
+ ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/gTile@vibou)
+
+.include <bsd.port.mk>
diff --git a/deskutils/gnome-shell-extension-gtile/distinfo b/deskutils/gnome-shell-extension-gtile/distinfo
new file mode 100644
index 000000000..7b32f4c04
--- /dev/null
+++ b/deskutils/gnome-shell-extension-gtile/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-shell-extension-gtile-0.0.0.20140520.tar.xz) = 6550151dc77ed2ce80d1aab5b8f5268e92da86dcb433e547ea511dab072472d7
+SIZE (gnome3/gnome-shell-extension-gtile-0.0.0.20140520.tar.xz) = 17956
diff --git a/deskutils/gnome-shell-extension-gtile/pkg-descr b/deskutils/gnome-shell-extension-gtile/pkg-descr
new file mode 100644
index 000000000..3cbff0c8c
--- /dev/null
+++ b/deskutils/gnome-shell-extension-gtile/pkg-descr
@@ -0,0 +1,3 @@
+Gnome shell extension that tiles windows as you like.
+
+WWW: https://github.com/vibou/vibou.gTile
diff --git a/deskutils/gnome-shell-extension-gtile/pkg-plist b/deskutils/gnome-shell-extension-gtile/pkg-plist
new file mode 100644
index 000000000..043aa6b42
--- /dev/null
+++ b/deskutils/gnome-shell-extension-gtile/pkg-plist
@@ -0,0 +1,19 @@
+share/gnome-shell/extensions/gTile@vibou/README.md
+share/gnome-shell/extensions/gTile@vibou/extension.js
+share/gnome-shell/extensions/gTile@vibou/images/animation-icon.png
+share/gnome-shell/extensions/gTile@vibou/images/auto-close-icon.png
+share/gnome-shell/extensions/gTile@vibou/images/autoTile_0.png
+share/gnome-shell/extensions/gTile@vibou/images/autoTile_1.png
+share/gnome-shell/extensions/gTile@vibou/images/close_button.png
+share/gnome-shell/extensions/gTile@vibou/images/close_button_hover.png
+share/gnome-shell/extensions/gTile@vibou/images/launcher_16.png
+share/gnome-shell/extensions/gTile@vibou/images/launcher_16_activated.png
+share/gnome-shell/extensions/gTile@vibou/images/launcher_16_hover.png
+share/gnome-shell/extensions/gTile@vibou/images/scale-icon.png
+share/gnome-shell/extensions/gTile@vibou/metadata.json
+share/gnome-shell/extensions/gTile@vibou/prefs.js
+share/gnome-shell/extensions/gTile@vibou/stylesheet.css
+share/gnome-shell/extensions/gTile@vibou/utils.js
+@dirrm share/gnome-shell/extensions/gTile@vibou/images
+@dirrm share/gnome-shell/extensions/gTile@vibou
+@dirrmtry share/gnome-shell/extensions