[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 13:41:32
  Author: foutrelis
Revision: 384646

upgpkg: xorg-xcalc 1.1.0-2: reproducibility rebuild

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 13:41:04 UTC (rev 384645)
+++ PKGBUILD2020-05-16 13:41:32 UTC (rev 384646)
@@ -2,7 +2,7 @@
 
 pkgname=xorg-xcalc
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific calculator for X"
 arch=('x86_64')
 url="https://cgit.freedesktop.org/xorg/app/xcalc/;


[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2019-06-11 Thread Andreas Radke via arch-commits
Date: Tuesday, June 11, 2019 @ 18:24:52
  Author: andyrtr
Revision: 355812

upgpkg: xorg-xcalc 1.1.0-1

upstream update 1.1.0

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-11 18:24:43 UTC (rev 355811)
+++ PKGBUILD2019-06-11 18:24:52 UTC (rev 355812)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xcalc
-pkgver=1.0.7
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Scientific calculator for X"
 arch=('x86_64')
@@ -12,7 +12,7 @@
'xorg-fonts-75dpi: for some symbols')
 makedepends=('xorg-util-macros')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2{,.sig})
-sha512sums=('890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388'
+sha512sums=('877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 


[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2019-02-19 Thread Andreas Radke via arch-commits
Date: Tuesday, February 19, 2019 @ 12:25:18
  Author: andyrtr
Revision: 346509

upgpkg: xorg-xcalc 1.0.7-1

upstream update 1.0.7

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 11:45:43 UTC (rev 346508)
+++ PKGBUILD2019-02-19 12:25:18 UTC (rev 346509)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xcalc
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc="Scientific calculator for X"
 arch=('x86_64')
 url="https://cgit.freedesktop.org/xorg/app/xcalc/;
@@ -12,18 +12,18 @@
'xorg-fonts-75dpi: for some symbols')
 makedepends=('xorg-util-macros')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2{,.sig})
-sha512sums=('61b921b6a3fefea20bd9e7ad0b308f589f2aeaafe9316df94cc739a005be6c180bdafc981b8957230f46c9fc1c0e266829a55b473ae26b1377c705796175c908'
+sha512sums=('890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 
 build() {
-  cd "${srcdir}/xcalc-${pkgver}"
+  cd xcalc-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xcalc-${pkgver}"
+  cd xcalc-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 03:11:38
  Author: felixonmars
Revision: 325350

upgpkg: xorg-xcalc 1.0.6-2

BUILDINFO Rebuild

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 03:11:33 UTC (rev 325349)
+++ PKGBUILD2018-05-31 03:11:38 UTC (rev 325350)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-xcalc
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific calculator for X"
 arch=('x86_64')
 url="https://cgit.freedesktop.org/xorg/app/xcalc/;
@@ -13,7 +13,7 @@
'xorg-fonts-75dpi: for some symbols')
 makedepends=('xorg-util-macros')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2{,.sig})
-sha256sums=('2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8'
+sha512sums=('61b921b6a3fefea20bd9e7ad0b308f589f2aeaafe9316df94cc739a005be6c180bdafc981b8957230f46c9fc1c0e266829a55b473ae26b1377c705796175c908'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 


[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 16:08:06
  Author: andyrtr
Revision: 286530

https sources / gpg signature fixes

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 16:07:40 UTC (rev 286529)
+++ PKGBUILD2017-01-15 16:08:06 UTC (rev 286530)
@@ -6,13 +6,13 @@
 pkgrel=1
 pkgdesc="Scientific calculator for X"
 arch=('i686' 'x86_64')
-url="http://cgit.freedesktop.org/xorg/app/xcalc/;
+url="https://cgit.freedesktop.org/xorg/app/xcalc/;
 license=('custom')
 depends=('libxaw')
 optdepends=('xorg-fonts-100dpi: for some symbols or'
'xorg-fonts-75dpi: for some symbols')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2{,.sig})
+source=(https://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2{,.sig})
 sha256sums=('2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 



[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2015-01-20 Thread Andreas Radke
Date: Tuesday, January 20, 2015 @ 21:20:56
  Author: andyrtr
Revision: 229619

upgpkg: xorg-xcalc 1.0.6-1

upstream update 1.0.6; add optional fonts - FS#42196

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 19:44:59 UTC (rev 229618)
+++ PKGBUILD2015-01-20 20:20:56 UTC (rev 229619)
@@ -2,16 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xcalc
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc=Scientific calculator for X
 arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
+url=http://cgit.freedesktop.org/xorg/app/xcalc/;
 license=('custom')
 depends=('libxaw')
+optdepends=('xorg-fonts-100dpi: for some symbols or'
+   'xorg-fonts-75dpi: for some symbols')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2)
-sha256sums=('448f3aca106e86fbc051172cc4ea51eebce2fac096a7a971b8561b9b85697ae4')
+source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2{,.sig})
+sha256sums=('2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
   cd ${srcdir}/xcalc-${pkgver}


[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 18:20:41
  Author: fyan
Revision: 216272

upgpkg: xorg-xcalc 1.0.5-2

mtree rebuild

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 16:19:22 UTC (rev 216271)
+++ PKGBUILD2014-07-02 16:20:41 UTC (rev 216272)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-xcalc
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Scientific calculator for X
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;



[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2013-01-16 Thread Jan de Groot
Date: Wednesday, January 16, 2013 @ 05:10:36
  Author: jgc
Revision: 175180

upgpkg: xorg-xcalc 1.0.5-1

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-16 09:55:26 UTC (rev 175179)
+++ PKGBUILD2013-01-16 10:10:36 UTC (rev 175180)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xcalc
-pkgver=1.0.4.1
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc=Scientific calculator for X
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -11,7 +11,7 @@
 depends=('libxaw')
 makedepends=('xorg-util-macros')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2)
-sha1sums=('2206fc4bf3719c43fa13a6c64a37b40607d8e5e2')
+sha256sums=('448f3aca106e86fbc051172cc4ea51eebce2fac096a7a971b8561b9b85697ae4')
 
 build() {
   cd ${srcdir}/xcalc-${pkgver}



[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:54:35
  Author: allan
Revision: 151171

upgpkg: xorg-xcalc 1.0.4.1-2

signing rebuild

Modified:
  xorg-xcalc/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:52:57 UTC (rev 151170)
+++ PKGBUILD2012-02-25 06:54:35 UTC (rev 151171)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xcalc
 pkgver=1.0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Scientific calculator for X
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libxaw')
@@ -17,7 +17,10 @@
   cd ${srcdir}/xcalc-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/xcalc-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }


Property changes on: xorg-xcalc/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


[arch-commits] Commit in xorg-xcalc/trunk (PKGBUILD)

2010-11-28 Thread Jan de Groot
Date: Sunday, November 28, 2010 @ 16:10:06
  Author: jgc
Revision: 101312

upgpkg: xorg-xcalc 1.0.4.1-1
Update to 1.0.4.1

Modified:
  xorg-xcalc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 20:58:07 UTC (rev 101311)
+++ PKGBUILD2010-11-28 21:10:06 UTC (rev 101312)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xcalc
-pkgver=1.0.3
+pkgver=1.0.4.1
 pkgrel=1
-pkgdesc=
+pkgdesc=Scientific calculator for X
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('libxaw')
 makedepends=('xorg-util-macros')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2)
-sha1sums=('0871efa12f0b28228457b898c3487bc8723d1ea8')
+sha1sums=('2206fc4bf3719c43fa13a6c64a37b40607d8e5e2')
 
 build() {
   cd ${srcdir}/xcalc-${pkgver}