[arch-commits] Commit in kdeedu-rocs/repos (8 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Nov 28 13:39:38 UTC 2013


    Date: Thursday, November 28, 2013 @ 14:39:37
  Author: andrea
Revision: 200473

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

Added:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
    (from rev 200472, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install
    (from rev 200472, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 200472, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install
    (from rev 200472, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
Deleted:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
  kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install

-----------------------------------------+
 /PKGBUILD                               |   64 ++++++++++++++++++++++++++++++
 /kdeedu-rocs.install                    |   22 ++++++++++
 kde-unstable-i686/PKGBUILD              |   32 ---------------
 kde-unstable-i686/kdeedu-rocs.install   |   11 -----
 kde-unstable-x86_64/PKGBUILD            |   32 ---------------
 kde-unstable-x86_64/kdeedu-rocs.install |   11 -----
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-11-28 13:39:26 UTC (rev 200472)
+++ kde-unstable-i686/PKGBUILD	2013-11-28 13:39:37 UTC (rev 200473)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-rocs
-pkgver=4.11.95
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz")
-sha1sums=('b1a48791064dfecfd611ff2dfdd7d69dc412cb0f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 200472, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-11-28 13:39:37 UTC (rev 200473)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-rocs
+pkgver=4.11.97
+pkgrel=1
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz")
+sha1sums=('06ef0884fdf494e813da5a300953bd247e8ee1a5')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-rocs.install
===================================================================
--- kde-unstable-i686/kdeedu-rocs.install	2013-11-28 13:39:26 UTC (rev 200472)
+++ kde-unstable-i686/kdeedu-rocs.install	2013-11-28 13:39:37 UTC (rev 200473)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install (from rev 200472, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-i686/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-i686/kdeedu-rocs.install	2013-11-28 13:39:37 UTC (rev 200473)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2013-11-28 13:39:26 UTC (rev 200472)
+++ kde-unstable-x86_64/PKGBUILD	2013-11-28 13:39:37 UTC (rev 200473)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-rocs
-pkgver=4.11.95
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz")
-sha1sums=('b1a48791064dfecfd611ff2dfdd7d69dc412cb0f')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 200472, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-11-28 13:39:37 UTC (rev 200473)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-rocs
+pkgver=4.11.97
+pkgrel=1
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz")
+sha1sums=('06ef0884fdf494e813da5a300953bd247e8ee1a5')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdeedu-rocs.install
===================================================================
--- kde-unstable-x86_64/kdeedu-rocs.install	2013-11-28 13:39:26 UTC (rev 200472)
+++ kde-unstable-x86_64/kdeedu-rocs.install	2013-11-28 13:39:37 UTC (rev 200473)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install (from rev 200472, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu-rocs.install	2013-11-28 13:39:37 UTC (rev 200473)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list