[arch-commits] Commit in qtcurve-kde3/repos (12 files)

Pierre Schmitz pierre at archlinux.org
Wed Feb 8 20:57:57 UTC 2012


    Date: Wednesday, February 8, 2012 @ 15:57:56
  Author: pierre
Revision: 149631

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qtcurve-kde3/repos/extra-i686/PKGBUILD
    (from rev 149630, qtcurve-kde3/trunk/PKGBUILD)
  qtcurve-kde3/repos/extra-i686/bypass-kde-config.patch
    (from rev 149630, qtcurve-kde3/trunk/bypass-kde-config.patch)
  qtcurve-kde3/repos/extra-i686/kdeglobals
    (from rev 149630, qtcurve-kde3/trunk/kdeglobals)
  qtcurve-kde3/repos/extra-x86_64/PKGBUILD
    (from rev 149630, qtcurve-kde3/trunk/PKGBUILD)
  qtcurve-kde3/repos/extra-x86_64/bypass-kde-config.patch
    (from rev 149630, qtcurve-kde3/trunk/bypass-kde-config.patch)
  qtcurve-kde3/repos/extra-x86_64/kdeglobals
    (from rev 149630, qtcurve-kde3/trunk/kdeglobals)
Deleted:
  qtcurve-kde3/repos/extra-i686/PKGBUILD
  qtcurve-kde3/repos/extra-i686/bypass-kde-config.patch
  qtcurve-kde3/repos/extra-i686/kdeglobals
  qtcurve-kde3/repos/extra-x86_64/PKGBUILD
  qtcurve-kde3/repos/extra-x86_64/bypass-kde-config.patch
  qtcurve-kde3/repos/extra-x86_64/kdeglobals

--------------------------------------+
 extra-i686/PKGBUILD                  |   98 ++++++++++++++++-----------------
 extra-i686/bypass-kde-config.patch   |   48 ++++++++--------
 extra-i686/kdeglobals                |    4 -
 extra-x86_64/PKGBUILD                |   98 ++++++++++++++++-----------------
 extra-x86_64/bypass-kde-config.patch |   48 ++++++++--------
 extra-x86_64/kdeglobals              |    4 -
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-i686/PKGBUILD	2012-02-08 20:57:56 UTC (rev 149631)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=qtcurve-kde3
-pkgver=1.8.5
-pkgrel=1
-arch=('i686' 'x86_64')
-groups=('qtcurve')
-license=('GPL')
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-url='http://www.kde-look.org/content/show.php?content=40492'
-depends=('kdelibs3')
-makedepends=('cmake' 'kdelibs')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE3-${pkgver}.tar.bz2"
-	'kdeglobals'
-	'bypass-kde-config.patch')
-md5sums=('d9cca99526079782f9fc7bd7ba432582'
-         '05a6294c7f0e239e698e7e5224fc8e7f'
-         'e1ab2c0995e412b2cbfe804fba75517e')
-
-build() {
-  . /etc/profile.d/qt3.sh
-  . /etc/profile.d/kde3.sh
-
-  cd ${srcdir}/QtCurve-KDE3-${pkgver}
-  # Bypass KDE prefix detection by kde4-config, see:
-  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-  patch -Np1 -i ${srcdir}/bypass-kde-config.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../QtCurve-KDE3-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/opt/kde
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-
-  # remove kcontrol plugins
-  rm -f $pkgdir/opt/kde/lib/kde3/kstyle_qtcurve_config.*
-
-  # set default theme
-  install -D -m644 $srcdir/kdeglobals $pkgdir/opt/kde/share/config/kdeglobals
-}

