[arch-commits] Commit in kmplot/repos (12 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 8 06:54:02 UTC 2016


    Date: Friday, April 8, 2016 @ 08:54:02
  Author: arojas
Revision: 264079

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

Added:
  kmplot/repos/kde-unstable-i686/PKGBUILD
    (from rev 264078, kmplot/kde-unstable/PKGBUILD)
  kmplot/repos/kde-unstable-i686/kmplot-isnan.patch
    (from rev 264078, kmplot/kde-unstable/kmplot-isnan.patch)
  kmplot/repos/kde-unstable-i686/kmplot.install
    (from rev 264078, kmplot/kde-unstable/kmplot.install)
  kmplot/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 264078, kmplot/kde-unstable/PKGBUILD)
  kmplot/repos/kde-unstable-x86_64/kmplot-isnan.patch
    (from rev 264078, kmplot/kde-unstable/kmplot-isnan.patch)
  kmplot/repos/kde-unstable-x86_64/kmplot.install
    (from rev 264078, kmplot/kde-unstable/kmplot.install)
Deleted:
  kmplot/repos/kde-unstable-i686/PKGBUILD
  kmplot/repos/kde-unstable-i686/kmplot-isnan.patch
  kmplot/repos/kde-unstable-i686/kmplot.install
  kmplot/repos/kde-unstable-x86_64/PKGBUILD
  kmplot/repos/kde-unstable-x86_64/kmplot-isnan.patch
  kmplot/repos/kde-unstable-x86_64/kmplot.install

