[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD fix-console-build.patch)

Andrea Scarpino andrea at archlinux.org
Fri Jun 24 12:56:14 UTC 2011


    Date: Friday, June 24, 2011 @ 08:56:13
  Author: andrea
Revision: 128587

KDE 4.7RC1

Modified:
  kdepim/kde-unstable/PKGBUILD
Deleted:
  kdepim/kde-unstable/fix-console-build.patch

-------------------------+
 PKGBUILD                |   11 +++--------
 fix-console-build.patch |   11 -----------
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-24 12:56:07 UTC (rev 128586)
+++ PKGBUILD	2011-06-24 12:56:13 UTC (rev 128587)
@@ -20,7 +20,7 @@
          'kdepim-ktimetracker'
          'kdepim-libkdepim'
          'kdepim-wizards')
-pkgver=4.6.80
+pkgver=4.6.90
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
@@ -28,15 +28,10 @@
 groups=('kde' 'kdepim')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss'
              'pilot-link' 'kde-agent')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
-        'fix-console-build.patch')
-sha1sums=('dc32fee3332df3bdb4395f3a229d88de34ae4de1'
-          'e4b82bcee6c46aad39196a5bb2732fed72ff4541')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('40d8b4718281554096dc1cee3928e5ed38f1c52d')
 
 build() {
-	cd "${srcdir}"/${pkgbase}-${pkgver}
-    patch -p1 -i "${srcdir}"/fix-console-build.patch
-
     cd "${srcdir}"
 	mkdir build
 	cd build

Deleted: fix-console-build.patch
===================================================================
--- fix-console-build.patch	2011-06-24 12:56:07 UTC (rev 128586)
+++ fix-console-build.patch	2011-06-24 12:56:13 UTC (rev 128587)
@@ -1,11 +0,0 @@
---- a/console/kabcclient/src/main.cpp
-+++ b/console/kabcclient/src/main.cpp
-@@ -117,7 +117,7 @@ int main(int argc, char** argv)
- 
-     cmdLineOptions.add("match-case", ki18n("Match key fields case sensitive. UID is always matched case sensitive"));
- 
--    cmdLineOptions.add(ki18n("+[input data]"), ki18n("Input to use instead of reading stdin"));
-+    cmdLineOptions.add("+[input data]", ki18n("Input to use instead of reading stdin"));
- 
-     KCmdLineArgs::addCmdLineOptions(cmdLineOptions);
-     KCmdLineArgs::init(argc, argv, &aboutData);




More information about the arch-commits mailing list