[arch-commits] Commit in kdesdk-dev-scripts/repos/kde-unstable-i686 (2 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Jun 15 11:09:28 UTC 2013


    Date: Saturday, June 15, 2013 @ 13:09:27
  Author: andrea
Revision: 188551

archrelease: copy kde-unstable to kde-unstable-i686

Added:
  kdesdk-dev-scripts/repos/kde-unstable-i686/PKGBUILD
    (from rev 188550, kdesdk-dev-scripts/kde-unstable/PKGBUILD)
Deleted:
  kdesdk-dev-scripts/repos/kde-unstable-i686/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-15 11:08:56 UTC (rev 188550)
+++ PKGBUILD	2013-06-15 11:09:27 UTC (rev 188551)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-dev-scripts
-pkgver=4.10.80
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('python2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz")
-sha1sums=('a16b8864e8be733066ce9eb80225ec8b2dd83c57')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-scripts-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-    "${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-    "${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-}

Copied: kdesdk-dev-scripts/repos/kde-unstable-i686/PKGBUILD (from rev 188550, kdesdk-dev-scripts/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-15 11:09:27 UTC (rev 188551)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-dev-scripts
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz")
+sha1sums=('a16b8864e8be733066ce9eb80225ec8b2dd83c57')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+    "${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+    "${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}




More information about the arch-commits mailing list