----------------------------------------+
 /PKGBUILD                              |   76 ++++++++++++++++++++++++++++
 /kmplot-isnan.patch                    |   84 +++++++++++++++++++++++++++++++
 /kmplot.install                        |   24 ++++++++
 kde-unstable-i686/PKGBUILD             |   38 --------------
 kde-unstable-i686/kmplot-isnan.patch   |   42 ---------------
 kde-unstable-i686/kmplot.install       |   12 ----
 kde-unstable-x86_64/PKGBUILD           |   38 --------------
 kde-unstable-x86_64/kmplot-isnan.patch |   42 ---------------
 kde-unstable-x86_64/kmplot.install     |   12 ----
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-08 06:53:34 UTC (rev 264078)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 06:54:02 UTC (rev 264079)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kmplot
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdelibs4support' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-kmplot')
-conflicts=('kdeedu-kmplot')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz")
-sha1sums=('145a6dfb160ddfb62481e33fef099d90e6ad5659')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 264078, kmplot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 06:54:02 UTC (rev 264079)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kmplot
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz")
+sha1sums=('7c5b174206d84bd44b5f4448008b546c59bbd8d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kmplot-isnan.patch
===================================================================
--- kde-unstable-i686/kmplot-isnan.patch	2016-04-08 06:53:34 UTC (rev 264078)
+++ kde-unstable-i686/kmplot-isnan.patch	2016-04-08 06:54:02 UTC (rev 264079)
@@ -1,42 +0,0 @@
---- kmplot-15.12.3/kmplot/view.cpp.0	2016-03-11 21:19:48.011194225 +0000
-+++ kmplot-15.12.3/kmplot/view.cpp	2016-03-11 21:20:37.341056493 +0000
-@@ -476,7 +476,7 @@
- 	double x = pixel.x();
- 	double y = pixel.y();
- 	
--	if ( isnan(x) )
-+	if ( std::isnan(x) )
- 	{
- 		xclipflg = true;
- 		x = pixelIfNaN.x();
-@@ -496,14 +496,14 @@
- 	}
- 	else
- 	{
--		if ( isinf(x) == -1 )
-+		if ( std::isinf(x) == -1 )
- 			x = 0;
- 			
--		else if ( isinf(x) == 1 )
-+		else if ( std::isinf(x) == 1 )
- 			x = m_clipRect.right();
- 	}
- 	
--	if ( isnan(y) )
-+	if ( std::isnan(y) )
- 	{
- 		yclipflg = true;
- 		y = pixelIfNaN.y();
-@@ -523,10 +523,10 @@
- 	}
- 	else
- 	{
--		if ( isinf(y) == -1 )
-+		if ( std::isinf(y) == -1 )
- 			y = 0;
- 		
--		else if ( isinf(y) == 1 )
-+		else if ( std::isinf(y) == 1 )
- 			y = m_clipRect.bottom();
- 	}
- 	

Copied: kmplot/repos/kde-unstable-i686/kmplot-isnan.patch (from rev 264078, kmplot/kde-unstable/kmplot-isnan.patch)
===================================================================
--- kde-unstable-i686/kmplot-isnan.patch	                        (rev 0)
+++ kde-unstable-i686/kmplot-isnan.patch	2016-04-08 06:54:02 UTC (rev 264079)
@@ -0,0 +1,42 @@
+--- kmplot-15.12.3/kmplot/view.cpp.0	2016-03-11 21:19:48.011194225 +0000
++++ kmplot-15.12.3/kmplot/view.cpp	2016-03-11 21:20:37.341056493 +0000
+@@ -476,7 +476,7 @@
+ 	double x = pixel.x();
+ 	double y = pixel.y();
+ 	
+-	if ( isnan(x) )
++	if ( std::isnan(x) )
+ 	{
+ 		xclipflg = true;
+ 		x = pixelIfNaN.x();
+@@ -496,14 +496,14 @@
+ 	}
+ 	else
+ 	{
+-		if ( isinf(x) == -1 )
++		if ( std::isinf(x) == -1 )
+ 			x = 0;
+ 			
+-		else if ( isinf(x) == 1 )
++		else if ( std::isinf(x) == 1 )
+ 			x = m_clipRect.right();
+ 	}
+ 	
+-	if ( isnan(y) )
++	if ( std::isnan(y) )
+ 	{
+ 		yclipflg = true;
+ 		y = pixelIfNaN.y();
+@@ -523,10 +523,10 @@
+ 	}
+ 	else
+ 	{
+-		if ( isinf(y) == -1 )
++		if ( std::isinf(y) == -1 )
+ 			y = 0;
+ 		
+-		else if ( isinf(y) == 1 )
++		else if ( std::isinf(y) == 1 )
+ 			y = m_clipRect.bottom();
+ 	}
+ 	

Deleted: kde-unstable-i686/kmplot.install
===================================================================
--- kde-unstable-i686/kmplot.install	2016-04-08 06:53:34 UTC (rev 264078)
+++ kde-unstable-i686/kmplot.install	2016-04-08 06:54:02 UTC (rev 264079)
@@ -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: kmplot/repos/kde-unstable-i686/kmplot.install (from rev 264078, kmplot/kde-unstable/kmplot.install)
===================================================================
--- kde-unstable-i686/kmplot.install	                        (rev 0)
+++ kde-unstable-i686/kmplot.install	2016-04-08 06:54:02 UTC (rev 264079)
@@ -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:53:34 UTC (rev 264078)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 06:54:02 UTC (rev 264079)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kmplot
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdelibs4support' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-kmplot')
-conflicts=('kdeedu-kmplot')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz")
-sha1sums=('145a6dfb160ddfb62481e33fef099d90e6ad5659')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmplot/repos/kde-unstable-x86_64/PKGBUILD (from rev 264078, kmplot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 06:54:02 UTC (rev 264079)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kmplot
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz")
+sha1sums=('7c5b174206d84bd44b5f4448008b546c59bbd8d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/kmplot-isnan.patch
===================================================================
--- kde-unstable-x86_64/kmplot-isnan.patch	2016-04-08 06:53:34 UTC (rev 264078)
+++ kde-unstable-x86_64/kmplot-isnan.patch	2016-04-08 06:54:02 UTC (rev 264079)
@@ -1,42 +0,0 @@
---- kmplot-15.12.3/kmplot/view.cpp.0	2016-03-11 21:19:48.011194225 +0000
-+++ kmplot-15.12.3/kmplot/view.cpp	2016-03-11 21:20:37.341056493 +0000
-@@ -476,7 +476,7 @@
- 	double x = pixel.x();
- 	double y = pixel.y();
- 	
--	if ( isnan(x) )
-+	if ( std::isnan(x) )
- 	{
- 		xclipflg = true;
- 		x = pixelIfNaN.x();
-@@ -496,14 +496,14 @@
- 	}
- 	else
- 	{
--		if ( isinf(x) == -1 )
-+		if ( std::isinf(x) == -1 )
- 			x = 0;
- 			
--		else if ( isinf(x) == 1 )
-+		else if ( std::isinf(x) == 1 )
- 			x = m_clipRect.right();
- 	}
- 	
--	if ( isnan(y) )
-+	if ( std::isnan(y) )
- 	{
- 		yclipflg = true;
- 		y = pixelIfNaN.y();
-@@ -523,10 +523,10 @@
- 	}
- 	else
- 	{
--		if ( isinf(y) == -1 )
-+		if ( std::isinf(y) == -1 )
- 			y = 0;
- 		
--		else if ( isinf(y) == 1 )
-+		else if ( std::isinf(y) == 1 )
- 			y = m_clipRect.bottom();
- 	}
- 	

Copied: kmplot/repos/kde-unstable-x86_64/kmplot-isnan.patch (from rev 264078, kmplot/kde-unstable/kmplot-isnan.patch)
===================================================================
--- kde-unstable-x86_64/kmplot-isnan.patch	                        (rev 0)
+++ kde-unstable-x86_64/kmplot-isnan.patch	2016-04-08 06:54:02 UTC (rev 264079)
@@ -0,0 +1,42 @@
+--- kmplot-15.12.3/kmplot/view.cpp.0	2016-03-11 21:19:48.011194225 +0000
++++ kmplot-15.12.3/kmplot/view.cpp	2016-03-11 21:20:37.341056493 +0000
+@@ -476,7 +476,7 @@
+ 	double x = pixel.x();
+ 	double y = pixel.y();
+ 	
+-	if ( isnan(x) )
++	if ( std::isnan(x) )
+ 	{
+ 		xclipflg = true;
+ 		x = pixelIfNaN.x();
+@@ -496,14 +496,14 @@
+ 	}
+ 	else
+ 	{
+-		if ( isinf(x) == -1 )
++		if ( std::isinf(x) == -1 )
+ 			x = 0;
+ 			
+-		else if ( isinf(x) == 1 )
++		else if ( std::isinf(x) == 1 )
+ 			x = m_clipRect.right();
+ 	}
+ 	
+-	if ( isnan(y) )
++	if ( std::isnan(y) )
+ 	{
+ 		yclipflg = true;
+ 		y = pixelIfNaN.y();
+@@ -523,10 +523,10 @@
+ 	}
+ 	else
+ 	{
+-		if ( isinf(y) == -1 )
++		if ( std::isinf(y) == -1 )
+ 			y = 0;
+ 		
+-		else if ( isinf(y) == 1 )
++		else if ( std::isinf(y) == 1 )
+ 			y = m_clipRect.bottom();
+ 	}
+ 	

Deleted: kde-unstable-x86_64/kmplot.install
===================================================================
--- kde-unstable-x86_64/kmplot.install	2016-04-08 06:53:34 UTC (rev 264078)
+++ kde-unstable-x86_64/kmplot.install	2016-04-08 06:54:02 UTC (rev 264079)
@@ -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: kmplot/repos/kde-unstable-x86_64/kmplot.install (from rev 264078, kmplot/kde-unstable/kmplot.install)
===================================================================
--- kde-unstable-x86_64/kmplot.install	                        (rev 0)
+++ kde-unstable-x86_64/kmplot.install	2016-04-08 06:54:02 UTC (rev 264079)
@@ -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