Copied: qtcurve-kde3/repos/extra-i686/PKGBUILD (from rev 149630, qtcurve-kde3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-08 20:57:56 UTC (rev 149631)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=qtcurve-kde3
+pkgver=1.8.5
+pkgrel=2
+arch=('i686' 'x86_64')
+groups=('qtcurve')
+license=('GPL')
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+url='http://www.kde-look.org/content/show.php?content=40492'
+depends=('kdelibs3')
+makedepends=('cmake' 'kdelibs')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE3-${pkgver}.tar.bz2"
+	'kdeglobals'
+	'bypass-kde-config.patch')
+md5sums=('d9cca99526079782f9fc7bd7ba432582'
+         '05a6294c7f0e239e698e7e5224fc8e7f'
+         'e1ab2c0995e412b2cbfe804fba75517e')
+
+build() {
+  . /etc/profile.d/qt3.sh
+  . /etc/profile.d/kde3.sh
+
+  cd ${srcdir}/QtCurve-KDE3-${pkgver}
+  # Bypass KDE prefix detection by kde4-config, see:
+  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+  patch -Np1 -i ${srcdir}/bypass-kde-config.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../QtCurve-KDE3-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/opt/kde
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+
+  # remove kcontrol plugins
+  rm -f $pkgdir/opt/kde/lib/kde3/kstyle_qtcurve_config.*
+
+  # set default theme
+  install -D -m644 $srcdir/kdeglobals $pkgdir/opt/kde/share/config/kdeglobals
+}

Deleted: extra-i686/bypass-kde-config.patch
===================================================================
--- extra-i686/bypass-kde-config.patch	2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-i686/bypass-kde-config.patch	2012-02-08 20:57:56 UTC (rev 149631)
@@ -1,24 +0,0 @@
---- QtCurve-KDE3-1.6.0/CMakeLists.txt~	2010-09-14 16:19:36.543333337 +0200
-+++ QtCurve-KDE3-1.6.0/CMakeLists.txt	2010-09-14 16:22:18.160000003 +0200
-@@ -44,6 +44,12 @@
-     endif (QT_PLUGINS_DIR MATCHES NOTFOUND)
- endif (NOT QTC_QT_ONLY)
- 
-+# Comment the kde3/kde4 prefix detection as a whole as it wants to run
-+# kde-config and kde4-config, which in turn can create stuff in ~/.kde.
-+# This cannot work on read-only homes.
-+# So, the "fallback" prefixes ("/usr" for both) will be used.
-+if (BRAINDEAD_DETECTION)
-+
- if (NOT QTC_QT_ONLY)
- exec_program(kde-config
-              ARGS --prefix --expandvars
-@@ -71,6 +77,8 @@
-                  OUTPUT_VARIABLE KDE4PREFIX)
- endif(KDE4_KDECONFIG_EXECUTABLE)
- 
-+endif (BRAINDEAD_DETECTION)
-+
- if(NOT KDE4PREFIX)
-     set(KDE4PREFIX ${KDE3PREFIX})
- endif(NOT KDE4PREFIX)

Copied: qtcurve-kde3/repos/extra-i686/bypass-kde-config.patch (from rev 149630, qtcurve-kde3/trunk/bypass-kde-config.patch)
===================================================================
--- extra-i686/bypass-kde-config.patch	                        (rev 0)
+++ extra-i686/bypass-kde-config.patch	2012-02-08 20:57:56 UTC (rev 149631)
@@ -0,0 +1,24 @@
+--- QtCurve-KDE3-1.6.0/CMakeLists.txt~	2010-09-14 16:19:36.543333337 +0200
++++ QtCurve-KDE3-1.6.0/CMakeLists.txt	2010-09-14 16:22:18.160000003 +0200
+@@ -44,6 +44,12 @@
+     endif (QT_PLUGINS_DIR MATCHES NOTFOUND)
+ endif (NOT QTC_QT_ONLY)
+ 
++# Comment the kde3/kde4 prefix detection as a whole as it wants to run
++# kde-config and kde4-config, which in turn can create stuff in ~/.kde.
++# This cannot work on read-only homes.
++# So, the "fallback" prefixes ("/usr" for both) will be used.
++if (BRAINDEAD_DETECTION)
++
+ if (NOT QTC_QT_ONLY)
+ exec_program(kde-config
+              ARGS --prefix --expandvars
+@@ -71,6 +77,8 @@
+                  OUTPUT_VARIABLE KDE4PREFIX)
+ endif(KDE4_KDECONFIG_EXECUTABLE)
+ 
++endif (BRAINDEAD_DETECTION)
++
+ if(NOT KDE4PREFIX)
+     set(KDE4PREFIX ${KDE3PREFIX})
+ endif(NOT KDE4PREFIX)

