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

Andrea Scarpino andrea at archlinux.org
Sat Jan 5 07:40:39 UTC 2013


    Date: Saturday, January 5, 2013 @ 02:40:39
  Author: andrea
Revision: 174528

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

Added:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
    (from rev 174527, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install
    (from rev 174527, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 174527, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install
    (from rev 174527, 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

-----------------------------------------+
 kde-unstable-i686/PKGBUILD              |   62 +++++++++++++++---------------
 kde-unstable-i686/kdeedu-rocs.install   |   22 +++++-----
 kde-unstable-x86_64/PKGBUILD            |   62 +++++++++++++++---------------
 kde-unstable-x86_64/kdeedu-rocs.install |   22 +++++-----
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-01-05 07:39:53 UTC (rev 174527)
+++ kde-unstable-i686/PKGBUILD	2013-01-05 07:40:39 UTC (rev 174528)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-rocs
-pkgver=4.9.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=('6358268fa2e4472da70c14c01a4081e3087f51aa')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 174527, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-01-05 07:40:39 UTC (rev 174528)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-rocs
+pkgver=4.9.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=('c15f9229bf00e1b44226afa4b598f0922eccc98b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -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-01-05 07:39:53 UTC (rev 174527)
+++ kde-unstable-i686/kdeedu-rocs.install	2013-01-05 07:40:39 UTC (rev 174528)
@@ -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 174527, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-i686/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-i686/kdeedu-rocs.install	2013-01-05 07:40:39 UTC (rev 174528)
@@ -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-01-05 07:39:53 UTC (rev 174527)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-05 07:40:39 UTC (rev 174528)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-rocs
-pkgver=4.9.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=('6358268fa2e4472da70c14c01a4081e3087f51aa')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 174527, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-05 07:40:39 UTC (rev 174528)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-rocs
+pkgver=4.9.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=('c15f9229bf00e1b44226afa4b598f0922eccc98b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -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-01-05 07:39:53 UTC (rev 174527)
+++ kde-unstable-x86_64/kdeedu-rocs.install	2013-01-05 07:40:39 UTC (rev 174528)
@@ -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 174527, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu-rocs.install	2013-01-05 07:40:39 UTC (rev 174528)
@@ -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