[arch-commits] Commit in qtcurve-kde4/repos (8 files)

Ronald van Haren ronald at archlinux.org
Mon Oct 17 18:59:52 UTC 2011


    Date: Monday, October 17, 2011 @ 14:59:52
  Author: ronald
Revision: 140653

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

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

--------------------------------------+
 extra-i686/PKGBUILD                  |   75 ++++++++++++++++-----------------
 extra-i686/bypass-kde-config.patch   |   64 ++++++++++++++--------------
 extra-x86_64/PKGBUILD                |   75 ++++++++++++++++-----------------
 extra-x86_64/bypass-kde-config.patch |   64 ++++++++++++++--------------
 4 files changed, 138 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-10-17 18:59:12 UTC (rev 140652)
+++ extra-i686/PKGBUILD	2011-10-17 18:59:52 UTC (rev 140653)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=qtcurve-kde4
-pkgver=1.8.8
-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=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2"
-        'bypass-kde-config.patch')
-md5sums=('b264d80b4c1e0e8d59e91d571cb639e4'
-         '3f6681147cc361bd2bfd4d7477f2a8d0')
-
-build() {
-	cd "${srcdir}"/QtCurve-KDE4-${pkgver}
-	# Bypass KDE prefix detection by kde4-config, see:
-	# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-	patch -p1 -i "${srcdir}"/bypass-kde-config.patch
-
-	cd "${srcdir}"
-	mkdir build
-	cd build
-	cmake ../QtCurve-KDE4-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}"/build
-	make DESTDIR="${pkgdir}" install
-}

Copied: qtcurve-kde4/repos/extra-i686/PKGBUILD (from rev 140652, qtcurve-kde4/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-17 18:59:52 UTC (rev 140653)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=qtcurve-kde4
+pkgver=1.8.9
+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=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2"
+        'bypass-kde-config.patch')
+sha1sums=('93bc8ce3e5bed506521a8839a254f7076b4bc988'
+          '8005c8bf0e9c5d75e80b417a01513bd45853274c')
+build() {
+	cd "${srcdir}"/QtCurve-KDE4-${pkgver}
+	# Bypass KDE prefix detection by kde4-config, see:
+	# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+	patch -p1 -i "${srcdir}"/bypass-kde-config.patch
+
+	cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../QtCurve-KDE4-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}"/build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bypass-kde-config.patch
===================================================================
--- extra-i686/bypass-kde-config.patch	2011-10-17 18:59:12 UTC (rev 140652)
+++ extra-i686/bypass-kde-config.patch	2011-10-17 18:59:52 UTC (rev 140653)
@@ -1,32 +0,0 @@
-From: Pino Toscano <pino at kde.org>
-Description: Disable braindead KDE3/4 prefix detection
- The current detection of the KDE 3 and KDE 4 prefixes is done running
- kde-config and kde4-config, resp.
- This can be problematic, as these two could create files in ~/.kde,
- thus breaking when the home of the current user (eg in buildds) is read-only.
- Given the build system sets anyway "/usr" as prefix of KDE 3 and KDE 4
- if they were not detected, then just let it to.
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -16,6 +16,11 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CM
- set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL}")
- include(CPack)
- 
-+# 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)
- set(OLD_CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
- 
- # Try to find kde4-config...
-@@ -48,6 +53,7 @@ if (KDE4_KDECONFIG_EXECUTABLE)
-                     ARGS --prefix
-                     OUTPUT_VARIABLE KDE4PREFIX)
- endif (KDE4_KDECONFIG_EXECUTABLE)
-+endif (BRAINDEAD_DETECTION)
- 
- if(NOT KDE3PREFIX)
-     if(KDE4PREFIX)

