diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
commit | 390e9ab8d0b8356749f73adea8e07815b03f03c2 (patch) | |
tree | 54ceec35ba484ca3945a6bdef50f107e8f18a974 /x11-toolkits | |
parent | 273376aa17299d37f9f66a1050b393a9701b5c88 (diff) | |
download | freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.gz freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.zst freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.zip |
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
Diffstat (limited to 'x11-toolkits')
33 files changed, 1047 insertions, 652 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 4ee2ce55f6d5..c87c6a442427 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -119,6 +119,11 @@ SUBDIR += libwnck-reference SUBDIR += libxfce4gui SUBDIR += libzvt + SUBDIR += linux-f8-gtk + SUBDIR += linux-f8-gtk2 + SUBDIR += linux-f8-openmotif + SUBDIR += linux-f8-pango + SUBDIR += linux-f8-qt33 SUBDIR += linux-gtk SUBDIR += linux-gtk2 SUBDIR += linux-openmotif diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index 715acd969687..9395d3cdf40e 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -1,26 +1,25 @@ -# New ports collection makefile for: linux-gtk -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & multimedia/xmovie by sanpei@sanpei.org +# New ports collection makefile for: x11-toolkits/linux-f8-gtk +# Date created: 2008-04-04 +# Whom: bsam # # $FreeBSD$ # PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 4 CATEGORIES= x11-toolkits linux -DISTNAME= gtk+-${PORTVERSION}-39 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the Gtk lib +COMMENT= Gtk library (Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 - USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs -LINUX_DIST_VER= 4 +LINUX_NAME= ${PORTNAME}+ +LINUX_DIST_VER= 8 +RPMVERSION= 59.fc8 USE_LDCONFIG= yes PLIST= pkg-plist.${LINUX_RPM_ARCH} diff --git a/x11-toolkits/linux-f10-gtk/distinfo.i386 b/x11-toolkits/linux-f10-gtk/distinfo.i386 index fff52cdac97e..6efac22211e7 100644 --- a/x11-toolkits/linux-f10-gtk/distinfo.i386 +++ b/x11-toolkits/linux-f10-gtk/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/gtk+-1.2.10-39.i386.rpm) = ebd34af27d26c7d376fb7d26a498bd7e -SHA256 (rpm/i386/fedora/4/gtk+-1.2.10-39.i386.rpm) = 95c9a5cd0b91a146f90fb6eec7fae92dd5fc3d550e5c61d708057915e7da551d -SIZE (rpm/i386/fedora/4/gtk+-1.2.10-39.i386.rpm) = 906537 -MD5 (rpm/i386/fedora/4/gtk+-1.2.10-39.src.rpm) = b56822635a2bf8d11884a4b20c25d095 -SHA256 (rpm/i386/fedora/4/gtk+-1.2.10-39.src.rpm) = a42187376183c1804e6c2696e3b0734b3a8275ceb2368c6b9d704c9a18cac966 -SIZE (rpm/i386/fedora/4/gtk+-1.2.10-39.src.rpm) = 2924574 +MD5 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.i386.rpm) = 4c974342b22c895a653f740eab183615 +SHA256 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.i386.rpm) = 4bbff68974f7bac3aae73666220495a29c06de2a04ab7efafcab367bb5735d15 +SIZE (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.i386.rpm) = 932594 +MD5 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.src.rpm) = f4b2b2a7406476e520bfc72603aa2ed8 +SHA256 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.src.rpm) = 794c505c338736a6634d32f536f641d9dd0f84a9290955d2a94853b50c340d79 +SIZE (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.src.rpm) = 2922519 diff --git a/x11-toolkits/linux-f10-gtk/pkg-plist.i386 b/x11-toolkits/linux-f10-gtk/pkg-plist.i386 index 1fb5398747b3..a12ced4212a0 100644 --- a/x11-toolkits/linux-f10-gtk/pkg-plist.i386 +++ b/x11-toolkits/linux-f10-gtk/pkg-plist.i386 @@ -1,3 +1,4 @@ +@comment file listing etc/gtk/gtkrc etc/gtk/gtkrc.az etc/gtk/gtkrc.be @@ -104,18 +105,18 @@ usr/share/locale/wa/LC_MESSAGES/gtk+.mo usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo usr/share/themes/Default/gtk/gtkrc +@comment non-empty directory listing in revers order @dirrmtry usr/share/themes/Default/gtk @dirrmtry usr/share/themes/Default -@dirrmtry usr/share/themes @comment @comment those usr/share/locale dirs are candidates to go to linux_base port @comment -- bsam @dirrmtry usr/share/locale/zh_TW.Big5/LC_MESSAGES @dirrmtry usr/share/locale/zh_TW.Big5 +@dirrmtry usr/share/locale/zh_CN.GB2312/LC_MESSAGES +@dirrmtry usr/share/locale/zh_CN.GB2312 @dirrmtry usr/share/locale/sp/LC_MESSAGES @dirrmtry usr/share/locale/sp -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga @comment @dirrm usr/share/doc/gtk+-1.2.10 @dirrm etc/gtk diff --git a/x11-toolkits/linux-f10-gtk2/Makefile b/x11-toolkits/linux-f10-gtk2/Makefile index a183e803d042..27fc0c82df12 100644 --- a/x11-toolkits/linux-f10-gtk2/Makefile +++ b/x11-toolkits/linux-f10-gtk2/Makefile @@ -1,31 +1,43 @@ -# New ports collection makefile for: linux-gtk2 -# Date created: 2003-11-19 -# Whom: trevor +# New ports collection makefile for: x11-toolkits/linux-f8-gtk2 +# Date created: 2008-03-29 +# Whom: bsam # # $FreeBSD$ # PORTNAME= gtk2 -PORTVERSION= 2.6.10 -PORTREVISION= 1 +PORTVERSION= 2.12.8 CATEGORIES= x11-toolkits linux -DISTFILES= ${PORTNAME}-${PORTVERSION}-2.fc4.4.${LINUX_RPM_ARCH}.rpm \ - ${PORTNAME}-engines-2.6.3-2.${LINUX_RPM_ARCH}.rpm +PKGNAMEPREFIX= linux-f8- +DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ + ${PORTNAME}-engines-2.12.2-1.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-murrine-engine-0.52-1.fc7.${LINUX_RPM_ARCH}.rpm \ + gtk-nodoka-engine-0.6.2-1.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-qt-engine-0.8-6.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-rezlooks-engine-0.6-5.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-xfce-engine-2.4.2-1.fc8.${LINUX_RPM_ARCH}.rpm MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= GTK+ library, version 2.X, Linux binary +COMMENT= GTK+ library, version 2.X (Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes # these libraries are required by gtk-query-immodules-2.0 or # gdk-pixbuf-query-loaders USE_LINUX_APPS= atk jpeg pango png tiff xorglibs -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes +LINUX_DIST_VER= 8 +RPMVERSION= 2.fc8 BRANDELF_DIRS= usr/bin -PLIST_SUB= LIBVERSION="600.10" PORTVERSION="${PORTVERSION}" -SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-2.fc4.4.src.rpm \ - ${PORTNAME}-engines-2.6.3-2.src.rpm +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr +SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.src.rpm \ + ${PORTNAME}-engines-2.12.2-1.fc8.src.rpm \ + gtk-murrine-engine-0.52-1.fc7.src.rpm \ + gtk-nodoka-engine-0.6.2-1.fc8.src.rpm \ + gtk-qt-engine-0.8-6.fc8.src.rpm \ + gtk-rezlooks-engine-0.6-5.fc8.src.rpm \ + gtk-xfce-engine-2.4.2-1.fc8.src.rpm post-install: @chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules diff --git a/x11-toolkits/linux-f10-gtk2/distinfo.i386 b/x11-toolkits/linux-f10-gtk2/distinfo.i386 index a1c8ad41eafd..717f3727db0b 100644 --- a/x11-toolkits/linux-f10-gtk2/distinfo.i386 +++ b/x11-toolkits/linux-f10-gtk2/distinfo.i386 @@ -1,12 +1,42 @@ -MD5 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.i386.rpm) = 06c4edc69cd8cefc88e0745c9cbad651 -SHA256 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.i386.rpm) = 042ecad29b008d1b364c0fd172bcbf4358c35632f902084540cb484baedb4d20 -SIZE (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.i386.rpm) = 5006066 -MD5 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.i386.rpm) = 6efa96648a661483b77935d4263a716e -SHA256 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.i386.rpm) = 752c5b5bd33f60c1ace655e3800331b1bbe8ee970367fd07a6b63d51b318788e -SIZE (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.i386.rpm) = 285815 -MD5 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.src.rpm) = 8b6c8d169a2077aec57fb1551e6b032d -SHA256 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.src.rpm) = 9b7ed9e178e6ec5e3089af1b0a66f9684d9d76c80b80ff69c85e288ad296ba82 -SIZE (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.src.rpm) = 11567684 -MD5 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.src.rpm) = f45fa153a1abf114c1c7a1b774568387 -SHA256 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.src.rpm) = 17bf442e705ba739f8b7854d581253c607fe3a4977221aef1b43ab98d285a7d4 -SIZE (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.src.rpm) = 481238 +MD5 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.i386.rpm) = 7fe178623f2497c5589ee6495e07b5f4 +SHA256 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.i386.rpm) = 7ecc80e178545b6c4219c90a65958578cd51a677904e7b599c1d535b16826af2 +SIZE (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.i386.rpm) = 7121408 +MD5 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.i386.rpm) = f3d94db585261a7999fff57f320d6208 +SHA256 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.i386.rpm) = 48c2e5dbf484bf6a78636844067689c9cbeb466cfc57452ea9ce6cfef15629a8 +SIZE (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.i386.rpm) = 402768 +MD5 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.i386.rpm) = 63eb1e07b0e0f75fc62d64de2a3c2618 +SHA256 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.i386.rpm) = 2d5af76f0281c47842d7d8f75dda6477f89786e75789070e47642e03f7b78159 +SIZE (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.i386.rpm) = 56344 +MD5 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.i386.rpm) = 1b84bc40d065aa4befbac90522ef7b85 +SHA256 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.i386.rpm) = 19a021268a3518394efeaf914524b1fcc327bfc2bdc8bccd21c5caefc0bc7725 +SIZE (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.i386.rpm) = 47935 +MD5 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.i386.rpm) = d45415390864e9e495d7b539141d69bf +SHA256 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.i386.rpm) = 592d39bf22343badd9c430ec068b599745344fb265d926de62d8b76f94f372ca +SIZE (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.i386.rpm) = 116256 +MD5 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.i386.rpm) = 31b05cb5b20c34a5229b2132cfa986f3 +SHA256 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.i386.rpm) = 2cab7891bb597b33d9ac342a05454f3e52b9320cb728189e531eae48a27a0f0f +SIZE (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.i386.rpm) = 52606 +MD5 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.i386.rpm) = 9edd4857231dc5d57de3dc81cb1ef7fa +SHA256 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.i386.rpm) = 7e57e3e2037087afbb3ce3ec3f867118e46b28a38646d21fd3044ab7cdb015af +SIZE (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.i386.rpm) = 45470 +MD5 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.src.rpm) = 297999908f188f130858e5bf3bfb131d +SHA256 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.src.rpm) = d4d3519f308512d229f36a4f9a0226cd0986693f94763bdbb2eed882b04113f3 +SIZE (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.src.rpm) = 16128279 +MD5 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.src.rpm) = d4b7d7b511af9b6baad08911a287e07a +SHA256 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.src.rpm) = 25ef5d0a5f93324086a823191d4bcfd5758ea42ca0a6927e127d171164f45d55 +SIZE (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.src.rpm) = 670353 +MD5 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.src.rpm) = 3fe05e8a4279a4b22515bfc8b4415593 +SHA256 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.src.rpm) = 00b54c43fc84260c93cafa51242707a3a2f87fdf23c15dd7ab2f3292d3552e82 +SIZE (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.src.rpm) = 277164 +MD5 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.src.rpm) = aeaf1d1e42f15e086f98539ed465f602 +SHA256 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.src.rpm) = 427e48d23c7048ebcf5298a500b8cfd1a0086092b311d95c6c3ea3c6b40a931c +SIZE (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.src.rpm) = 354380 +MD5 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.src.rpm) = 0315149c5dfa62075b5569099c7dfca2 +SHA256 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.src.rpm) = 24ec6d363b725cd670657fbc881f8d673abe90d3335f1fcac2c6344b70c9ec0f +SIZE (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.src.rpm) = 68744 +MD5 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.src.rpm) = c0d8e1db64a967a12c72031c1eb0f86f +SHA256 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.src.rpm) = 441251543b34456a1bbe9d69f82849725b0dfdc4ba53dc9fc186590a0ab996b9 +SIZE (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.src.rpm) = 305260 +MD5 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.src.rpm) = fb43299de30ab7be7fd4eabd5b431cc8 +SHA256 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.src.rpm) = 81e92a67d4cef7cd78a6ef8a8ca47bac7c7f5b273253d284da7b6563949e9d8d +SIZE (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.src.rpm) = 268487 diff --git a/x11-toolkits/linux-f10-gtk2/pkg-descr b/x11-toolkits/linux-f10-gtk2/pkg-descr deleted file mode 100644 index 70620532c3b2..000000000000 --- a/x11-toolkits/linux-f10-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Linux/i386 binary port of the GTK+ 2.X library. - -WWW: http://gtk.org diff --git a/x11-toolkits/linux-f10-gtk2/pkg-plist b/x11-toolkits/linux-f10-gtk2/pkg-plist index 536b0aab2e22..515e51ed022b 100644 --- a/x11-toolkits/linux-f10-gtk2/pkg-plist +++ b/x11-toolkits/linux-f10-gtk2/pkg-plist @@ -1,154 +1,192 @@ +@comment file listing +etc/gtk-2.0/im-multipress.conf etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders usr/bin/gdk-pixbuf-query-loaders-32 -usr/bin/gtk-demo usr/bin/gtk-query-immodules-2.0-32 usr/bin/gtk-update-icon-cache usr/bin/update-gdk-pixbuf-loaders usr/bin/update-gtk-immodules -usr/lib/gtk-2.0/2.4.0/engines/libclearlooks.so -usr/lib/gtk-2.0/2.4.0/engines/libcrux-engine.so -usr/lib/gtk-2.0/2.4.0/engines/libhcengine.so -usr/lib/gtk-2.0/2.4.0/engines/libindustrial.so -usr/lib/gtk-2.0/2.4.0/engines/liblighthouseblue.so -usr/lib/gtk-2.0/2.4.0/engines/libmetal.so -usr/lib/gtk-2.0/2.4.0/engines/libmist.so -usr/lib/gtk-2.0/2.4.0/engines/libpixmap.la -usr/lib/gtk-2.0/2.4.0/engines/libpixmap.so -usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so -usr/lib/gtk-2.0/2.4.0/engines/libthinice.so -usr/lib/gtk-2.0/2.4.0/immodules/im-am-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cedilla.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.so -usr/lib/gtk-2.0/2.4.0/immodules/im-inuktitut.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ipa.so -usr/lib/gtk-2.0/2.4.0/immodules/im-thai-broken.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-er.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-viqr.so -usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so +usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so +usr/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so +usr/lib/gtk-2.0/2.10.0/engines/libglide.so +usr/lib/gtk-2.0/2.10.0/engines/libhcengine.so +usr/lib/gtk-2.0/2.10.0/engines/libindustrial.so +usr/lib/gtk-2.0/2.10.0/engines/libmist.so +usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so +usr/lib/gtk-2.0/2.10.0/engines/libnodoka.so +usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so +usr/lib/gtk-2.0/2.10.0/engines/libqtengine.so +usr/lib/gtk-2.0/2.10.0/engines/libredmond95.so +usr/lib/gtk-2.0/2.10.0/engines/librezlooks.so +usr/lib/gtk-2.0/2.10.0/engines/libsmooth.so +usr/lib/gtk-2.0/2.10.0/engines/libthinice.so +usr/lib/gtk-2.0/2.10.0/engines/libxfce.so +usr/lib/gtk-2.0/2.10.0/immodules/im-am-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so +usr/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ipa.so +usr/lib/gtk-2.0/2.10.0/immodules/im-multipress.so +usr/lib/gtk-2.0/2.10.0/immodules/im-thai.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-er.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-viqr.so +usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so +usr/lib/gtk-2.0/immodules/.relocation-tag +usr/lib/kde3/kcm_kcmgtk.la +usr/lib/kde3/kcm_kcmgtk.so usr/lib/libgdk-x11-2.0.so.0 -usr/lib/libgdk-x11-2.0.so.0.%%LIBVERSION%% +usr/lib/libgdk-x11-2.0.so.0.1200.8 usr/lib/libgdk_pixbuf-2.0.so.0 -usr/lib/libgdk_pixbuf-2.0.so.0.%%LIBVERSION%% +usr/lib/libgdk_pixbuf-2.0.so.0.1200.8 usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0.%%LIBVERSION%% +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.1200.8 usr/lib/libgtk-x11-2.0.so.0 -usr/lib/libgtk-x11-2.0.so.0.%%LIBVERSION%% +usr/lib/libgtk-x11-2.0.so.0.1200.8 usr/lib/pkgconfig/gtk-engines-2.pc -usr/share/doc/gtk2-%%PORTVERSION%%/AUTHORS -usr/share/doc/gtk2-%%PORTVERSION%%/COPYING -usr/share/doc/gtk2-%%PORTVERSION%%/ChangeLog -usr/share/doc/gtk2-%%PORTVERSION%%/NEWS -usr/share/doc/gtk2-%%PORTVERSION%%/README -usr/share/doc/gtk2-engines-2.6.3/COPYING -usr/share/doc/gtk2-engines-2.6.3/ChangeLog -usr/share/doc/gtk2-engines-2.6.3/README -usr/share/gtk-2.0/demo/alphatest.png -usr/share/gtk-2.0/demo/apple-red.png -usr/share/gtk-2.0/demo/appwindow.c -usr/share/gtk-2.0/demo/background.jpg -usr/share/gtk-2.0/demo/button_box.c -usr/share/gtk-2.0/demo/changedisplay.c -usr/share/gtk-2.0/demo/clipboard.c -usr/share/gtk-2.0/demo/colorsel.c -usr/share/gtk-2.0/demo/combobox.c -usr/share/gtk-2.0/demo/dialog.c -usr/share/gtk-2.0/demo/drawingarea.c -usr/share/gtk-2.0/demo/editable_cells.c -usr/share/gtk-2.0/demo/entry_completion.c -usr/share/gtk-2.0/demo/expander.c -usr/share/gtk-2.0/demo/floppybuddy.gif -usr/share/gtk-2.0/demo/gnome-applets.png -usr/share/gtk-2.0/demo/gnome-calendar.png -usr/share/gtk-2.0/demo/gnome-foot.png -usr/share/gtk-2.0/demo/gnome-fs-directory.png -usr/share/gtk-2.0/demo/gnome-fs-regular.png -usr/share/gtk-2.0/demo/gnome-gimp.png -usr/share/gtk-2.0/demo/gnome-gmush.png -usr/share/gtk-2.0/demo/gnome-gsame.png -usr/share/gtk-2.0/demo/gnu-keys.png -usr/share/gtk-2.0/demo/gtk-logo-rgb.gif -usr/share/gtk-2.0/demo/hypertext.c -usr/share/gtk-2.0/demo/iconview.c -usr/share/gtk-2.0/demo/images.c -usr/share/gtk-2.0/demo/list_store.c -usr/share/gtk-2.0/demo/menus.c -usr/share/gtk-2.0/demo/panes.c -usr/share/gtk-2.0/demo/pickers.c -usr/share/gtk-2.0/demo/pixbufs.c -usr/share/gtk-2.0/demo/rotated_text.c -usr/share/gtk-2.0/demo/sizegroup.c -usr/share/gtk-2.0/demo/stock_browser.c -usr/share/gtk-2.0/demo/textview.c -usr/share/gtk-2.0/demo/tree_store.c -usr/share/gtk-2.0/demo/ui_manager.c +usr/share/applications/kcmgtk.desktop +usr/share/doc/gtk-murrine-engine-0.52/AUTHORS +usr/share/doc/gtk-murrine-engine-0.52/COPYING +usr/share/doc/gtk-murrine-engine-0.52/CREDITS +usr/share/doc/gtk-murrine-engine-0.52/ChangeLog +usr/share/doc/gtk-murrine-engine-0.52/NEWS +usr/share/doc/gtk-nodoka-engine-0.6.2/AUTHORS +usr/share/doc/gtk-nodoka-engine-0.6.2/COPYING +usr/share/doc/gtk-nodoka-engine-0.6.2/CREDITS +usr/share/doc/gtk-nodoka-engine-0.6.2/ChangeLog +usr/share/doc/gtk-nodoka-engine-0.6.2/NEWS +usr/share/doc/gtk-nodoka-engine-0.6.2/README +usr/share/doc/gtk-nodoka-engine-0.6.2/TODO +usr/share/doc/gtk-qt-engine-0.8/AUTHORS +usr/share/doc/gtk-qt-engine-0.8/ChangeLog +usr/share/doc/gtk-qt-engine-0.8/README +usr/share/doc/gtk-rezlooks-engine-0.6/AUTHORS +usr/share/doc/gtk-rezlooks-engine-0.6/COPYING +usr/share/doc/gtk-rezlooks-engine-0.6/CREDITS +usr/share/doc/gtk-rezlooks-engine-0.6/Changelog +usr/share/doc/gtk-xfce-engine-2.4.2/AUTHORS +usr/share/doc/gtk-xfce-engine-2.4.2/COPYING +usr/share/doc/gtk-xfce-engine-2.4.2/README +usr/share/doc/gtk2-2.12.8/AUTHORS +usr/share/doc/gtk2-2.12.8/COPYING +usr/share/doc/gtk2-2.12.8/NEWS +usr/share/doc/gtk2-2.12.8/README +usr/share/doc/gtk2-engines-2.12.2/AUTHORS +usr/share/doc/gtk2-engines-2.12.2/COPYING +usr/share/doc/gtk2-engines-2.12.2/COPYING.GPL +usr/share/doc/gtk2-engines-2.12.2/COPYING.LGPL +usr/share/doc/gtk2-engines-2.12.2/NEWS +usr/share/doc/gtk2-engines-2.12.2/README +usr/share/gtk-engines/clearlooks.xml +usr/share/gtk-engines/crux-engine.xml +usr/share/gtk-engines/glide.xml +usr/share/gtk-engines/hcengine.xml +usr/share/gtk-engines/industrial.xml +usr/share/gtk-engines/mist.xml +usr/share/gtk-engines/redmond95.xml +usr/share/gtk-engines/smooth.xml +usr/share/gtk-engines/thinice.xml usr/share/locale/af/LC_MESSAGES/gtk20-properties.mo usr/share/locale/af/LC_MESSAGES/gtk20.mo usr/share/locale/am/LC_MESSAGES/gtk20-properties.mo usr/share/locale/am/LC_MESSAGES/gtk20.mo +usr/share/locale/ang/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ang/LC_MESSAGES/gtk20.mo +usr/share/locale/ar/LC_MESSAGES/gtk-engines.mo usr/share/locale/ar/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ar/LC_MESSAGES/gtk20.mo +usr/share/locale/as/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/as/LC_MESSAGES/gtk20.mo usr/share/locale/az/LC_MESSAGES/gtk20-properties.mo usr/share/locale/az/LC_MESSAGES/gtk20.mo usr/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo usr/share/locale/az_IR/LC_MESSAGES/gtk20.mo usr/share/locale/be/LC_MESSAGES/gtk20-properties.mo usr/share/locale/be/LC_MESSAGES/gtk20.mo +usr/share/locale/be@latin/LC_MESSAGES/gtk-engines.mo +usr/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/be@latin/LC_MESSAGES/gtk20.mo +usr/share/locale/bg/LC_MESSAGES/gtk-engines.mo usr/share/locale/bg/LC_MESSAGES/gtk20-properties.mo usr/share/locale/bg/LC_MESSAGES/gtk20.mo +usr/share/locale/bg/LC_MESSAGES/gtkqtengine.mo usr/share/locale/bn/LC_MESSAGES/gtk20-properties.mo usr/share/locale/bn/LC_MESSAGES/gtk20.mo +usr/share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo +usr/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/bn_IN/LC_MESSAGES/gtk20.mo usr/share/locale/br/LC_MESSAGES/gtk20-properties.mo usr/share/locale/br/LC_MESSAGES/gtk20.mo usr/share/locale/bs/LC_MESSAGES/gtk20-properties.mo usr/share/locale/bs/LC_MESSAGES/gtk20.mo +usr/share/locale/ca/LC_MESSAGES/gtk-engines.mo usr/share/locale/ca/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ca/LC_MESSAGES/gtk20.mo usr/share/locale/cs/LC_MESSAGES/gtk20-properties.mo usr/share/locale/cs/LC_MESSAGES/gtk20.mo usr/share/locale/cy/LC_MESSAGES/gtk20-properties.mo usr/share/locale/cy/LC_MESSAGES/gtk20.mo +usr/share/locale/da/LC_MESSAGES/gtk-engines.mo usr/share/locale/da/LC_MESSAGES/gtk20-properties.mo usr/share/locale/da/LC_MESSAGES/gtk20.mo +usr/share/locale/de/LC_MESSAGES/gtk-engines.mo usr/share/locale/de/LC_MESSAGES/gtk20-properties.mo usr/share/locale/de/LC_MESSAGES/gtk20.mo +usr/share/locale/de/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/dz/LC_MESSAGES/gtk-engines.mo +usr/share/locale/dz/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/dz/LC_MESSAGES/gtk20.mo +usr/share/locale/el/LC_MESSAGES/gtk-engines.mo usr/share/locale/el/LC_MESSAGES/gtk20-properties.mo usr/share/locale/el/LC_MESSAGES/gtk20.mo usr/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo usr/share/locale/en_CA/LC_MESSAGES/gtk20.mo +usr/share/locale/en_GB/LC_MESSAGES/gtk-engines.mo usr/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo usr/share/locale/en_GB/LC_MESSAGES/gtk20.mo +usr/share/locale/eo/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/eo/LC_MESSAGES/gtk20.mo +usr/share/locale/es/LC_MESSAGES/gtk-engines.mo usr/share/locale/es/LC_MESSAGES/gtk20-properties.mo usr/share/locale/es/LC_MESSAGES/gtk20.mo +usr/share/locale/es/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/et/LC_MESSAGES/gtk-engines.mo usr/share/locale/et/LC_MESSAGES/gtk20-properties.mo usr/share/locale/et/LC_MESSAGES/gtk20.mo usr/share/locale/eu/LC_MESSAGES/gtk20-properties.mo usr/share/locale/eu/LC_MESSAGES/gtk20.mo usr/share/locale/fa/LC_MESSAGES/gtk20-properties.mo usr/share/locale/fa/LC_MESSAGES/gtk20.mo +usr/share/locale/fi/LC_MESSAGES/gtk-engines.mo usr/share/locale/fi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/fi/LC_MESSAGES/gtk20.mo +usr/share/locale/fr/LC_MESSAGES/gtk-engines.mo usr/share/locale/fr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/fr/LC_MESSAGES/gtk20.mo +usr/share/locale/fr/LC_MESSAGES/gtkqtengine.mo usr/share/locale/ga/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ga/LC_MESSAGES/gtk20.mo +usr/share/locale/gl/LC_MESSAGES/gtk-engines.mo usr/share/locale/gl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/gl/LC_MESSAGES/gtk20.mo +usr/share/locale/gu/LC_MESSAGES/gtk-engines.mo usr/share/locale/gu/LC_MESSAGES/gtk20-properties.mo usr/share/locale/gu/LC_MESSAGES/gtk20.mo usr/share/locale/he/LC_MESSAGES/gtk20-properties.mo @@ -157,6 +195,7 @@ usr/share/locale/hi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/hi/LC_MESSAGES/gtk20.mo usr/share/locale/hr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/hr/LC_MESSAGES/gtk20.mo +usr/share/locale/hu/LC_MESSAGES/gtk-engines.mo usr/share/locale/hu/LC_MESSAGES/gtk20-properties.mo usr/share/locale/hu/LC_MESSAGES/gtk20.mo usr/share/locale/hy/LC_MESSAGES/gtk20-properties.mo @@ -165,22 +204,36 @@ usr/share/locale/ia/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ia/LC_MESSAGES/gtk20.mo usr/share/locale/id/LC_MESSAGES/gtk20-properties.mo usr/share/locale/id/LC_MESSAGES/gtk20.mo +usr/share/locale/io/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/io/LC_MESSAGES/gtk20.mo usr/share/locale/is/LC_MESSAGES/gtk20-properties.mo usr/share/locale/is/LC_MESSAGES/gtk20.mo +usr/share/locale/it/LC_MESSAGES/gtk-engines.mo usr/share/locale/it/LC_MESSAGES/gtk20-properties.mo usr/share/locale/it/LC_MESSAGES/gtk20.mo +usr/share/locale/it/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/ja/LC_MESSAGES/gtk-engines.mo usr/share/locale/ja/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ja/LC_MESSAGES/gtk20.mo +usr/share/locale/ka/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ka/LC_MESSAGES/gtk20.mo +usr/share/locale/kn/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/kn/LC_MESSAGES/gtk20.mo +usr/share/locale/ko/LC_MESSAGES/gtk-engines.mo usr/share/locale/ko/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ko/LC_MESSAGES/gtk20.mo +usr/share/locale/ku/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ku/LC_MESSAGES/gtk20.mo usr/share/locale/li/LC_MESSAGES/gtk20-properties.mo usr/share/locale/li/LC_MESSAGES/gtk20.mo +usr/share/locale/lt/LC_MESSAGES/gtk-engines.mo usr/share/locale/lt/LC_MESSAGES/gtk20-properties.mo usr/share/locale/lt/LC_MESSAGES/gtk20.mo usr/share/locale/lv/LC_MESSAGES/gtk20-properties.mo usr/share/locale/lv/LC_MESSAGES/gtk20.mo usr/share/locale/mi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/mi/LC_MESSAGES/gtk20.mo +usr/share/locale/mk/LC_MESSAGES/gtk-engines.mo usr/share/locale/mk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/mk/LC_MESSAGES/gtk20.mo usr/share/locale/ml/LC_MESSAGES/gtk20-properties.mo @@ -191,60 +244,91 @@ usr/share/locale/mr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/mr/LC_MESSAGES/gtk20.mo usr/share/locale/ms/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ms/LC_MESSAGES/gtk20.mo +usr/share/locale/nb/LC_MESSAGES/gtk-engines.mo usr/share/locale/nb/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nb/LC_MESSAGES/gtk20.mo usr/share/locale/ne/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ne/LC_MESSAGES/gtk20.mo +usr/share/locale/nl/LC_MESSAGES/gtk-engines.mo usr/share/locale/nl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nl/LC_MESSAGES/gtk20.mo usr/share/locale/nn/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nn/LC_MESSAGES/gtk20.mo -usr/share/locale/no/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/no/LC_MESSAGES/gtk20.mo +usr/share/locale/nn/LC_MESSAGES/gtkqtengine.mo usr/share/locale/nso/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nso/LC_MESSAGES/gtk20.mo +usr/share/locale/oc/LC_MESSAGES/gtk-engines.mo +usr/share/locale/oc/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/oc/LC_MESSAGES/gtk20.mo +usr/share/locale/or/LC_MESSAGES/gtk-engines.mo +usr/share/locale/or/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/or/LC_MESSAGES/gtk20.mo +usr/share/locale/pa/LC_MESSAGES/gtk-engines.mo usr/share/locale/pa/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pa/LC_MESSAGES/gtk20.mo +usr/share/locale/pl/LC_MESSAGES/gtk-engines.mo usr/share/locale/pl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pl/LC_MESSAGES/gtk20.mo +usr/share/locale/pt/LC_MESSAGES/gtk-engines.mo usr/share/locale/pt/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pt/LC_MESSAGES/gtk20.mo +usr/share/locale/pt_BR/LC_MESSAGES/gtk-engines.mo usr/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo usr/share/locale/ro/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ro/LC_MESSAGES/gtk20.mo +usr/share/locale/ru/LC_MESSAGES/gtk-engines.mo usr/share/locale/ru/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ru/LC_MESSAGES/gtk20.mo +usr/share/locale/ru/LC_MESSAGES/gtkqtengine.mo usr/share/locale/rw/LC_MESSAGES/gtk20-properties.mo usr/share/locale/rw/LC_MESSAGES/gtk20.mo +usr/share/locale/si/LC_MESSAGES/gtk-engines.mo +usr/share/locale/si/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/si/LC_MESSAGES/gtk20.mo usr/share/locale/sk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sk/LC_MESSAGES/gtk20.mo usr/share/locale/sl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sl/LC_MESSAGES/gtk20.mo +usr/share/locale/sq/LC_MESSAGES/gtk-engines.mo usr/share/locale/sq/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sq/LC_MESSAGES/gtk20.mo +usr/share/locale/sr/LC_MESSAGES/gtk-engines.mo usr/share/locale/sr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sr/LC_MESSAGES/gtk20.mo usr/share/locale/sr@Latn/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sr@Latn/LC_MESSAGES/gtk20.mo usr/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +usr/share/locale/sv/LC_MESSAGES/gtk-engines.mo usr/share/locale/sv/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sv/LC_MESSAGES/gtk20.mo +usr/share/locale/sv/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/ta/LC_MESSAGES/gtk-engines.mo usr/share/locale/ta/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ta/LC_MESSAGES/gtk20.mo +usr/share/locale/te/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/te/LC_MESSAGES/gtk20.mo +usr/share/locale/th/LC_MESSAGES/gtk-engines.mo usr/share/locale/th/LC_MESSAGES/gtk20-properties.mo usr/share/locale/th/LC_MESSAGES/gtk20.mo usr/share/locale/tk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/tk/LC_MESSAGES/gtk20.mo usr/share/locale/tr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/tr/LC_MESSAGES/gtk20.mo +usr/share/locale/tr/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/tt/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/tt/LC_MESSAGES/gtk20.mo +usr/share/locale/uk/LC_MESSAGES/gtk-engines.mo usr/share/locale/uk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/uk/LC_MESSAGES/gtk20.mo +usr/share/locale/ur/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ur/LC_MESSAGES/gtk20.mo usr/share/locale/uz/LC_MESSAGES/gtk20-properties.mo usr/share/locale/uz/LC_MESSAGES/gtk20.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20.mo +usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +usr/share/locale/vi/LC_MESSAGES/gtk-engines.mo usr/share/locale/vi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/vi/LC_MESSAGES/gtk20.mo usr/share/locale/wa/LC_MESSAGES/gtk20-properties.mo @@ -253,126 +337,203 @@ usr/share/locale/xh/LC_MESSAGES/gtk20-properties.mo usr/share/locale/xh/LC_MESSAGES/gtk20.mo usr/share/locale/yi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/yi/LC_MESSAGES/gtk20.mo +usr/share/locale/zh_CN/LC_MESSAGES/gtk-engines.mo usr/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo usr/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +usr/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/zh_HK/LC_MESSAGES/gtk20.mo usr/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo usr/share/themes/Clearlooks/gtk-2.0/gtkrc usr/share/themes/Crux/gtk-2.0/gtkrc -usr/share/themes/Crux/pixmaps/arrow_down-spinner.png -usr/share/themes/Crux/pixmaps/arrow_down.png -usr/share/themes/Crux/pixmaps/arrow_left.png -usr/share/themes/Crux/pixmaps/arrow_right.png -usr/share/themes/Crux/pixmaps/arrow_up-spinner.png -usr/share/themes/Crux/pixmaps/arrow_up.png -usr/share/themes/Crux/pixmaps/check-active-default-focus.png -usr/share/themes/Crux/pixmaps/check-active-default.png -usr/share/themes/Crux/pixmaps/check-active-hilight-focus.png -usr/share/themes/Crux/pixmaps/check-active-hilight.png -usr/share/themes/Crux/pixmaps/check-active-insensitive.png -usr/share/themes/Crux/pixmaps/check-active-pressed-focus.png -usr/share/themes/Crux/pixmaps/check-active-pressed.png -usr/share/themes/Crux/pixmaps/check-default-focus.png -usr/share/themes/Crux/pixmaps/check-default.png -usr/share/themes/Crux/pixmaps/check-hilight-focus.png -usr/share/themes/Crux/pixmaps/check-hilight.png -usr/share/themes/Crux/pixmaps/check-insensitive.png -usr/share/themes/Crux/pixmaps/check-pressed-focus.png -usr/share/themes/Crux/pixmaps/check-pressed.png -usr/share/themes/Crux/pixmaps/progressbar-left.png -usr/share/themes/Crux/pixmaps/progressbar-right.png -usr/share/themes/Crux/pixmaps/progressbar.png -usr/share/themes/Crux/pixmaps/progressbar_trough.png -usr/share/themes/Crux/pixmaps/radio-active-default-focus.png -usr/share/themes/Crux/pixmaps/radio-active-default.png -usr/share/themes/Crux/pixmaps/radio-active-hilight-focus.png -usr/share/themes/Crux/pixmaps/radio-active-hilight.png -usr/share/themes/Crux/pixmaps/radio-active-insensitive.png -usr/share/themes/Crux/pixmaps/radio-active-pressed-focus.png -usr/share/themes/Crux/pixmaps/radio-active-pressed.png -usr/share/themes/Crux/pixmaps/radio-default-focus.png -usr/share/themes/Crux/pixmaps/radio-default.png -usr/share/themes/Crux/pixmaps/radio-hilight-focus.png -usr/share/themes/Crux/pixmaps/radio-hilight.png -usr/share/themes/Crux/pixmaps/radio-insensitive.png -usr/share/themes/Crux/pixmaps/radio-pressed-focus.png -usr/share/themes/Crux/pixmaps/radio-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-down-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-down-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-down.png -usr/share/themes/Crux/pixmaps/scroller-arrow-left-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-left-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-left.png -usr/share/themes/Crux/pixmaps/scroller-arrow-right-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-right-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-right.png -usr/share/themes/Crux/pixmaps/scroller-arrow-up-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-up-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-up.png -usr/share/themes/Crux/pixmaps/scroller-h-hilight.png -usr/share/themes/Crux/pixmaps/scroller-h-thumb-hilight.png -usr/share/themes/Crux/pixmaps/scroller-h-thumb.png -usr/share/themes/Crux/pixmaps/scroller-h-trough.png -usr/share/themes/Crux/pixmaps/scroller-h.png -usr/share/themes/Crux/pixmaps/scroller-v-hilight.png -usr/share/themes/Crux/pixmaps/scroller-v-thumb-hilight.png -usr/share/themes/Crux/pixmaps/scroller-v-thumb.png -usr/share/themes/Crux/pixmaps/scroller-v-trough.png -usr/share/themes/Crux/pixmaps/scroller-v.png -usr/share/themes/Crux/pixmaps/slider_h_thumb.png -usr/share/themes/Crux/pixmaps/slider_h_trough.png -usr/share/themes/Crux/pixmaps/slider_h_trough_focus.png -usr/share/themes/Crux/pixmaps/slider_v_thumb.png -usr/share/themes/Crux/pixmaps/slider_v_trough.png -usr/share/themes/Crux/pixmaps/slider_v_trough_focus.png -usr/share/themes/Crux/pixmaps/tab_left-unsel.png -usr/share/themes/Crux/pixmaps/tab_left.png -usr/share/themes/Crux/pixmaps/tab_right.png -usr/share/themes/Crux/pixmaps/tab_sel-bottom.png -usr/share/themes/Crux/pixmaps/tab_sel.png -usr/share/themes/Crux/pixmaps/tab_usel-bottom-left.png -usr/share/themes/Crux/pixmaps/tab_usel-bottom.png -usr/share/themes/Crux/pixmaps/tab_usel-left.png -usr/share/themes/Crux/pixmaps/tab_usel.png usr/share/themes/Default/gtk-2.0-key/gtkrc usr/share/themes/Emacs/gtk-2.0-key/gtkrc usr/share/themes/Industrial/gtk-2.0/gtkrc -usr/share/themes/LighthouseBlue/gtk-2.0/gtkrc -usr/share/themes/Metal/gtk-2.0/gtkrc usr/share/themes/Mist/gtk-2.0/gtkrc +usr/share/themes/MurrinaAquaIsh/gtk-2.0/gtkrc +usr/share/themes/MurrinaCandy/gtk-2.0/gtkrc +usr/share/themes/MurrinaCappuccino/gtk-2.0/gtkrc +usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc +usr/share/themes/MurrinaFancyCandy/gtk-2.0/gtkrc +usr/share/themes/MurrinaGilouche/gtk-2.0/gtkrc +usr/share/themes/MurrinaLoveGray/gtk-2.0/gtkrc +usr/share/themes/MurrinaNeoGraphite/gtk-2.0/gtkrc +usr/share/themes/MurrinaVerdeOlivo/gtk-2.0/gtkrc +usr/share/themes/Nodoka/gtk-2.0/gtkrc +usr/share/themes/Qt/gtk-2.0/gtkrc usr/share/themes/Raleigh/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-Gilouche/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-Snow/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-candy/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-dark/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-dark/gtk-2.0/page_top_image.png +usr/share/themes/Rezlooks-graphite/gtk-2.0/gtkrc usr/share/themes/ThinIce/gtk-2.0/gtkrc +usr/share/themes/Xfce-4.0/ICON.png +usr/share/themes/Xfce-4.0/README.html +usr/share/themes/Xfce-4.0/gtk-2.0/gtkrc +usr/share/themes/Xfce-4.2/ICON.png +usr/share/themes/Xfce-4.2/README.html +usr/share/themes/Xfce-4.2/gtk-2.0/gtkrc +usr/share/themes/Xfce-b5/ICON.png +usr/share/themes/Xfce-b5/README.html +usr/share/themes/Xfce-b5/gtk-2.0/gtkrc +usr/share/themes/Xfce-basic/ICON.png +usr/share/themes/Xfce-basic/README.html +usr/share/themes/Xfce-basic/gtk-2.0/gtkrc +usr/share/themes/Xfce-cadmium/ICON.png +usr/share/themes/Xfce-cadmium/README.html +usr/share/themes/Xfce-cadmium/gtk-2.0/gtkrc +usr/share/themes/Xfce-curve/ICON.png +usr/share/themes/Xfce-curve/README.html +usr/share/themes/Xfce-curve/gtk-2.0/gtkrc +usr/share/themes/Xfce-dawn/ICON.png +usr/share/themes/Xfce-dawn/README.html +usr/share/themes/Xfce-dawn/gtk-2.0/gtkrc +usr/share/themes/Xfce-dusk/ICON.png +usr/share/themes/Xfce-dusk/README.html +usr/share/themes/Xfce-dusk/gtk-2.0/gtkrc +usr/share/themes/Xfce-kde2/ICON.png +usr/share/themes/Xfce-kde2/README.html +usr/share/themes/Xfce-kde2/gtk-2.0/gtkrc +usr/share/themes/Xfce-kolors/ICON.png +usr/share/themes/Xfce-kolors/README.html +usr/share/themes/Xfce-kolors/gtk-2.0/gtkrc +usr/share/themes/Xfce-light/ICON.png +usr/share/themes/Xfce-light/README.html +usr/share/themes/Xfce-light/gtk-2.0/gtkrc +usr/share/themes/Xfce-orange/ICON.png +usr/share/themes/Xfce-orange/README.html +usr/share/themes/Xfce-orange/gtk-2.0/gtkrc +usr/share/themes/Xfce-redmondxp/ICON.png +usr/share/themes/Xfce-redmondxp/README.html +usr/share/themes/Xfce-redmondxp/gtk-2.0/gtkrc +usr/share/themes/Xfce-saltlake/ICON.png +usr/share/themes/Xfce-saltlake/README.html +usr/share/themes/Xfce-saltlake/gtk-2.0/gtkrc +usr/share/themes/Xfce-smooth/ICON.png +usr/share/themes/Xfce-smooth/README.html +usr/share/themes/Xfce-smooth/gtk-2.0/gtkrc +usr/share/themes/Xfce-stellar/ICON.png +usr/share/themes/Xfce-stellar/README.html +usr/share/themes/Xfce-stellar/gtk-2.0/gtkrc +usr/share/themes/Xfce-winter/ICON.png +usr/share/themes/Xfce-winter/README.html +usr/share/themes/Xfce-winter/gtk-2.0/gtkrc +usr/share/themes/Xfce/ICON.png +usr/share/themes/Xfce/README.html +usr/share/themes/Xfce/gtk-2.0/gtkrc +@comment deal with empty directories created by the port +@exec /bin/mkdir -p %D/etc/gtk-2.0/i386-redhat-linux-gnu +@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/2.10.0/filesystems +@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/modules +@dirrmtry etc/gtk-2.0/i386-redhat-linux-gnu +@dirrmtry usr/lib/gtk-2.0/2.10.0/filesystems +@dirrmtry usr/lib/gtk-2.0/modules +@comment non-empty directory listing in revers order +@dirrm usr/share/themes/Xfce/gtk-2.0 +@dirrm usr/share/themes/Xfce-winter/gtk-2.0 +@dirrm usr/share/themes/Xfce-winter +@dirrm usr/share/themes/Xfce-stellar/gtk-2.0 +@dirrm usr/share/themes/Xfce-stellar +@dirrm usr/share/themes/Xfce-smooth/gtk-2.0 +@dirrm usr/share/themes/Xfce-smooth +@dirrm usr/share/themes/Xfce-saltlake/gtk-2.0 +@dirrm usr/share/themes/Xfce-saltlake +@dirrm usr/share/themes/Xfce-redmondxp/gtk-2.0 +@dirrm usr/share/themes/Xfce-redmondxp +@dirrm usr/share/themes/Xfce-orange/gtk-2.0 +@dirrm usr/share/themes/Xfce-orange +@dirrm usr/share/themes/Xfce-light/gtk-2.0 +@dirrm usr/share/themes/Xfce-light +@dirrm usr/share/themes/Xfce-kolors/gtk-2.0 +@dirrm usr/share/themes/Xfce-kolors +@dirrm usr/share/themes/Xfce-kde2/gtk-2.0 +@dirrm usr/share/themes/Xfce-kde2 +@dirrm usr/share/themes/Xfce-dusk/gtk-2.0 +@dirrm usr/share/themes/Xfce-dusk +@dirrm usr/share/themes/Xfce-dawn/gtk-2.0 +@dirrm usr/share/themes/Xfce-dawn +@dirrm usr/share/themes/Xfce-curve/gtk-2.0 +@dirrm usr/share/themes/Xfce-curve +@dirrm usr/share/themes/Xfce-cadmium/gtk-2.0 +@dirrm usr/share/themes/Xfce-cadmium +@dirrm usr/share/themes/Xfce-basic/gtk-2.0 +@dirrm usr/share/themes/Xfce-basic +@dirrm usr/share/themes/Xfce-b5/gtk-2.0 +@dirrm usr/share/themes/Xfce-b5 +@dirrm usr/share/themes/Xfce-4.2/gtk-2.0 +@dirrm usr/share/themes/Xfce-4.2 +@dirrm usr/share/themes/Xfce-4.0/gtk-2.0 +@dirrm usr/share/themes/Xfce-4.0 +@dirrm usr/share/themes/Xfce @dirrm usr/share/themes/ThinIce/gtk-2.0 @dirrm usr/share/themes/ThinIce +@dirrm usr/share/themes/Rezlooks-graphite/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-graphite +@dirrm usr/share/themes/Rezlooks-dark/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-dark +@dirrm usr/share/themes/Rezlooks-candy/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-candy +@dirrm usr/share/themes/Rezlooks-Snow/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-Snow +@dirrm usr/share/themes/Rezlooks-Gilouche/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-Gilouche @dirrm usr/share/themes/Raleigh/gtk-2.0 @dirrm usr/share/themes/Raleigh +@dirrm usr/share/themes/Qt/gtk-2.0 +@dirrm usr/share/themes/Qt +@dirrm usr/share/themes/Nodoka/gtk-2.0 +@dirrm usr/share/themes/Nodoka +@dirrm usr/share/themes/MurrinaVerdeOlivo/gtk-2.0 +@dirrm usr/share/themes/MurrinaVerdeOlivo +@dirrm usr/share/themes/MurrinaNeoGraphite/gtk-2.0 +@dirrm usr/share/themes/MurrinaNeoGraphite +@dirrm usr/share/themes/MurrinaLoveGray/gtk-2.0 +@dirrm usr/share/themes/MurrinaLoveGray +@dirrm usr/share/themes/MurrinaGilouche/gtk-2.0 +@dirrm usr/share/themes/MurrinaGilouche +@dirrm usr/share/themes/MurrinaFancyCandy/gtk-2.0 +@dirrm usr/share/themes/MurrinaFancyCandy +@dirrm usr/share/themes/MurrinaEalm/gtk-2.0 +@dirrm usr/share/themes/MurrinaEalm +@dirrm usr/share/themes/MurrinaCappuccino/gtk-2.0 +@dirrm usr/share/themes/MurrinaCappuccino +@dirrm usr/share/themes/MurrinaCandy/gtk-2.0 +@dirrm usr/share/themes/MurrinaCandy +@dirrm usr/share/themes/MurrinaAquaIsh/gtk-2.0 +@dirrm usr/share/themes/MurrinaAquaIsh @dirrm usr/share/themes/Mist/gtk-2.0 @dirrm usr/share/themes/Mist -@dirrm usr/share/themes/Metal/gtk-2.0 -@dirrm usr/share/themes/Metal -@dirrm usr/share/themes/LighthouseBlue/gtk-2.0 -@dirrm usr/share/themes/LighthouseBlue @dirrm usr/share/themes/Industrial/gtk-2.0 @dirrm usr/share/themes/Industrial @dirrm usr/share/themes/Emacs/gtk-2.0-key @dirrm usr/share/themes/Emacs @dirrm usr/share/themes/Default/gtk-2.0-key @dirrm usr/share/themes/Default -@dirrm usr/share/themes/Crux/pixmaps @dirrm usr/share/themes/Crux/gtk-2.0 @dirrm usr/share/themes/Crux @dirrm usr/share/themes/Clearlooks/gtk-2.0 @dirrm usr/share/themes/Clearlooks -@dirrm usr/share/themes -@dirrm usr/share/gtk-2.0/demo -@dirrm usr/share/gtk-2.0 -@dirrm usr/share/doc/gtk2-engines-2.6.3 -@dirrm usr/share/doc/gtk2-%%PORTVERSION%% +@dirrm usr/share/locale/uz@cyrillic/LC_MESSAGES +@dirrm usr/share/locale/uz@cyrillic +@dirrm usr/share/gtk-engines +@dirrm usr/share/doc/gtk2-engines-2.12.2 +@dirrm usr/share/doc/gtk2-2.12.8 +@dirrm usr/share/doc/gtk-xfce-engine-2.4.2 +@dirrm usr/share/doc/gtk-rezlooks-engine-0.6 +@dirrm usr/share/doc/gtk-qt-engine-0.8 +@dirrm usr/share/doc/gtk-nodoka-engine-0.6.2 +@dirrm usr/share/doc/gtk-murrine-engine-0.52 @dirrm usr/lib/pkgconfig -@dirrm usr/lib/gtk-2.0/2.4.0/loaders -@dirrm usr/lib/gtk-2.0/2.4.0/immodules -@dirrm usr/lib/gtk-2.0/2.4.0/engines -@dirrm usr/lib/gtk-2.0/2.4.0 +@dirrm usr/lib/kde3 +@dirrm usr/lib/gtk-2.0/immodules +@dirrm usr/lib/gtk-2.0/2.10.0/printbackends +@dirrm usr/lib/gtk-2.0/2.10.0/loaders +@dirrm usr/lib/gtk-2.0/2.10.0/immodules +@dirrm usr/lib/gtk-2.0/2.10.0/engines +@dirrm usr/lib/gtk-2.0/2.10.0 @dirrm usr/lib/gtk-2.0 -@dirrm etc/gtk-2.0/i386-redhat-linux-gnu @dirrm etc/gtk-2.0 +@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@exec chroot %D /usr/bin/gdk-pixbuf-query-loaders-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile index 0284d92b4b44..d1ca9a372f32 100644 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ b/x11-toolkits/linux-f10-openmotif/Makefile @@ -6,12 +6,11 @@ PORTNAME= openmotif PORTVERSION= 2.2.4 -PORTREVISION= 2 CATEGORIES= x11-toolkits linux MASTER_SITES= ftp://ftp.motifzone.com/%SUBDIR%/ \ ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 -PKGNAMEPREFIX= linux- +PKGNAMEPREFIX= linux-f8- EXTRACT_SUFX= -0.1.i386.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile index 11c9512817ba..41725e1bc18d 100644 --- a/x11-toolkits/linux-f10-pango/Makefile +++ b/x11-toolkits/linux-f10-pango/Makefile @@ -1,32 +1,31 @@ -# New ports collection makefile for: linux-pango -# Date created: 2003-07-05 -# Whom: trevor +# New ports collection makefile for: x11-toolkits/linux-f8-pango +# Date created: 2008-03-29 +# Whom: bsam # # $FreeBSD$ # PORTNAME= pango -PORTVERSION= 1.10.2 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -1.gst.1.4 +PORTVERSION= 1.18.4 CATEGORIES= x11-toolkits linux -MASTER_SITES= http://gstreamer.freedesktop.org/pkg/%SUBDIR%/ CENKES/myports -MASTER_SITE_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/RPMS.gst010 -MASTER_SITE_SRC_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/SRPMS.gst010 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Linux pango binary +COMMENT= The pango library (Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes # these libraries are required by pango-querymodules USE_LINUX_APPS= cairo expat fontconfig xorglibs -LINUX_DIST_VER= 4 +LINUX_DIST_VER= 8 +RPMVERSION= 1.fc8 +BRANDELF_FILES= usr/bin/pango-querymodules-32 USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST_SUB+= LIBVERSION="1001.1" PORTVERSION="${PORTVERSION}" + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr post-install: - @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i686-redhat-linux-gnu/pango.modules + @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-pango/distinfo.i386 b/x11-toolkits/linux-f10-pango/distinfo.i386 index 4a335ae6840d..ec1db5370219 100644 --- a/x11-toolkits/linux-f10-pango/distinfo.i386 +++ b/x11-toolkits/linux-f10-pango/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.i386.rpm) = d6176302304cba90c72bfc0a0521a3ab -SHA256 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.i386.rpm) = 62dd4631d4409a9d98d524f2222d7c7e36e99162575a56a3a5f3609558fe9698 -SIZE (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.i386.rpm) = 304251 -MD5 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.src.rpm) = 9516d228274e7c5101ffa6de7471f339 -SHA256 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.src.rpm) = 38d100485aa5f3c8220d240c484a26a379fffea88be5b1eaedcef4480501831e -SIZE (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.src.rpm) = 1095844 +MD5 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.i386.rpm) = 0355027d56d1f7a8fe24b66a4d659e2f +SHA256 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.i386.rpm) = 4e2b77750101ffc58ad775c7f99767b394620132bfd7f258ce90306fd03e61a6 +SIZE (rpm/i386/fedora/8/pango-1.18.4-1.fc8.i386.rpm) = 371133 +MD5 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.src.rpm) = 139f2413f700014310c8906e90717831 +SHA256 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.src.rpm) = 8fa04b47fc893d4336131203f06a3cb38d666d210e9ff05ccf33a072d63ec7aa +SIZE (rpm/i386/fedora/8/pango-1.18.4-1.fc8.src.rpm) = 1336123 diff --git a/x11-toolkits/linux-f10-pango/pkg-descr b/x11-toolkits/linux-f10-pango/pkg-descr deleted file mode 100644 index 922f2bcf8586..000000000000 --- a/x11-toolkits/linux-f10-pango/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is a Linux/i386 binary port of Pango. - -from the home page: - - The goal of the Pango project is to provide an open-source - framework for the layout and rendering of internationalized - text. Pango is an offshoot of the GTK+ and GNOME projects, - and the initial focus is operation in those environments, - however there is nothing fundamentally GTK+- or GNOME-specific - about Pango. Pango uses Unicode for all of its encoding, - and will eventually support output in all the world's major - languages. - -WWW: http://pango.org diff --git a/x11-toolkits/linux-f10-pango/pkg-plist b/x11-toolkits/linux-f10-pango/pkg-plist index 751a7d4a96a6..71de5646c193 100644 --- a/x11-toolkits/linux-f10-pango/pkg-plist +++ b/x11-toolkits/linux-f10-pango/pkg-plist @@ -1,36 +1,41 @@ -etc/pango/i686-redhat-linux-gnu/pango.modules +@comment file listing +etc/pango/i386-redhat-linux-gnu/pango.modules etc/pango/pangox.aliases usr/bin/pango-querymodules-32 usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.%%LIBVERSION%% +usr/lib/libpango-1.0.so.0.1800.4 usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.%%LIBVERSION%% +usr/lib/libpangocairo-1.0.so.0.1800.4 usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.%%LIBVERSION%% +usr/lib/libpangoft2-1.0.so.0.1800.4 usr/lib/libpangox-1.0.so.0 -usr/lib/libpangox-1.0.so.0.%%LIBVERSION%% +usr/lib/libpangox-1.0.so.0.1800.4 usr/lib/libpangoxft-1.0.so.0 -usr/lib/libpangoxft-1.0.so.0.%%LIBVERSION%% -usr/lib/pango/1.4.0/modules/pango-arabic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-x.so -usr/lib/pango/1.4.0/modules/pango-hangul-fc.so -usr/lib/pango/1.4.0/modules/pango-hebrew-fc.so -usr/lib/pango/1.4.0/modules/pango-indic-fc.so -usr/lib/pango/1.4.0/modules/pango-khmer-fc.so -usr/lib/pango/1.4.0/modules/pango-syriac-fc.so -usr/lib/pango/1.4.0/modules/pango-thai-fc.so -usr/lib/pango/1.4.0/modules/pango-tibetan-fc.so -usr/share/doc/pango-%%PORTVERSION%%/AUTHORS -usr/share/doc/pango-%%PORTVERSION%%/COPYING -usr/share/doc/pango-%%PORTVERSION%%/ChangeLog -usr/share/doc/pango-%%PORTVERSION%%/HELLO.utf8 -usr/share/doc/pango-%%PORTVERSION%%/README -usr/share/doc/pango-%%PORTVERSION%%/TODO +usr/lib/libpangoxft-1.0.so.0.1800.4 +usr/lib/pango/1.6.0/modules/pango-arabic-fc.so +usr/lib/pango/1.6.0/modules/pango-arabic-lang.so +usr/lib/pango/1.6.0/modules/pango-basic-x.so +usr/lib/pango/1.6.0/modules/pango-hangul-fc.so +usr/lib/pango/1.6.0/modules/pango-hebrew-fc.so +usr/lib/pango/1.6.0/modules/pango-indic-fc.so +usr/lib/pango/1.6.0/modules/pango-indic-lang.so +usr/lib/pango/1.6.0/modules/pango-khmer-fc.so +usr/lib/pango/1.6.0/modules/pango-syriac-fc.so +usr/lib/pango/1.6.0/modules/pango-thai-fc.so +usr/lib/pango/1.6.0/modules/pango-tibetan-fc.so +usr/share/doc/pango-1.18.4/AUTHORS +usr/share/doc/pango-1.18.4/COPYING +usr/share/doc/pango-1.18.4/HELLO.txt +usr/share/doc/pango-1.18.4/NEWS +usr/share/doc/pango-1.18.4/README usr/share/man/man1/pango-querymodules.1.gz -@dirrm etc/pango/i686-redhat-linux-gnu -@dirrm etc/pango -@dirrm usr/lib/pango/1.4.0/modules -@dirrm usr/lib/pango/1.4.0 +@comment deal with empty directories created by the port +@exec /bin/mkdir -p %D/etc/pango/i386-redhat-linux-gnu +@dirrmtry etc/pango/i386-redhat-linux-gnu +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/pango-1.18.4 +@dirrm usr/lib/pango/1.6.0/modules +@dirrm usr/lib/pango/1.6.0 @dirrm usr/lib/pango -@dirrm usr/share/doc/pango-%%PORTVERSION%% +@dirrm etc/pango +@exec chroot %D /usr/bin/pango-querymodules-32 > %D/etc/pango/i386-redhat-linux-gnu/pango.modules diff --git a/x11-toolkits/linux-f10-qt33/Makefile b/x11-toolkits/linux-f10-qt33/Makefile index 64f5d884540b..7cf9dd80b3f5 100644 --- a/x11-toolkits/linux-f10-qt33/Makefile +++ b/x11-toolkits/linux-f10-qt33/Makefile @@ -1,23 +1,27 @@ -# New ports collection makefile for: linux-qt33 -# Date created: 24 May 2007 -# Whom: Boris Samorodov <bsam@FreeBSD.org> +# New ports collection makefile for: x11-toolkits/linux-f8-qt33 +# Date created: 2008-04-04 +# Whom: bsam # # $FreeBSD$ # -PORTNAME= qt33 -PORTVERSION= 3.3.4 +PORTNAME= ${LINUX_NAME}33 +PORTVERSION= 3.3.8b CATEGORIES= x11-toolkits linux -DISTNAME= qt-${PORTVERSION}-${RPMVERSION} +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= bsam@FreeBSD.org -COMMENT= RPM of QT3 +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QT3 (Linux Fedora 8) USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig libmng png -RPMVERSION= 15.5 -LINUX_DIST_VER= 4 +LINUX_NAME= qt +LINUX_DIST_VER= 8 +RPMVERSION= 2.fc8 USE_LDCONFIG= yes PLIST= pkg-plist.${LINUX_RPM_ARCH} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f10-qt33/distinfo.i386 b/x11-toolkits/linux-f10-qt33/distinfo.i386 index 8ca333dbd9b9..9cce04be4555 100644 --- a/x11-toolkits/linux-f10-qt33/distinfo.i386 +++ b/x11-toolkits/linux-f10-qt33/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/qt-3.3.4-15.5.i386.rpm) = 5aa111ea32f15633c47995cefd4266de -SHA256 (rpm/i386/fedora/4/qt-3.3.4-15.5.i386.rpm) = 5555fa517fddd95162dda31454c1fe59b2a2ba044c7de25456a45cfbd5ee84dd -SIZE (rpm/i386/fedora/4/qt-3.3.4-15.5.i386.rpm) = 3579405 -MD5 (rpm/i386/fedora/4/qt-3.3.4-15.5.src.rpm) = 0246f9ead583ad0e9cb07b67c60c100f -SHA256 (rpm/i386/fedora/4/qt-3.3.4-15.5.src.rpm) = a7fe548262634e3299fc63cd80249705647e6246262178ed0e289a54e65fbdf8 -SIZE (rpm/i386/fedora/4/qt-3.3.4-15.5.src.rpm) = 14633006 +MD5 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.i386.rpm) = 763a7c74f755e970e07fa949bcfc5936 +SHA256 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.i386.rpm) = ebe609281fbf53d93be5fdd6ba51241feb60454eca15c9f088cd0685c764c898 +SIZE (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.i386.rpm) = 3726936 +MD5 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.src.rpm) = 4aaea7e4d10b8436d62394f58509bf13 +SHA256 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.src.rpm) = 51c359569332c9675acec746ef561f58ed98e5362b2cb22f04712cb0dbb5ddb0 +SIZE (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.src.rpm) = 17452520 diff --git a/x11-toolkits/linux-f10-qt33/pkg-descr b/x11-toolkits/linux-f10-qt33/pkg-descr deleted file mode 100644 index a7e47269b0bf..000000000000 --- a/x11-toolkits/linux-f10-qt33/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Qt sets the standard for high-performance, cross-platform application -development. It includes a C++ class library and tools for cross-platform -development and internationalization. - -This is a port of linux libraries of QT3. - -WWW: http://trolltech.com/products/qt/qt3 diff --git a/x11-toolkits/linux-f10-qt33/pkg-plist.i386 b/x11-toolkits/linux-f10-qt33/pkg-plist.i386 index 26e161c07ca1..b259379ae17d 100644 --- a/x11-toolkits/linux-f10-qt33/pkg-plist.i386 +++ b/x11-toolkits/linux-f10-qt33/pkg-plist.i386 @@ -1,7 +1,8 @@ +@comment file listing etc/ld.so.conf.d/qt-i386.conf usr/lib/qt-3.3/lib/libqt-mt.so.3 usr/lib/qt-3.3/lib/libqt-mt.so.3.3 -usr/lib/qt-3.3/lib/libqt-mt.so.3.3.4 +usr/lib/qt-3.3/lib/libqt-mt.so.3.3.8 usr/lib/qt-3.3/lib/libqui.so.1 usr/lib/qt-3.3/lib/libqui.so.1.0 usr/lib/qt-3.3/lib/libqui.so.1.0.0 @@ -9,16 +10,24 @@ usr/lib/qt-3.3/plugins/inputmethods/libqimsw-multi.so usr/lib/qt-3.3/plugins/inputmethods/libqimsw-none.so usr/lib/qt-3.3/plugins/inputmethods/libqsimple.so usr/lib/qt-3.3/plugins/inputmethods/libqxim.so -usr/share/doc/qt-3.3.4/FAQ -usr/share/doc/qt-3.3.4/LICENSE.QPL -usr/share/doc/qt-3.3.4/README -usr/share/doc/qt-3.3.4/README-QT.TXT -usr/share/doc/qt-3.3.4/README.immodule -usr/share/doc/qt-3.3.4/changes-3.3.4 -usr/share/doc/qt-3.3.4/changes.immodule -@dirrm usr/share/doc/qt-3.3.4 +usr/share/doc/qt-3.3.8b/FAQ +usr/share/doc/qt-3.3.8b/LICENSE.GPL2 +usr/share/doc/qt-3.3.8b/LICENSE.GPL3 +usr/share/doc/qt-3.3.8b/LICENSE.QPL +usr/share/doc/qt-3.3.8b/README +usr/share/doc/qt-3.3.8b/README-QT.TXT +usr/share/doc/qt-3.3.8b/README.immodule +usr/share/doc/qt-3.3.8b/changes-3.3.8 +usr/share/doc/qt-3.3.8b/changes-3.3.8b +usr/share/doc/qt-3.3.8b/changes.immodule +@comment deal with empty directories installed by the port +@exec /bin/mkdir -p %D/usr/lib/qt-3.3/bin +@dirrmtry usr/lib/qt-3.3/bin +@exec /bin/mkdir -p %D/usr/lib/qt-3.3/plugins/styles +@dirrmtry usr/lib/qt-3.3/plugins/styles +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/qt-3.3.8b @dirrm usr/lib/qt-3.3/plugins/inputmethods @dirrm usr/lib/qt-3.3/plugins @dirrm usr/lib/qt-3.3/lib -@dirrm usr/lib/qt-3.3/bin @dirrm usr/lib/qt-3.3 diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile index 715acd969687..9395d3cdf40e 100644 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ b/x11-toolkits/linux-f8-gtk/Makefile @@ -1,26 +1,25 @@ -# New ports collection makefile for: linux-gtk -# Date created: 8 April 2000 -# Whom: sada@FreeBSD.org -# Based on: emulators/linux_base by marcel@FreeBSD.org -# & multimedia/xmovie by sanpei@sanpei.org +# New ports collection makefile for: x11-toolkits/linux-f8-gtk +# Date created: 2008-04-04 +# Whom: bsam # # $FreeBSD$ # PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 4 CATEGORIES= x11-toolkits linux -DISTNAME= gtk+-${PORTVERSION}-39 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the Gtk lib +COMMENT= Gtk library (Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 - USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs -LINUX_DIST_VER= 4 +LINUX_NAME= ${PORTNAME}+ +LINUX_DIST_VER= 8 +RPMVERSION= 59.fc8 USE_LDCONFIG= yes PLIST= pkg-plist.${LINUX_RPM_ARCH} diff --git a/x11-toolkits/linux-f8-gtk/distinfo.i386 b/x11-toolkits/linux-f8-gtk/distinfo.i386 index fff52cdac97e..6efac22211e7 100644 --- a/x11-toolkits/linux-f8-gtk/distinfo.i386 +++ b/x11-toolkits/linux-f8-gtk/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/gtk+-1.2.10-39.i386.rpm) = ebd34af27d26c7d376fb7d26a498bd7e -SHA256 (rpm/i386/fedora/4/gtk+-1.2.10-39.i386.rpm) = 95c9a5cd0b91a146f90fb6eec7fae92dd5fc3d550e5c61d708057915e7da551d -SIZE (rpm/i386/fedora/4/gtk+-1.2.10-39.i386.rpm) = 906537 -MD5 (rpm/i386/fedora/4/gtk+-1.2.10-39.src.rpm) = b56822635a2bf8d11884a4b20c25d095 -SHA256 (rpm/i386/fedora/4/gtk+-1.2.10-39.src.rpm) = a42187376183c1804e6c2696e3b0734b3a8275ceb2368c6b9d704c9a18cac966 -SIZE (rpm/i386/fedora/4/gtk+-1.2.10-39.src.rpm) = 2924574 +MD5 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.i386.rpm) = 4c974342b22c895a653f740eab183615 +SHA256 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.i386.rpm) = 4bbff68974f7bac3aae73666220495a29c06de2a04ab7efafcab367bb5735d15 +SIZE (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.i386.rpm) = 932594 +MD5 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.src.rpm) = f4b2b2a7406476e520bfc72603aa2ed8 +SHA256 (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.src.rpm) = 794c505c338736a6634d32f536f641d9dd0f84a9290955d2a94853b50c340d79 +SIZE (rpm/i386/fedora/8/gtk+-1.2.10-59.fc8.src.rpm) = 2922519 diff --git a/x11-toolkits/linux-f8-gtk/pkg-plist.i386 b/x11-toolkits/linux-f8-gtk/pkg-plist.i386 index 1fb5398747b3..a12ced4212a0 100644 --- a/x11-toolkits/linux-f8-gtk/pkg-plist.i386 +++ b/x11-toolkits/linux-f8-gtk/pkg-plist.i386 @@ -1,3 +1,4 @@ +@comment file listing etc/gtk/gtkrc etc/gtk/gtkrc.az etc/gtk/gtkrc.be @@ -104,18 +105,18 @@ usr/share/locale/wa/LC_MESSAGES/gtk+.mo usr/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo usr/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo usr/share/themes/Default/gtk/gtkrc +@comment non-empty directory listing in revers order @dirrmtry usr/share/themes/Default/gtk @dirrmtry usr/share/themes/Default -@dirrmtry usr/share/themes @comment @comment those usr/share/locale dirs are candidates to go to linux_base port @comment -- bsam @dirrmtry usr/share/locale/zh_TW.Big5/LC_MESSAGES @dirrmtry usr/share/locale/zh_TW.Big5 +@dirrmtry usr/share/locale/zh_CN.GB2312/LC_MESSAGES +@dirrmtry usr/share/locale/zh_CN.GB2312 @dirrmtry usr/share/locale/sp/LC_MESSAGES @dirrmtry usr/share/locale/sp -@dirrmtry usr/share/locale/ga/LC_MESSAGES -@dirrmtry usr/share/locale/ga @comment @dirrm usr/share/doc/gtk+-1.2.10 @dirrm etc/gtk diff --git a/x11-toolkits/linux-f8-gtk2/Makefile b/x11-toolkits/linux-f8-gtk2/Makefile index a183e803d042..27fc0c82df12 100644 --- a/x11-toolkits/linux-f8-gtk2/Makefile +++ b/x11-toolkits/linux-f8-gtk2/Makefile @@ -1,31 +1,43 @@ -# New ports collection makefile for: linux-gtk2 -# Date created: 2003-11-19 -# Whom: trevor +# New ports collection makefile for: x11-toolkits/linux-f8-gtk2 +# Date created: 2008-03-29 +# Whom: bsam # # $FreeBSD$ # PORTNAME= gtk2 -PORTVERSION= 2.6.10 -PORTREVISION= 1 +PORTVERSION= 2.12.8 CATEGORIES= x11-toolkits linux -DISTFILES= ${PORTNAME}-${PORTVERSION}-2.fc4.4.${LINUX_RPM_ARCH}.rpm \ - ${PORTNAME}-engines-2.6.3-2.${LINUX_RPM_ARCH}.rpm +PKGNAMEPREFIX= linux-f8- +DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ + ${PORTNAME}-engines-2.12.2-1.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-murrine-engine-0.52-1.fc7.${LINUX_RPM_ARCH}.rpm \ + gtk-nodoka-engine-0.6.2-1.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-qt-engine-0.8-6.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-rezlooks-engine-0.6-5.fc8.${LINUX_RPM_ARCH}.rpm \ + gtk-xfce-engine-2.4.2-1.fc8.${LINUX_RPM_ARCH}.rpm MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= GTK+ library, version 2.X, Linux binary +COMMENT= GTK+ library, version 2.X (Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes # these libraries are required by gtk-query-immodules-2.0 or # gdk-pixbuf-query-loaders USE_LINUX_APPS= atk jpeg pango png tiff xorglibs -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes +LINUX_DIST_VER= 8 +RPMVERSION= 2.fc8 BRANDELF_DIRS= usr/bin -PLIST_SUB= LIBVERSION="600.10" PORTVERSION="${PORTVERSION}" -SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-2.fc4.4.src.rpm \ - ${PORTNAME}-engines-2.6.3-2.src.rpm +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr +SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.src.rpm \ + ${PORTNAME}-engines-2.12.2-1.fc8.src.rpm \ + gtk-murrine-engine-0.52-1.fc7.src.rpm \ + gtk-nodoka-engine-0.6.2-1.fc8.src.rpm \ + gtk-qt-engine-0.8-6.fc8.src.rpm \ + gtk-rezlooks-engine-0.6-5.fc8.src.rpm \ + gtk-xfce-engine-2.4.2-1.fc8.src.rpm post-install: @chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules diff --git a/x11-toolkits/linux-f8-gtk2/distinfo.i386 b/x11-toolkits/linux-f8-gtk2/distinfo.i386 index a1c8ad41eafd..717f3727db0b 100644 --- a/x11-toolkits/linux-f8-gtk2/distinfo.i386 +++ b/x11-toolkits/linux-f8-gtk2/distinfo.i386 @@ -1,12 +1,42 @@ -MD5 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.i386.rpm) = 06c4edc69cd8cefc88e0745c9cbad651 -SHA256 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.i386.rpm) = 042ecad29b008d1b364c0fd172bcbf4358c35632f902084540cb484baedb4d20 -SIZE (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.i386.rpm) = 5006066 -MD5 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.i386.rpm) = 6efa96648a661483b77935d4263a716e -SHA256 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.i386.rpm) = 752c5b5bd33f60c1ace655e3800331b1bbe8ee970367fd07a6b63d51b318788e -SIZE (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.i386.rpm) = 285815 -MD5 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.src.rpm) = 8b6c8d169a2077aec57fb1551e6b032d -SHA256 (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.src.rpm) = 9b7ed9e178e6ec5e3089af1b0a66f9684d9d76c80b80ff69c85e288ad296ba82 -SIZE (rpm/i386/fedora/4/gtk2-2.6.10-2.fc4.4.src.rpm) = 11567684 -MD5 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.src.rpm) = f45fa153a1abf114c1c7a1b774568387 -SHA256 (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.src.rpm) = 17bf442e705ba739f8b7854d581253c607fe3a4977221aef1b43ab98d285a7d4 -SIZE (rpm/i386/fedora/4/gtk2-engines-2.6.3-2.src.rpm) = 481238 +MD5 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.i386.rpm) = 7fe178623f2497c5589ee6495e07b5f4 +SHA256 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.i386.rpm) = 7ecc80e178545b6c4219c90a65958578cd51a677904e7b599c1d535b16826af2 +SIZE (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.i386.rpm) = 7121408 +MD5 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.i386.rpm) = f3d94db585261a7999fff57f320d6208 +SHA256 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.i386.rpm) = 48c2e5dbf484bf6a78636844067689c9cbeb466cfc57452ea9ce6cfef15629a8 +SIZE (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.i386.rpm) = 402768 +MD5 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.i386.rpm) = 63eb1e07b0e0f75fc62d64de2a3c2618 +SHA256 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.i386.rpm) = 2d5af76f0281c47842d7d8f75dda6477f89786e75789070e47642e03f7b78159 +SIZE (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.i386.rpm) = 56344 +MD5 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.i386.rpm) = 1b84bc40d065aa4befbac90522ef7b85 +SHA256 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.i386.rpm) = 19a021268a3518394efeaf914524b1fcc327bfc2bdc8bccd21c5caefc0bc7725 +SIZE (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.i386.rpm) = 47935 +MD5 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.i386.rpm) = d45415390864e9e495d7b539141d69bf +SHA256 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.i386.rpm) = 592d39bf22343badd9c430ec068b599745344fb265d926de62d8b76f94f372ca +SIZE (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.i386.rpm) = 116256 +MD5 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.i386.rpm) = 31b05cb5b20c34a5229b2132cfa986f3 +SHA256 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.i386.rpm) = 2cab7891bb597b33d9ac342a05454f3e52b9320cb728189e531eae48a27a0f0f +SIZE (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.i386.rpm) = 52606 +MD5 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.i386.rpm) = 9edd4857231dc5d57de3dc81cb1ef7fa +SHA256 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.i386.rpm) = 7e57e3e2037087afbb3ce3ec3f867118e46b28a38646d21fd3044ab7cdb015af +SIZE (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.i386.rpm) = 45470 +MD5 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.src.rpm) = 297999908f188f130858e5bf3bfb131d +SHA256 (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.src.rpm) = d4d3519f308512d229f36a4f9a0226cd0986693f94763bdbb2eed882b04113f3 +SIZE (rpm/i386/fedora/8/gtk2-2.12.8-2.fc8.src.rpm) = 16128279 +MD5 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.src.rpm) = d4b7d7b511af9b6baad08911a287e07a +SHA256 (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.src.rpm) = 25ef5d0a5f93324086a823191d4bcfd5758ea42ca0a6927e127d171164f45d55 +SIZE (rpm/i386/fedora/8/gtk2-engines-2.12.2-1.fc8.src.rpm) = 670353 +MD5 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.src.rpm) = 3fe05e8a4279a4b22515bfc8b4415593 +SHA256 (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.src.rpm) = 00b54c43fc84260c93cafa51242707a3a2f87fdf23c15dd7ab2f3292d3552e82 +SIZE (rpm/i386/fedora/8/gtk-murrine-engine-0.52-1.fc7.src.rpm) = 277164 +MD5 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.src.rpm) = aeaf1d1e42f15e086f98539ed465f602 +SHA256 (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.src.rpm) = 427e48d23c7048ebcf5298a500b8cfd1a0086092b311d95c6c3ea3c6b40a931c +SIZE (rpm/i386/fedora/8/gtk-nodoka-engine-0.6.2-1.fc8.src.rpm) = 354380 +MD5 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.src.rpm) = 0315149c5dfa62075b5569099c7dfca2 +SHA256 (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.src.rpm) = 24ec6d363b725cd670657fbc881f8d673abe90d3335f1fcac2c6344b70c9ec0f +SIZE (rpm/i386/fedora/8/gtk-qt-engine-0.8-6.fc8.src.rpm) = 68744 +MD5 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.src.rpm) = c0d8e1db64a967a12c72031c1eb0f86f +SHA256 (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.src.rpm) = 441251543b34456a1bbe9d69f82849725b0dfdc4ba53dc9fc186590a0ab996b9 +SIZE (rpm/i386/fedora/8/gtk-rezlooks-engine-0.6-5.fc8.src.rpm) = 305260 +MD5 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.src.rpm) = fb43299de30ab7be7fd4eabd5b431cc8 +SHA256 (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.src.rpm) = 81e92a67d4cef7cd78a6ef8a8ca47bac7c7f5b273253d284da7b6563949e9d8d +SIZE (rpm/i386/fedora/8/gtk-xfce-engine-2.4.2-1.fc8.src.rpm) = 268487 diff --git a/x11-toolkits/linux-f8-gtk2/pkg-descr b/x11-toolkits/linux-f8-gtk2/pkg-descr deleted file mode 100644 index 70620532c3b2..000000000000 --- a/x11-toolkits/linux-f8-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Linux/i386 binary port of the GTK+ 2.X library. - -WWW: http://gtk.org diff --git a/x11-toolkits/linux-f8-gtk2/pkg-plist b/x11-toolkits/linux-f8-gtk2/pkg-plist index 536b0aab2e22..515e51ed022b 100644 --- a/x11-toolkits/linux-f8-gtk2/pkg-plist +++ b/x11-toolkits/linux-f8-gtk2/pkg-plist @@ -1,154 +1,192 @@ +@comment file listing +etc/gtk-2.0/im-multipress.conf etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders usr/bin/gdk-pixbuf-query-loaders-32 -usr/bin/gtk-demo usr/bin/gtk-query-immodules-2.0-32 usr/bin/gtk-update-icon-cache usr/bin/update-gdk-pixbuf-loaders usr/bin/update-gtk-immodules -usr/lib/gtk-2.0/2.4.0/engines/libclearlooks.so -usr/lib/gtk-2.0/2.4.0/engines/libcrux-engine.so -usr/lib/gtk-2.0/2.4.0/engines/libhcengine.so -usr/lib/gtk-2.0/2.4.0/engines/libindustrial.so -usr/lib/gtk-2.0/2.4.0/engines/liblighthouseblue.so -usr/lib/gtk-2.0/2.4.0/engines/libmetal.so -usr/lib/gtk-2.0/2.4.0/engines/libmist.so -usr/lib/gtk-2.0/2.4.0/engines/libpixmap.la -usr/lib/gtk-2.0/2.4.0/engines/libpixmap.so -usr/lib/gtk-2.0/2.4.0/engines/libsmooth.so -usr/lib/gtk-2.0/2.4.0/engines/libthinice.so -usr/lib/gtk-2.0/2.4.0/immodules/im-am-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cedilla.so -usr/lib/gtk-2.0/2.4.0/immodules/im-cyrillic-translit.so -usr/lib/gtk-2.0/2.4.0/immodules/im-inuktitut.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ipa.so -usr/lib/gtk-2.0/2.4.0/immodules/im-thai-broken.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-er.so -usr/lib/gtk-2.0/2.4.0/immodules/im-ti-et.so -usr/lib/gtk-2.0/2.4.0/immodules/im-viqr.so -usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ani.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-bmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-gif.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ico.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-jpeg.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pcx.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-png.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-pnm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-ras.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tga.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.so -usr/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so +usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so +usr/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so +usr/lib/gtk-2.0/2.10.0/engines/libglide.so +usr/lib/gtk-2.0/2.10.0/engines/libhcengine.so +usr/lib/gtk-2.0/2.10.0/engines/libindustrial.so +usr/lib/gtk-2.0/2.10.0/engines/libmist.so +usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so +usr/lib/gtk-2.0/2.10.0/engines/libnodoka.so +usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so +usr/lib/gtk-2.0/2.10.0/engines/libqtengine.so +usr/lib/gtk-2.0/2.10.0/engines/libredmond95.so +usr/lib/gtk-2.0/2.10.0/engines/librezlooks.so +usr/lib/gtk-2.0/2.10.0/engines/libsmooth.so +usr/lib/gtk-2.0/2.10.0/engines/libthinice.so +usr/lib/gtk-2.0/2.10.0/engines/libxfce.so +usr/lib/gtk-2.0/2.10.0/immodules/im-am-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so +usr/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ipa.so +usr/lib/gtk-2.0/2.10.0/immodules/im-multipress.so +usr/lib/gtk-2.0/2.10.0/immodules/im-thai.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-er.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-viqr.so +usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so +usr/lib/gtk-2.0/immodules/.relocation-tag +usr/lib/kde3/kcm_kcmgtk.la +usr/lib/kde3/kcm_kcmgtk.so usr/lib/libgdk-x11-2.0.so.0 -usr/lib/libgdk-x11-2.0.so.0.%%LIBVERSION%% +usr/lib/libgdk-x11-2.0.so.0.1200.8 usr/lib/libgdk_pixbuf-2.0.so.0 -usr/lib/libgdk_pixbuf-2.0.so.0.%%LIBVERSION%% +usr/lib/libgdk_pixbuf-2.0.so.0.1200.8 usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0.%%LIBVERSION%% +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.1200.8 usr/lib/libgtk-x11-2.0.so.0 -usr/lib/libgtk-x11-2.0.so.0.%%LIBVERSION%% +usr/lib/libgtk-x11-2.0.so.0.1200.8 usr/lib/pkgconfig/gtk-engines-2.pc -usr/share/doc/gtk2-%%PORTVERSION%%/AUTHORS -usr/share/doc/gtk2-%%PORTVERSION%%/COPYING -usr/share/doc/gtk2-%%PORTVERSION%%/ChangeLog -usr/share/doc/gtk2-%%PORTVERSION%%/NEWS -usr/share/doc/gtk2-%%PORTVERSION%%/README -usr/share/doc/gtk2-engines-2.6.3/COPYING -usr/share/doc/gtk2-engines-2.6.3/ChangeLog -usr/share/doc/gtk2-engines-2.6.3/README -usr/share/gtk-2.0/demo/alphatest.png -usr/share/gtk-2.0/demo/apple-red.png -usr/share/gtk-2.0/demo/appwindow.c -usr/share/gtk-2.0/demo/background.jpg -usr/share/gtk-2.0/demo/button_box.c -usr/share/gtk-2.0/demo/changedisplay.c -usr/share/gtk-2.0/demo/clipboard.c -usr/share/gtk-2.0/demo/colorsel.c -usr/share/gtk-2.0/demo/combobox.c -usr/share/gtk-2.0/demo/dialog.c -usr/share/gtk-2.0/demo/drawingarea.c -usr/share/gtk-2.0/demo/editable_cells.c -usr/share/gtk-2.0/demo/entry_completion.c -usr/share/gtk-2.0/demo/expander.c -usr/share/gtk-2.0/demo/floppybuddy.gif -usr/share/gtk-2.0/demo/gnome-applets.png -usr/share/gtk-2.0/demo/gnome-calendar.png -usr/share/gtk-2.0/demo/gnome-foot.png -usr/share/gtk-2.0/demo/gnome-fs-directory.png -usr/share/gtk-2.0/demo/gnome-fs-regular.png -usr/share/gtk-2.0/demo/gnome-gimp.png -usr/share/gtk-2.0/demo/gnome-gmush.png -usr/share/gtk-2.0/demo/gnome-gsame.png -usr/share/gtk-2.0/demo/gnu-keys.png -usr/share/gtk-2.0/demo/gtk-logo-rgb.gif -usr/share/gtk-2.0/demo/hypertext.c -usr/share/gtk-2.0/demo/iconview.c -usr/share/gtk-2.0/demo/images.c -usr/share/gtk-2.0/demo/list_store.c -usr/share/gtk-2.0/demo/menus.c -usr/share/gtk-2.0/demo/panes.c -usr/share/gtk-2.0/demo/pickers.c -usr/share/gtk-2.0/demo/pixbufs.c -usr/share/gtk-2.0/demo/rotated_text.c -usr/share/gtk-2.0/demo/sizegroup.c -usr/share/gtk-2.0/demo/stock_browser.c -usr/share/gtk-2.0/demo/textview.c -usr/share/gtk-2.0/demo/tree_store.c -usr/share/gtk-2.0/demo/ui_manager.c +usr/share/applications/kcmgtk.desktop +usr/share/doc/gtk-murrine-engine-0.52/AUTHORS +usr/share/doc/gtk-murrine-engine-0.52/COPYING +usr/share/doc/gtk-murrine-engine-0.52/CREDITS +usr/share/doc/gtk-murrine-engine-0.52/ChangeLog +usr/share/doc/gtk-murrine-engine-0.52/NEWS +usr/share/doc/gtk-nodoka-engine-0.6.2/AUTHORS +usr/share/doc/gtk-nodoka-engine-0.6.2/COPYING +usr/share/doc/gtk-nodoka-engine-0.6.2/CREDITS +usr/share/doc/gtk-nodoka-engine-0.6.2/ChangeLog +usr/share/doc/gtk-nodoka-engine-0.6.2/NEWS +usr/share/doc/gtk-nodoka-engine-0.6.2/README +usr/share/doc/gtk-nodoka-engine-0.6.2/TODO +usr/share/doc/gtk-qt-engine-0.8/AUTHORS +usr/share/doc/gtk-qt-engine-0.8/ChangeLog +usr/share/doc/gtk-qt-engine-0.8/README +usr/share/doc/gtk-rezlooks-engine-0.6/AUTHORS +usr/share/doc/gtk-rezlooks-engine-0.6/COPYING +usr/share/doc/gtk-rezlooks-engine-0.6/CREDITS +usr/share/doc/gtk-rezlooks-engine-0.6/Changelog +usr/share/doc/gtk-xfce-engine-2.4.2/AUTHORS +usr/share/doc/gtk-xfce-engine-2.4.2/COPYING +usr/share/doc/gtk-xfce-engine-2.4.2/README +usr/share/doc/gtk2-2.12.8/AUTHORS +usr/share/doc/gtk2-2.12.8/COPYING +usr/share/doc/gtk2-2.12.8/NEWS +usr/share/doc/gtk2-2.12.8/README +usr/share/doc/gtk2-engines-2.12.2/AUTHORS +usr/share/doc/gtk2-engines-2.12.2/COPYING +usr/share/doc/gtk2-engines-2.12.2/COPYING.GPL +usr/share/doc/gtk2-engines-2.12.2/COPYING.LGPL +usr/share/doc/gtk2-engines-2.12.2/NEWS +usr/share/doc/gtk2-engines-2.12.2/README +usr/share/gtk-engines/clearlooks.xml +usr/share/gtk-engines/crux-engine.xml +usr/share/gtk-engines/glide.xml +usr/share/gtk-engines/hcengine.xml +usr/share/gtk-engines/industrial.xml +usr/share/gtk-engines/mist.xml +usr/share/gtk-engines/redmond95.xml +usr/share/gtk-engines/smooth.xml +usr/share/gtk-engines/thinice.xml usr/share/locale/af/LC_MESSAGES/gtk20-properties.mo usr/share/locale/af/LC_MESSAGES/gtk20.mo usr/share/locale/am/LC_MESSAGES/gtk20-properties.mo usr/share/locale/am/LC_MESSAGES/gtk20.mo +usr/share/locale/ang/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ang/LC_MESSAGES/gtk20.mo +usr/share/locale/ar/LC_MESSAGES/gtk-engines.mo usr/share/locale/ar/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ar/LC_MESSAGES/gtk20.mo +usr/share/locale/as/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/as/LC_MESSAGES/gtk20.mo usr/share/locale/az/LC_MESSAGES/gtk20-properties.mo usr/share/locale/az/LC_MESSAGES/gtk20.mo usr/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo usr/share/locale/az_IR/LC_MESSAGES/gtk20.mo usr/share/locale/be/LC_MESSAGES/gtk20-properties.mo usr/share/locale/be/LC_MESSAGES/gtk20.mo +usr/share/locale/be@latin/LC_MESSAGES/gtk-engines.mo +usr/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/be@latin/LC_MESSAGES/gtk20.mo +usr/share/locale/bg/LC_MESSAGES/gtk-engines.mo usr/share/locale/bg/LC_MESSAGES/gtk20-properties.mo usr/share/locale/bg/LC_MESSAGES/gtk20.mo +usr/share/locale/bg/LC_MESSAGES/gtkqtengine.mo usr/share/locale/bn/LC_MESSAGES/gtk20-properties.mo usr/share/locale/bn/LC_MESSAGES/gtk20.mo +usr/share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo +usr/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/bn_IN/LC_MESSAGES/gtk20.mo usr/share/locale/br/LC_MESSAGES/gtk20-properties.mo usr/share/locale/br/LC_MESSAGES/gtk20.mo usr/share/locale/bs/LC_MESSAGES/gtk20-properties.mo usr/share/locale/bs/LC_MESSAGES/gtk20.mo +usr/share/locale/ca/LC_MESSAGES/gtk-engines.mo usr/share/locale/ca/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ca/LC_MESSAGES/gtk20.mo usr/share/locale/cs/LC_MESSAGES/gtk20-properties.mo usr/share/locale/cs/LC_MESSAGES/gtk20.mo usr/share/locale/cy/LC_MESSAGES/gtk20-properties.mo usr/share/locale/cy/LC_MESSAGES/gtk20.mo +usr/share/locale/da/LC_MESSAGES/gtk-engines.mo usr/share/locale/da/LC_MESSAGES/gtk20-properties.mo usr/share/locale/da/LC_MESSAGES/gtk20.mo +usr/share/locale/de/LC_MESSAGES/gtk-engines.mo usr/share/locale/de/LC_MESSAGES/gtk20-properties.mo usr/share/locale/de/LC_MESSAGES/gtk20.mo +usr/share/locale/de/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/dz/LC_MESSAGES/gtk-engines.mo +usr/share/locale/dz/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/dz/LC_MESSAGES/gtk20.mo +usr/share/locale/el/LC_MESSAGES/gtk-engines.mo usr/share/locale/el/LC_MESSAGES/gtk20-properties.mo usr/share/locale/el/LC_MESSAGES/gtk20.mo usr/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo usr/share/locale/en_CA/LC_MESSAGES/gtk20.mo +usr/share/locale/en_GB/LC_MESSAGES/gtk-engines.mo usr/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo usr/share/locale/en_GB/LC_MESSAGES/gtk20.mo +usr/share/locale/eo/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/eo/LC_MESSAGES/gtk20.mo +usr/share/locale/es/LC_MESSAGES/gtk-engines.mo usr/share/locale/es/LC_MESSAGES/gtk20-properties.mo usr/share/locale/es/LC_MESSAGES/gtk20.mo +usr/share/locale/es/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/et/LC_MESSAGES/gtk-engines.mo usr/share/locale/et/LC_MESSAGES/gtk20-properties.mo usr/share/locale/et/LC_MESSAGES/gtk20.mo usr/share/locale/eu/LC_MESSAGES/gtk20-properties.mo usr/share/locale/eu/LC_MESSAGES/gtk20.mo usr/share/locale/fa/LC_MESSAGES/gtk20-properties.mo usr/share/locale/fa/LC_MESSAGES/gtk20.mo +usr/share/locale/fi/LC_MESSAGES/gtk-engines.mo usr/share/locale/fi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/fi/LC_MESSAGES/gtk20.mo +usr/share/locale/fr/LC_MESSAGES/gtk-engines.mo usr/share/locale/fr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/fr/LC_MESSAGES/gtk20.mo +usr/share/locale/fr/LC_MESSAGES/gtkqtengine.mo usr/share/locale/ga/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ga/LC_MESSAGES/gtk20.mo +usr/share/locale/gl/LC_MESSAGES/gtk-engines.mo usr/share/locale/gl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/gl/LC_MESSAGES/gtk20.mo +usr/share/locale/gu/LC_MESSAGES/gtk-engines.mo usr/share/locale/gu/LC_MESSAGES/gtk20-properties.mo usr/share/locale/gu/LC_MESSAGES/gtk20.mo usr/share/locale/he/LC_MESSAGES/gtk20-properties.mo @@ -157,6 +195,7 @@ usr/share/locale/hi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/hi/LC_MESSAGES/gtk20.mo usr/share/locale/hr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/hr/LC_MESSAGES/gtk20.mo +usr/share/locale/hu/LC_MESSAGES/gtk-engines.mo usr/share/locale/hu/LC_MESSAGES/gtk20-properties.mo usr/share/locale/hu/LC_MESSAGES/gtk20.mo usr/share/locale/hy/LC_MESSAGES/gtk20-properties.mo @@ -165,22 +204,36 @@ usr/share/locale/ia/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ia/LC_MESSAGES/gtk20.mo usr/share/locale/id/LC_MESSAGES/gtk20-properties.mo usr/share/locale/id/LC_MESSAGES/gtk20.mo +usr/share/locale/io/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/io/LC_MESSAGES/gtk20.mo usr/share/locale/is/LC_MESSAGES/gtk20-properties.mo usr/share/locale/is/LC_MESSAGES/gtk20.mo +usr/share/locale/it/LC_MESSAGES/gtk-engines.mo usr/share/locale/it/LC_MESSAGES/gtk20-properties.mo usr/share/locale/it/LC_MESSAGES/gtk20.mo +usr/share/locale/it/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/ja/LC_MESSAGES/gtk-engines.mo usr/share/locale/ja/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ja/LC_MESSAGES/gtk20.mo +usr/share/locale/ka/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ka/LC_MESSAGES/gtk20.mo +usr/share/locale/kn/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/kn/LC_MESSAGES/gtk20.mo +usr/share/locale/ko/LC_MESSAGES/gtk-engines.mo usr/share/locale/ko/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ko/LC_MESSAGES/gtk20.mo +usr/share/locale/ku/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ku/LC_MESSAGES/gtk20.mo usr/share/locale/li/LC_MESSAGES/gtk20-properties.mo usr/share/locale/li/LC_MESSAGES/gtk20.mo +usr/share/locale/lt/LC_MESSAGES/gtk-engines.mo usr/share/locale/lt/LC_MESSAGES/gtk20-properties.mo usr/share/locale/lt/LC_MESSAGES/gtk20.mo usr/share/locale/lv/LC_MESSAGES/gtk20-properties.mo usr/share/locale/lv/LC_MESSAGES/gtk20.mo usr/share/locale/mi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/mi/LC_MESSAGES/gtk20.mo +usr/share/locale/mk/LC_MESSAGES/gtk-engines.mo usr/share/locale/mk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/mk/LC_MESSAGES/gtk20.mo usr/share/locale/ml/LC_MESSAGES/gtk20-properties.mo @@ -191,60 +244,91 @@ usr/share/locale/mr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/mr/LC_MESSAGES/gtk20.mo usr/share/locale/ms/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ms/LC_MESSAGES/gtk20.mo +usr/share/locale/nb/LC_MESSAGES/gtk-engines.mo usr/share/locale/nb/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nb/LC_MESSAGES/gtk20.mo usr/share/locale/ne/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ne/LC_MESSAGES/gtk20.mo +usr/share/locale/nl/LC_MESSAGES/gtk-engines.mo usr/share/locale/nl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nl/LC_MESSAGES/gtk20.mo usr/share/locale/nn/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nn/LC_MESSAGES/gtk20.mo -usr/share/locale/no/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/no/LC_MESSAGES/gtk20.mo +usr/share/locale/nn/LC_MESSAGES/gtkqtengine.mo usr/share/locale/nso/LC_MESSAGES/gtk20-properties.mo usr/share/locale/nso/LC_MESSAGES/gtk20.mo +usr/share/locale/oc/LC_MESSAGES/gtk-engines.mo +usr/share/locale/oc/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/oc/LC_MESSAGES/gtk20.mo +usr/share/locale/or/LC_MESSAGES/gtk-engines.mo +usr/share/locale/or/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/or/LC_MESSAGES/gtk20.mo +usr/share/locale/pa/LC_MESSAGES/gtk-engines.mo usr/share/locale/pa/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pa/LC_MESSAGES/gtk20.mo +usr/share/locale/pl/LC_MESSAGES/gtk-engines.mo usr/share/locale/pl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pl/LC_MESSAGES/gtk20.mo +usr/share/locale/pt/LC_MESSAGES/gtk-engines.mo usr/share/locale/pt/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pt/LC_MESSAGES/gtk20.mo +usr/share/locale/pt_BR/LC_MESSAGES/gtk-engines.mo usr/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo usr/share/locale/ro/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ro/LC_MESSAGES/gtk20.mo +usr/share/locale/ru/LC_MESSAGES/gtk-engines.mo usr/share/locale/ru/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ru/LC_MESSAGES/gtk20.mo +usr/share/locale/ru/LC_MESSAGES/gtkqtengine.mo usr/share/locale/rw/LC_MESSAGES/gtk20-properties.mo usr/share/locale/rw/LC_MESSAGES/gtk20.mo +usr/share/locale/si/LC_MESSAGES/gtk-engines.mo +usr/share/locale/si/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/si/LC_MESSAGES/gtk20.mo usr/share/locale/sk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sk/LC_MESSAGES/gtk20.mo usr/share/locale/sl/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sl/LC_MESSAGES/gtk20.mo +usr/share/locale/sq/LC_MESSAGES/gtk-engines.mo usr/share/locale/sq/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sq/LC_MESSAGES/gtk20.mo +usr/share/locale/sr/LC_MESSAGES/gtk-engines.mo usr/share/locale/sr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sr/LC_MESSAGES/gtk20.mo usr/share/locale/sr@Latn/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sr@Latn/LC_MESSAGES/gtk20.mo usr/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +usr/share/locale/sv/LC_MESSAGES/gtk-engines.mo usr/share/locale/sv/LC_MESSAGES/gtk20-properties.mo usr/share/locale/sv/LC_MESSAGES/gtk20.mo +usr/share/locale/sv/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/ta/LC_MESSAGES/gtk-engines.mo usr/share/locale/ta/LC_MESSAGES/gtk20-properties.mo usr/share/locale/ta/LC_MESSAGES/gtk20.mo +usr/share/locale/te/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/te/LC_MESSAGES/gtk20.mo +usr/share/locale/th/LC_MESSAGES/gtk-engines.mo usr/share/locale/th/LC_MESSAGES/gtk20-properties.mo usr/share/locale/th/LC_MESSAGES/gtk20.mo usr/share/locale/tk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/tk/LC_MESSAGES/gtk20.mo usr/share/locale/tr/LC_MESSAGES/gtk20-properties.mo usr/share/locale/tr/LC_MESSAGES/gtk20.mo +usr/share/locale/tr/LC_MESSAGES/gtkqtengine.mo +usr/share/locale/tt/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/tt/LC_MESSAGES/gtk20.mo +usr/share/locale/uk/LC_MESSAGES/gtk-engines.mo usr/share/locale/uk/LC_MESSAGES/gtk20-properties.mo usr/share/locale/uk/LC_MESSAGES/gtk20.mo +usr/share/locale/ur/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/ur/LC_MESSAGES/gtk20.mo usr/share/locale/uz/LC_MESSAGES/gtk20-properties.mo usr/share/locale/uz/LC_MESSAGES/gtk20.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo -usr/share/locale/uz@Latn/LC_MESSAGES/gtk20.mo +usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +usr/share/locale/vi/LC_MESSAGES/gtk-engines.mo usr/share/locale/vi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/vi/LC_MESSAGES/gtk20.mo usr/share/locale/wa/LC_MESSAGES/gtk20-properties.mo @@ -253,126 +337,203 @@ usr/share/locale/xh/LC_MESSAGES/gtk20-properties.mo usr/share/locale/xh/LC_MESSAGES/gtk20.mo usr/share/locale/yi/LC_MESSAGES/gtk20-properties.mo usr/share/locale/yi/LC_MESSAGES/gtk20.mo +usr/share/locale/zh_CN/LC_MESSAGES/gtk-engines.mo usr/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo usr/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +usr/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo +usr/share/locale/zh_HK/LC_MESSAGES/gtk20.mo usr/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo usr/share/themes/Clearlooks/gtk-2.0/gtkrc usr/share/themes/Crux/gtk-2.0/gtkrc -usr/share/themes/Crux/pixmaps/arrow_down-spinner.png -usr/share/themes/Crux/pixmaps/arrow_down.png -usr/share/themes/Crux/pixmaps/arrow_left.png -usr/share/themes/Crux/pixmaps/arrow_right.png -usr/share/themes/Crux/pixmaps/arrow_up-spinner.png -usr/share/themes/Crux/pixmaps/arrow_up.png -usr/share/themes/Crux/pixmaps/check-active-default-focus.png -usr/share/themes/Crux/pixmaps/check-active-default.png -usr/share/themes/Crux/pixmaps/check-active-hilight-focus.png -usr/share/themes/Crux/pixmaps/check-active-hilight.png -usr/share/themes/Crux/pixmaps/check-active-insensitive.png -usr/share/themes/Crux/pixmaps/check-active-pressed-focus.png -usr/share/themes/Crux/pixmaps/check-active-pressed.png -usr/share/themes/Crux/pixmaps/check-default-focus.png -usr/share/themes/Crux/pixmaps/check-default.png -usr/share/themes/Crux/pixmaps/check-hilight-focus.png -usr/share/themes/Crux/pixmaps/check-hilight.png -usr/share/themes/Crux/pixmaps/check-insensitive.png -usr/share/themes/Crux/pixmaps/check-pressed-focus.png -usr/share/themes/Crux/pixmaps/check-pressed.png -usr/share/themes/Crux/pixmaps/progressbar-left.png -usr/share/themes/Crux/pixmaps/progressbar-right.png -usr/share/themes/Crux/pixmaps/progressbar.png -usr/share/themes/Crux/pixmaps/progressbar_trough.png -usr/share/themes/Crux/pixmaps/radio-active-default-focus.png -usr/share/themes/Crux/pixmaps/radio-active-default.png -usr/share/themes/Crux/pixmaps/radio-active-hilight-focus.png -usr/share/themes/Crux/pixmaps/radio-active-hilight.png -usr/share/themes/Crux/pixmaps/radio-active-insensitive.png -usr/share/themes/Crux/pixmaps/radio-active-pressed-focus.png -usr/share/themes/Crux/pixmaps/radio-active-pressed.png -usr/share/themes/Crux/pixmaps/radio-default-focus.png -usr/share/themes/Crux/pixmaps/radio-default.png -usr/share/themes/Crux/pixmaps/radio-hilight-focus.png -usr/share/themes/Crux/pixmaps/radio-hilight.png -usr/share/themes/Crux/pixmaps/radio-insensitive.png -usr/share/themes/Crux/pixmaps/radio-pressed-focus.png -usr/share/themes/Crux/pixmaps/radio-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-down-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-down-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-down.png -usr/share/themes/Crux/pixmaps/scroller-arrow-left-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-left-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-left.png -usr/share/themes/Crux/pixmaps/scroller-arrow-right-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-right-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-right.png -usr/share/themes/Crux/pixmaps/scroller-arrow-up-hilight.png -usr/share/themes/Crux/pixmaps/scroller-arrow-up-pressed.png -usr/share/themes/Crux/pixmaps/scroller-arrow-up.png -usr/share/themes/Crux/pixmaps/scroller-h-hilight.png -usr/share/themes/Crux/pixmaps/scroller-h-thumb-hilight.png -usr/share/themes/Crux/pixmaps/scroller-h-thumb.png -usr/share/themes/Crux/pixmaps/scroller-h-trough.png -usr/share/themes/Crux/pixmaps/scroller-h.png -usr/share/themes/Crux/pixmaps/scroller-v-hilight.png -usr/share/themes/Crux/pixmaps/scroller-v-thumb-hilight.png -usr/share/themes/Crux/pixmaps/scroller-v-thumb.png -usr/share/themes/Crux/pixmaps/scroller-v-trough.png -usr/share/themes/Crux/pixmaps/scroller-v.png -usr/share/themes/Crux/pixmaps/slider_h_thumb.png -usr/share/themes/Crux/pixmaps/slider_h_trough.png -usr/share/themes/Crux/pixmaps/slider_h_trough_focus.png -usr/share/themes/Crux/pixmaps/slider_v_thumb.png -usr/share/themes/Crux/pixmaps/slider_v_trough.png -usr/share/themes/Crux/pixmaps/slider_v_trough_focus.png -usr/share/themes/Crux/pixmaps/tab_left-unsel.png -usr/share/themes/Crux/pixmaps/tab_left.png -usr/share/themes/Crux/pixmaps/tab_right.png -usr/share/themes/Crux/pixmaps/tab_sel-bottom.png -usr/share/themes/Crux/pixmaps/tab_sel.png -usr/share/themes/Crux/pixmaps/tab_usel-bottom-left.png -usr/share/themes/Crux/pixmaps/tab_usel-bottom.png -usr/share/themes/Crux/pixmaps/tab_usel-left.png -usr/share/themes/Crux/pixmaps/tab_usel.png usr/share/themes/Default/gtk-2.0-key/gtkrc usr/share/themes/Emacs/gtk-2.0-key/gtkrc usr/share/themes/Industrial/gtk-2.0/gtkrc -usr/share/themes/LighthouseBlue/gtk-2.0/gtkrc -usr/share/themes/Metal/gtk-2.0/gtkrc usr/share/themes/Mist/gtk-2.0/gtkrc +usr/share/themes/MurrinaAquaIsh/gtk-2.0/gtkrc +usr/share/themes/MurrinaCandy/gtk-2.0/gtkrc +usr/share/themes/MurrinaCappuccino/gtk-2.0/gtkrc +usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc +usr/share/themes/MurrinaFancyCandy/gtk-2.0/gtkrc +usr/share/themes/MurrinaGilouche/gtk-2.0/gtkrc +usr/share/themes/MurrinaLoveGray/gtk-2.0/gtkrc +usr/share/themes/MurrinaNeoGraphite/gtk-2.0/gtkrc +usr/share/themes/MurrinaVerdeOlivo/gtk-2.0/gtkrc +usr/share/themes/Nodoka/gtk-2.0/gtkrc +usr/share/themes/Qt/gtk-2.0/gtkrc usr/share/themes/Raleigh/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-Gilouche/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-Snow/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-candy/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-dark/gtk-2.0/gtkrc +usr/share/themes/Rezlooks-dark/gtk-2.0/page_top_image.png +usr/share/themes/Rezlooks-graphite/gtk-2.0/gtkrc usr/share/themes/ThinIce/gtk-2.0/gtkrc +usr/share/themes/Xfce-4.0/ICON.png +usr/share/themes/Xfce-4.0/README.html +usr/share/themes/Xfce-4.0/gtk-2.0/gtkrc +usr/share/themes/Xfce-4.2/ICON.png +usr/share/themes/Xfce-4.2/README.html +usr/share/themes/Xfce-4.2/gtk-2.0/gtkrc +usr/share/themes/Xfce-b5/ICON.png +usr/share/themes/Xfce-b5/README.html +usr/share/themes/Xfce-b5/gtk-2.0/gtkrc +usr/share/themes/Xfce-basic/ICON.png +usr/share/themes/Xfce-basic/README.html +usr/share/themes/Xfce-basic/gtk-2.0/gtkrc +usr/share/themes/Xfce-cadmium/ICON.png +usr/share/themes/Xfce-cadmium/README.html +usr/share/themes/Xfce-cadmium/gtk-2.0/gtkrc +usr/share/themes/Xfce-curve/ICON.png +usr/share/themes/Xfce-curve/README.html +usr/share/themes/Xfce-curve/gtk-2.0/gtkrc +usr/share/themes/Xfce-dawn/ICON.png +usr/share/themes/Xfce-dawn/README.html +usr/share/themes/Xfce-dawn/gtk-2.0/gtkrc +usr/share/themes/Xfce-dusk/ICON.png +usr/share/themes/Xfce-dusk/README.html +usr/share/themes/Xfce-dusk/gtk-2.0/gtkrc +usr/share/themes/Xfce-kde2/ICON.png +usr/share/themes/Xfce-kde2/README.html +usr/share/themes/Xfce-kde2/gtk-2.0/gtkrc +usr/share/themes/Xfce-kolors/ICON.png +usr/share/themes/Xfce-kolors/README.html +usr/share/themes/Xfce-kolors/gtk-2.0/gtkrc +usr/share/themes/Xfce-light/ICON.png +usr/share/themes/Xfce-light/README.html +usr/share/themes/Xfce-light/gtk-2.0/gtkrc +usr/share/themes/Xfce-orange/ICON.png +usr/share/themes/Xfce-orange/README.html +usr/share/themes/Xfce-orange/gtk-2.0/gtkrc +usr/share/themes/Xfce-redmondxp/ICON.png +usr/share/themes/Xfce-redmondxp/README.html +usr/share/themes/Xfce-redmondxp/gtk-2.0/gtkrc +usr/share/themes/Xfce-saltlake/ICON.png +usr/share/themes/Xfce-saltlake/README.html +usr/share/themes/Xfce-saltlake/gtk-2.0/gtkrc +usr/share/themes/Xfce-smooth/ICON.png +usr/share/themes/Xfce-smooth/README.html +usr/share/themes/Xfce-smooth/gtk-2.0/gtkrc +usr/share/themes/Xfce-stellar/ICON.png +usr/share/themes/Xfce-stellar/README.html +usr/share/themes/Xfce-stellar/gtk-2.0/gtkrc +usr/share/themes/Xfce-winter/ICON.png +usr/share/themes/Xfce-winter/README.html +usr/share/themes/Xfce-winter/gtk-2.0/gtkrc +usr/share/themes/Xfce/ICON.png +usr/share/themes/Xfce/README.html +usr/share/themes/Xfce/gtk-2.0/gtkrc +@comment deal with empty directories created by the port +@exec /bin/mkdir -p %D/etc/gtk-2.0/i386-redhat-linux-gnu +@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/2.10.0/filesystems +@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/modules +@dirrmtry etc/gtk-2.0/i386-redhat-linux-gnu +@dirrmtry usr/lib/gtk-2.0/2.10.0/filesystems +@dirrmtry usr/lib/gtk-2.0/modules +@comment non-empty directory listing in revers order +@dirrm usr/share/themes/Xfce/gtk-2.0 +@dirrm usr/share/themes/Xfce-winter/gtk-2.0 +@dirrm usr/share/themes/Xfce-winter +@dirrm usr/share/themes/Xfce-stellar/gtk-2.0 +@dirrm usr/share/themes/Xfce-stellar +@dirrm usr/share/themes/Xfce-smooth/gtk-2.0 +@dirrm usr/share/themes/Xfce-smooth +@dirrm usr/share/themes/Xfce-saltlake/gtk-2.0 +@dirrm usr/share/themes/Xfce-saltlake +@dirrm usr/share/themes/Xfce-redmondxp/gtk-2.0 +@dirrm usr/share/themes/Xfce-redmondxp +@dirrm usr/share/themes/Xfce-orange/gtk-2.0 +@dirrm usr/share/themes/Xfce-orange +@dirrm usr/share/themes/Xfce-light/gtk-2.0 +@dirrm usr/share/themes/Xfce-light +@dirrm usr/share/themes/Xfce-kolors/gtk-2.0 +@dirrm usr/share/themes/Xfce-kolors +@dirrm usr/share/themes/Xfce-kde2/gtk-2.0 +@dirrm usr/share/themes/Xfce-kde2 +@dirrm usr/share/themes/Xfce-dusk/gtk-2.0 +@dirrm usr/share/themes/Xfce-dusk +@dirrm usr/share/themes/Xfce-dawn/gtk-2.0 +@dirrm usr/share/themes/Xfce-dawn +@dirrm usr/share/themes/Xfce-curve/gtk-2.0 +@dirrm usr/share/themes/Xfce-curve +@dirrm usr/share/themes/Xfce-cadmium/gtk-2.0 +@dirrm usr/share/themes/Xfce-cadmium +@dirrm usr/share/themes/Xfce-basic/gtk-2.0 +@dirrm usr/share/themes/Xfce-basic +@dirrm usr/share/themes/Xfce-b5/gtk-2.0 +@dirrm usr/share/themes/Xfce-b5 +@dirrm usr/share/themes/Xfce-4.2/gtk-2.0 +@dirrm usr/share/themes/Xfce-4.2 +@dirrm usr/share/themes/Xfce-4.0/gtk-2.0 +@dirrm usr/share/themes/Xfce-4.0 +@dirrm usr/share/themes/Xfce @dirrm usr/share/themes/ThinIce/gtk-2.0 @dirrm usr/share/themes/ThinIce +@dirrm usr/share/themes/Rezlooks-graphite/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-graphite +@dirrm usr/share/themes/Rezlooks-dark/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-dark +@dirrm usr/share/themes/Rezlooks-candy/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-candy +@dirrm usr/share/themes/Rezlooks-Snow/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-Snow +@dirrm usr/share/themes/Rezlooks-Gilouche/gtk-2.0 +@dirrm usr/share/themes/Rezlooks-Gilouche @dirrm usr/share/themes/Raleigh/gtk-2.0 @dirrm usr/share/themes/Raleigh +@dirrm usr/share/themes/Qt/gtk-2.0 +@dirrm usr/share/themes/Qt +@dirrm usr/share/themes/Nodoka/gtk-2.0 +@dirrm usr/share/themes/Nodoka +@dirrm usr/share/themes/MurrinaVerdeOlivo/gtk-2.0 +@dirrm usr/share/themes/MurrinaVerdeOlivo +@dirrm usr/share/themes/MurrinaNeoGraphite/gtk-2.0 +@dirrm usr/share/themes/MurrinaNeoGraphite +@dirrm usr/share/themes/MurrinaLoveGray/gtk-2.0 +@dirrm usr/share/themes/MurrinaLoveGray +@dirrm usr/share/themes/MurrinaGilouche/gtk-2.0 +@dirrm usr/share/themes/MurrinaGilouche +@dirrm usr/share/themes/MurrinaFancyCandy/gtk-2.0 +@dirrm usr/share/themes/MurrinaFancyCandy +@dirrm usr/share/themes/MurrinaEalm/gtk-2.0 +@dirrm usr/share/themes/MurrinaEalm +@dirrm usr/share/themes/MurrinaCappuccino/gtk-2.0 +@dirrm usr/share/themes/MurrinaCappuccino +@dirrm usr/share/themes/MurrinaCandy/gtk-2.0 +@dirrm usr/share/themes/MurrinaCandy +@dirrm usr/share/themes/MurrinaAquaIsh/gtk-2.0 +@dirrm usr/share/themes/MurrinaAquaIsh @dirrm usr/share/themes/Mist/gtk-2.0 @dirrm usr/share/themes/Mist -@dirrm usr/share/themes/Metal/gtk-2.0 -@dirrm usr/share/themes/Metal -@dirrm usr/share/themes/LighthouseBlue/gtk-2.0 -@dirrm usr/share/themes/LighthouseBlue @dirrm usr/share/themes/Industrial/gtk-2.0 @dirrm usr/share/themes/Industrial @dirrm usr/share/themes/Emacs/gtk-2.0-key @dirrm usr/share/themes/Emacs @dirrm usr/share/themes/Default/gtk-2.0-key @dirrm usr/share/themes/Default -@dirrm usr/share/themes/Crux/pixmaps @dirrm usr/share/themes/Crux/gtk-2.0 @dirrm usr/share/themes/Crux @dirrm usr/share/themes/Clearlooks/gtk-2.0 @dirrm usr/share/themes/Clearlooks -@dirrm usr/share/themes -@dirrm usr/share/gtk-2.0/demo -@dirrm usr/share/gtk-2.0 -@dirrm usr/share/doc/gtk2-engines-2.6.3 -@dirrm usr/share/doc/gtk2-%%PORTVERSION%% +@dirrm usr/share/locale/uz@cyrillic/LC_MESSAGES +@dirrm usr/share/locale/uz@cyrillic +@dirrm usr/share/gtk-engines +@dirrm usr/share/doc/gtk2-engines-2.12.2 +@dirrm usr/share/doc/gtk2-2.12.8 +@dirrm usr/share/doc/gtk-xfce-engine-2.4.2 +@dirrm usr/share/doc/gtk-rezlooks-engine-0.6 +@dirrm usr/share/doc/gtk-qt-engine-0.8 +@dirrm usr/share/doc/gtk-nodoka-engine-0.6.2 +@dirrm usr/share/doc/gtk-murrine-engine-0.52 @dirrm usr/lib/pkgconfig -@dirrm usr/lib/gtk-2.0/2.4.0/loaders -@dirrm usr/lib/gtk-2.0/2.4.0/immodules -@dirrm usr/lib/gtk-2.0/2.4.0/engines -@dirrm usr/lib/gtk-2.0/2.4.0 +@dirrm usr/lib/kde3 +@dirrm usr/lib/gtk-2.0/immodules +@dirrm usr/lib/gtk-2.0/2.10.0/printbackends +@dirrm usr/lib/gtk-2.0/2.10.0/loaders +@dirrm usr/lib/gtk-2.0/2.10.0/immodules +@dirrm usr/lib/gtk-2.0/2.10.0/engines +@dirrm usr/lib/gtk-2.0/2.10.0 @dirrm usr/lib/gtk-2.0 -@dirrm etc/gtk-2.0/i386-redhat-linux-gnu @dirrm etc/gtk-2.0 +@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@exec chroot %D /usr/bin/gdk-pixbuf-query-loaders-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile index 0284d92b4b44..d1ca9a372f32 100644 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ b/x11-toolkits/linux-f8-openmotif/Makefile @@ -6,12 +6,11 @@ PORTNAME= openmotif PORTVERSION= 2.2.4 -PORTREVISION= 2 CATEGORIES= x11-toolkits linux MASTER_SITES= ftp://ftp.motifzone.com/%SUBDIR%/ \ ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 -PKGNAMEPREFIX= linux- +PKGNAMEPREFIX= linux-f8- EXTRACT_SUFX= -0.1.i386.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= diff --git a/x11-toolkits/linux-f8-pango/Makefile b/x11-toolkits/linux-f8-pango/Makefile index 11c9512817ba..41725e1bc18d 100644 --- a/x11-toolkits/linux-f8-pango/Makefile +++ b/x11-toolkits/linux-f8-pango/Makefile @@ -1,32 +1,31 @@ -# New ports collection makefile for: linux-pango -# Date created: 2003-07-05 -# Whom: trevor +# New ports collection makefile for: x11-toolkits/linux-f8-pango +# Date created: 2008-03-29 +# Whom: bsam # # $FreeBSD$ # PORTNAME= pango -PORTVERSION= 1.10.2 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -1.gst.1.4 +PORTVERSION= 1.18.4 CATEGORIES= x11-toolkits linux -MASTER_SITES= http://gstreamer.freedesktop.org/pkg/%SUBDIR%/ CENKES/myports -MASTER_SITE_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/RPMS.gst010 -MASTER_SITE_SRC_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/SRPMS.gst010 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Linux pango binary +COMMENT= The pango library (Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes # these libraries are required by pango-querymodules USE_LINUX_APPS= cairo expat fontconfig xorglibs -LINUX_DIST_VER= 4 +LINUX_DIST_VER= 8 +RPMVERSION= 1.fc8 +BRANDELF_FILES= usr/bin/pango-querymodules-32 USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST_SUB+= LIBVERSION="1001.1" PORTVERSION="${PORTVERSION}" + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr post-install: - @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i686-redhat-linux-gnu/pango.modules + @${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i386-redhat-linux-gnu/pango.modules .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f8-pango/distinfo.i386 b/x11-toolkits/linux-f8-pango/distinfo.i386 index 4a335ae6840d..ec1db5370219 100644 --- a/x11-toolkits/linux-f8-pango/distinfo.i386 +++ b/x11-toolkits/linux-f8-pango/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.i386.rpm) = d6176302304cba90c72bfc0a0521a3ab -SHA256 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.i386.rpm) = 62dd4631d4409a9d98d524f2222d7c7e36e99162575a56a3a5f3609558fe9698 -SIZE (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.i386.rpm) = 304251 -MD5 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.src.rpm) = 9516d228274e7c5101ffa6de7471f339 -SHA256 (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.src.rpm) = 38d100485aa5f3c8220d240c484a26a379fffea88be5b1eaedcef4480501831e -SIZE (rpm/i386/fedora/4/pango-1.10.2-1.gst.1.4.src.rpm) = 1095844 +MD5 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.i386.rpm) = 0355027d56d1f7a8fe24b66a4d659e2f +SHA256 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.i386.rpm) = 4e2b77750101ffc58ad775c7f99767b394620132bfd7f258ce90306fd03e61a6 +SIZE (rpm/i386/fedora/8/pango-1.18.4-1.fc8.i386.rpm) = 371133 +MD5 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.src.rpm) = 139f2413f700014310c8906e90717831 +SHA256 (rpm/i386/fedora/8/pango-1.18.4-1.fc8.src.rpm) = 8fa04b47fc893d4336131203f06a3cb38d666d210e9ff05ccf33a072d63ec7aa +SIZE (rpm/i386/fedora/8/pango-1.18.4-1.fc8.src.rpm) = 1336123 diff --git a/x11-toolkits/linux-f8-pango/pkg-descr b/x11-toolkits/linux-f8-pango/pkg-descr deleted file mode 100644 index 922f2bcf8586..000000000000 --- a/x11-toolkits/linux-f8-pango/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is a Linux/i386 binary port of Pango. - -from the home page: - - The goal of the Pango project is to provide an open-source - framework for the layout and rendering of internationalized - text. Pango is an offshoot of the GTK+ and GNOME projects, - and the initial focus is operation in those environments, - however there is nothing fundamentally GTK+- or GNOME-specific - about Pango. Pango uses Unicode for all of its encoding, - and will eventually support output in all the world's major - languages. - -WWW: http://pango.org diff --git a/x11-toolkits/linux-f8-pango/pkg-plist b/x11-toolkits/linux-f8-pango/pkg-plist index 751a7d4a96a6..71de5646c193 100644 --- a/x11-toolkits/linux-f8-pango/pkg-plist +++ b/x11-toolkits/linux-f8-pango/pkg-plist @@ -1,36 +1,41 @@ -etc/pango/i686-redhat-linux-gnu/pango.modules +@comment file listing +etc/pango/i386-redhat-linux-gnu/pango.modules etc/pango/pangox.aliases usr/bin/pango-querymodules-32 usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.%%LIBVERSION%% +usr/lib/libpango-1.0.so.0.1800.4 usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.%%LIBVERSION%% +usr/lib/libpangocairo-1.0.so.0.1800.4 usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.%%LIBVERSION%% +usr/lib/libpangoft2-1.0.so.0.1800.4 usr/lib/libpangox-1.0.so.0 -usr/lib/libpangox-1.0.so.0.%%LIBVERSION%% +usr/lib/libpangox-1.0.so.0.1800.4 usr/lib/libpangoxft-1.0.so.0 -usr/lib/libpangoxft-1.0.so.0.%%LIBVERSION%% -usr/lib/pango/1.4.0/modules/pango-arabic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-fc.so -usr/lib/pango/1.4.0/modules/pango-basic-x.so -usr/lib/pango/1.4.0/modules/pango-hangul-fc.so -usr/lib/pango/1.4.0/modules/pango-hebrew-fc.so -usr/lib/pango/1.4.0/modules/pango-indic-fc.so -usr/lib/pango/1.4.0/modules/pango-khmer-fc.so -usr/lib/pango/1.4.0/modules/pango-syriac-fc.so -usr/lib/pango/1.4.0/modules/pango-thai-fc.so -usr/lib/pango/1.4.0/modules/pango-tibetan-fc.so -usr/share/doc/pango-%%PORTVERSION%%/AUTHORS -usr/share/doc/pango-%%PORTVERSION%%/COPYING -usr/share/doc/pango-%%PORTVERSION%%/ChangeLog -usr/share/doc/pango-%%PORTVERSION%%/HELLO.utf8 -usr/share/doc/pango-%%PORTVERSION%%/README -usr/share/doc/pango-%%PORTVERSION%%/TODO +usr/lib/libpangoxft-1.0.so.0.1800.4 +usr/lib/pango/1.6.0/modules/pango-arabic-fc.so +usr/lib/pango/1.6.0/modules/pango-arabic-lang.so +usr/lib/pango/1.6.0/modules/pango-basic-x.so +usr/lib/pango/1.6.0/modules/pango-hangul-fc.so +usr/lib/pango/1.6.0/modules/pango-hebrew-fc.so +usr/lib/pango/1.6.0/modules/pango-indic-fc.so +usr/lib/pango/1.6.0/modules/pango-indic-lang.so +usr/lib/pango/1.6.0/modules/pango-khmer-fc.so +usr/lib/pango/1.6.0/modules/pango-syriac-fc.so +usr/lib/pango/1.6.0/modules/pango-thai-fc.so +usr/lib/pango/1.6.0/modules/pango-tibetan-fc.so +usr/share/doc/pango-1.18.4/AUTHORS +usr/share/doc/pango-1.18.4/COPYING +usr/share/doc/pango-1.18.4/HELLO.txt +usr/share/doc/pango-1.18.4/NEWS +usr/share/doc/pango-1.18.4/README usr/share/man/man1/pango-querymodules.1.gz -@dirrm etc/pango/i686-redhat-linux-gnu -@dirrm etc/pango -@dirrm usr/lib/pango/1.4.0/modules -@dirrm usr/lib/pango/1.4.0 +@comment deal with empty directories created by the port +@exec /bin/mkdir -p %D/etc/pango/i386-redhat-linux-gnu +@dirrmtry etc/pango/i386-redhat-linux-gnu +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/pango-1.18.4 +@dirrm usr/lib/pango/1.6.0/modules +@dirrm usr/lib/pango/1.6.0 @dirrm usr/lib/pango -@dirrm usr/share/doc/pango-%%PORTVERSION%% +@dirrm etc/pango +@exec chroot %D /usr/bin/pango-querymodules-32 > %D/etc/pango/i386-redhat-linux-gnu/pango.modules diff --git a/x11-toolkits/linux-f8-qt33/Makefile b/x11-toolkits/linux-f8-qt33/Makefile index 64f5d884540b..7cf9dd80b3f5 100644 --- a/x11-toolkits/linux-f8-qt33/Makefile +++ b/x11-toolkits/linux-f8-qt33/Makefile @@ -1,23 +1,27 @@ -# New ports collection makefile for: linux-qt33 -# Date created: 24 May 2007 -# Whom: Boris Samorodov <bsam@FreeBSD.org> +# New ports collection makefile for: x11-toolkits/linux-f8-qt33 +# Date created: 2008-04-04 +# Whom: bsam # # $FreeBSD$ # -PORTNAME= qt33 -PORTVERSION= 3.3.4 +PORTNAME= ${LINUX_NAME}33 +PORTVERSION= 3.3.8b CATEGORIES= x11-toolkits linux -DISTNAME= qt-${PORTVERSION}-${RPMVERSION} +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= bsam@FreeBSD.org -COMMENT= RPM of QT3 +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QT3 (Linux Fedora 8) USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig libmng png -RPMVERSION= 15.5 -LINUX_DIST_VER= 4 +LINUX_NAME= qt +LINUX_DIST_VER= 8 +RPMVERSION= 2.fc8 USE_LDCONFIG= yes PLIST= pkg-plist.${LINUX_RPM_ARCH} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + .include <bsd.port.mk> diff --git a/x11-toolkits/linux-f8-qt33/distinfo.i386 b/x11-toolkits/linux-f8-qt33/distinfo.i386 index 8ca333dbd9b9..9cce04be4555 100644 --- a/x11-toolkits/linux-f8-qt33/distinfo.i386 +++ b/x11-toolkits/linux-f8-qt33/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/qt-3.3.4-15.5.i386.rpm) = 5aa111ea32f15633c47995cefd4266de -SHA256 (rpm/i386/fedora/4/qt-3.3.4-15.5.i386.rpm) = 5555fa517fddd95162dda31454c1fe59b2a2ba044c7de25456a45cfbd5ee84dd -SIZE (rpm/i386/fedora/4/qt-3.3.4-15.5.i386.rpm) = 3579405 -MD5 (rpm/i386/fedora/4/qt-3.3.4-15.5.src.rpm) = 0246f9ead583ad0e9cb07b67c60c100f -SHA256 (rpm/i386/fedora/4/qt-3.3.4-15.5.src.rpm) = a7fe548262634e3299fc63cd80249705647e6246262178ed0e289a54e65fbdf8 -SIZE (rpm/i386/fedora/4/qt-3.3.4-15.5.src.rpm) = 14633006 +MD5 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.i386.rpm) = 763a7c74f755e970e07fa949bcfc5936 +SHA256 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.i386.rpm) = ebe609281fbf53d93be5fdd6ba51241feb60454eca15c9f088cd0685c764c898 +SIZE (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.i386.rpm) = 3726936 +MD5 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.src.rpm) = 4aaea7e4d10b8436d62394f58509bf13 +SHA256 (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.src.rpm) = 51c359569332c9675acec746ef561f58ed98e5362b2cb22f04712cb0dbb5ddb0 +SIZE (rpm/i386/fedora/8/qt-3.3.8b-2.fc8.src.rpm) = 17452520 diff --git a/x11-toolkits/linux-f8-qt33/pkg-descr b/x11-toolkits/linux-f8-qt33/pkg-descr deleted file mode 100644 index a7e47269b0bf..000000000000 --- a/x11-toolkits/linux-f8-qt33/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Qt sets the standard for high-performance, cross-platform application -development. It includes a C++ class library and tools for cross-platform -development and internationalization. - -This is a port of linux libraries of QT3. - -WWW: http://trolltech.com/products/qt/qt3 diff --git a/x11-toolkits/linux-f8-qt33/pkg-plist.i386 b/x11-toolkits/linux-f8-qt33/pkg-plist.i386 index 26e161c07ca1..b259379ae17d 100644 --- a/x11-toolkits/linux-f8-qt33/pkg-plist.i386 +++ b/x11-toolkits/linux-f8-qt33/pkg-plist.i386 @@ -1,7 +1,8 @@ +@comment file listing etc/ld.so.conf.d/qt-i386.conf usr/lib/qt-3.3/lib/libqt-mt.so.3 usr/lib/qt-3.3/lib/libqt-mt.so.3.3 -usr/lib/qt-3.3/lib/libqt-mt.so.3.3.4 +usr/lib/qt-3.3/lib/libqt-mt.so.3.3.8 usr/lib/qt-3.3/lib/libqui.so.1 usr/lib/qt-3.3/lib/libqui.so.1.0 usr/lib/qt-3.3/lib/libqui.so.1.0.0 @@ -9,16 +10,24 @@ usr/lib/qt-3.3/plugins/inputmethods/libqimsw-multi.so usr/lib/qt-3.3/plugins/inputmethods/libqimsw-none.so usr/lib/qt-3.3/plugins/inputmethods/libqsimple.so usr/lib/qt-3.3/plugins/inputmethods/libqxim.so -usr/share/doc/qt-3.3.4/FAQ -usr/share/doc/qt-3.3.4/LICENSE.QPL -usr/share/doc/qt-3.3.4/README -usr/share/doc/qt-3.3.4/README-QT.TXT -usr/share/doc/qt-3.3.4/README.immodule -usr/share/doc/qt-3.3.4/changes-3.3.4 -usr/share/doc/qt-3.3.4/changes.immodule -@dirrm usr/share/doc/qt-3.3.4 +usr/share/doc/qt-3.3.8b/FAQ +usr/share/doc/qt-3.3.8b/LICENSE.GPL2 +usr/share/doc/qt-3.3.8b/LICENSE.GPL3 +usr/share/doc/qt-3.3.8b/LICENSE.QPL +usr/share/doc/qt-3.3.8b/README +usr/share/doc/qt-3.3.8b/README-QT.TXT +usr/share/doc/qt-3.3.8b/README.immodule +usr/share/doc/qt-3.3.8b/changes-3.3.8 +usr/share/doc/qt-3.3.8b/changes-3.3.8b +usr/share/doc/qt-3.3.8b/changes.immodule +@comment deal with empty directories installed by the port +@exec /bin/mkdir -p %D/usr/lib/qt-3.3/bin +@dirrmtry usr/lib/qt-3.3/bin +@exec /bin/mkdir -p %D/usr/lib/qt-3.3/plugins/styles +@dirrmtry usr/lib/qt-3.3/plugins/styles +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/qt-3.3.8b @dirrm usr/lib/qt-3.3/plugins/inputmethods @dirrm usr/lib/qt-3.3/plugins @dirrm usr/lib/qt-3.3/lib -@dirrm usr/lib/qt-3.3/bin @dirrm usr/lib/qt-3.3 |