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

Andrea Scarpino andrea at archlinux.org
Tue Dec 4 18:52:32 UTC 2012


    Date: Tuesday, December 4, 2012 @ 13:52:32
  Author: andrea
Revision: 172675

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

Added:
  kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD
    (from rev 172674, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install
    (from rev 172674, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
  kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 172674, kdeedu-rocs/kde-unstable/PKGBUILD)
  kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install
    (from rev 172674, 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	2012-12-04 18:51:48 UTC (rev 172674)
+++ kde-unstable-i686/PKGBUILD	2012-12-04 18:52:32 UTC (rev 172675)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-rocs
-pkgver=4.9.80
-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=('a3feecc05b8408ccfa1d101554a8916b5700649f')
-
-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 172674, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-12-04 18:52:32 UTC (rev 172675)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-rocs
+pkgver=4.9.90
+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=('8aa774ebd1515f57a1322c76633d843d42e3c5cb')
+
+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	2012-12-04 18:51:48 UTC (rev 172674)
+++ kde-unstable-i686/kdeedu-rocs.install	2012-12-04 18:52:32 UTC (rev 172675)
@@ -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 172674, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-i686/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-i686/kdeedu-rocs.install	2012-12-04 18:52:32 UTC (rev 172675)
@@ -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	2012-12-04 18:51:48 UTC (rev 172674)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-04 18:52:32 UTC (rev 172675)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-rocs
-pkgver=4.9.80
-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=('a3feecc05b8408ccfa1d101554a8916b5700649f')
-
-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 172674, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-04 18:52:32 UTC (rev 172675)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-rocs
+pkgver=4.9.90
+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=('8aa774ebd1515f57a1322c76633d843d42e3c5cb')
+
+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	2012-12-04 18:51:48 UTC (rev 172674)
+++ kde-unstable-x86_64/kdeedu-rocs.install	2012-12-04 18:52:32 UTC (rev 172675)
@@ -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 172674, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu-rocs.install	2012-12-04 18:52:32 UTC (rev 172675)
@@ -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