Import gtk2-equinox-engine-1.1
Equinox GTK+2 engine and themes.
This commit is contained in:
parent
6bbfd80a0b
commit
a46a9c3d56
68
x11/gtk2-equinox-engine/Makefile
Normal file
68
x11/gtk2-equinox-engine/Makefile
Normal file
@ -0,0 +1,68 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/02 13:33:21 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Equinox GTK+2 engine
|
||||
|
||||
V= 1.1
|
||||
DISTNAME= 121881-equinox-${V}
|
||||
PKGNAME= gtk2-equinox-engine-${V}
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://gnome-look.org/content/show.php/Equinox+Gtk+Engine?content=121881
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
|
||||
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png pthread-stubs xcb xcb-render xcb-render-util
|
||||
WANTLIB += z
|
||||
|
||||
MASTER_SITES= http://gnome-look.org/CONTENT/content-files/
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_X11= Yes
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-static \
|
||||
--enable-animation
|
||||
|
||||
_DNAME= equinox-gtk-engine-${V:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
WRKDIST= ${WRKDIR}/${_DNAME:S/-gtk-engine//}
|
||||
|
||||
post-extract:
|
||||
cd ${WRKDIR} && \
|
||||
tar xzf equinox-gtk-engine.tar.gz && \
|
||||
tar xzf equinox-themes.tar.gz -C ${WRKSRC}
|
||||
mv ${WRKSRC}/"Equinox Glass" ${WRKSRC}/EquinoxGlass
|
||||
mv ${WRKSRC}/"Equinox Wide" ${WRKSRC}/EquinoxWide
|
||||
chmod +x ${WRKSRC}/install-sh
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/themes/Equinox/gtk-2.0/
|
||||
cp -R ${WRKSRC}/Equinox{,Glass,Wide} \
|
||||
${PREFIX}/share/themes/
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} \
|
||||
${PREFIX}/share/themes/Equinox{,Glass,Wide}
|
||||
find ${PREFIX}/share/themes/ -type f | \
|
||||
xargs perl -pi -e 's,Equinox Glass,EquinoxGlass,g;' \
|
||||
-e 's,Equinox Wide,EquinoxWide,g'
|
||||
find ${PREFIX} -name \*.orig | xargs rm
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gtk2-equinox-engine/distinfo
Normal file
5
x11/gtk2-equinox-engine/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (121881-equinox-1.1.tar.bz2) = XIXgkGFSGKov7mTOYk03Yw==
|
||||
RMD160 (121881-equinox-1.1.tar.bz2) = 2xrlxmHrRZBUhdW9cevSzFMOmu8=
|
||||
SHA1 (121881-equinox-1.1.tar.bz2) = EwiW6k5Gu8Fwau4vdjBUku1/W0A=
|
||||
SHA256 (121881-equinox-1.1.tar.bz2) = QcYkDX4ZESSkPUuDJIIu/VSMiGK9EBU5Qmo7vwgzlQs=
|
||||
SIZE (121881-equinox-1.1.tar.bz2) = 436508
|
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-EquinoxWide_index_theme,v 1.1.1.1 2010/05/02 13:33:21 ajacoutot Exp $
|
||||
--- EquinoxWide/index.theme.orig Sun May 2 15:09:03 2010
|
||||
+++ EquinoxWide/index.theme Sun May 2 15:09:08 2010
|
||||
@@ -1,9 +1,13 @@
|
||||
-
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
-Name=Equinox Wide
|
||||
+Name=EquinoxWide
|
||||
Type=X-GNOME-Metatheme
|
||||
-Comment=Gtk 2.0 Equinox Wide theme
|
||||
-Name[fr_FR]=Equinox Wide
|
||||
+Comment=Gtk 2.0 Equinox theme - Wide version
|
||||
+Name[fr_FR]=EquinoxWide
|
||||
|
||||
+[X-GNOME-Metatheme]
|
||||
+GtkTheme=EquinoxWide
|
||||
+MetacityTheme=Equinox
|
||||
+IconTheme=Faenza
|
||||
+CursorTheme=DMZ-Black
|
1
x11/gtk2-equinox-engine/pkg/DESCR
Normal file
1
x11/gtk2-equinox-engine/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Equinox GTK+2 engine and themes.
|
135
x11/gtk2-equinox-engine/pkg/PLIST
Normal file
135
x11/gtk2-equinox-engine/pkg/PLIST
Normal file
@ -0,0 +1,135 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/05/02 13:33:21 ajacoutot Exp $
|
||||
@comment lib/gtk-2.0/2.10.0/engines/libequinox.la
|
||||
lib/gtk-2.0/2.10.0/engines/libequinox.so
|
||||
share/themes/Equinox/
|
||||
share/themes/Equinox/ChangeLog
|
||||
share/themes/Equinox/gtk-2.0/
|
||||
share/themes/Equinox/gtk-2.0/apps/
|
||||
share/themes/Equinox/gtk-2.0/apps/gnome-system-monitor.rc
|
||||
share/themes/Equinox/gtk-2.0/apps/nautilus.rc
|
||||
share/themes/Equinox/gtk-2.0/gtkrc
|
||||
share/themes/Equinox/gtk-2.0/images/
|
||||
share/themes/Equinox/gtk-2.0/images/arrow.png
|
||||
share/themes/Equinox/gtk-2.0/images/blank.png
|
||||
share/themes/Equinox/gtk-2.0/images/handle-nautilus.png
|
||||
share/themes/Equinox/gtk-2.0/images/panelbg.png
|
||||
share/themes/Equinox/gtk-2.0/panel_bg.png
|
||||
share/themes/Equinox/index.theme
|
||||
share/themes/Equinox/metacity-1/
|
||||
share/themes/Equinox/metacity-1/active_close.png
|
||||
share/themes/Equinox/metacity-1/active_close_on.png
|
||||
share/themes/Equinox/metacity-1/active_close_pressed.png
|
||||
share/themes/Equinox/metacity-1/active_max.png
|
||||
share/themes/Equinox/metacity-1/active_max_on.png
|
||||
share/themes/Equinox/metacity-1/active_max_pressed.png
|
||||
share/themes/Equinox/metacity-1/active_menu.png
|
||||
share/themes/Equinox/metacity-1/active_menu_on.png
|
||||
share/themes/Equinox/metacity-1/active_menu_pressed.png
|
||||
share/themes/Equinox/metacity-1/active_min.png
|
||||
share/themes/Equinox/metacity-1/active_min_on.png
|
||||
share/themes/Equinox/metacity-1/active_min_pressed.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_close.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_close_on.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_close_pressed.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_max.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_max_on.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_max_pressed.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_min.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_min_on.png
|
||||
share/themes/Equinox/metacity-1/dialog_active_min_pressed.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_close.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_close_on.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_close_pressed.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_max.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_max_on.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_max_pressed.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_min.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_min_on.png
|
||||
share/themes/Equinox/metacity-1/dialog_inactive_min_pressed.png
|
||||
share/themes/Equinox/metacity-1/inactive_close.png
|
||||
share/themes/Equinox/metacity-1/inactive_close_on.png
|
||||
share/themes/Equinox/metacity-1/inactive_close_pressed.png
|
||||
share/themes/Equinox/metacity-1/inactive_max.png
|
||||
share/themes/Equinox/metacity-1/inactive_max_on.png
|
||||
share/themes/Equinox/metacity-1/inactive_max_pressed.png
|
||||
share/themes/Equinox/metacity-1/inactive_menu.png
|
||||
share/themes/Equinox/metacity-1/inactive_menu_on.png
|
||||
share/themes/Equinox/metacity-1/inactive_menu_pressed.png
|
||||
share/themes/Equinox/metacity-1/inactive_min.png
|
||||
share/themes/Equinox/metacity-1/inactive_min_on.png
|
||||
share/themes/Equinox/metacity-1/inactive_min_pressed.png
|
||||
share/themes/Equinox/metacity-1/metacity-theme-1.xml
|
||||
share/themes/Equinox/metacity-1/metacity-theme-2.xml
|
||||
share/themes/EquinoxGlass/
|
||||
share/themes/EquinoxGlass/ChangeLog
|
||||
share/themes/EquinoxGlass/gtk-2.0/
|
||||
share/themes/EquinoxGlass/gtk-2.0/apps/
|
||||
share/themes/EquinoxGlass/gtk-2.0/apps/gnome-system-monitor.rc
|
||||
share/themes/EquinoxGlass/gtk-2.0/apps/nautilus.rc
|
||||
share/themes/EquinoxGlass/gtk-2.0/gtkrc
|
||||
share/themes/EquinoxGlass/gtk-2.0/images/
|
||||
share/themes/EquinoxGlass/gtk-2.0/images/arrow.png
|
||||
share/themes/EquinoxGlass/gtk-2.0/images/blank.png
|
||||
share/themes/EquinoxGlass/gtk-2.0/images/handle-nautilus.png
|
||||
share/themes/EquinoxGlass/gtk-2.0/images/panelbg.png
|
||||
share/themes/EquinoxGlass/gtk-2.0/panel_bg.png
|
||||
share/themes/EquinoxGlass/index.theme
|
||||
share/themes/EquinoxGlass/metacity-1/
|
||||
share/themes/EquinoxGlass/metacity-1/active_close.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_close_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_close_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_max.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_max_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_max_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_menu.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_menu_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_menu_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_min.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_min_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/active_min_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_close.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_close_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_close_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_max.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_max_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_max_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_min.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_min_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_active_min_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_close.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_close_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_close_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_max.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_max_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_max_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_min.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_min_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/dialog_inactive_min_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_close.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_close_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_close_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_max.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_max_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_max_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_menu.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_menu_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_menu_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_min.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_min_on.png
|
||||
share/themes/EquinoxGlass/metacity-1/inactive_min_pressed.png
|
||||
share/themes/EquinoxGlass/metacity-1/metacity-theme-1.xml
|
||||
share/themes/EquinoxGlass/metacity-1/metacity-theme-2.xml
|
||||
share/themes/EquinoxWide/
|
||||
share/themes/EquinoxWide/ChangeLog
|
||||
share/themes/EquinoxWide/gtk-2.0/
|
||||
share/themes/EquinoxWide/gtk-2.0/apps/
|
||||
share/themes/EquinoxWide/gtk-2.0/apps/gnome-system-monitor.rc
|
||||
share/themes/EquinoxWide/gtk-2.0/apps/nautilus.rc
|
||||
share/themes/EquinoxWide/gtk-2.0/gtkrc
|
||||
share/themes/EquinoxWide/gtk-2.0/images/
|
||||
share/themes/EquinoxWide/gtk-2.0/images/arrow.png
|
||||
share/themes/EquinoxWide/gtk-2.0/images/blank.png
|
||||
share/themes/EquinoxWide/gtk-2.0/images/handle-nautilus.png
|
||||
share/themes/EquinoxWide/gtk-2.0/images/panelbg.png
|
||||
share/themes/EquinoxWide/gtk-2.0/panel_bg.png
|
||||
share/themes/EquinoxWide/index.theme
|
Loading…
Reference in New Issue
Block a user