diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-01-31 03:47:51 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-01-31 03:47:51 +0800 |
commit | 17cb40e0ec0d2a131e8895a076d1bcf33545e1a6 (patch) | |
tree | 47e9c196fe0e6aeb81c753e54e29c20a4cad9462 /x11-themes/gtk3-oxygen-engine | |
parent | 21f3af9b8f89b29ca49e8c5ec53173f194f3a199 (diff) | |
download | freebsd-ports-gnome-17cb40e0ec0d2a131e8895a076d1bcf33545e1a6.tar.gz freebsd-ports-gnome-17cb40e0ec0d2a131e8895a076d1bcf33545e1a6.tar.zst freebsd-ports-gnome-17cb40e0ec0d2a131e8895a076d1bcf33545e1a6.zip |
Add version 1.0.0 of x11-themes/gtk3-oxygen-engine.
Change the plist of x11-themes/gtk-oxygen-engine now that both ports try to
remove the same directory (share/themes/oxygen-gtk) and remove a few @dirrmtry
calls from it which are already performed by x11-toolkits/gtk20.
Reviewed by: avilla, kwm
Diffstat (limited to 'x11-themes/gtk3-oxygen-engine')
-rw-r--r-- | x11-themes/gtk3-oxygen-engine/Makefile | 12 | ||||
-rw-r--r-- | x11-themes/gtk3-oxygen-engine/distinfo | 4 | ||||
-rw-r--r-- | x11-themes/gtk3-oxygen-engine/pkg-plist | 31 |
3 files changed, 22 insertions, 25 deletions
diff --git a/x11-themes/gtk3-oxygen-engine/Makefile b/x11-themes/gtk3-oxygen-engine/Makefile index aada37c86893..a3dd1d507a1f 100644 --- a/x11-themes/gtk3-oxygen-engine/Makefile +++ b/x11-themes/gtk3-oxygen-engine/Makefile @@ -6,22 +6,22 @@ # PORTNAME= oxygen -PORTVERSION= 1.2.0 +PORTVERSION= 1.0.0 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk2/${PORTVERSION}/src/ -PKGNAMEPREFIX= gtk- +MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk3/${PORTVERSION}/src/ +PKGNAMEPREFIX= gtk3- PKGNAMESUFFIX= -engine -DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} +DISTNAME= ${PORTNAME}-gtk3-${PORTVERSION} MAINTAINER= rakuco@FreeBSD.org -COMMENT= Oxygen-Gtk engine and theme +COMMENT= Oxygen GTK+ 3 engine and theme LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USE_GNOME= gtk20 pkgconfig +USE_GNOME= gtk30 pkgconfig USE_CMAKE= yes MAKE_JOBS_SAFE= yes diff --git a/x11-themes/gtk3-oxygen-engine/distinfo b/x11-themes/gtk3-oxygen-engine/distinfo index 23d89c8f0ce1..b4bc3e65e1e8 100644 --- a/x11-themes/gtk3-oxygen-engine/distinfo +++ b/x11-themes/gtk3-oxygen-engine/distinfo @@ -1,2 +1,2 @@ -SHA256 (oxygen-gtk2-1.2.0.tar.bz2) = 3742fb5bd65dad1a26e973fcf0488f35f824f92660b67066536ba480b6b4ad8f -SIZE (oxygen-gtk2-1.2.0.tar.bz2) = 191654 +SHA256 (oxygen-gtk3-1.0.0.tar.bz2) = 9a89e4767d0afedb7a7b6b580cba74dcc14c72ab898c1d70376619d9675f2642 +SIZE (oxygen-gtk3-1.0.0.tar.bz2) = 185889 diff --git a/x11-themes/gtk3-oxygen-engine/pkg-plist b/x11-themes/gtk3-oxygen-engine/pkg-plist index 11a652e66073..0c0476c70ed6 100644 --- a/x11-themes/gtk3-oxygen-engine/pkg-plist +++ b/x11-themes/gtk3-oxygen-engine/pkg-plist @@ -1,18 +1,15 @@ -bin/oxygen-gtk-deco -bin/oxygen-gtk-demo -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/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 +bin/oxygen-gtk3-demo +lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/liboxygen-gtk.so +share/themes/oxygen-gtk/gtk-3.0/argb-apps.conf +share/themes/oxygen-gtk/gtk-3.0/gtk.css +share/themes/oxygen-gtk/gtk-3.0/icons4 +share/themes/oxygen-gtk/gtk-3.0/kdeglobals +share/themes/oxygen-gtk/gtk-3.0/oxygenrc +share/themes/oxygen-gtk/gtk-3.0/special-icons/standardbutton-closetab-16.png +share/themes/oxygen-gtk/gtk-3.0/special-icons/standardbutton-closetab-down-16.png +share/themes/oxygen-gtk/gtk-3.0/special-icons/standardbutton-closetab-hover-16.png +@dirrm share/themes/oxygen-gtk/gtk-3.0/special-icons +@dirrm share/themes/oxygen-gtk/gtk-3.0 +@dirrmtry 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 +@dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines |