[arch-commits] Commit in putty/repos (5 files)

2022-05-28 Thread Christian Hesse via arch-commits
Date: Saturday, May 28, 2022 @ 20:06:50
  Author: eworm
Revision: 446623

archrelease: copy trunk to testing-x86_64

Added:
  putty/repos/testing-x86_64/
  putty/repos/testing-x86_64/PKGBUILD
(from rev 446622, putty/trunk/PKGBUILD)
  putty/repos/testing-x86_64/putty.desktop
(from rev 446622, putty/trunk/putty.desktop)
  putty/repos/testing-x86_64/putty.png
(from rev 446622, putty/trunk/putty.png)
  putty/repos/testing-x86_64/putty.xpm
(from rev 446622, putty/trunk/putty.xpm)

---+
 PKGBUILD  |   43 +++
 putty.desktop |   10 ++
 2 files changed, 53 insertions(+)

Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 446622, 
putty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-28 20:06:50 UTC (rev 446623)
@@ -0,0 +1,43 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.77
+pkgrel=1
+pkgdesc='A terminal integrated SSH/Telnet client'
+arch=('x86_64')
+url='https://www.chiark.greenend.org.uk/~sgtatham/putty/'
+license=('MIT')
+depends=('gtk3')
+makedepends=('cmake')
+validpgpkeys=('2CF6134BD3F77A6588EBD668E4F83EA2AA4915EC') # PuTTY Releases 

+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg;
+'putty.desktop'
+'putty.png'
+'putty.xpm')
+sha256sums=('419a76f45238fd45f2c76b42438993056e74fa78374f136052aaa843085beae5'
+'SKIP'
+'4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
+'621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'
+'d65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake \
+"${srcdir}"/${pkgname}-${pkgver}/ \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m0644 "${srcdir}"/${pkgname}-${pkgver}/LICENCE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 "${srcdir}"/putty.desktop 
"${pkgdir}"/usr/share/applications/putty.desktop
+  install -D -m0644 "${srcdir}"/putty.png 
"${pkgdir}"/usr/share/pixmaps/putty.png
+  install -D -m0644 "${srcdir}"/putty.xpm 
"${pkgdir}"/usr/share/pixmaps/putty.xpm
+}

Copied: putty/repos/testing-x86_64/putty.desktop (from rev 446622, 
putty/trunk/putty.desktop)
===
--- testing-x86_64/putty.desktop(rev 0)
+++ testing-x86_64/putty.desktop2022-05-28 20:06:50 UTC (rev 446623)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=PuTTY
+GenericName=SSH/Telnet/Serial Client
+Exec=putty %u
+Terminal=false
+Icon=putty
+Type=Application
+Categories=Application;Network;Remote
+Comment=A highly configurable ssh/telnet/serial console program

Copied: putty/repos/testing-x86_64/putty.png (from rev 446622, 
putty/trunk/putty.png)
===
(Binary files differ)

Copied: putty/repos/testing-x86_64/putty.xpm (from rev 446622, 
putty/trunk/putty.xpm)
===
(Binary files differ)



[arch-commits] Commit in putty/repos (5 files)

2021-07-17 Thread Christian Hesse via arch-commits
Date: Saturday, July 17, 2021 @ 20:39:55
  Author: eworm
Revision: 420079

archrelease: copy trunk to testing-x86_64

Added:
  putty/repos/testing-x86_64/
  putty/repos/testing-x86_64/PKGBUILD
(from rev 420078, putty/trunk/PKGBUILD)
  putty/repos/testing-x86_64/putty.desktop
(from rev 420078, putty/trunk/putty.desktop)
  putty/repos/testing-x86_64/putty.png
(from rev 420078, putty/trunk/putty.png)
  putty/repos/testing-x86_64/putty.xpm
(from rev 420078, putty/trunk/putty.xpm)

---+
 PKGBUILD  |   40 
 putty.desktop |   10 ++
 2 files changed, 50 insertions(+)

Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 420078, 
putty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-17 20:39:55 UTC (rev 420079)
@@ -0,0 +1,40 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.76
+pkgrel=1
+pkgdesc='A terminal integrated SSH/Telnet client'
+arch=('x86_64')
+url='https://www.chiark.greenend.org.uk/~sgtatham/putty/'
+license=('MIT')
+depends=('gtk3')
+validpgpkeys=('E27394ACA3F9D9049522E0546289A25F4AE8DA82') # PuTTY Releases 

