[arch-commits] Commit in rocs/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Mar 15 10:55:32 UTC 2016
Date: Tuesday, March 15, 2016 @ 11:55:31
Author: arojas
Revision: 261555
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
rocs/repos/extra-i686/PKGBUILD
(from rev 261554, rocs/trunk/PKGBUILD)
rocs/repos/extra-i686/rocs.install
(from rev 261554, rocs/trunk/rocs.install)
rocs/repos/extra-x86_64/PKGBUILD
(from rev 261554, rocs/trunk/PKGBUILD)
rocs/repos/extra-x86_64/rocs.install
(from rev 261554, rocs/trunk/rocs.install)
Deleted:
rocs/repos/extra-i686/PKGBUILD
rocs/repos/extra-i686/rocs.install
rocs/repos/extra-x86_64/PKGBUILD
rocs/repos/extra-x86_64/rocs.install
---------------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++
/rocs.install | 24 +++++++++++++
extra-i686/PKGBUILD | 39 ----------------------
extra-i686/rocs.install | 12 ------
extra-x86_64/PKGBUILD | 39 ----------------------
extra-x86_64/rocs.install | 12 ------
6 files changed, 102 insertions(+), 102 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-03-15 10:55:10 UTC (rev 261554)
+++ extra-i686/PKGBUILD 2016-03-15 10:55:31 UTC (rev 261555)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=rocs
-pkgver=15.12.2
-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=('cf07f2e90402c1c64cc369b0b8c7e2eeb301eb7c')
-
-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/extra-i686/PKGBUILD (from rev 261554, rocs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:55:31 UTC (rev 261555)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=rocs
+pkgver=15.12.3
+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=('4f964e2c35204adc8dce0cb6cff2905ca883bd7f')
+
+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: extra-i686/rocs.install
===================================================================
--- extra-i686/rocs.install 2016-03-15 10:55:10 UTC (rev 261554)
+++ extra-i686/rocs.install 2016-03-15 10:55:31 UTC (rev 261555)
@@ -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/extra-i686/rocs.install (from rev 261554, rocs/trunk/rocs.install)
===================================================================
--- extra-i686/rocs.install (rev 0)
+++ extra-i686/rocs.install 2016-03-15 10:55:31 UTC (rev 261555)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-03-15 10:55:10 UTC (rev 261554)
+++ extra-x86_64/PKGBUILD 2016-03-15 10:55:31 UTC (rev 261555)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=rocs
-pkgver=15.12.2
-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=('cf07f2e90402c1c64cc369b0b8c7e2eeb301eb7c')
-
-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/extra-x86_64/PKGBUILD (from rev 261554, rocs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-03-15 10:55:31 UTC (rev 261555)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=rocs
+pkgver=15.12.3
+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=('4f964e2c35204adc8dce0cb6cff2905ca883bd7f')
+
+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: extra-x86_64/rocs.install
===================================================================
--- extra-x86_64/rocs.install 2016-03-15 10:55:10 UTC (rev 261554)
+++ extra-x86_64/rocs.install 2016-03-15 10:55:31 UTC (rev 261555)
@@ -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/extra-x86_64/rocs.install (from rev 261554, rocs/trunk/rocs.install)
===================================================================
--- extra-x86_64/rocs.install (rev 0)
+++ extra-x86_64/rocs.install 2016-03-15 10:55:31 UTC (rev 261555)
@@ -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