[arch-commits] Commit in rocs/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 8 06:58:15 UTC 2016
Date: Friday, April 8, 2016 @ 08:58:15
Author: arojas
Revision: 264087
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
rocs/repos/kde-unstable-i686/PKGBUILD
(from rev 264086, rocs/kde-unstable/PKGBUILD)
rocs/repos/kde-unstable-i686/rocs.install
(from rev 264086, rocs/kde-unstable/rocs.install)
rocs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264086, rocs/kde-unstable/PKGBUILD)
rocs/repos/kde-unstable-x86_64/rocs.install
(from rev 264086, rocs/kde-unstable/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 2016-04-08 06:57:47 UTC (rev 264086)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 06:58:15 UTC (rev 264087)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=rocs
-pkgver=16.03.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('456df3695df1d58ccd51fdc12981350d9ddc509f')
-
-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 264086, rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 06:58:15 UTC (rev 264087)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=rocs
+pkgver=16.03.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('781caa3215982da2d6cd2f2c0ed8d7cbc4270b98')
+
+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 2016-04-08 06:57:47 UTC (rev 264086)
+++ kde-unstable-i686/rocs.install 2016-04-08 06:58:15 UTC (rev 264087)
@@ -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 264086, rocs/kde-unstable/rocs.install)
===================================================================
--- kde-unstable-i686/rocs.install (rev 0)
+++ kde-unstable-i686/rocs.install 2016-04-08 06:58:15 UTC (rev 264087)
@@ -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 2016-04-08 06:57:47 UTC (rev 264086)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 06:58:15 UTC (rev 264087)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=rocs
-pkgver=16.03.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('456df3695df1d58ccd51fdc12981350d9ddc509f')
-
-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 264086, rocs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 06:58:15 UTC (rev 264087)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=rocs
+pkgver=16.03.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('781caa3215982da2d6cd2f2c0ed8d7cbc4270b98')
+
+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 2016-04-08 06:57:47 UTC (rev 264086)
+++ kde-unstable-x86_64/rocs.install 2016-04-08 06:58:15 UTC (rev 264087)
@@ -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 264086, rocs/kde-unstable/rocs.install)
===================================================================
--- kde-unstable-x86_64/rocs.install (rev 0)
+++ kde-unstable-x86_64/rocs.install 2016-04-08 06:58:15 UTC (rev 264087)
@@ -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