mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add new port x11-themes/gtk-oxygen-engine:
Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to Gtk. WWW: http://kde-look.org/content/show.php/?content=136216
This commit is contained in:
parent
554839ad62
commit
79bc564c7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266284
27
x11-themes/gtk-oxygen-engine/Makefile
Normal file
27
x11-themes/gtk-oxygen-engine/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: gtk-oxygen-engine
|
||||
# Date created: 2010-12-14
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= oxygen
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk/${PORTVERSION}/src/
|
||||
PKGNAMEPREFIX= gtk-
|
||||
PKGNAMESUFFIX= -engine
|
||||
DISTNAME= ${PORTNAME}-gtk-${PORTVERSION}
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Oxygen-Gtk engine and theme
|
||||
|
||||
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20 pkgconfig
|
||||
USE_CMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-themes/gtk-oxygen-engine/distinfo
Normal file
2
x11-themes/gtk-oxygen-engine/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (oxygen-gtk-1.0.0.tar.bz2) = aeb961d482af173ece7052add800e4a9b8e77dc6f44692f861498de8e11e0692
|
||||
SIZE (oxygen-gtk-1.0.0.tar.bz2) = 122365
|
3
x11-themes/gtk-oxygen-engine/pkg-descr
Normal file
3
x11-themes/gtk-oxygen-engine/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to gtk.
|
||||
|
||||
WWW: http://kde-look.org/content/show.php/?content=136216
|
17
x11-themes/gtk-oxygen-engine/pkg-plist
Normal file
17
x11-themes/gtk-oxygen-engine/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/liboxygen-gtk.so
|
||||
share/themes/oxygen-gtk/gtk-2.0/argb-apps.conf
|
||||
share/themes/oxygen-gtk/gtk-2.0/argb-blacklist.conf
|
||||
share/themes/oxygen-gtk/gtk-2.0/gtkrc
|
||||
share/themes/oxygen-gtk/gtk-2.0/icons4
|
||||
share/themes/oxygen-gtk/gtk-2.0/kdeglobals
|
||||
share/themes/oxygen-gtk/gtk-2.0/oxygenrc
|
||||
share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-16.png
|
||||
share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-down-16.png
|
||||
share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-hover-16.png
|
||||
@dirrm share/themes/oxygen-gtk/gtk-2.0/special-icons
|
||||
@dirrm share/themes/oxygen-gtk/gtk-2.0
|
||||
@dirrm share/themes/oxygen-gtk
|
||||
@dirrmtry share/themes
|
||||
@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines
|
||||
@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%
|
||||
@dirrmtry lib/gtk-2.0
|
27
x11-themes/gtk3-oxygen-engine/Makefile
Normal file
27
x11-themes/gtk3-oxygen-engine/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: gtk-oxygen-engine
|
||||
# Date created: 2010-12-14
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= oxygen
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk/${PORTVERSION}/src/
|
||||
PKGNAMEPREFIX= gtk-
|
||||
PKGNAMESUFFIX= -engine
|
||||
DISTNAME= ${PORTNAME}-gtk-${PORTVERSION}
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Oxygen-Gtk engine and theme
|
||||
|
||||
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20 pkgconfig
|
||||
USE_CMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-themes/gtk3-oxygen-engine/distinfo
Normal file
2
x11-themes/gtk3-oxygen-engine/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (oxygen-gtk-1.0.0.tar.bz2) = aeb961d482af173ece7052add800e4a9b8e77dc6f44692f861498de8e11e0692
|
||||
SIZE (oxygen-gtk-1.0.0.tar.bz2) = 122365
|
3
x11-themes/gtk3-oxygen-engine/pkg-descr
Normal file
3
x11-themes/gtk3-oxygen-engine/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to gtk.
|
||||
|
||||
WWW: http://kde-look.org/content/show.php/?content=136216
|
17
x11-themes/gtk3-oxygen-engine/pkg-plist
Normal file
17
x11-themes/gtk3-oxygen-engine/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/liboxygen-gtk.so
|
||||
share/themes/oxygen-gtk/gtk-2.0/argb-apps.conf
|
||||
share/themes/oxygen-gtk/gtk-2.0/argb-blacklist.conf
|
||||
share/themes/oxygen-gtk/gtk-2.0/gtkrc
|
||||
share/themes/oxygen-gtk/gtk-2.0/icons4
|
||||
share/themes/oxygen-gtk/gtk-2.0/kdeglobals
|
||||
share/themes/oxygen-gtk/gtk-2.0/oxygenrc
|
||||
share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-16.png
|
||||
share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-down-16.png
|
||||
share/themes/oxygen-gtk/gtk-2.0/special-icons/standardbutton-closetab-hover-16.png
|
||||
@dirrm share/themes/oxygen-gtk/gtk-2.0/special-icons
|
||||
@dirrm share/themes/oxygen-gtk/gtk-2.0
|
||||
@dirrm share/themes/oxygen-gtk
|
||||
@dirrmtry share/themes
|
||||
@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines
|
||||
@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%
|
||||
@dirrmtry lib/gtk-2.0
|
Loading…
Reference in New Issue
Block a user