Deleted: extra-i686/kdeglobals
===================================================================
--- extra-i686/kdeglobals	2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-i686/kdeglobals	2012-02-08 20:57:56 UTC (rev 149631)
@@ -1,2 +0,0 @@
-[General]
-widgetStyle=qtcurve

Copied: qtcurve-kde3/repos/extra-i686/kdeglobals (from rev 149630, qtcurve-kde3/trunk/kdeglobals)
===================================================================
--- extra-i686/kdeglobals	                        (rev 0)
+++ extra-i686/kdeglobals	2012-02-08 20:57:56 UTC (rev 149631)
@@ -0,0 +1,2 @@
+[General]
+widgetStyle=qtcurve

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-x86_64/PKGBUILD	2012-02-08 20:57:56 UTC (rev 149631)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=qtcurve-kde3
-pkgver=1.8.5
-pkgrel=1
-arch=('i686' 'x86_64')
-groups=('qtcurve')
-license=('GPL')
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-url='http://www.kde-look.org/content/show.php?content=40492'
-depends=('kdelibs3')
-makedepends=('cmake' 'kdelibs')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE3-${pkgver}.tar.bz2"
-	'kdeglobals'
-	'bypass-kde-config.patch')
-md5sums=('d9cca99526079782f9fc7bd7ba432582'
-         '05a6294c7f0e239e698e7e5224fc8e7f'
-         'e1ab2c0995e412b2cbfe804fba75517e')
-
-build() {
-  . /etc/profile.d/qt3.sh
-  . /etc/profile.d/kde3.sh
-
-  cd ${srcdir}/QtCurve-KDE3-${pkgver}
-  # Bypass KDE prefix detection by kde4-config, see:
-  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-  patch -Np1 -i ${srcdir}/bypass-kde-config.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../QtCurve-KDE3-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/opt/kde
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-
-  # remove kcontrol plugins
-  rm -f $pkgdir/opt/kde/lib/kde3/kstyle_qtcurve_config.*
-
-  # set default theme
-  install -D -m644 $srcdir/kdeglobals $pkgdir/opt/kde/share/config/kdeglobals
-}

Copied: qtcurve-kde3/repos/extra-x86_64/PKGBUILD (from rev 149630, qtcurve-kde3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-08 20:57:56 UTC (rev 149631)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=qtcurve-kde3
+pkgver=1.8.5
+pkgrel=2
+arch=('i686' 'x86_64')
+groups=('qtcurve')
+license=('GPL')
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+url='http://www.kde-look.org/content/show.php?content=40492'
+depends=('kdelibs3')
+makedepends=('cmake' 'kdelibs')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE3-${pkgver}.tar.bz2"
+	'kdeglobals'
+	'bypass-kde-config.patch')
+md5sums=('d9cca99526079782f9fc7bd7ba432582'
+         '05a6294c7f0e239e698e7e5224fc8e7f'
+         'e1ab2c0995e412b2cbfe804fba75517e')
+
+build() {
+  . /etc/profile.d/qt3.sh
+  . /etc/profile.d/kde3.sh
+
+  cd ${srcdir}/QtCurve-KDE3-${pkgver}
+  # Bypass KDE prefix detection by kde4-config, see:
+  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+  patch -Np1 -i ${srcdir}/bypass-kde-config.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../QtCurve-KDE3-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/opt/kde
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+
+  # remove kcontrol plugins
+  rm -f $pkgdir/opt/kde/lib/kde3/kstyle_qtcurve_config.*
+
+  # set default theme
+  install -D -m644 $srcdir/kdeglobals $pkgdir/opt/kde/share/config/kdeglobals
+}

