[arch-commits] Commit in putty/trunk (PKGBUILD putty.desktop putty.png putty.xpm)

Christian Hesse eworm at archlinux.org
Mon Jan 29 09:51:32 UTC 2018


    Date: Monday, January 29, 2018 @ 09:51:30
  Author: eworm
Revision: 315556

upgpkg: putty 0.70-2

add desktop entry

Added:
  putty/trunk/putty.desktop
  putty/trunk/putty.png
  putty/trunk/putty.xpm
Modified:
  putty/trunk/PKGBUILD

---------------+
 PKGBUILD      |   23 ++++++++++++++++++-----
 putty.desktop |   10 ++++++++++
 putty.png     |    1 +
 putty.xpm     |    1 +
 4 files changed, 30 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-29 08:21:32 UTC (rev 315555)
+++ PKGBUILD	2018-01-29 09:51:30 UTC (rev 315556)
@@ -3,7 +3,7 @@
 
 pkgname=putty
 pkgver=0.70
-pkgrel=1
+pkgrel=2
 pkgdesc="A terminal integrated SSH/Telnet client"
 arch=('x86_64')
 url="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
@@ -11,18 +11,31 @@
 depends=('gtk3')
 validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4') # 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-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg"
+        'putty.desktop'
+        'putty.png'
+        'putty.xpm')
 sha256sums=('bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be'
-            'SKIP')
+            'SKIP'
+            '4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
+            '621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'
+            'd65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f')
 
 build() {
   cd ${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
+
+  ./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 -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
 }

Added: putty.desktop
===================================================================
--- putty.desktop	                        (rev 0)
+++ putty.desktop	2018-01-29 09:51:30 UTC (rev 315556)
@@ -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

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

Index: putty/trunk/putty.png
===================================================================
--- putty.png	2018-01-29 08:21:32 UTC (rev 315555)
+++ putty.png	2018-01-29 09:51:30 UTC (rev 315556)

Property changes on: putty/trunk/putty.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: putty.xpm
===================================================================
(Binary files differ)

Index: putty/trunk/putty.xpm
===================================================================
--- putty.xpm	2018-01-29 08:21:32 UTC (rev 315555)
+++ putty.xpm	2018-01-29 09:51:30 UTC (rev 315556)

Property changes on: putty/trunk/putty.xpm
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/x-xpmi
\ No newline at end of property



More information about the arch-commits mailing list