[arch-commits] Commit in putty/repos/extra-x86_64 (8 files)

Christian Hesse eworm at archlinux.org
Sat Jul 20 09:08:27 UTC 2019


    Date: Saturday, July 20, 2019 @ 09:08:27
  Author: eworm
Revision: 358422

archrelease: copy trunk to extra-x86_64

Added:
  putty/repos/extra-x86_64/PKGBUILD
    (from rev 358421, putty/trunk/PKGBUILD)
  putty/repos/extra-x86_64/putty.desktop
    (from rev 358421, putty/trunk/putty.desktop)
  putty/repos/extra-x86_64/putty.png
    (from rev 358421, putty/trunk/putty.png)
  putty/repos/extra-x86_64/putty.xpm
    (from rev 358421, putty/trunk/putty.xpm)
Deleted:
  putty/repos/extra-x86_64/PKGBUILD
  putty/repos/extra-x86_64/putty.desktop
  putty/repos/extra-x86_64/putty.png
  putty/repos/extra-x86_64/putty.xpm

---------------+
 PKGBUILD      |   80 ++++++++++++++++++++++++++++----------------------------
 putty.desktop |   20 +++++++-------
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-20 09:08:22 UTC (rev 358421)
+++ PKGBUILD	2019-07-20 09:08:27 UTC (rev 358422)
@@ -1,40 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=putty
-pkgver=0.71
-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 <putty at projects.tartarus.org>
-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=('2f931ce2f89780cc8ca7bbed90fcd22c44515d2773f5fa954069e209b48ec6b8'
-            '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/extra-x86_64/PKGBUILD (from rev 358421, putty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-20 09:08:27 UTC (rev 358422)
@@ -0,0 +1,40 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=putty
+pkgver=0.72
+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 <putty at projects.tartarus.org>
+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=('f236b5a26b0905809b3cd190158e8b95d81f86ad34fdd97a4312c1877f2cec5f'
+            '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
+}

Deleted: putty.desktop
===================================================================
--- putty.desktop	2019-07-20 09:08:22 UTC (rev 358421)
+++ putty.desktop	2019-07-20 09:08:27 UTC (rev 358422)
@@ -1,10 +0,0 @@
-[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/extra-x86_64/putty.desktop (from rev 358421, putty/trunk/putty.desktop)
===================================================================
--- putty.desktop	                        (rev 0)
+++ putty.desktop	2019-07-20 09:08:27 UTC (rev 358422)
@@ -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

Deleted: putty.png
===================================================================
(Binary files differ)

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

Deleted: putty.xpm
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list