svn commit: r315400 - in head/x11-themes: . gtk3-unico-engine
Olivier Duchateau
olivierd at FreeBSD.org
Wed Mar 27 18:13:46 UTC 2013
Author: olivierd
Date: Wed Mar 27 18:13:45 2013
New Revision: 315400
URL: http://svnweb.freebsd.org/changeset/ports/315400
Log:
Unico is a Gtk+ 3.0 theme engine.
WWW: https://launchpad.net/unico
Added:
head/x11-themes/gtk3-unico-engine/
head/x11-themes/gtk3-unico-engine/Makefile (contents, props changed)
head/x11-themes/gtk3-unico-engine/distinfo (contents, props changed)
head/x11-themes/gtk3-unico-engine/pkg-descr (contents, props changed)
head/x11-themes/gtk3-unico-engine/pkg-plist (contents, props changed)
Modified:
head/x11-themes/Makefile
Modified: head/x11-themes/Makefile
==============================================================================
--- head/x11-themes/Makefile Wed Mar 27 18:10:29 2013 (r315399)
+++ head/x11-themes/Makefile Wed Mar 27 18:13:45 2013 (r315400)
@@ -89,6 +89,7 @@
SUBDIR += gtk-qt4-engine
SUBDIR += gtk-xfce-engine
SUBDIR += gtk3-oxygen-engine
+ SUBDIR += gtk3-unico-engine
SUBDIR += icon-bluecurve-theme
SUBDIR += icon-naming-utils
SUBDIR += icons-buuf
Added: head/x11-themes/gtk3-unico-engine/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/gtk3-unico-engine/Makefile Wed Mar 27 18:13:45 2013 (r315400)
@@ -0,0 +1,23 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+#
+
+PORTNAME= unico
+PORTVERSION= 1.0.2
+CATEGORIES= x11-themes
+MASTER_SITES= https://launchpadlibrarian.net/98881788/ \
+ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \
+ LOCAL/olivierd
+PKGNAMEPREFIX= gtk3-
+PKGNAMESUFFIX= -engine
+
+MAINTAINER= olivierd at FreeBSD.org
+COMMENT= Gtk+ 3.0 engine
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_PKGCONFIG= build
+USE_GNOME= cairo glib20 gtk30
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
Added: head/x11-themes/gtk3-unico-engine/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/gtk3-unico-engine/distinfo Wed Mar 27 18:13:45 2013 (r315400)
@@ -0,0 +1,2 @@
+SHA256 (unico-1.0.2.tar.gz) = 525a12012ffff79bbb5405eb0d27a084dfc7ff9cabd9b7c4f8872b759312311b
+SIZE (unico-1.0.2.tar.gz) = 362903
Added: head/x11-themes/gtk3-unico-engine/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/gtk3-unico-engine/pkg-descr Wed Mar 27 18:13:45 2013 (r315400)
@@ -0,0 +1,3 @@
+Unico is a Gtk+ 3.0 theming engine.
+
+WWW: https://launchpad.net/unico
Added: head/x11-themes/gtk3-unico-engine/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/gtk3-unico-engine/pkg-plist Wed Mar 27 18:13:45 2013 (r315400)
@@ -0,0 +1,6 @@
+lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libunico.a
+lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libunico.la
+lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libunico.so
+ at dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines
+ at dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%
+ at dirrmtry lib/gtk-3.0
More information about the svn-ports-head
mailing list