[arch-commits] Commit in ratpoison/repos/community-x86_64 (4 files)

Jelle van der Waa jelle at archlinux.org
Thu Nov 8 13:42:06 UTC 2018


    Date: Thursday, November 8, 2018 @ 13:42:06
  Author: jelle
Revision: 404072

archrelease: copy trunk to community-x86_64

Added:
  ratpoison/repos/community-x86_64/PKGBUILD
    (from rev 404071, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-x86_64/ratpoison.desktop
    (from rev 404071, ratpoison/trunk/ratpoison.desktop)
Deleted:
  ratpoison/repos/community-x86_64/PKGBUILD
  ratpoison/repos/community-x86_64/ratpoison.desktop

-------------------+
 PKGBUILD          |   94 ++++++++++++++++++++++++++--------------------------
 ratpoison.desktop |   16 ++++----
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 13:41:57 UTC (rev 404071)
+++ PKGBUILD	2018-11-08 13:42:06 UTC (rev 404072)
@@ -1,47 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: juergen <juergen at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=ratpoison
-pkgver=1.4.9
-pkgrel=1
-pkgdesc="A simple keystroke-driven window manager"
-arch=('x86_64')
-license=('GPL')
-depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo' 'libxrandr')
-url="http://www.nongnu.org/ratpoison/"
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-        "${pkgname}.desktop")
-md5sums=('912b01564d24734e1a68d36e2d85faa4'
-         '29c3cb9be59758e39d8471391231a74a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # FS#38726, v1.4.6-2 
-  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
-
-  ./configure --prefix=/usr
-  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # fix permissions
-  chmod a+x "${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
-
-  # Not useful outside the source tree.
-  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
-
-  cd contrib
-  ./genrpbindings
-  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
-  install -m644 {Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
-    "${pkgdir}/usr/share/ratpoison/bindings/"
-
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-    "${pkgdir}/etc/X11/sessions/${pkgname}.desktop"
-}

Copied: ratpoison/repos/community-x86_64/PKGBUILD (from rev 404071, ratpoison/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-08 13:42:06 UTC (rev 404072)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: juergen <juergen at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=ratpoison
+pkgver=1.4.9
+pkgrel=2
+pkgdesc="A simple keystroke-driven window manager"
+arch=('x86_64')
+license=('GPL')
+depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo' 'libxrandr')
+url="http://www.nongnu.org/ratpoison/"
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        "${pkgname}.desktop")
+md5sums=('912b01564d24734e1a68d36e2d85faa4'
+         '29c3cb9be59758e39d8471391231a74a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#38726, v1.4.6-2 
+  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
+  ./configure --prefix=/usr
+  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # fix permissions
+  chmod a+x "${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
+
+  # Not useful outside the source tree.
+  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
+
+  cd contrib
+  ./genrpbindings
+  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
+  install -m644 {Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
+    "${pkgdir}/usr/share/ratpoison/bindings/"
+
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+    "${pkgdir}/etc/X11/sessions/${pkgname}.desktop"
+}

Deleted: ratpoison.desktop
===================================================================
--- ratpoison.desktop	2018-11-08 13:41:57 UTC (rev 404071)
+++ ratpoison.desktop	2018-11-08 13:42:06 UTC (rev 404072)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Ratpoison
-Comment=The ratpoison window manager
-Exec=ratpoison
-# no icon yet, only the top three are currently used
-Icon=
-Type=Application

Copied: ratpoison/repos/community-x86_64/ratpoison.desktop (from rev 404071, ratpoison/trunk/ratpoison.desktop)
===================================================================
--- ratpoison.desktop	                        (rev 0)
+++ ratpoison.desktop	2018-11-08 13:42:06 UTC (rev 404072)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Ratpoison
+Comment=The ratpoison window manager
+Exec=ratpoison
+# no icon yet, only the top three are currently used
+Icon=
+Type=Application



More information about the arch-commits mailing list