[arch-commits] Commit in kcalc/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 27 09:14:03 UTC 2015
Date: Friday, March 27, 2015 @ 10:14:03
Author: arojas
Revision: 235164
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kcalc/repos/kde-unstable-i686/PKGBUILD
(from rev 235163, kcalc/kde-unstable/PKGBUILD)
kcalc/repos/kde-unstable-i686/kcalc.install
(from rev 235163, kcalc/kde-unstable/kcalc.install)
kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235163, kcalc/kde-unstable/PKGBUILD)
kcalc/repos/kde-unstable-x86_64/kcalc.install
(from rev 235163, kcalc/kde-unstable/kcalc.install)
Deleted:
kcalc/repos/kde-unstable-i686/PKGBUILD
kcalc/repos/kde-unstable-i686/kcalc.install
kcalc/repos/kde-unstable-x86_64/PKGBUILD
kcalc/repos/kde-unstable-x86_64/kcalc.install
-----------------------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++
/kcalc.install | 26 ++++++++++++
kde-unstable-i686/PKGBUILD | 39 ------------------
kde-unstable-i686/kcalc.install | 13 ------
kde-unstable-x86_64/PKGBUILD | 39 ------------------
kde-unstable-x86_64/kcalc.install | 13 ------
6 files changed, 104 insertions(+), 104 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-03-27 09:13:43 UTC (rev 235163)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 09:14:03 UTC (rev 235164)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kcalc
-pkgver=15.03.95
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz")
-sha1sums=('808ff3ea2adcc3c62a32004e1a3f7ac9cb91dc74')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../kcalc-${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: kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 235163, kcalc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 09:14:03 UTC (rev 235164)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcalc
+pkgver=15.03.97
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz")
+sha1sums=('97d31884598aab070cc3905278e9b4936145a267')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kcalc-${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/kcalc.install
===================================================================
--- kde-unstable-i686/kcalc.install 2015-03-27 09:13:43 UTC (rev 235163)
+++ kde-unstable-i686/kcalc.install 2015-03-27 09:14:03 UTC (rev 235164)
@@ -1,13 +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: kcalc/repos/kde-unstable-i686/kcalc.install (from rev 235163, kcalc/kde-unstable/kcalc.install)
===================================================================
--- kde-unstable-i686/kcalc.install (rev 0)
+++ kde-unstable-i686/kcalc.install 2015-03-27 09:14:03 UTC (rev 235164)
@@ -0,0 +1,13 @@
+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-03-27 09:13:43 UTC (rev 235163)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 09:14:03 UTC (rev 235164)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kcalc
-pkgver=15.03.95
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz")
-sha1sums=('808ff3ea2adcc3c62a32004e1a3f7ac9cb91dc74')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../kcalc-${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: kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 235163, kcalc/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 09:14:03 UTC (rev 235164)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcalc
+pkgver=15.03.97
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz")
+sha1sums=('97d31884598aab070cc3905278e9b4936145a267')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kcalc-${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/kcalc.install
===================================================================
--- kde-unstable-x86_64/kcalc.install 2015-03-27 09:13:43 UTC (rev 235163)
+++ kde-unstable-x86_64/kcalc.install 2015-03-27 09:14:03 UTC (rev 235164)
@@ -1,13 +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: kcalc/repos/kde-unstable-x86_64/kcalc.install (from rev 235163, kcalc/kde-unstable/kcalc.install)
===================================================================
--- kde-unstable-x86_64/kcalc.install (rev 0)
+++ kde-unstable-x86_64/kcalc.install 2015-03-27 09:14:03 UTC (rev 235164)
@@ -0,0 +1,13 @@
+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