diff options
author | makc <makc@FreeBSD.org> | 2015-05-19 05:26:50 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-05-19 05:26:50 +0800 |
commit | bf7a2dab955265aacd8cbb117725ce9f1eca8d00 (patch) | |
tree | 5208110a22a56b2e398ad8f978199ad7bc4d2865 /x11-themes/qtcurve-gtk2 | |
parent | a42d639fdc40d924dfac1dbf61a7c2cb2bc5d5dd (diff) | |
download | freebsd-ports-gnome-bf7a2dab955265aacd8cbb117725ce9f1eca8d00.tar.gz freebsd-ports-gnome-bf7a2dab955265aacd8cbb117725ce9f1eca8d00.tar.zst freebsd-ports-gnome-bf7a2dab955265aacd8cbb117725ce9f1eca8d00.zip |
x11-themes/qtcurve-*:
- Update to 1.8.18 and reorganize ports due to upstream changes
- And new port for Qt 5 [1]
- Add meta port to install styles for all toolkits
PR: 199871 [1]
Submitted by: matthew@reztek.cz
Diffstat (limited to 'x11-themes/qtcurve-gtk2')
-rw-r--r-- | x11-themes/qtcurve-gtk2/Makefile | 18 | ||||
-rw-r--r-- | x11-themes/qtcurve-gtk2/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/qtcurve-gtk2/pkg-descr | 4 | ||||
-rw-r--r-- | x11-themes/qtcurve-gtk2/pkg-plist | 9 |
4 files changed, 6 insertions, 27 deletions
diff --git a/x11-themes/qtcurve-gtk2/Makefile b/x11-themes/qtcurve-gtk2/Makefile index 06b3a9ddf0ca..8b01351a3296 100644 --- a/x11-themes/qtcurve-gtk2/Makefile +++ b/x11-themes/qtcurve-gtk2/Makefile @@ -1,18 +1,12 @@ -# Created by: Dmitry Klimov <lazyklimm@gmail.com> # $FreeBSD$ PORTNAME= qtcurve -PORTVERSION= 1.8.16 -CATEGORIES= x11-themes -MASTER_SITES= http://craigd.wikispaces.com/file/view/ -PKGNAMEPREFIX= gtk2- -PKGNAMESUFFIX= -theme -DISTNAME= QtCurve-Gtk2-${PORTVERSION} +PORTREVISION= 0 -MAINTAINER= makc@FreeBSD.org -COMMENT= QtCurve GTK2 Theme Engine +COMMENT= QtCurve GTK+ 2.x engine and theme -USES= cmake pkgconfig tar:bzip2 -USE_GNOME= gtk20 +QTCURVE_SLAVE= gtk2 -.include <bsd.port.mk> +MASTERDIR= ${.CURDIR}/../qtcurve + +.include "${MASTERDIR}/Makefile" diff --git a/x11-themes/qtcurve-gtk2/distinfo b/x11-themes/qtcurve-gtk2/distinfo deleted file mode 100644 index b304905d2ae3..000000000000 --- a/x11-themes/qtcurve-gtk2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (QtCurve-Gtk2-1.8.16.tar.bz2) = 8b33dfc4426dc0a9e5f6870de5975c81af8223abaae7b65b5906144bacbc4f90 -SIZE (QtCurve-Gtk2-1.8.16.tar.bz2) = 184324 diff --git a/x11-themes/qtcurve-gtk2/pkg-descr b/x11-themes/qtcurve-gtk2/pkg-descr deleted file mode 100644 index f660dd71195f..000000000000 --- a/x11-themes/qtcurve-gtk2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -QtCurve is a set of widget styles for Qt4/KDE4, KDE3 and Gtk2 based apps. -This port provides GTK2 theme engine. - -WWW: http://www.kde-look.org/content/show.php?content=40492 diff --git a/x11-themes/qtcurve-gtk2/pkg-plist b/x11-themes/qtcurve-gtk2/pkg-plist deleted file mode 100644 index 4d65767528a2..000000000000 --- a/x11-themes/qtcurve-gtk2/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libqtcurve.so -share/themes/QtCurve/gtk-2.0/gtkrc -share/themes/QtCurve/gtk-2.0/icons3 -share/themes/QtCurve/gtk-2.0/icons4 -share/themes/QtCurve/gtk-2.0/kdeglobals -share/themes/QtCurve/gtk-2.0/map_kde_icons.pl -share/themes/QtCurve/mozilla/QtCurve.css -share/themes/QtCurve/mozilla/QtCurve-KDEButtonOrder.css -share/themes/QtCurve/mozilla/preferences-rev.xml |