40d1e6400b
Improvements include: * fix bluring behind tooltips in KDE on 64 bits machines * improve detection of empty areas for window dragging * re-enabling shadows behind menus and window background for recent libreoffice versions * fix calculation of the tabs area, that was creating infinite repaint loop under certain conditions
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= oxygen
|
|
PORTVERSION= 1.4.5
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk2/${PORTVERSION}/src
|
|
PKGNAMEPREFIX= gtk-
|
|
PKGNAMESUFFIX= -engine
|
|
DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION}
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Oxygen-Gtk engine and theme
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk20
|
|
USES= cmake pkgconfig
|
|
|
|
.include <bsd.port.mk>
|