+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg;
+'putty.desktop'
+'putty.png'
+'putty.xpm')
+sha256sums=('547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f'
+'SKIP'
+'4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
+'621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'
+'d65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 "${srcdir}"/putty.desktop 
"${pkgdir}"/usr/share/applications/putty.desktop
+  install -D -m0644 "${srcdir}"/putty.png 
"${pkgdir}"/usr/share/pixmaps/putty.png
+  install -D -m0644 "${srcdir}"/putty.xpm 
"${pkgdir}"/usr/share/pixmaps/putty.xpm
+}

Copied: putty/repos/testing-x86_64/putty.desktop (from rev 420078, 
putty/trunk/putty.desktop)
===
--- testing-x86_64/putty.desktop(rev 0)
+++ testing-x86_64/putty.desktop2021-07-17 20:39:55 UTC (rev 420079)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=PuTTY
+GenericName=SSH/Telnet/Serial Client
+Exec=putty %u
+Terminal=false
+Icon=putty
+Type=Application
+Categories=Application;Network;Remote
+Comment=A highly configurable ssh/telnet/serial console program

Copied: putty/repos/testing-x86_64/putty.png (from rev 420078, 
putty/trunk/putty.png)
===
(Binary files differ)

Copied: putty/repos/testing-x86_64/putty.xpm (from rev 420078, 
putty/trunk/putty.xpm)
===
(Binary files differ)



[arch-commits] Commit in putty/repos (5 files)

2021-05-09 Thread Christian Hesse via arch-commits
Date: Monday, May 10, 2021 @ 05:57:03
  Author: eworm
Revision: 414895

archrelease: copy trunk to testing-x86_64

Added:
  putty/repos/testing-x86_64/
  putty/repos/testing-x86_64/PKGBUILD
(from rev 414894, putty/trunk/PKGBUILD)
  putty/repos/testing-x86_64/putty.desktop
(from rev 414894, putty/trunk/putty.desktop)
  putty/repos/testing-x86_64/putty.png
(from rev 414894, putty/trunk/putty.png)
  putty/repos/testing-x86_64/putty.xpm
(from rev 414894, putty/trunk/putty.xpm)

---+
 PKGBUILD  |   40 
 putty.desktop |   10 ++
 2 files changed, 50 insertions(+)

Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 414894, 
putty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-05-10 05:57:03 UTC (rev 414895)
@@ -0,0 +1,40 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.75
+pkgrel=1
+pkgdesc='A terminal integrated SSH/Telnet client'
+arch=('x86_64')
+url='https://www.chiark.greenend.org.uk/~sgtatham/putty/'
+license=('MIT')
+depends=('gtk3')
+validpgpkeys=('E27394ACA3F9D9049522E0546289A25F4AE8DA82') # PuTTY Releases 

+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg;
+'putty.desktop'
+'putty.png'
+'putty.xpm')
+sha256sums=('d3173b037eddbe9349abe978101277b4ba9f9959e25dedd44f87e7b85cc8f9f5'
+'SKIP'
+'4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
+'621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'
+'d65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 "${srcdir}"/putty.desktop 
"${pkgdir}"/usr/share/applications/putty.desktop
+  install -D -m0644 "${srcdir}"/putty.png 
"${pkgdir}"/usr/share/pixmaps/putty.png
+  install -D -m0644 "${srcdir}"/putty.xpm 
"${pkgdir}"/usr/share/pixmaps/putty.xpm
+}

Copied: putty/repos/testing-x86_64/putty.desktop (from rev 414894, 
putty/trunk/putty.desktop)
===
--- testing-x86_64/putty.desktop(rev 0)
+++ testing-x86_64/putty.desktop2021-05-10 05:57:03 UTC (rev 414895)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=PuTTY
+GenericName=SSH/Telnet/Serial Client
+Exec=putty %u
+Terminal=false
+Icon=putty
+Type=Application
+Categories=Application;Network;Remote
+Comment=A highly configurable ssh/telnet/serial console program

Copied: putty/repos/testing-x86_64/putty.png (from rev 414894, 
putty/trunk/putty.png)
===
(Binary files differ)

Copied: putty/repos/testing-x86_64/putty.xpm (from rev 414894, 
putty/trunk/putty.xpm)
===
(Binary files differ)