Copied: qtcurve-kde4/repos/extra-i686/bypass-kde-config.patch (from rev 140652, qtcurve-kde4/trunk/bypass-kde-config.patch)
===================================================================
--- extra-i686/bypass-kde-config.patch	                        (rev 0)
+++ extra-i686/bypass-kde-config.patch	2011-10-17 18:59:52 UTC (rev 140653)
@@ -0,0 +1,32 @@
+From: Pino Toscano <pino at kde.org>
+Description: Disable braindead KDE3/4 prefix detection
+ The current detection of the KDE 3 and KDE 4 prefixes is done running
+ kde-config and kde4-config, resp.
+ This can be problematic, as these two could create files in ~/.kde,
+ thus breaking when the home of the current user (eg in buildds) is read-only.
+ Given the build system sets anyway "/usr" as prefix of KDE 3 and KDE 4
+ if they were not detected, then just let it to.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -16,6 +16,11 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CM
+ set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL}")
+ include(CPack)
+ 
++# 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)
+ set(OLD_CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
+ 
+ # Try to find kde4-config...
+@@ -48,6 +53,7 @@ if (KDE4_KDECONFIG_EXECUTABLE)
+                     ARGS --prefix
+                     OUTPUT_VARIABLE KDE4PREFIX)
+ endif (KDE4_KDECONFIG_EXECUTABLE)
++endif (BRAINDEAD_DETECTION)
+ 
+ if(NOT KDE3PREFIX)
+     if(KDE4PREFIX)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-17 18:59:12 UTC (rev 140652)
+++ extra-x86_64/PKGBUILD	2011-10-17 18:59:52 UTC (rev 140653)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=qtcurve-kde4
-pkgver=1.8.8
-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=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2"
-        'bypass-kde-config.patch')
-md5sums=('b264d80b4c1e0e8d59e91d571cb639e4'
-         '3f6681147cc361bd2bfd4d7477f2a8d0')
-
-build() {
-	cd "${srcdir}"/QtCurve-KDE4-${pkgver}
-	# Bypass KDE prefix detection by kde4-config, see:
-	# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-	patch -p1 -i "${srcdir}"/bypass-kde-config.patch
-
-	cd "${srcdir}"
-	mkdir build
-	cd build
-	cmake ../QtCurve-KDE4-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}"/build
-	make DESTDIR="${pkgdir}" install
-}

Copied: qtcurve-kde4/repos/extra-x86_64/PKGBUILD (from rev 140652, qtcurve-kde4/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-17 18:59:52 UTC (rev 140653)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=qtcurve-kde4
+pkgver=1.8.9
+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=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2"
+        'bypass-kde-config.patch')
+sha1sums=('93bc8ce3e5bed506521a8839a254f7076b4bc988'
+          '8005c8bf0e9c5d75e80b417a01513bd45853274c')
+build() {
+	cd "${srcdir}"/QtCurve-KDE4-${pkgver}
+	# Bypass KDE prefix detection by kde4-config, see:
+	# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+	patch -p1 -i "${srcdir}"/bypass-kde-config.patch
+
+	cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../QtCurve-KDE4-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}"/build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/bypass-kde-config.patch
===================================================================
--- extra-x86_64/bypass-kde-config.patch	2011-10-17 18:59:12 UTC (rev 140652)
+++ extra-x86_64/bypass-kde-config.patch	2011-10-17 18:59:52 UTC (rev 140653)
@@ -1,32 +0,0 @@
-From: Pino Toscano <pino at kde.org>
-Description: Disable braindead KDE3/4 prefix detection
- The current detection of the KDE 3 and KDE 4 prefixes is done running
- kde-config and kde4-config, resp.
- This can be problematic, as these two could create files in ~/.kde,
- thus breaking when the home of the current user (eg in buildds) is read-only.
- Given the build system sets anyway "/usr" as prefix of KDE 3 and KDE 4
- if they were not detected, then just let it to.
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -16,6 +16,11 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CM
- set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL}")
- include(CPack)
- 
-+# 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)
- set(OLD_CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
- 
- # Try to find kde4-config...
-@@ -48,6 +53,7 @@ if (KDE4_KDECONFIG_EXECUTABLE)
-                     ARGS --prefix
-                     OUTPUT_VARIABLE KDE4PREFIX)
- endif (KDE4_KDECONFIG_EXECUTABLE)
-+endif (BRAINDEAD_DETECTION)
- 
- if(NOT KDE3PREFIX)
-     if(KDE4PREFIX)

Copied: qtcurve-kde4/repos/extra-x86_64/bypass-kde-config.patch (from rev 140652, qtcurve-kde4/trunk/bypass-kde-config.patch)
===================================================================
--- extra-x86_64/bypass-kde-config.patch	                        (rev 0)
+++ extra-x86_64/bypass-kde-config.patch	2011-10-17 18:59:52 UTC (rev 140653)
@@ -0,0 +1,32 @@
+From: Pino Toscano <pino at kde.org>
+Description: Disable braindead KDE3/4 prefix detection
+ The current detection of the KDE 3 and KDE 4 prefixes is done running
+ kde-config and kde4-config, resp.
+ This can be problematic, as these two could create files in ~/.kde,
+ thus breaking when the home of the current user (eg in buildds) is read-only.
+ Given the build system sets anyway "/usr" as prefix of KDE 3 and KDE 4
+ if they were not detected, then just let it to.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -16,6 +16,11 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CM
+ set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL}")
+ include(CPack)
+ 
++# 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)
+ set(OLD_CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
+ 
+ # Try to find kde4-config...
+@@ -48,6 +53,7 @@ if (KDE4_KDECONFIG_EXECUTABLE)
+                     ARGS --prefix
+                     OUTPUT_VARIABLE KDE4PREFIX)
+ endif (KDE4_KDECONFIG_EXECUTABLE)
++endif (BRAINDEAD_DETECTION)
+ 
+ if(NOT KDE3PREFIX)
+     if(KDE4PREFIX)




More information about the arch-commits mailing list