diff options
author | makc <makc@FreeBSD.org> | 2010-07-17 05:18:23 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-07-17 05:18:23 +0800 |
commit | abf9741aa6105690f7e0ca21a14a08ef1b2f406e (patch) | |
tree | c7267bfd56061e46ec4a8d7a59f01f4d2cce2fd2 /x11-themes | |
parent | 4e96b35486152ac1dca63fbcc2f9d70816bd981f (diff) | |
download | freebsd-ports-graphics-abf9741aa6105690f7e0ca21a14a08ef1b2f406e.tar.gz freebsd-ports-graphics-abf9741aa6105690f7e0ca21a14a08ef1b2f406e.tar.zst freebsd-ports-graphics-abf9741aa6105690f7e0ca21a14a08ef1b2f406e.zip |
Add Linux version of QtCurve GTK2 theme engine.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/linux-f10-qtcurve-gtk2/Makefile | 23 | ||||
-rw-r--r-- | x11-themes/linux-f10-qtcurve-gtk2/distinfo.i386 | 6 | ||||
-rw-r--r-- | x11-themes/linux-f10-qtcurve-gtk2/pkg-descr | 4 | ||||
-rw-r--r-- | x11-themes/linux-f10-qtcurve-gtk2/pkg-plist | 17 |
4 files changed, 50 insertions, 0 deletions
diff --git a/x11-themes/linux-f10-qtcurve-gtk2/Makefile b/x11-themes/linux-f10-qtcurve-gtk2/Makefile new file mode 100644 index 00000000000..8029c4b7dfc --- /dev/null +++ b/x11-themes/linux-f10-qtcurve-gtk2/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: linux-f10-qtcurve-gtk2 +# Date created: 2010-07-16 +# Whom: Max Brazhnikov <makc@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qtcurve-gtk2 +PORTVERSION= 0.69.2 +CATEGORIES= x11-themes linux +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= makc@FreeBSD.org +COMMENT= QtCurve GTK2 Theme Engine (Linux Fedora 10) + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +USE_LINUX_APPS= gtk2 +LINUX_DIST_VER= 10 +RPMVERSION= 1.fc10 + +.include <bsd.port.mk> diff --git a/x11-themes/linux-f10-qtcurve-gtk2/distinfo.i386 b/x11-themes/linux-f10-qtcurve-gtk2/distinfo.i386 new file mode 100644 index 00000000000..346be06938b --- /dev/null +++ b/x11-themes/linux-f10-qtcurve-gtk2/distinfo.i386 @@ -0,0 +1,6 @@ +MD5 (rpm/i386/fedora/10/qtcurve-gtk2-0.69.2-1.fc10.i386.rpm) = 31f0086a8ebdb0c2ad2d53c62726f784 +SHA256 (rpm/i386/fedora/10/qtcurve-gtk2-0.69.2-1.fc10.i386.rpm) = cde2791cad9d9dad555ac365033f1db2ec87239a54ee2d2fa877e52ce6879656 +SIZE (rpm/i386/fedora/10/qtcurve-gtk2-0.69.2-1.fc10.i386.rpm) = 161011 +MD5 (rpm/i386/fedora/10/qtcurve-gtk2-0.69.2-1.fc10.src.rpm) = 85c400620d162a176074cfd1bd765113 +SHA256 (rpm/i386/fedora/10/qtcurve-gtk2-0.69.2-1.fc10.src.rpm) = 2b42833e6a9166596997a76c6d4a4ab77db02b1b93df78b974e7ada532393724 +SIZE (rpm/i386/fedora/10/qtcurve-gtk2-0.69.2-1.fc10.src.rpm) = 125281 diff --git a/x11-themes/linux-f10-qtcurve-gtk2/pkg-descr b/x11-themes/linux-f10-qtcurve-gtk2/pkg-descr new file mode 100644 index 00000000000..e226b229679 --- /dev/null +++ b/x11-themes/linux-f10-qtcurve-gtk2/pkg-descr @@ -0,0 +1,4 @@ +QtCurve is a set of widget styles for Qt4/KDE4, KDE3 and Gtk2 based apps. +This port provides Linux version of GTK2 theme engine. + +WWW: http://www.kde-look.org/content/show.php?content=40492 diff --git a/x11-themes/linux-f10-qtcurve-gtk2/pkg-plist b/x11-themes/linux-f10-qtcurve-gtk2/pkg-plist new file mode 100644 index 00000000000..128dc4b6f83 --- /dev/null +++ b/x11-themes/linux-f10-qtcurve-gtk2/pkg-plist @@ -0,0 +1,17 @@ +usr/lib/gtk-2.0/2.10.0/engines/libqtcurve.so +usr/share/doc/qtcurve-gtk2-0.69.2/AUTHORS +usr/share/doc/qtcurve-gtk2-0.69.2/COPYING +usr/share/doc/qtcurve-gtk2-0.69.2/ChangeLog +usr/share/doc/qtcurve-gtk2-0.69.2/README +usr/share/doc/qtcurve-gtk2-0.69.2/TODO +usr/share/themes/QtCurve/gtk-2.0/gtkrc +usr/share/themes/QtCurve/gtk-2.0/icons3 +usr/share/themes/QtCurve/gtk-2.0/icons4 +usr/share/themes/QtCurve/gtk-2.0/map_kde_icons.pl +usr/share/themes/QtCurve/mozilla/QtCurve-KDEButtonOrder.css +usr/share/themes/QtCurve/mozilla/QtCurve.css +usr/share/themes/QtCurve/mozilla/preferences-rev.xml +@dirrm usr/share/themes/QtCurve/mozilla +@dirrm usr/share/themes/QtCurve/gtk-2.0 +@dirrm usr/share/themes/QtCurve +@dirrm usr/share/doc/qtcurve-gtk2-0.69.2 |