diff options
author | hasso <hasso@pkgsrc.org> | 2009-07-30 19:26:03 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-07-30 19:26:03 +0000 |
commit | 16259d77b2889a772afc814b1f6fc197a0e63993 (patch) | |
tree | 3ad0a5de4b9d85cba8ad38000f91c138f35e6b8d /x11 | |
parent | 2615eb6cb70401fffed0e3206e29b83d914ecc41 (diff) | |
download | pkgsrc-16259d77b2889a772afc814b1f6fc197a0e63993.tar.gz |
Remove x11/qgtkstyle, it's part of the Qt 4.5.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/qgtkstyle/DESCR | 2 | ||||
-rw-r--r-- | x11/qgtkstyle/Makefile | 33 | ||||
-rw-r--r-- | x11/qgtkstyle/PLIST | 2 | ||||
-rw-r--r-- | x11/qgtkstyle/distinfo | 6 | ||||
-rw-r--r-- | x11/qgtkstyle/patches/patch-aa | 32 |
6 files changed, 1 insertions, 77 deletions
diff --git a/x11/Makefile b/x11/Makefile index 27ecb0e77c9..d552f1c3cb6 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.592 2009/07/07 12:38:06 sborrill Exp $ +# $NetBSD: Makefile,v 1.593 2009/07/30 19:26:03 hasso Exp $ # COMMENT= Packages to support the X window system @@ -273,7 +273,6 @@ SUBDIR+= py-qt4 SUBDIR+= py-sip SUBDIR+= py-wxWidgets SUBDIR+= py-xcbgen -SUBDIR+= qgtkstyle SUBDIR+= qt3 SUBDIR+= qt3-docs SUBDIR+= qt3-libs diff --git a/x11/qgtkstyle/DESCR b/x11/qgtkstyle/DESCR deleted file mode 100644 index 1957f9669bf..00000000000 --- a/x11/qgtkstyle/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This is a Qt style rendered using GTK to give a native appearence for Qt -applications running on the GNOME desktop. diff --git a/x11/qgtkstyle/Makefile b/x11/qgtkstyle/Makefile deleted file mode 100644 index af74a64c922..00000000000 --- a/x11/qgtkstyle/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2009/02/16 19:45:13 joerg Exp $ -# - -DISTNAME= qgtkstyle-r868 -PKGNAME= qgtkstyle-0.0beta868 -CATEGORIES= x11 -# no upstream releases; svn snapshot location -MASTER_SITES= http://www.invisible.ca/~jmcneill/distfiles/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://labs.trolltech.com/page/Projects/Styles/GtkStyle -COMMENT= Qt style rendered using GTK - -PKG_DESTDIR_SUPPORT= user-destdir - -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake pkg-config -USE_LIBTOOL= yes - -do-configure: - cd ${WRKSRC} && env ${CONFIGURE_ENV} ${QTDIR}/bin/qmake - -do-install: - ${INSTALL_LIB_DIR} ${DESTDIR}${QTDIR}/plugins/styles - ${LIBTOOL} --mode=install ${INSTALL_LIB} \ - ${WRKSRC}/libgtkstyle.la \ - ${DESTDIR}${QTDIR}/plugins/styles/libgtkstyle.la - -.include "../../x11/qt4-libs/buildlink3.mk" -.include "../../x11/qt4-tools/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/x11/qgtkstyle/PLIST b/x11/qgtkstyle/PLIST deleted file mode 100644 index 68dafb333bc..00000000000 --- a/x11/qgtkstyle/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/20 00:13:07 jmcneill Exp $ -qt4/plugins/styles/libgtkstyle.la diff --git a/x11/qgtkstyle/distinfo b/x11/qgtkstyle/distinfo deleted file mode 100644 index 4ccc0079e83..00000000000 --- a/x11/qgtkstyle/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2009/01/05 10:54:15 martti Exp $ - -SHA1 (qgtkstyle-r868.tar.bz2) = ffdd902f7e65d1f09bd2c8b4f642e55ff88982e7 -RMD160 (qgtkstyle-r868.tar.bz2) = 1dc4ec1f0d2af40640d9abd21f17f4444fd88a91 -Size (qgtkstyle-r868.tar.bz2) = 42173 bytes -SHA1 (patch-aa) = ea14aa1c33e34897751e125b6d352bcc698cc478 diff --git a/x11/qgtkstyle/patches/patch-aa b/x11/qgtkstyle/patches/patch-aa deleted file mode 100644 index becd7246cf8..00000000000 --- a/x11/qgtkstyle/patches/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2009/01/05 10:54:15 martti Exp $ - -Added NetBSD support. - ---- gtksymbols.cpp.orig 2008-12-19 19:07:43.000000000 -0500 -+++ gtksymbols.cpp -@@ -790,8 +790,25 @@ GtkStyle* QGtk::gtkStyle(const QString & - } - QT_END_NAMESPACE - -+#ifdef __NetBSD__ -+int -+getresuid(uid_t *ruid, uid_t *euid, uid_t *suid) -+{ -+ *ruid = getuid(); -+ *euid = geteuid(); -+ *suid = *euid; -+} -+int -+getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid) -+{ -+ *rgid = getgid(); -+ *egid = getegid(); -+ *sgid = *egid; -+} -+#else - int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); - int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); -+#endif - - QT_BEGIN_NAMESPACE - void QGtk::initGtkWidgets() |