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

Antonio Rojas arojas at archlinux.org
Wed Dec 16 07:47:49 UTC 2015


    Date: Wednesday, December 16, 2015 @ 08:47:48
  Author: arojas
Revision: 256351

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

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

----------------------------------+
 /PKGBUILD                        |   78 +++++++++++++++++++++++++++++++++++++
 /rocs.install                    |   24 +++++++++++
 kde-unstable-i686/PKGBUILD       |   39 ------------------
 kde-unstable-i686/rocs.install   |   12 -----
 kde-unstable-x86_64/PKGBUILD     |   39 ------------------
 kde-unstable-x86_64/rocs.install |   12 -----
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-12-16 07:47:25 UTC (rev 256350)
+++ kde-unstable-i686/PKGBUILD	2015-12-16 07:47:48 UTC (rev 256351)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=rocs
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="Graph Theory IDE"
-url="http://kde.org/applications/education/rocs/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-install=$pkgname.install
-conflicts=('kdeedu-rocs')
-replaces=('kdeedu-rocs')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('6035f3ae7afc0974f9245b55c6bb54b814a6637c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: rocs/repos/kde-unstable-i686/PKGBUILD (from rev 256350, rocs/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-12-16 07:47:48 UTC (rev 256351)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=rocs
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="Graph Theory IDE"
+url="http://kde.org/applications/education/rocs/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+install=$pkgname.install
+conflicts=('kdeedu-rocs')
+replaces=('kdeedu-rocs')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('84b20be1b926cfe99a9afa049776d22e4ca53cc3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/rocs.install
===================================================================
--- kde-unstable-i686/rocs.install	2015-12-16 07:47:25 UTC (rev 256350)
+++ kde-unstable-i686/rocs.install	2015-12-16 07:47:48 UTC (rev 256351)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: rocs/repos/kde-unstable-i686/rocs.install (from rev 256350, rocs/trunk/rocs.install)
===================================================================
--- kde-unstable-i686/rocs.install	                        (rev 0)
+++ kde-unstable-i686/rocs.install	2015-12-16 07:47:48 UTC (rev 256351)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-12-16 07:47:25 UTC (rev 256350)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-16 07:47:48 UTC (rev 256351)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=rocs
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="Graph Theory IDE"
-url="http://kde.org/applications/education/rocs/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-install=$pkgname.install
-conflicts=('kdeedu-rocs')
-replaces=('kdeedu-rocs')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('6035f3ae7afc0974f9245b55c6bb54b814a6637c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 256350, rocs/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-16 07:47:48 UTC (rev 256351)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=rocs
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="Graph Theory IDE"
+url="http://kde.org/applications/education/rocs/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+install=$pkgname.install
+conflicts=('kdeedu-rocs')
+replaces=('kdeedu-rocs')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('84b20be1b926cfe99a9afa049776d22e4ca53cc3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/rocs.install
===================================================================
--- kde-unstable-x86_64/rocs.install	2015-12-16 07:47:25 UTC (rev 256350)
+++ kde-unstable-x86_64/rocs.install	2015-12-16 07:47:48 UTC (rev 256351)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: rocs/repos/kde-unstable-x86_64/rocs.install (from rev 256350, rocs/trunk/rocs.install)
===================================================================
--- kde-unstable-x86_64/rocs.install	                        (rev 0)
+++ kde-unstable-x86_64/rocs.install	2015-12-16 07:47:48 UTC (rev 256351)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list