mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
parent
c275d8bf2a
commit
f6e6014825
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315400
@ -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
|
||||
|
23
x11-themes/gtk3-unico-engine/Makefile
Normal file
23
x11-themes/gtk3-unico-engine/Makefile
Normal file
@ -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@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>
|
2
x11-themes/gtk3-unico-engine/distinfo
Normal file
2
x11-themes/gtk3-unico-engine/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (unico-1.0.2.tar.gz) = 525a12012ffff79bbb5405eb0d27a084dfc7ff9cabd9b7c4f8872b759312311b
|
||||
SIZE (unico-1.0.2.tar.gz) = 362903
|
3
x11-themes/gtk3-unico-engine/pkg-descr
Normal file
3
x11-themes/gtk3-unico-engine/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Unico is a Gtk+ 3.0 theming engine.
|
||||
|
||||
WWW: https://launchpad.net/unico
|
6
x11-themes/gtk3-unico-engine/pkg-plist
Normal file
6
x11-themes/gtk3-unico-engine/pkg-plist
Normal file
@ -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
|
||||
@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines
|
||||
@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%
|
||||
@dirrmtry lib/gtk-3.0
|
Loading…
Reference in New Issue
Block a user