Deleted: extra-x86_64/bypass-kde-config.patch
===================================================================
--- extra-x86_64/bypass-kde-config.patch	2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-x86_64/bypass-kde-config.patch	2012-02-08 20:57:56 UTC (rev 149631)
@@ -1,24 +0,0 @@
---- QtCurve-KDE3-1.6.0/CMakeLists.txt~	2010-09-14 16:19:36.543333337 +0200
-+++ QtCurve-KDE3-1.6.0/CMakeLists.txt	2010-09-14 16:22:18.160000003 +0200
-@@ -44,6 +44,12 @@
-     endif (QT_PLUGINS_DIR MATCHES NOTFOUND)
- endif (NOT QTC_QT_ONLY)
- 
-+# Comment the kde3/kde4 prefix detection as a whole as it wants to run
-+# kde-config and kde4-config, which in turn can create stuff in ~/.kde.
-+# This cannot work on read-only homes.
-+# So, the "fallback" prefixes ("/usr" for both) will be used.
-+if (BRAINDEAD_DETECTION)
-+
- if (NOT QTC_QT_ONLY)
- exec_program(kde-config
-              ARGS --prefix --expandvars
-@@ -71,6 +77,8 @@
-                  OUTPUT_VARIABLE KDE4PREFIX)
- endif(KDE4_KDECONFIG_EXECUTABLE)
- 
-+endif (BRAINDEAD_DETECTION)
-+
- if(NOT KDE4PREFIX)
-     set(KDE4PREFIX ${KDE3PREFIX})
- endif(NOT KDE4PREFIX)

Copied: qtcurve-kde3/repos/extra-x86_64/bypass-kde-config.patch (from rev 149630, qtcurve-kde3/trunk/bypass-kde-config.patch)
===================================================================
--- extra-x86_64/bypass-kde-config.patch	                        (rev 0)
+++ extra-x86_64/bypass-kde-config.patch	2012-02-08 20:57:56 UTC (rev 149631)
@@ -0,0 +1,24 @@
+--- QtCurve-KDE3-1.6.0/CMakeLists.txt~	2010-09-14 16:19:36.543333337 +0200
++++ QtCurve-KDE3-1.6.0/CMakeLists.txt	2010-09-14 16:22:18.160000003 +0200
+@@ -44,6 +44,12 @@
+     endif (QT_PLUGINS_DIR MATCHES NOTFOUND)
+ endif (NOT QTC_QT_ONLY)
+ 
++# Comment the kde3/kde4 prefix detection as a whole as it wants to run
++# kde-config and kde4-config, which in turn can create stuff in ~/.kde.
++# This cannot work on read-only homes.
++# So, the "fallback" prefixes ("/usr" for both) will be used.
++if (BRAINDEAD_DETECTION)
++
+ if (NOT QTC_QT_ONLY)
+ exec_program(kde-config
+              ARGS --prefix --expandvars
+@@ -71,6 +77,8 @@
+                  OUTPUT_VARIABLE KDE4PREFIX)
+ endif(KDE4_KDECONFIG_EXECUTABLE)
+ 
++endif (BRAINDEAD_DETECTION)
++
+ if(NOT KDE4PREFIX)
+     set(KDE4PREFIX ${KDE3PREFIX})
+ endif(NOT KDE4PREFIX)

Deleted: extra-x86_64/kdeglobals
===================================================================
--- extra-x86_64/kdeglobals	2012-02-08 20:57:23 UTC (rev 149630)
+++ extra-x86_64/kdeglobals	2012-02-08 20:57:56 UTC (rev 149631)
@@ -1,2 +0,0 @@
-[General]
-widgetStyle=qtcurve

Copied: qtcurve-kde3/repos/extra-x86_64/kdeglobals (from rev 149630, qtcurve-kde3/trunk/kdeglobals)
===================================================================
--- extra-x86_64/kdeglobals	                        (rev 0)
+++ extra-x86_64/kdeglobals	2012-02-08 20:57:56 UTC (rev 149631)
@@ -0,0 +1,2 @@
+[General]
+widgetStyle=qtcurve




More information about the arch-commits mailing list