summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-03-20 17:31:00 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-03-20 17:31:00 +0000
commit1592bf44c8b09aec4d45311ce8abb1623e557166 (patch)
tree9d5fff126955b01d191c9f6723986fbc65df768d /x11-themes/baghira/files
parentMarked ppc (diff)
downloadgentoo-2-1592bf44c8b09aec4d45311ce8abb1623e557166.tar.gz
gentoo-2-1592bf44c8b09aec4d45311ce8abb1623e557166.tar.bz2
gentoo-2-1592bf44c8b09aec4d45311ce8abb1623e557166.zip
bump, closes bug #85857. dropped old 0.6 series ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes/baghira/files')
-rw-r--r--x11-themes/baghira/files/baghira-0.6b-3.3.patch177
-rw-r--r--x11-themes/baghira/files/baghira-0.6c-compile-fix.patch11
-rw-r--r--x11-themes/baghira/files/baghira-0.6d-compile-fix.patch20
-rw-r--r--x11-themes/baghira/files/digest-baghira-0.61
-rw-r--r--x11-themes/baghira/files/digest-baghira-0.6a1
-rw-r--r--x11-themes/baghira/files/digest-baghira-0.6b1
-rw-r--r--x11-themes/baghira/files/digest-baghira-0.6c1
-rw-r--r--x11-themes/baghira/files/digest-baghira-0.6d1
-rw-r--r--x11-themes/baghira/files/digest-baghira-0.6e1
9 files changed, 1 insertions, 213 deletions
diff --git a/x11-themes/baghira/files/baghira-0.6b-3.3.patch b/x11-themes/baghira/files/baghira-0.6b-3.3.patch
deleted file mode 100644
index ba2039f3e895..000000000000
--- a/x11-themes/baghira/files/baghira-0.6b-3.3.patch
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-diff -updr -x '*~' -x '*.in' -x '*.moc' -x '*.la' -x '*.o' -x '*.lo' -x Makefile -x '*.orig' -x '.*' baghira-0.6b/bab/bab.h baghira-ng/bab/bab.h
---- baghira-0.6b/bab/bab.h 2005-02-07 18:05:51.000000000 +0100
-+++ baghira-ng/bab/bab.h 2005-02-08 21:18:53.000000000 +0100
-@@ -108,9 +108,9 @@ private slots:
- class Corner : public QWidget
- {
- Q_OBJECT
--public:
-- enum Side {left = 0, right};
-- Corner(Side side);
-+ public:
-+ enum Side {left = 0, right};
-+ Corner(Side side);
- };
--
-+
- #endif // _BAB_H_
-
-
-diff -updr -x '*~' -x '*.in' -x '*.moc' -x '*.la' -x '*.o' -x '*.lo' -x Makefile -x '*.orig' -x '.*' baghira-0.6b/bab/main.cpp baghira-ng/bab/main.cpp
---- baghira-0.6b/bab/main.cpp 2005-02-07 18:05:51.000000000 +0100
-+++ baghira-ng/bab/main.cpp 2005-02-11 17:02:10.000000000 +0100
-@@ -435,7 +435,6 @@ void BabSwitcher::paintEvent(QPaintEvent
-
- Corner::Corner(Side side) : QWidget(0, (side == left)?"left_corner":"right_corner", Qt::WType_TopLevel | Qt::WStyle_NoBorder | Qt::WStyle_StaysOnTop | Qt::WX11BypassWM )
- {
--
- if (side == left) {
- setFixedSize(5,4);
- move(0,0);
-@@ -457,9 +456,9 @@ Corner::Corner(Side side) : QWidget(0, (
- xrects[ 3 ].x = 0;
- xrects[ 3 ].y = 3;
- xrects[ 3 ].width = 1;
-- xrects[ 3 ].height = 2;
-+ xrects[ 3 ].height = 2;
- XShapeCombineRectangles( qt_xdisplay(), winId(), ShapeBounding, 0, 0,
-- xrects, 4, ShapeSet, 0 );
-+ xrects, 4, ShapeSet, 0 );
- delete[] xrects;
- }
- else {
-@@ -483,9 +482,9 @@ Corner::Corner(Side side) : QWidget(0, (
- xrects[ 3 ].x = 4;
- xrects[ 3 ].y = 3;
- xrects[ 3 ].width = 1;
-- xrects[ 3 ].height = 2;
-+ xrects[ 3 ].height = 2;
- XShapeCombineRectangles( qt_xdisplay(), winId(), ShapeBounding, 0, 0,
-- xrects, 4, ShapeSet, 0 );
-+ xrects, 4, ShapeSet, 0 );
- delete[] xrects;
- }
- }
-
-
-
-
-
-
-
-
-
-
-diff -updr -x '*~' -x '*.in' -x '*.moc' -x '*.la' -x '*.o' -x '*.lo' -x Makefile -x '*.orig' -x '.*' baghira-0.6b/deco/baghiraclient.cc baghira-ng/deco/baghiraclient.cc
---- baghira-0.6b/deco/baghiraclient.cc 2005-02-07 18:05:51.000000000 +0100
-+++ baghira-ng/deco/baghiraclient.cc 2005-02-08 21:19:46.000000000 +0100
-@@ -1573,8 +1573,10 @@ bool BaghiraClient::eventFilter( QObject
- case QEvent::MouseButtonPress: {
- if (titlebar_->geometry().contains( static_cast<QMouseEvent *>(e)->pos() ) && static_cast<QMouseEvent *>(e)->state() == Qt::ControlButton){
- currentStyle < 2 ? currentStyle++ : currentStyle = 0;
-+#if KDE_IS_VERSION(3,3,91)
- unsigned long wmDesign = currentStyle;
- XChangeProperty(qt_xdisplay(), windowId(), baghira_deco_design, XA_CARDINAL, 32, PropModeReplace, (unsigned char *) &wmDesign, 1L);
-+#endif
- widget()->repaint();
- QBitmap *m = NULL;
- QBitmap *mn = NULL;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-diff -updr -x '*~' -x '*.in' -x '*.moc' -x '*.la' -x '*.o' -x '*.lo' -x Makefile -x '*.orig' -x '.*' baghira-0.6b/kickermenu/menuapplet.cpp baghira-ng/kickermenu/menuapplet.cpp
---- baghira-0.6b/kickermenu/menuapplet.cpp 2005-02-07 18:05:51.000000000 +0100
-+++ baghira-ng/kickermenu/menuapplet.cpp 2005-02-08 20:17:10.000000000 +0100
-@@ -147,12 +147,15 @@ void Applet::windowAdded( WId w_P )
- title = new QString( classHint.res_class );
- XFree( classHint.res_name );
- XFree( classHint.res_class );
-+ if (title->contains("SDL_App"))
-+ goto titlejump; //sorry - mainly for scummvm apps
- windowTitleDict.insert(w_P, title);
- }
- else
- { //fallback
- // for windowindicator
- if (!windowTitleDict[w_P] && w_P != qt_xrootwin()){
-+titlejump:
- KWin::WindowInfo tmpInfo = KWin::windowInfo( w_P, NET::WMName );
- //generate title:
- title = new QString(tmpInfo.name());
-
-
-
-
-
-diff -updr -x '*~' -x '*.in' -x '*.moc' -x '*.la' -x '*.o' -x '*.lo' -x Makefile -x '*.orig' -x '.*' baghira-0.6b/style/baghira.cpp baghira-ng/style/baghira.cpp
---- baghira-0.6b/style/baghira.cpp 2005-02-07 18:05:52.000000000 +0100
-+++ baghira-ng/style/baghira.cpp 2005-02-08 14:38:15.000000000 +0100
-@@ -1168,9 +1168,10 @@ void LiquidStyle::drawPrimitive( Primiti
- // break;
- }
- case PE_Separator:
-- /*case PE_DockWindowSeparator:*/ {
-+ case PE_DockWindowSeparator: {
-+ break; //don't draw anything
- //qWarning("%s",p->device()->className());
-- if (!(p->device() && p->device()->devType() == QInternal::Widget && ::qt_cast<QToolBar*>((QWidget*)p->device()) /*((QWidget*)p->device())->inherits("QToolBar")*/)){
-+ if (!(p->device() && p->device()->devType() == QInternal::Widget && ::qt_cast<QToolBar*>((QWidget*)p->device()))){
- if ( !( flags & Style_Horizontal ) ) {
- p->setPen( cg.mid() );
- p->drawLine( 4, r.height() / 2, r.width() - 5, r.height() / 2 );
-@@ -1997,8 +1998,8 @@ void LiquidStyle::drawComplexControl( Co
- if ( widget == highlightWidget )
- bflags |= Style_MouseOver;
- if ( controls & SC_ToolButton ) {
-- bool sunken = mflags & ( Style_Down | Style_On );
-- bool hover = bflags & Style_MouseOver;
-+ bool sunken = mflags & ( Style_Down /*| Style_On*/ );
-+ bool hover = bflags & (Style_MouseOver | Style_On );
-
- if ( !optionHandler->useToolButtonFrame() || !(toolbutton->parentWidget() && ( ::qt_cast<QToolBar*>(toolbutton->parentWidget()) || toolbutton->parentWidget()->inherits("KonqFrameTabs")))) {
- if (!(hover || sunken) && toolbutton->parentWidget() && !::qt_cast<QToolBar*>(toolbutton->parent()) && toolbutton->parentWidget()->paletteBackgroundPixmap() && !toolbutton->parentWidget()->paletteBackgroundPixmap()->isNull()) {
-
-
-diff -updr -x '*~' -x '*.in' -x '*.moc' -x '*.la' -x '*.o' -x '*.lo' -x Makefile -x '*.orig' -x '.*' baghira-0.6b/style/optionHandler.cpp baghira-ng/style/optionHandler.cpp
---- baghira-0.6b/style/optionHandler.cpp 2005-02-07 18:05:52.000000000 +0100
-+++ baghira-ng/style/optionHandler.cpp 2005-02-11 19:58:46.000000000 +0100
-@@ -168,7 +168,7 @@ void OptionHandler::reloadSettings() {
- animateSlider = config.readBoolEntry( "Special_AnimateSlider", true );
- // toolbar
- int utb = config.readNumEntry( "Special_UnhoveredToolButtons", 2 );
-- tbFrame = utb == 2 || (brushMe && utb == 1) || (!brushMe && utb == 0);
-+ tbFrame = (utb == 2) || (brushMe && (utb == 1)) || (!brushMe && (utb == 0));
-
- // tweaks
- centerTabs = config.readBoolEntry( "Design_CenterTabs", true);
-
-diff -updr -x '*~' -x '*.in' -x '*.moc' -x '*.la' -x '*.o' -x '*.lo' -x Makefile -x '*.orig' -x '.*' baghira-0.6b/style/polish.cpp baghira-ng/style/polish.cpp
---- baghira-0.6b/style/polish.cpp 2005-02-07 18:05:52.000000000 +0100
-+++ baghira-ng/style/polish.cpp 2005-02-10 22:03:26.000000000 +0100
-@@ -910,10 +910,12 @@ void LiquidStyle::unPolish( QWidget *w )
- if (w->inherits( "QPushButton" ))
- {
- ButtonFadeInfo *bfi_ = bfi[w->winId()];
-+ if (bfi_){
- if (bfi_->timerId != 0)
- w->killTimer(bfi_->timerId);
- bfi.setAutoDelete(TRUE);
- bfi.remove(w->winId());
-+ }
- }
- w->setBackgroundMode( QWidget::PaletteButton );
- } else if ( w->inherits( "QScrollBar" ) ) {
diff --git a/x11-themes/baghira/files/baghira-0.6c-compile-fix.patch b/x11-themes/baghira/files/baghira-0.6c-compile-fix.patch
deleted file mode 100644
index 1eabde494037..000000000000
--- a/x11-themes/baghira/files/baghira-0.6c-compile-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- starter/starter.h.orig 2005-03-04 02:23:39.960982333 -0600
-+++ starter/starter.h 2005-03-04 02:24:03.179217382 -0600
-@@ -9,6 +9,8 @@
- #include <kpanelapplet.h>
- #include <qstring.h>
- #include <kconfig.h>
-+#include <qpixmap.h>
-+#include <qpainter.h>
-
- class DCOPClient;
- class QPainter;
diff --git a/x11-themes/baghira/files/baghira-0.6d-compile-fix.patch b/x11-themes/baghira/files/baghira-0.6d-compile-fix.patch
deleted file mode 100644
index a83d878a4901..000000000000
--- a/x11-themes/baghira/files/baghira-0.6d-compile-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- deco/baghiraclient.cc.old 2005-03-08 09:00:46.000000000 -0600
-+++ deco/baghiraclient.cc 2005-03-08 19:32:44.976448088 -0600
-@@ -25,6 +25,8 @@
- #include <qpainter.h>
- #include <qtooltip.h>
- #include <qsettings.h>
-+#include <qimage.h>
-+#include <qobject.h>
- //#include <qsizegrip.h>
- // #include <qtimer.h>
- #include <stdio.h>
-@@ -213,7 +215,7 @@
- WId root, daddy = 0;
- WId *kids = 0L;
- uint numKids = 0;
-- XQueryTree(qt_xdisplay(), parent->windowId(), &root, &daddy, &kids, &numKids);
-+ XQueryTree(qt_xdisplay(), parent->widget()->winId(), &root, &daddy, &kids, &numKids);
- XReparentWindow( qt_xdisplay(), winId(), daddy, 0, 0 );
- move(client->width()-2*BaghiraFactory::borderSize()-16,client->height()-client->titleheight_-16);
- /*if (BaghiraFactory::effect(client->currentStyle, client->isActive()) == Baghira::Brushed) */shape();
diff --git a/x11-themes/baghira/files/digest-baghira-0.6 b/x11-themes/baghira/files/digest-baghira-0.6
deleted file mode 100644
index e646d7a1e144..000000000000
--- a/x11-themes/baghira/files/digest-baghira-0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 405e7a5c584fc2250aee972f4ed3d6c7 baghira-0.6.tar.bz2 931005
diff --git a/x11-themes/baghira/files/digest-baghira-0.6a b/x11-themes/baghira/files/digest-baghira-0.6a
deleted file mode 100644
index 3c6b84b13052..000000000000
--- a/x11-themes/baghira/files/digest-baghira-0.6a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c24e3bac8e4b992e5c9ca6a6cc18eac3 baghira-0.6a.tar.bz2 924324
diff --git a/x11-themes/baghira/files/digest-baghira-0.6b b/x11-themes/baghira/files/digest-baghira-0.6b
deleted file mode 100644
index 2e67005409e3..000000000000
--- a/x11-themes/baghira/files/digest-baghira-0.6b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2030c443a52cb0c988f792b09ac26574 baghira-0.6b.tar.bz2 932735
diff --git a/x11-themes/baghira/files/digest-baghira-0.6c b/x11-themes/baghira/files/digest-baghira-0.6c
deleted file mode 100644
index bdb3d906f3aa..000000000000
--- a/x11-themes/baghira/files/digest-baghira-0.6c
+++ /dev/null
@@ -1 +0,0 @@
-MD5 18928e218daec99a103588d35e8a6555 baghira-0.6c.tar.bz2 943614
diff --git a/x11-themes/baghira/files/digest-baghira-0.6d b/x11-themes/baghira/files/digest-baghira-0.6d
deleted file mode 100644
index 087fb6789f51..000000000000
--- a/x11-themes/baghira/files/digest-baghira-0.6d
+++ /dev/null
@@ -1 +0,0 @@
-MD5 129fd70bfb04c97704167204d13f2f3a baghira-0.6d.tar.bz2 790530
diff --git a/x11-themes/baghira/files/digest-baghira-0.6e b/x11-themes/baghira/files/digest-baghira-0.6e
new file mode 100644
index 000000000000..b78604a174ad
--- /dev/null
+++ b/x11-themes/baghira/files/digest-baghira-0.6e
@@ -0,0 +1 @@
+MD5 987b598c00ba09dad8ff62ea405f9873 baghira-0.6e.tar.bz2 807928