diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 11:35:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 11:35:22 +0800 |
commit | 8ee3a54a53a0332160ccb84b4edca8607616b0b9 (patch) | |
tree | 04bbdc2ff2fa450585078227dabb40fdfc1fa06c /x11-toolkits | |
parent | 370019cd2980020f0a78d3480321b87b78e8191f (diff) | |
download | freebsd-ports-gnome-8ee3a54a53a0332160ccb84b4edca8607616b0b9.tar.gz freebsd-ports-gnome-8ee3a54a53a0332160ccb84b4edca8607616b0b9.tar.zst freebsd-ports-gnome-8ee3a54a53a0332160ccb84b4edca8607616b0b9.zip |
Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-flat-theme2/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-smooth-engine/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-xfce-engine/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-plist | 6 |
5 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/gtk-cleanice-engine/pkg-plist b/x11-toolkits/gtk-cleanice-engine/pkg-plist index d6f1ea686743..4765d0a3bb0b 100644 --- a/x11-toolkits/gtk-cleanice-engine/pkg-plist +++ b/x11-toolkits/gtk-cleanice-engine/pkg-plist @@ -1,4 +1,4 @@ -lib/gtk-2.0/2.2.0/engines/libcleanice.so +lib/gtk-2.0/2.4.0/engines/libcleanice.so share/themes/CleanIce/index.theme share/themes/CleanIce/gtk-2.0/gtkrc share/themes/CleanIce/metacity-1/metacity-theme-1.xml diff --git a/x11-toolkits/gtk-flat-theme2/pkg-plist b/x11-toolkits/gtk-flat-theme2/pkg-plist index da1aa28cc668..eb3360e18d07 100644 --- a/x11-toolkits/gtk-flat-theme2/pkg-plist +++ b/x11-toolkits/gtk-flat-theme2/pkg-plist @@ -1,4 +1,4 @@ -lib/gtk-2.0/2.2.0/engines/libflat.so +lib/gtk-2.0/2.4.0/engines/libflat.so share/themes/Flat/ICON.png share/themes/Flat/README.html share/themes/Flat/gtk-2.0/gtkrc diff --git a/x11-toolkits/gtk-smooth-engine/pkg-plist b/x11-toolkits/gtk-smooth-engine/pkg-plist index ed1be4564da4..06ef9f3d867b 100644 --- a/x11-toolkits/gtk-smooth-engine/pkg-plist +++ b/x11-toolkits/gtk-smooth-engine/pkg-plist @@ -1,2 +1,2 @@ %%GTK1:%%lib/gtk/themes/engines/libsmooth.so -%%GTK2:%%lib/gtk-2.0/2.2.0/engines/libsmooth.so +%%GTK2:%%lib/gtk-2.0/2.4.0/engines/libsmooth.so diff --git a/x11-toolkits/gtk-xfce-engine/pkg-plist b/x11-toolkits/gtk-xfce-engine/pkg-plist index d2e574dbf384..8221cdc15d9d 100644 --- a/x11-toolkits/gtk-xfce-engine/pkg-plist +++ b/x11-toolkits/gtk-xfce-engine/pkg-plist @@ -1,4 +1,4 @@ -lib/gtk-2.0/2.2.0/engines/libxfce.so +lib/gtk-2.0/2.4.0/engines/libxfce.so share/themes/Xfce-b5/ICON.png share/themes/Xfce-b5/README.html share/themes/Xfce-b5/gtk-2.0/gtkrc diff --git a/x11-toolkits/qtpixmap/pkg-plist b/x11-toolkits/qtpixmap/pkg-plist index e3e0240310ab..1865ba5f8426 100644 --- a/x11-toolkits/qtpixmap/pkg-plist +++ b/x11-toolkits/qtpixmap/pkg-plist @@ -1,5 +1,5 @@ %%GTK1%%lib/gtk/themes/engines/libqtpixmap.la %%GTK1%%lib/gtk/themes/engines/libqtpixmap.so -lib/gtk-2.0/2.2.0/engines/libqtpixmap.so -lib/gtk-2.0/2.2.0/engines/libqtpixmap.la -@unexec rmdir %D/lib/gtk-2.0/2.2.0/engines 2>/dev/null || true +lib/gtk-2.0/2.4.0/engines/libqtpixmap.so +lib/gtk-2.0/2.4.0/engines/libqtpixmap.la +@unexec rmdir %D/lib/gtk-2.0/2.4.0/engines 2>/dev/null || true |