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

Andrea Scarpino andrea at archlinux.org
Wed Nov 21 19:14:28 UTC 2012


    Date: Wednesday, November 21, 2012 @ 14:14:28
  Author: andrea
Revision: 171775

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

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

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

Copied: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 171774, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-11-21 19:14:28 UTC (rev 171775)
@@ -0,0 +1,31 @@
+# $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/kdeedu-rocs.install (from rev 171774, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-i686/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-i686/kdeedu-rocs.install	2012-11-21 19:14:28 UTC (rev 171775)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 171774, kdeedu-rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-11-21 19:14:28 UTC (rev 171775)
@@ -0,0 +1,31 @@
+# $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/kdeedu-rocs.install (from rev 171774, kdeedu-rocs/kde-unstable/kdeedu-rocs.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-rocs.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeedu-rocs.install	2012-11-21 19:14:28 UTC (rev 171775)
@@ -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